.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/52ebf7f3-3cf8-4cf4-a74b-db978994535a/20250506_M2_Twitchdrops_Landingpage_SAPPHIRE_Summerserver_2025_Header.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG.adaptive-delivery-prevent-bg, #MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG.lazyload, #MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG.lazyloading { background-image: none; }#MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG > .row .container { background-color: transparent; background-image: none; }#MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG > .row .container > .video-iframe-container { display: none; }#MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG > .row > .video-iframe-container { display: none; }#MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG > .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); }#MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG > .row .container { border-width: 0; border-radius: 0; }#MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG > .row .container { font-size:14px;font-family:arial;height:815px;width:1200px;position:relative;display:block; }#iXzayO5pGHhJcDhMTWldyAfv6F3EawVf { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:110px;width:473px;top:65.966144561768px;left:363.48962402344px;overflow:hidden;display:block; }
#khv7wWqMXceJau1nPicrVRnOxnh3acBC { box-sizing:content-box;height:60px;width:255px;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(176deg, #ce8e47, #ffff89);background-image: -moz-linear-gradient(176deg, #ce8e47, #ffff89);background-image: -ms-linear-gradient(176deg, #ce8e47, #ffff89);background-image: -o-linear-gradient(176deg, #ce8e47, #ffff89);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce8e47', endColorstr='#ffff89' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce8e47', endColorstr='#ffff89' );";background-image: linear-gradient(176deg, #ce8e47, #ffff89);background-size:auto !important;top:603.03381347656px;left:795px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:1px solid #fff05d;border-left:1px solid #fff05d;border-right:1px solid #fff05d;border-bottom:1px solid #fff05d;display:block; }
#b1iuiidnn9xMEJCanUd4bNDqJcvO0d0L { color:#2e1610;display:block;width:255px;position:absolute;font-family:redditsans;font-size:18px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:622.21667480469px;left:795.88327026367px;height:23.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ehV8JGIOQDSmaniRWryFMyVIrr9FOoDe { box-sizing:content-box;height:60px;width:255px;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0.43);background-image:none;top:603.03381347656px;left:150px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:1px solid #fff05d;border-left:1px solid #fff05d;border-right:1px solid #fff05d;border-bottom:1px solid #fff05d;display:block; }
#VXdqZ3V7TKFWzNUkDb4XcfmQTT39nUWt { color:#e8ca00;display:block;width:255px;position:absolute;font-family:redditsans;font-size:18px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:620.87237548828px;left:150.83337402344px;height:23.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcpRvXt6qtZEHVVNTy57N6z8vmIiXxz6 { color:#9d0088;display:block;width:900px;position:absolute;font-family:forum;font-size:50px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 10px #78ebff;top:296.953125px;left:150px;height:65px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W6JeoHBNHiuHN4HTvWf7F8LgdWz6CRpK { color:#123b84;display:block;width:600px;position:absolute;font-family:comfortaa;font-size:17px;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;text-shadow:0 1px 5px rgba(123,220,255,0.66);top:369.23175048828px;left:300px;height:76.5px;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;font-style:normal;display:block; }
#sJzlx7V8IDeLGadRgzwxgbKMNG7uF9Ix { box-sizing:content-box;height:80px;width:257px;position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;top:593.91668701172px;left:794.88327026367px;display:block; }
#oTT3XDthe7SdAnlo0BflxxKTw1EtHfbT { box-sizing:content-box;height:80px;width:257px;position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:none;top:593.91668701172px;left:149.88333129883px;display:block; }
#aT0oCNo1amGPCRqofyqN028pTw6AGdd6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6b401430-7a7b-48d0-b367-12d16faad2f5/20250506_M2_Twitchdrops_Landingpage_SAPPHIRE_Summerserver_Panel_1_Serverinfos_Background.jpg");background-position:top 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; }#aT0oCNo1amGPCRqofyqN028pTw6AGdd6.adaptive-delivery-prevent-bg, #aT0oCNo1amGPCRqofyqN028pTw6AGdd6.lazyload, #aT0oCNo1amGPCRqofyqN028pTw6AGdd6.lazyloading { background-image: none; }#aT0oCNo1amGPCRqofyqN028pTw6AGdd6 > .row .container { background-color: transparent; background-image: none; }#aT0oCNo1amGPCRqofyqN028pTw6AGdd6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aT0oCNo1amGPCRqofyqN028pTw6AGdd6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aT0oCNo1amGPCRqofyqN028pTw6AGdd6 > .row .container > .video-iframe-container { display: none; }#aT0oCNo1amGPCRqofyqN028pTw6AGdd6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aT0oCNo1amGPCRqofyqN028pTw6AGdd6 > .row > .video-iframe-container { display: none; }#aT0oCNo1amGPCRqofyqN028pTw6AGdd6 > .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); }#aT0oCNo1amGPCRqofyqN028pTw6AGdd6 > .row .container { border-width: 0; border-radius: 0; }#aT0oCNo1amGPCRqofyqN028pTw6AGdd6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aT0oCNo1amGPCRqofyqN028pTw6AGdd6 > .row .container { font-size:14px;font-family:arial;height:1108px;width:1200px;position:relative;display:block; }#N8gt0BChuFsZ7hKskf7O8CRgMnJ4wbFz { color:#00495f;display:block;width:1200px;position:absolute;font-family:forum;font-size:50px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:33.649993896484px;left:0px;height:65px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rPB3TRKT2ThBUPm2pC5lAfWaFcnahfyt { color:#c4e1fa;display:block;width:480px;position:absolute;font-family:comfortaa;font-size:19px;font-weight:normal;z-index:15002;line-height:1.9;letter-spacing:0;top:811.08337402344px;left:137.98181152344px;height:231.562px;text-align:left;text-align-last:left;display:block; }#rPB3TRKT2ThBUPm2pC5lAfWaFcnahfyt li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#rPB3TRKT2ThBUPm2pC5lAfWaFcnahfyt li:before{  }
#KUwRaFyfOIzm99ia4yEHO8uZvVE9m1Xr { 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: none;height:177px;width:177px;top:249.99737548828px;left:232.99475097656px;overflow:hidden;display:block; }
#FqvHbAf0aIz6yP72NZvstxB3ggyF24uH { color:#ffc86d;display:block;width:400px;position:absolute;font-family:redditsans;font-size:22px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:438.99475097656px;left:683.99743652344px;height:28.6068px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FpTdgOA3aoVcH8qfRtW26gdWXRQTCuwr { color:#7bfcff;display:block;width:400px;position:absolute;font-family:redditsans;font-size:22px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:438.98435974121px;left:121.484375px;height:28.6068px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D4hAaH9mkdyisosEMmVAq1Q5NBw25Wry { color:#1b3876;display:block;width:1007.98px;position:absolute;font-family:comfortaa;font-size:19px;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:148.98956298828px;left:95.989624023438px;height:57px;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;font-style:normal;display:block; }
#ZxpMv312Io9FctEwfXUm6yy6FIQw5KW4 { color:#c4e1fa;display:block;width:440px;position:absolute;font-family:comfortaa;font-size:19px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:487.5px;left:663.984375px;height:114px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tEavpk34rWJikb01BDQz3PTtxt4SPVh6 { color:#c4e1fa;display:block;width:440px;position:absolute;font-family:comfortaa;font-size:19px;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:487.51298522949px;left:101.484375px;height:114px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m11a431TvGB6upXwA1ZMKZq4XSKq6TEl { box-sizing:content-box;height:420px;width:500px;position:absolute;display:block;z-index:14999;background-color:rgba(4,59,102,0.4);background-image:none;top:233.99739074707px;left:71.484375px;display:block; }
#iGTsbOUi01A7OSz00AGUirS8oz4bfAsA { box-sizing:content-box;height:420px;width:500px;position:absolute;display:block;z-index:15000;background-color:rgba(4,59,102,0.4);background-image:none;top:233px;left:635.98962402344px;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#u0AiDKKcMFuHyDLqxA6hWX9hDL4blU2R { color:#e5faff;display:block;width:1100px;position:absolute;font-family:redditsans;font-size:22px;font-weight:700;z-index:15003;line-height:1.9;letter-spacing:0;top:744.11206054688px;left:50px;height:41.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#harLCiBtqyPMqmRvmqz7USea6leNgRLN { color:#c4e1fa;display:block;width:1100px;position:absolute;font-family:comfortaa;font-size:11px;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:676.99217224121px;left:50px;height:20.8984px;text-align:center;text-align-last:center;display:block; }
#v04BH4xJHp7Vx1VxvPRnU4VyaykQ9LzL { color:#c4e1fa;display:block;width:480px;position:absolute;font-family:comfortaa;font-size:19px;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:811.08071899414px;left:644.4921875px;height:195.469px;text-align:left;text-align-last:left;display:block; }#v04BH4xJHp7Vx1VxvPRnU4VyaykQ9LzL li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#v04BH4xJHp7Vx1VxvPRnU4VyaykQ9LzL li:before{  }
#MFOc7yz5379grREbXkVyevTqtWJb9Smn { position:absolute;display:block;z-index:15008;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:198px;width:198px;top:239.484375px;left:784.984375px;overflow:hidden;display:block; }
#p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/edbc0370-3583-4ade-b45f-1e9675c8160b/20250506_M2_Twitchdrops_Landingpage_SAPPHIRE_Summerserver_Panel_2_Metin_Background.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV.adaptive-delivery-prevent-bg, #p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV.lazyload, #p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV.lazyloading { background-image: none; }#p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV > .row .container { background-color: transparent; background-image: none; }#p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV > .row .container > .video-iframe-container { display: none; }#p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV > .row > .video-iframe-container { display: none; }#p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV > .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); }#p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV > .row .container { border-width: 0; border-radius: 0; }#p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV > .row .container { font-size:14px;font-family:arial;height:1069px;width:1200px;position:relative;display:block; }#p3tTu3EGrHZNZQoRptraAP03lgyDKPZV { color:#a26500;display:block;width:1200px;position:absolute;font-family:forum;font-size:50px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:173.96667480469px;left:0px;height:65px;font-style:normal;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; }
#pni7Pu09R6zuqkPmD4r0iMstIFsTT6kT { color:#2c1218;display:block;width:418.969px;position:absolute;font-family:comfortaa;font-size:19px;font-weight:normal;z-index:15000;line-height:1.9;letter-spacing:0;top:495px;left:103px;height:370.938px;display:block; }#pni7Pu09R6zuqkPmD4r0iMstIFsTT6kT li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#pni7Pu09R6zuqkPmD4r0iMstIFsTT6kT li:before{  }
#TRvuQ0PDPodo1VyooWqdKGSFdqZz2TEl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:116px;width:168px;top:40.963623046875px;left:515.98962402344px;overflow:hidden;display:block; }
#TSaVI1U4wlBWQQ91ySUmXwU0FWzUM3qT { color:#2c1319;display:block;width:418.969px;position:absolute;font-family:comfortaa;font-size:19px;font-weight:normal;z-index:15001;line-height:1.9;letter-spacing:0;top:495px;left:679px;height:407.031px;display:block; }#TSaVI1U4wlBWQQ91ySUmXwU0FWzUM3qT li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#TSaVI1U4wlBWQQ91ySUmXwU0FWzUM3qT li:before{  }
#kaf4o0R9IRpAypmLPU4o1ECNLD3e5bpv { color:#37719d;display:block;width:1200px;position:absolute;font-family:redditsans;font-size:22px;font-weight:700;z-index:15002;line-height:2;letter-spacing:0;top:414px;left:0px;height:44px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bkBadJxr6DmlK7hwVW2610PhlUVTw6GU { color:#2c1319;display:block;width:1200px;position:absolute;font-family:redditsans;font-size:22px;font-weight:700;z-index:15004;line-height:1.9;letter-spacing:0;top:285px;left:0px;height:83.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e432dd95-b853-419f-8b2e-21b2c8827348/20250506_M2_Twitchdrops_Landingpage_SAPPHIRE_Summerserver_2025_Panel_Twitchdrops_Background.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ.adaptive-delivery-prevent-bg, #Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ.lazyload, #Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ.lazyloading { background-image: none; }#Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ > .row .container { background-color: transparent; background-image: none; }#Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ > .row .container > .video-iframe-container { display: none; }#Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ > .row > .video-iframe-container { display: none; }#Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ > .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); }#Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ > .row .container { border-width: 0; border-radius: 0; }#Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ > .row .container { font-size:14px;font-family:arial;height:1129px;width:1200px;position:relative;display:block; }#HrzKrb3HL6T3l4Cv5M0iX8L72hxKWMzl { color:#26637f;display:block;width:1200px;position:absolute;font-family:forum;font-size:50px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:40.816650390625px;left:0px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GTanMqczOL1ONkC4wH536FO8S88R4sUe { color:#6b7590;display:block;width:852.969px;position:absolute;font-family:comfortaa;font-size:19px;font-weight:normal;z-index:15000;line-height:1.9;letter-spacing:0;top:145.9375px;left:173.5px;height:72.2px;text-align:center;text-align-last:center;display:block; }
#SoEatPyg9TI4B5WGJ7arg74Ri4GsROBn { box-sizing:content-box;height:180px;width:180px;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40116ca2-b6e9-4e50-bd8a-f38f5e30d40e/20250624_M2_Server_Starts_Summer_2025_Exorcism_Scroll_Concentrated_Reading_160x160.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:236px;left:52px;display:block; }#SoEatPyg9TI4B5WGJ7arg74Ri4GsROBn.adaptive-delivery-prevent-bg, #SoEatPyg9TI4B5WGJ7arg74Ri4GsROBn.lazyload, #SoEatPyg9TI4B5WGJ7arg74Ri4GsROBn.lazyloading { background-image: none; }
#Ql3tAkI2PvnTJCnVcCOgm55AHxhxkztv { box-sizing:content-box;height:180px;width:180px;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/51c5bb5e-d18e-4738-ab03-c3e7fde85305/20250624_M2_Server_Starts_Summer_2025_Metin_Plus_3days_242x242.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:276px;left:277px;display:block; }#Ql3tAkI2PvnTJCnVcCOgm55AHxhxkztv.adaptive-delivery-prevent-bg, #Ql3tAkI2PvnTJCnVcCOgm55AHxhxkztv.lazyload, #Ql3tAkI2PvnTJCnVcCOgm55AHxhxkztv.lazyloading { background-image: none; }
#ubZOuhdtfPfVknaTIUrfkvVgxMdFDK98 { box-sizing:content-box;height:180px;width:180px;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f9989b1b-801d-4138-a4f7-3445876ae092/20250624_M2_Server_Starts_Summer_2025_Bonsai_Pet_242x242.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:296px;left:494px;display:block; }#ubZOuhdtfPfVknaTIUrfkvVgxMdFDK98.adaptive-delivery-prevent-bg, #ubZOuhdtfPfVknaTIUrfkvVgxMdFDK98.lazyload, #ubZOuhdtfPfVknaTIUrfkvVgxMdFDK98.lazyloading { background-image: none; }
#xR0mkGRB589DzA0FLoUzuC49DBvTKRAC { box-sizing:content-box;height:180px;width:180px;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1befb949-ef83-4fb9-a754-d269c9aedf34/20250624_M2_Server_Starts_Summer_2025_Potion_of_Wisdom_SAPPHIRE_160x160.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:276px;left:713px;display:block; }#xR0mkGRB589DzA0FLoUzuC49DBvTKRAC.adaptive-delivery-prevent-bg, #xR0mkGRB589DzA0FLoUzuC49DBvTKRAC.lazyload, #xR0mkGRB589DzA0FLoUzuC49DBvTKRAC.lazyloading { background-image: none; }
#vKJGGvhdAxQFiFCfdz0sgRXWH1GdG2zb { box-sizing:content-box;height:180px;width:180px;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/03fbc719-a60c-4367-a03d-4a1dad761b0f/20250624_M2_Server_Starts_Summer_2025_Fire_Phoenix_Loot_Pass_Nazar_Amulet_160x160.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:246px;left:939px;display:block; }#vKJGGvhdAxQFiFCfdz0sgRXWH1GdG2zb.adaptive-delivery-prevent-bg, #vKJGGvhdAxQFiFCfdz0sgRXWH1GdG2zb.lazyload, #vKJGGvhdAxQFiFCfdz0sgRXWH1GdG2zb.lazyloading { background-image: none; }
#kEbCTEwZGDNL6npLxgSwMRcKT5FDvaQf { color:#6b7590;display:block;width:799px;position:absolute;font-family:comfortaa;font-size:19px;font-weight:normal;z-index:15014;line-height:1.9;letter-spacing:0;top:603px;left:201px;height:200.469px;text-align:left;text-align-last:left;display:block; }#kEbCTEwZGDNL6npLxgSwMRcKT5FDvaQf li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#kEbCTEwZGDNL6npLxgSwMRcKT5FDvaQf li:before{  }
#QlCmvohIkOaBycrZRKaanVESv2ro0ATM { color:#ae8900;display:block;width:1007.97px;position:absolute;font-family:redditsans;font-size:22px;font-weight:700;z-index:15003;line-height:1.9;letter-spacing:0;top:552px;left:82px;height:41.8px;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;font-style:normal;display:block; }
#oHiH4nMRvUxTtXqHNOI92XG2oiGJOpyu { box-sizing:content-box;height:60px;width:255px;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(176deg, #ce8e47, #ffff89);background-image: -moz-linear-gradient(176deg, #ce8e47, #ffff89);background-image: -ms-linear-gradient(176deg, #ce8e47, #ffff89);background-image: -o-linear-gradient(176deg, #ce8e47, #ffff89);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce8e47', endColorstr='#ffff89' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce8e47', endColorstr='#ffff89' );";background-image: linear-gradient(176deg, #ce8e47, #ffff89);background-size:auto !important;top:996.98950195312px;left:456.9921875px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:1px solid #fff05d;border-left:1px solid #fff05d;border-right:1px solid #fff05d;border-bottom:1px solid #fff05d;display:block; }
#HKxaQOL9HTopF2ff0CoxOBMD8VrtPZvF { color:#2e1610;display:block;width:255px;position:absolute;font-family:redditsans;font-size:20px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1012.9973144531px;left:457.99475097656px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WyU5HMaKF72tyvkvlrgxsvGT3R4WFXdJ { color:#6b7590;display:block;width:535px;position:absolute;font-family:comfortaa;font-size:17px;font-weight:normal;z-index:15001;line-height:1.9;letter-spacing:0;top:904.8125px;left:332.5px;height:64.5938px;text-align:center;text-align-last:center;display:block; }
#sgR3cIIfxJwUfihho7CXeFhKpUTde8vV { box-sizing:content-box;height:80px;width:257px;position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:none;top:987.9921875px;left:457.04431152344px;display:block; }
#KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#292a2e;background-image:url("https://images.assets-landingi.com/uc/557db6bd-3c81-429f-8dd4-e4d8d231df89/20250506_M2_Twitchdrops_Landingpage_SAPPHIRE_Summerserver_Footer_Background.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh.adaptive-delivery-prevent-bg, #KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh.lazyload, #KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh.lazyloading { background-image: none; }#KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh > .row .container { background-color: transparent; background-image: none; }#KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh > .row .container > .video-iframe-container { display: none; }#KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh > .row > .video-iframe-container { display: none; }#KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh > .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); }#KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh > .row .container { border-width: 0; border-radius: 0; }#KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh > .row .container { font-size:14px;font-family:arial;height:518px;width:1200px;position:relative;display:block; }#d5327e97831f96dc0024ad937dd571ad { color:#6f82a4;display:block;width:600px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:207.23962402344px;left:300px;height:63px;text-align:center;text-align-last:center;display:block; }
#e361872feeed1be8dc8b0e581dab8d1e { color:#8e9904;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:306.98168945312px;left:0px;height:18.2px;text-align:center;text-align-last:center;display:block; }
#d58d55fa9f4f9e7ff4def88eb0a62ff4 { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:340.99975585938px;left:0px;height:18.2px;text-align:center;text-align-last:center;display:block; }
#F23ca70a8b29e9a64ab50a00b3dccee4 { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:375.97631835938px;left:0px;height:18.2px;text-align:center;text-align-last:center;display:block; }
#saec738679f33fa609a819e6b018b8c4 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31px;width:157px;top:140px;left:567px;overflow:hidden;display:block; }
#R96fdab28e386db11ed0fbe1cccb5110 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:62px;width:62px;top:45px;left:570px;overflow:hidden;display:block; }
#V21845011ae7515c691a35a0bdcd1137 { position:absolute;display:block;z-index:15026;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:62px;width:48px;top:45px;left:652px;overflow:hidden;display:block; }
#f996dc908e7f8ee8e27f0cdba8cd3b04 { position:absolute;display:block;z-index:15027;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:60px;width:50px;top:45px;left:498px;overflow:hidden;display:block; }
#f2991d7769d627cb41b8840aa77d1890 { position:absolute;display:block;z-index:15029;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:81px;width:81px;top:107px;left:475px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG { display:block; }#MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXzayO5pGHhJcDhMTWldyAfv6F3EawVf { top:65px;left:145.48962402344px;width:473px;height:110.00116280299px;display:block; }
 }@media only screen and (max-width: 763px) { #khv7wWqMXceJau1nPicrVRnOxnh3acBC { top:603px;left:507px;width:255px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #b1iuiidnn9xMEJCanUd4bNDqJcvO0d0L { top:622px;left:509px;width:255px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ehV8JGIOQDSmaniRWryFMyVIrr9FOoDe { top:603px;left:0px;width:255px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #VXdqZ3V7TKFWzNUkDb4XcfmQTT39nUWt { top:620px;left:0px;width:255px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #UcpRvXt6qtZEHVVNTy57N6z8vmIiXxz6 { top:296px;left:0px;width:764px;height:65px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #W6JeoHBNHiuHN4HTvWf7F8LgdWz6CRpK { top:369px;left:82px;width:600px;height:76px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #sJzlx7V8IDeLGadRgzwxgbKMNG7uF9Ix { top:593px;left:507px;width:257px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #oTT3XDthe7SdAnlo0BflxxKTw1EtHfbT { top:593px;left:0px;width:257px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #aT0oCNo1amGPCRqofyqN028pTw6AGdd6 { display:block; }#aT0oCNo1amGPCRqofyqN028pTw6AGdd6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8gt0BChuFsZ7hKskf7O8CRgMnJ4wbFz { top:33px;left:0px;width:764px;height:65px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #rPB3TRKT2ThBUPm2pC5lAfWaFcnahfyt { top:811px;left:0px;width:480px;height:231px;font-size:17px;display:block; }#rPB3TRKT2ThBUPm2pC5lAfWaFcnahfyt li:before{  }
 }@media only screen and (max-width: 763px) { #KUwRaFyfOIzm99ia4yEHO8uZvVE9m1Xr { top:249px;left:14.994750976562px;width:177px;height:177px;display:block; }
 }@media only screen and (max-width: 763px) { #FqvHbAf0aIz6yP72NZvstxB3ggyF24uH { top:438px;left:364px;width:400px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #FpTdgOA3aoVcH8qfRtW26gdWXRQTCuwr { top:438px;left:0px;width:400px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #D4hAaH9mkdyisosEMmVAq1Q5NBw25Wry { top:148px;left:0px;width:764px;height:57px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ZxpMv312Io9FctEwfXUm6yy6FIQw5KW4 { top:487px;left:324px;width:440px;height:114px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #tEavpk34rWJikb01BDQz3PTtxt4SPVh6 { top:487px;left:0px;width:440px;height:113px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #m11a431TvGB6upXwA1ZMKZq4XSKq6TEl { top:233px;left:0px;width:500px;height:420px;display:block; }
 }@media only screen and (max-width: 763px) { #iGTsbOUi01A7OSz00AGUirS8oz4bfAsA { top:233px;left:264px;width:500px;height:420px;display:block; }
 }@media only screen and (max-width: 763px) { #u0AiDKKcMFuHyDLqxA6hWX9hDL4blU2R { top:744px;left:0px;width:764px;height:41px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #harLCiBtqyPMqmRvmqz7USea6leNgRLN { top:676px;left:0px;width:764px;height:20px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #v04BH4xJHp7Vx1VxvPRnU4VyaykQ9LzL { top:811px;left:284px;width:480px;height:195px;font-size:17px;display:block; }#v04BH4xJHp7Vx1VxvPRnU4VyaykQ9LzL li:before{  }
 }@media only screen and (max-width: 763px) { #MFOc7yz5379grREbXkVyevTqtWJb9Smn { top:239px;left:566px;width:198px;height:198px;display:block; }
 }@media only screen and (max-width: 763px) { #p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV { display:block; }#p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3tTu3EGrHZNZQoRptraAP03lgyDKPZV { top:173px;left:0px;width:764px;height:65px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #pni7Pu09R6zuqkPmD4r0iMstIFsTT6kT { top:495px;left:0px;width:418px;height:370px;font-size:17px;display:block; }#pni7Pu09R6zuqkPmD4r0iMstIFsTT6kT li:before{  }
 }@media only screen and (max-width: 763px) { #TRvuQ0PDPodo1VyooWqdKGSFdqZz2TEl { top:40px;left:297.98962402344px;width:168px;height:115.99345218608px;display:block; }
 }@media only screen and (max-width: 763px) { #TSaVI1U4wlBWQQ91ySUmXwU0FWzUM3qT { top:495px;left:346px;width:418px;height:407px;font-size:17px;display:block; }#TSaVI1U4wlBWQQ91ySUmXwU0FWzUM3qT li:before{  }
 }@media only screen and (max-width: 763px) { #kaf4o0R9IRpAypmLPU4o1ECNLD3e5bpv { top:414px;left:0px;width:764px;height:44px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #bkBadJxr6DmlK7hwVW2610PhlUVTw6GU { top:285px;left:0px;width:764px;height:83px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ { display:block; }#Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrzKrb3HL6T3l4Cv5M0iX8L72hxKWMzl { top:40px;left:0px;width:764px;height:65px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #GTanMqczOL1ONkC4wH536FO8S88R4sUe { top:145px;left:0px;width:764px;height:72px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #SoEatPyg9TI4B5WGJ7arg74Ri4GsROBn { top:236px;left:0px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #Ql3tAkI2PvnTJCnVcCOgm55AHxhxkztv { top:276px;left:59px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #ubZOuhdtfPfVknaTIUrfkvVgxMdFDK98 { top:296px;left:276px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #xR0mkGRB589DzA0FLoUzuC49DBvTKRAC { top:276px;left:495px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #vKJGGvhdAxQFiFCfdz0sgRXWH1GdG2zb { top:246px;left:584px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #kEbCTEwZGDNL6npLxgSwMRcKT5FDvaQf { top:603px;left:0px;width:764px;height:200px;font-size:17px;display:block; }#kEbCTEwZGDNL6npLxgSwMRcKT5FDvaQf li:before{  }
 }@media only screen and (max-width: 763px) { #QlCmvohIkOaBycrZRKaanVESv2ro0ATM { top:552px;left:0px;width:764px;height:41px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #oHiH4nMRvUxTtXqHNOI92XG2oiGJOpyu { top:996px;left:238.9921875px;width:255px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #HKxaQOL9HTopF2ff0CoxOBMD8VrtPZvF { top:1012px;left:239.99475097656px;width:255px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #WyU5HMaKF72tyvkvlrgxsvGT3R4WFXdJ { top:904px;left:114.5px;width:535px;height:64px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #sgR3cIIfxJwUfihho7CXeFhKpUTde8vV { top:987px;left:239.04431152344px;width:257px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh { display:none; }#KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d5327e97831f96dc0024ad937dd571ad { top:207px;left:82px;width:600px;height:62px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #e361872feeed1be8dc8b0e581dab8d1e { top:306px;left:0px;width:764px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #d58d55fa9f4f9e7ff4def88eb0a62ff4 { top:340px;left:0px;width:764px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #F23ca70a8b29e9a64ab50a00b3dccee4 { top:375px;left:0px;width:764px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #saec738679f33fa609a819e6b018b8c4 { top:140px;left:349px;width:157px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #R96fdab28e386db11ed0fbe1cccb5110 { top:45px;left:352px;width:62px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #V21845011ae7515c691a35a0bdcd1137 { top:45px;left:434px;width:48px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #f996dc908e7f8ee8e27f0cdba8cd3b04 { top:45px;left:280px;width:50px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #f2991d7769d627cb41b8840aa77d1890 { top:107px;left:257px;width:81px;height:81px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/709ef9db-6e02-404c-95f9-fd3b4eee688a/20250506_M2_Twitchdrops_Landingpage_SAPPHIRE_Summerserver_Panel_Header_Background_Mobile.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG.adaptive-delivery-prevent-bg, #MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG.lazyload, #MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG.lazyloading { background-image: none; }#MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG > .row .container { background-color: transparent; background-image: none; }#MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG > .row .container > .video-iframe-container { display: none; }#MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG > .row > .video-iframe-container { display: none; }#MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG > .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); }#MqSFf3g5x4wdlQq7TmSC4mVi8vSte2lG > .row .container { width:320px;height:553px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXzayO5pGHhJcDhMTWldyAfv6F3EawVf { width:320px;height:75.3594px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #khv7wWqMXceJau1nPicrVRnOxnh3acBC { width:255px;height:60px;top:462.3594px;left:32.125px;display:block; }
 }@media only screen and (max-width: 763px) { #b1iuiidnn9xMEJCanUd4bNDqJcvO0d0L { width:255px;height:26px;top:481.531275px;left:33px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ehV8JGIOQDSmaniRWryFMyVIrr9FOoDe { width:255px;height:60px;top:362.3594px;left:32.125px;background-color:rgba(0,0,0,0.57);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VXdqZ3V7TKFWzNUkDb4XcfmQTT39nUWt { width:255px;height:26px;top:380.187525px;left:32.953125px;font-size:20px;color:#f4ce16;display:block; }
 }@media only screen and (max-width: 763px) { #UcpRvXt6qtZEHVVNTy57N6z8vmIiXxz6 { width:320px;height:70.375px;top:115.3594px;left:0px;font-size:32px;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W6JeoHBNHiuHN4HTvWf7F8LgdWz6CRpK { width:320px;height:127.5px;top:205.7344px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sJzlx7V8IDeLGadRgzwxgbKMNG7uF9Ix { width:256px;height:80px;top:453.2344px;left:32px;display:block; }
 }@media only screen and (max-width: 763px) { #oTT3XDthe7SdAnlo0BflxxKTw1EtHfbT { width:256px;height:80px;top:353.2344px;left:32px;display:block; }
 }@media only screen and (max-width: 763px) { #aT0oCNo1amGPCRqofyqN028pTw6AGdd6 { display:block; }#aT0oCNo1amGPCRqofyqN028pTw6AGdd6 > .row .container { width:320px;height:1877px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8gt0BChuFsZ7hKskf7O8CRgMnJ4wbFz { width:320px;height:76.7812px;top:20px;left:0px;font-size:32px;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rPB3TRKT2ThBUPm2pC5lAfWaFcnahfyt { width:320px;height:217.234px;top:1374.6094px;left:0px;font-size:17px;line-height:1.7;display:block; }#rPB3TRKT2ThBUPm2pC5lAfWaFcnahfyt li:before{  }
 }@media only screen and (max-width: 763px) { #KUwRaFyfOIzm99ia4yEHO8uZvVE9m1Xr { width:177px;height:177px;top:281.25px;left:71.5px;display:block; }
 }@media only screen and (max-width: 763px) { #FqvHbAf0aIz6yP72NZvstxB3ggyF24uH { width:320px;height:28.5938px;top:924.203125px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #FpTdgOA3aoVcH8qfRtW26gdWXRQTCuwr { width:320px;height:28.5938px;top:469.25px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #D4hAaH9mkdyisosEMmVAq1Q5NBw25Wry { width:320px;height:127.5px;top:116.7656px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZxpMv312Io9FctEwfXUm6yy6FIQw5KW4 { width:300px;height:127.5px;top:971.765625px;left:10px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #tEavpk34rWJikb01BDQz3PTtxt4SPVh6 { width:300px;height:102px;top:518.78125px;left:10px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #m11a431TvGB6upXwA1ZMKZq4XSKq6TEl { width:320px;height:420px;top:264.2656px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iGTsbOUi01A7OSz00AGUirS8oz4bfAsA { width:320px;height:452px;top:704.2656px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #u0AiDKKcMFuHyDLqxA6hWX9hDL4blU2R { width:320px;height:83.5938px;top:1271.0156px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #harLCiBtqyPMqmRvmqz7USea6leNgRLN { width:320px;height:74.75px;top:1176.2656px;left:0px;font-size:11px;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v04BH4xJHp7Vx1VxvPRnU4VyaykQ9LzL { width:320px;height:246.125px;top:1611.8284px;left:0px;font-size:17px;line-height:1.7;display:block; }#v04BH4xJHp7Vx1VxvPRnU4VyaykQ9LzL li:before{  }
 }@media only screen and (max-width: 763px) { #MFOc7yz5379grREbXkVyevTqtWJb9Smn { width:198px;height:198px;top:713.25px;left:61px;display:block; }
 }@media only screen and (max-width: 763px) { #p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/edbc0370-3583-4ade-b45f-1e9675c8160b/20250506_M2_Twitchdrops_Landingpage_SAPPHIRE_Summerserver_Panel_2_Metin_Background.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV.adaptive-delivery-prevent-bg, #p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV.lazyload, #p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV.lazyloading { background-image: none; }#p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV > .row .container { background-color: transparent; background-image: none; }#p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV > .row .container > .video-iframe-container { display: none; }#p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV > .row > .video-iframe-container { display: none; }#p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV > .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); }#p4QEI7vpebCw3Tx63g6yWqfrzH80fGRV > .row .container { width:320px;height:1396px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3tTu3EGrHZNZQoRptraAP03lgyDKPZV { width:300px;height:41.5938px;top:155.969px;left:10px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pni7Pu09R6zuqkPmD4r0iMstIFsTT6kT { width:320px;height:365.266px;top:594.1248px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }#pni7Pu09R6zuqkPmD4r0iMstIFsTT6kT li:before{  }
 }@media only screen and (max-width: 763px) { #TRvuQ0PDPodo1VyooWqdKGSFdqZz2TEl { width:168px;height:115.969px;top:20px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #TSaVI1U4wlBWQQ91ySUmXwU0FWzUM3qT { width:320px;height:397.562px;top:979.3908px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }#TSaVI1U4wlBWQQ91ySUmXwU0FWzUM3qT li:before{  }
 }@media only screen and (max-width: 763px) { #kaf4o0R9IRpAypmLPU4o1ECNLD3e5bpv { width:320px;height:44px;top:530.1248px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bkBadJxr6DmlK7hwVW2610PhlUVTw6GU { width:320px;height:292.578px;top:217.5628px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/18200e6a-a2c0-4fb4-8ca2-ba0bdd97f19d/20250506_M2_Twitchdrops_Landingpage_SAPPHIRE_Summerserver_Panel_3_Twitchdrops_Background_Mobile.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;display:block; }#Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ.adaptive-delivery-prevent-bg, #Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ.lazyload, #Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ.lazyloading { background-image: none; }#Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ > .row .container { background-color: transparent; background-image: none; }#Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ > .row .container > .video-iframe-container { display: none; }#Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ > .row > .video-iframe-container { display: none; }#Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ > .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); }#Mhvr28wqetL63aZIg5UTzx4HV2QIWRDQ > .row .container { width:320px;height:1951px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrzKrb3HL6T3l4Cv5M0iX8L72hxKWMzl { width:320px;height:41.5938px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTanMqczOL1ONkC4wH536FO8S88R4sUe { width:320px;height:129.188px;top:81.5938px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SoEatPyg9TI4B5WGJ7arg74Ri4GsROBn { width:170px;height:170px;top:230.7818px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #Ql3tAkI2PvnTJCnVcCOgm55AHxhxkztv { width:170px;height:170px;top:420.7818px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #ubZOuhdtfPfVknaTIUrfkvVgxMdFDK98 { width:170px;height:170px;top:610.7818px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #xR0mkGRB589DzA0FLoUzuC49DBvTKRAC { width:170px;height:170px;top:800.7818px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #vKJGGvhdAxQFiFCfdz0sgRXWH1GdG2zb { width:170px;height:170px;top:990.7818px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #kEbCTEwZGDNL6npLxgSwMRcKT5FDvaQf { width:320px;height:472.156px;top:1242.5787px;left:0px;font-size:17px;display:block; }#kEbCTEwZGDNL6npLxgSwMRcKT5FDvaQf li:before{  }
 }@media only screen and (max-width: 763px) { #QlCmvohIkOaBycrZRKaanVESv2ro0ATM { width:320px;height:41.7969px;top:1180.7818px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHiH4nMRvUxTtXqHNOI92XG2oiGJOpyu { width:255px;height:60px;top:1860.5947px;left:30.953125px;display:block; }
 }@media only screen and (max-width: 763px) { #HKxaQOL9HTopF2ff0CoxOBMD8VrtPZvF { width:255px;height:26px;top:1876.5947px;left:31.953125px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #WyU5HMaKF72tyvkvlrgxsvGT3R4WFXdJ { width:320px;height:96.8906px;top:1734.7197px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sgR3cIIfxJwUfihho7CXeFhKpUTde8vV { width:257px;height:80px;top:1851.5947px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/7d2bf9a8-2504-4f5c-a172-016abdd97254/20250506_M2_Twitchdrops_Landingpage_SAPPHIRE_Summerserver_Panel_Footer_Twitchdrops_Background_Mobile.jpg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh.adaptive-delivery-prevent-bg, #KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh.lazyload, #KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh.lazyloading { background-image: none; }#KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh > .row .container { background-color: transparent; background-image: none; }#KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh > .row .container > .video-iframe-container { display: none; }#KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh > .row > .video-iframe-container { display: none; }#KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh > .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); }#KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh > .row .container { border-width: 0; border-radius: 0; }#KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KF0IFbGqR6y7pnMCAM8HyzP0hv6nDWwh > .row .container { width:320px;height:639px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d5327e97831f96dc0024ad937dd571ad { width:320px;height:90px;top:415px;left:0px;font-size:12px;color:#6f82a4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e361872feeed1be8dc8b0e581dab8d1e { width:320px;height:18.1875px;top:525px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d58d55fa9f4f9e7ff4def88eb0a62ff4 { width:294px;height:18.1875px;top:563.1875px;left:13px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F23ca70a8b29e9a64ab50a00b3dccee4 { width:320px;height:18.1875px;top:601.375px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #saec738679f33fa609a819e6b018b8c4 { width:154px;height:30px;top:365px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #R96fdab28e386db11ed0fbe1cccb5110 { width:62px;height:62px;top:100px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #V21845011ae7515c691a35a0bdcd1137 { width:48px;height:62px;top:182px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #f996dc908e7f8ee8e27f0cdba8cd3b04 { width:50px;height:60px;top:20px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #f2991d7769d627cb41b8840aa77d1890 { width:81px;height:81px;top:264px;left:119px;display:block; }
 }