:root {
    --blue: #1366FF;
    --blue-hover: #337aff;
  
    --orange:#E31D1D;
    --orange-hover:#FF3232;
  
    --green:#2EFFA1;
    --green-hover:#41fca8;
  
    --header:#09102B;
    --text:#575B77;
    --strong:#3e4052;
    --body:#fff;

    --border:#c4c6d2;
  
    --light-bg:#F0F3F5;
}
  
  
  
  
  @font-face {
      font-family: 'DIN Next LT Pro';
      src: url('../webfonts/DINNextLTPro-Medium.eot');
      src: url('../webfonts/DINNextLTPro-Medium.eot?#iefix') format('embedded-opentype'),
          url('../webfonts/DINNextLTPro-Medium.woff2') format('woff2'),
          url('../webfonts/DINNextLTPro-Medium.woff') format('woff'),
          url('../webfonts/DINNextLTPro-Medium.ttf') format('truetype'),
          url('../webfonts/DINNextLTPro-Medium.svg#DINNextLTPro-Medium') format('svg');
      font-weight: 500;
      font-style: normal;
  }
  
  
  @font-face {
      font-family: 'DIN Next LT Pro';
      src: url('../webfonts/DINNextLTPro-Bold.eot');
      src: url('../webfonts/DINNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
          url('../webfonts/DINNextLTPro-Bold.woff2') format('woff2'),
          url('../webfonts/DINNextLTPro-Bold.woff') format('woff'),
          url('../webfonts/DINNextLTPro-Bold.ttf') format('truetype'),
          url('../webfonts/DINNextLTPro-Bold.svg#DINNextLTPro-Bold') format('svg');
      font-weight: 600;
      font-style: normal;
  }
  
  
  @font-face {
      font-family: 'DIN Next LT Pro';
      src: url('../webfonts/DINNextLTPro-Bold.eot');
      src: url('../webfonts/DINNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
          url('../webfonts/DINNextLTPro-Bold.woff2') format('woff2'),
          url('../webfonts/DINNextLTPro-Bold.woff') format('woff'),
          url('../webfonts/DINNextLTPro-Bold.ttf') format('truetype'),
          url('../webfonts/DINNextLTPro-Bold.svg#DINNextLTPro-Bold') format('svg');
      font-weight: 700;
      font-style: normal;
  }
  
  @font-face {
      font-family: 'DIN Next LT Pro';
      src: url('../webfonts/DINNextLTPro-Heavy.eot');
      src: url('../webfonts/DINNextLTPro-Heavy.eot?#iefix') format('embedded-opentype'),
          url('../webfonts/DINNextLTPro-Heavy.woff2') format('woff2'),
          url('../webfonts/DINNextLTPro-Heavy.woff') format('woff'),
          url('../webfonts/DINNextLTPro-Heavy.ttf') format('truetype'),
          url('../webfonts/DINNextLTPro-Heavy.svg#DINNextLTPro-Heavy') format('svg');
      font-weight: 900;
      font-style: normal;
  }
  
  
  
  /* Eric Meyer's CSS Reset */
  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 {
      margin: 0;
      padding: 0;
      border: 0;
      font-size: 100%;
      font: inherit;
      vertical-align: baseline;
  }
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
      display: block;
  }
  body {
      line-height: 1;
  }
  ol, ul {
      list-style: none;
  }
  blockquote, q {
      quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
      content: '';
      content: none;
  }
  table {
      border-collapse: collapse;
      border-spacing: 0;
  }
  /* End of Eric Meyer's CSS Reset */
  
  article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
      display: block;
  }
  
  
  body {
      font-family: 'Roboto', 'Inter', Verdana, Arial, Helvetica, sans-serif;
      font-size: 15px;
      line-height: 24px;
      color:var(--text);
      background:var(--body-bg);
  }

  
  
  .wrapper {
      width:100%;
      max-width: 1280px;
      margin: 0 auto;
  }
  
  p {
      padding-bottom: 20px;
  }
  
  
  h1,
  h2,
  h3,
  h4,
  h5 {
      color: var(--header);
      font-weight: 700;
      font-family:"DIN Next LT Pro",sans-serif;
  }
  
  img {
      line-height: 1;
      vertical-align: bottom;
  }
  
  h1 {
      font-size: 70px;
      line-height: 74px;
      letter-spacing: -2.5px;
      font-weight:900;
  }
  
  h2 {
      font-size: 40px;
      line-height: 46px;
      padding-bottom: 6px;
      letter-spacing:-1.5px;
  }
  
  h3 {
      font-size: 24px;
      line-height: 30px;
  }

  
  h4 {
      font-size: 20px;
      line-height: 28px;
  }
  
  h5 {
      font-size: 16px;
      line-height: 24px;
  }
  
  a {
      color: var(--blue);
      font-weight: 500;
      text-decoration: none;
  }

  .ifix {
    padding-bottom:2px;
  }
  
  a:hover,
  a:active,
  a:focus {
      color: var(--blue-hover);
      text-decoration: none;
  }
  
  section {
      padding: 88px 0px;
  }
  
  
  .semibold {
    font-weight:500;
  }
  
  .bold {
    font-weight:600;
  }
  
  .extrabold {
    font-weight:700;
  }
  
  .black {
    font-weight:900;
  }
  
  
  * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  
  .clearfix:after,
  .container:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0
  }
  
  .container {
      max-width: 1280px;
      width: 100%;
      margin: 0 auto;
  }
  
  strong {
      color: var(--strong);
      font-weight: 600;
  }
  
  *:hover {
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
  }
  
  p {
      padding-bottom: 20px;
  }
  
  
  
  .title {
      padding-bottom: 50px;
      text-align: center;
      margin-top: -6px;
  }
  
  
  .title p {
      font-size: 18px;
      line-height: 28px;
      max-width: 760px;
      margin: 0 auto;
      padding-bottom: 0px;
      padding-top: 6px;
  }
  
  .titleleft {
    text-align:left;
    padding-bottom:0px !important;
  }

  .button {
      padding: 0px 32px;
      display: inline-block;
      height: 48px;
      line-height: 48px;
      color: #fff !important;
      background: var(--blue);
      font-size: 13px;
      font-weight: 600;
      font-family: "Roboto Condensed";
      box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.12) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.10) inset, 0px 3px 0px 0px rgba(0, 0, 0, 0.06);
      border-radius: 48px;
      text-transform: uppercase;
  }
  
  .button:hover {
      color: #fff !important;
      text-decoration: none;
      background: var(--blue-hover);
  }
  
  .button:focus {
      transform: scale(0.97);
      outline: none;
  }
  
  .button.outline {
      background: transparent;
      box-shadow: none;
      border: 1px solid #061840;
      color: var(--blue) !important;
  }
  
  .button.outline:hover {
      background: var(--blue);
      color: #fff !important;
      box-shadow: none;
  }
  
  
  .button.secondary {
    background:var(--red);
  }
  
  .button.secondary:hover {
    background:var(--red-hover);
  }
  
  .button.disabled {
      cursor: not-allowed;
      opacity: 0.5;
  }
  
  .button.disabled:hover {
    opacity:0.7;
  }

  .button.lg {
    font-size:16px;
    height:58px;
    line-height:58px;
    padding:0px 48px;
  }
  
  
  .relative {
      position:relative;
  }

  .button.white {
    background:#fff;
    color:var(--blue) !important;
  }

  .button.white:hover {
    background:rgba(255,255,255,0.88);
  }
  
  .text-center {
      text-align: center;
  }
  
  .text-lg {
      font-size:1.25rem;
      line-height:1.75rem;
  }
  
  .text-md {
      font-size:1.125rem;
      line-height:1.5rem;
  }
  
  .width-50 {
      width:50%;
  }
  
  .width-66 {
      width:66.6667%;
  }
  
  .width-75 {
      width:75%;
  }
  
  .width-75 {
      width:100%;
  }
  
  .pull-left-img {
      float:left;
      margin-right:2rem;
  }
  
  .text-left {
      text-align:left;
  }
  
  .inline-block {
      display:inline-block;
  }
  
  .block {
      display:block;
  }
  
  .mt-8 {
      margin-top:8rem;
  }
  
  .mt-7 {
      margin-top:7rem;
  }
  
  .mt-6 {
      margin-top:6.25rem;
  }
  
  .text-sm {
      font-size:0.75rem;
  }
  
  .mute {
      opacity:0.75;
  }
  
  .opacity-25 {
      opacity:0.25;
  }
  
  .opacity-50 {
      opacity:0.5;
  }
  
  .opacity-75 {
      opacity:0.75;
  }
  
  .va-sub {
      vertical-align: sub;
  }
  
  .va-mid {
      vertical-align: middle;
  }
  
  .va-top {
      vertical-align: top;
  }
  
  .va-base {
    vertical-align:baseline;
  }
  
  .va-bot {
    vertical-align: bottom;
  }


.pull-right {float:right;}
.pull-left {float:left;}
  
  .header {
    padding:20px 0px;
    position: absolute;
    top:32px;
    left:0;
    right:0;
  }
  
  .header a {
    color: var(--text);
    font-style:normal;
  }
  
  .header a:hover {
    color:var(--blue);
  }
  
#main-navigation {
    float:right;
    font-family:"Roboto",sans-serif;
}

  #main-navigation li {
    float:left;
    line-height:48px;
    padding-right:32px;
  }

  #main-navigation li a {
    font-size:16px;
    font-weight:500 !important;
    color:#fff;
    display:block;
  }


  #main-navigation li:nth-last-child(1) {
    padding-right:0px;
  }
  
  #main-navigation li a, #main-navigation li a.button {
    font-weight:500;
    color:#fff;
  }
  
  #main-navigation li a:hover {
    color:var(--blue);
  }

  
  #main-navigation a.button {
    text-transform: capitalize;
    font-size:16px;
    font-family:"Roboto",sans-serif;
    font-weight:700;
  }
  
  #main-navigation li a:hover {
    color:rgba(255,255,255,0.75);
  }
  
  

.font-10 {font-size:10px;line-height:20px;}
.font-11 {font-size:11px;line-height:20px;}
.font-12 {font-size:14px;line-height:20px;}
.font-122 {font-size:16px;line-height:20px; font-weight: 800;}
.font-13 {font-size:13px;line-height:22px;}
.font-14 {font-size:13px;line-height:22px;}
.font-15 {font-size:15px;line-height:24px;}
.font-16 {font-size:16px;line-height:24px;}
.font-18 {font-size:18px;line-height:28px;}
.font-20 {font-size:20px;line-height:30px;}
.font-22 {font-size:22px;line-height:32px;}
.font-24 {font-size:26px;line-height:34px;}
.font-26 {font-size:26px;line-height:36px;}
.font-30 {font-size:28px;line-height:36px;
}
.font-32 {font-size:32px;line-height:38px;}
.font-36 {font-size:36px;line-height:44px;}
.font-54 {font-size:54px;line-height:62px;}

.top-bar {
    background:#071168;
    border-bottom:1px solid #303E83;
    height:32px;
    line-height:32px;
    font-size:13px;
}

.top-bar ul {
    float:right;
}

.top-bar ul li {
    float:left;
    padding-right:24px;
}

.top-bar ul li a {
    color:#fff;
}

.top-bar ul li i {
    padding-bottom:1px;
}

.top-bar ul li:nth-last-child(1) {
    padding-right:0px;
}

.hero {
    padding-top:180px;
    font-size:22px;
    line-height:32px;
}

#home-hero {
    background:url('../images/bg-home.png') center center no-repeat;
    background-size:cover;
    color:#fff;
}

#dedicated-hero {
    background:url('../images/bg-dedicated.png') center center no-repeat;
    background-size:cover;
    color:#fff;
}

#about-hero {
background:url('../images/bg-about.svg') top right no-repeat, linear-gradient(111.43deg, #090081 27.5%, #0078CA 120.84%);
    color:#fff;
}

#about-hero .location-stat p {
    font-size:16px;
    line-height:24px;
    padding-bottom:0px;
}


#cloud-hero {
    background:url('../images/bg-cloud.png') center center no-repeat;
    background-size:cover;
    color:#fff;
    padding-bottom:98px;
}

.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5{
    color:#fff;
}

.hero ul li {
    padding:4px 0px;
}

.icon-bg {
    background:#F5F7F9;
    width:76px;
    height:76px;
    border-radius:50%;
    line-height:76px;
    text-align:center;
    margin:0px auto 25px auto;
}

.icon-bg img {
    vertical-align: middle;
}


.feature-col .col p:nth-last-of-type(1) {
    padding-bottom:0px;
}

.feature-col .col {
    padding-bottom:60px;
}

.feature-col .row {
    margin-bottom:-60px;
}

.light-bg {
    background:var(--light-bg);
}

.subtitle {
    font-size: 13px;
    color:var(--blue);
    font-family:"DIN Next LT Pro",sans-serif;
    font-weight:700;
    margin-bottom:10px;
    display:block;
    text-transform: uppercase;
}

.feature-block {
    position: relative;
    padding-left:80px;
    margin-bottom:35px;
}

.feature-block img {
    position: absolute;
    top:0;
    left:0;
}

.feature-block:nth-last-of-type(1) {
    margin-bottom:0px;
}

.map-white {
    background:url('../images/map-white.svg') center center no-repeat;
    width:997px;
    height:443px;
}

.red-bg {
    background: linear-gradient(137deg, #0F194E 42.6%, #01127F 115.53%);
    color:#FFF;
}

.red-bg a {
    color:#FFF;
    text-decoration: underline;
}

.red-bg a:hover {
    opacity:0.8;
}

.red-bg strong {
    color:#FFF;
}

.icon-bg-lg {
    height:284px;
    width:284px;
    line-height:284px;
}

.font-26 {
    font-size:26px;
    line-height:34px;
}

.service-image {
    height:168px;
}

.text-right {
    text-align:right;
}

.footer {
    background:#000;
    position: relative;
    padding-top:100px;
    background: linear-gradient(137deg, #0F194E 42.6%, #01127F 115.53%);
}

.footer-links {
    padding-bottom:100px;
}



.subcta a {
    color:var(--text);
    text-decoration: underline;
}

.subcta a:hover {
    color:var(--strong);
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5 {
    color:#fff;
}

.footer-links {
    position: relative;
    z-index:1000;
}

.footer-links ul  {
    padding-top:15px;
}

.footer-links ul li {
    padding:6px 0px;
}

.footer-links a {
    padding:3px 0px;
    color:#fff;
    font-weight:400;
}

.footer-links a:hover {
    color:var(--blue);
}

.footer-bottom {
    padding:30px 0px;
}

.copyright-row {
    padding:18px 0px;
    border-top:1px solid rgba(255,255,255,0.15);
    border-bottom:1px solid rgba(255,255,255,0.15);
    color:#fff;
}

.social-link {
    margin-right:30px;
}

.social-link img{
    margin-top:12px;
}

.feature-tab-nav {
    margin-right:30px;
}

.feature-tab-nav li {
    padding:4px;
    border-radius:56px;
    margin-bottom:4px;
}

.feature-tab-nav li a {
    color:var(--header);
    font-weight:500;
    height:48px;
    border-radius:48px;
    line-height:36px;
    padding:6px 24px;
    display:block;
    overflow:hidden;
}


.feature-tab-nav li:hover {
    background:var(--light-bg);
}

.feature-tab-nav li a i {
    width:18px;
    text-align:center;
    margin-right:8px;
}

.feature-tab-nav .active {
    background: linear-gradient(90deg, #1366FF 27.59%, #84D0FF 109.64%);
    color:#fff;
}

.feature-tab-nav li.active a {
color:#fff;
font-weight:700;
position: relative;
}
.feature-tab-nav li.active a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: " ";
    width: 0%; /* Start at 0% */
    border-radius: 48px;
    background: linear-gradient(90deg, #1366FF 27.59%, #84D0FF 109.64%);
    z-index: 1;
    animation: growWidth 8s linear forwards; /* Add animation */
}

@keyframes growWidth {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}


.feature-tab-nav li.active a span {
    z-index:1000;
    position: relative;
}

.dedicated-list li {
    padding:0px 25px !important; 
    display:inline-block;
}

.dedi-filters ul li {
    display:inline-block;
}

.dedi-filters ul li a {
    height:32px;
    padding:0px 18px;
    display:block;
    color:#fff;
    font-size: 13px;
    line-height:32px;
    border-radius:32px;
}

.dedi-filters ul li a:hover {
    background:rgba(255,255,255,0.07);
}

.dedi-filters ul li.active a {
    box-shadow:0px 2px 0px 0px rgba(255, 255, 255, 0.12) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.10) inset, 0px 3px 0px 0px rgba(0, 0, 0, 0.06);
    background:var(--blue);
    color:#fff;
}

.server-labels {
    margin-top:-2px;
}

.server-labels div {
    height:26px;
    line-height:26px;
    padding:0px 12px;
    border-radius: 6px;
    background: #F4F5F8;
    font-size: 13px;
    display:inline-block;
    font-weight:500;
    margin-left:8px;
}

.server-labels div.stock {
    background:#E9F9EA;
    color:#15B822;
}

.flex {
    display:flex;
}

.server-box {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 1px 0px rgba(1, 18, 127, 0.10), 0px 1px 2px 0px rgba(1, 18, 127, 0.10), 0px 2px 8px 0px rgba(1, 18, 127, 0.13);
    padding:28px 28px 40px 28px;
    position: relative;
    margin-bottom:20px;
}

.server-box:before {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    content:" ";
    display:block;
    background:#fff;
    z-index:-1;
}

.server-box:hover, .box:hover {
    box-shadow: 0px 0px 1px 0px rgba(1, 18, 127, 0.10), 0px 2px 4px 0px rgba(1, 18, 127, 0.15), 0px 3px 12px 0px rgba(1, 18, 127, 0.18);

}

.server-box:nth-last-of-type(1) {
    margin-bottom:0px;
}

.server-specs {
    padding-top:20px;
}

.server-specs li {
    display:inline-block;
    padding-right:45px;
}

.server-specs li:nth-last-child(1) {
    padding-right:0px;
}

.spacing-fix {
    letter-spacing:0px;
}

#dedicated-pricing {
    padding-top:0px;
    margin-top:-60px;
}

.server-location-list {
    position: absolute;
    bottom:0;
    left:28px;
}

.server-location-list li {
    display:inline-block;
    margin-right:6px;
    background:var(--light-bg);
    font-size:12px;
    height:24px;
    line-height:24px;
    padding:0px 8px;
}

.box {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 1px 0px rgba(1, 18, 127, 0.10), 0px 1px 2px 0px rgba(1, 18, 127, 0.10), 0px 2px 8px 0px rgba(1, 18, 127, 0.13);
    padding:36px 36px;
    text-align:center;
}

.dedicated-feature {
    position: relative;
    border-bottom:1px solid #D9E2E8;
    padding:40px 28px 40px 128px;
    text-align:left;
}
.dedicated-feature h3 {
    font-size:22px;
    padding-top:10px;
}

.dedicated-feature .icon-bg {
    position: absolute;
    top:36px;
    left:28px;
}

.dedicated-help {
    background:url('../images/bg-need-help.svg') center center no-repeat;
    background-size:cover;
    color:rgba(255,255,255,0.75);
    padding:48px 32px;
    border-radius:12px;
    position: sticky;
    top:20px;
}

.dedicated-help h4 {
    color:#fff;
    font-size:22px;
    font-weight:600;
    padding-bottom:6px;
}


.dark-bg {
background: radial-gradient(32.53% 253.46% at 75.77% 35.69%, rgba(157, 175, 255, 0.17) 0%, rgba(9, 16, 43, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #0F194E;
    color:rgba(255,255,255,0.75);
}

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5 {
    color:#fff;
}

.tabs {
    margin:0px auto;
    display:table;
}

.tabs li  {
    display:inline-block;
    float:left;
}

.tabs li a {
    padding:13px 32px;
    border-bottom:2px solid var(--border);
    color:#72768f;
    font-weight:400;
    display:block;
}

.tabs li a:hover {
    border-bottom:2px solid #8c8d98;
    color:var(--strong);
}

.tabs li.active a {
    border-bottom:2px solid var(--blue);
    color:var(--blue);
    font-weight:600;
}

.dark-bg .tabs li a {
    color:rgba(255,255,255,0.66);
    border-bottom:2px solid Rgba(255,255,255,0.2);
}


.dark-bg 
.tabs li a:hover {
    border-bottom:2px solid Rgba(255,255,255,0.4);
    color:rgba(255,255,255,1);
    opacity: 1;
}

.dark-bg 
.tabs li.active a {
    color:#fff !important; 
    border-bottom:2px solid var(--blue) !important; 
}




.table-row {
    border-bottom: 1px solid var(--border);
}

.border-top {
    border-top: 1px solid var(--border);
}

.table-row:nth-last-child(1) {
    border-bottom: 0px solid var(--border);
}

.other-hosts {
    opacity:0.5;
}

.green {
    color:#15B822;
}

.blue {
    color:var(--blue);
}

.col-lg-25 {
    width:20%;
    flex:0 0 auto;
}

h2 small {
    letter-spacing:0px;
}

.spec-list {
    width:50%;
    float:left;
}

.spec-list li {
    padding:3px 0px;
    padding-right:10px;
    text-align:right;
    font-size:12px;
    opacity:0.75;
    font-weight:500;
}

.spec-amount {
    width:50%;
    float:right;
}

.spec-amount li {
    padding:3px 0px;
    padding-left:10px;
    text-align:left;
    color:var(--strong);
}

#cloud-pricing {
    padding-top: 0px;
    margin-top: -60px;
}

#cloud-pricing .row {
    margin:0px -10px;
}

#cloud-pricing .col {
    padding:0px 10px;
}

#cloud-pricing .box {
    padding: 36px 24px;
}

#cloud-pricing h2 {
    letter-spacing:-2px;
}

.mw-66 {
    max-width:66%;
}

.half-feature {
    position: relative;
    padding-left:100px;
}

.half-feature .icon-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color:#E3EAEE;
}

.half-feature h3 {
    padding-top:10px;
    font-size:22px;
}

.caption {
    max-width:480px;
    margin:0px auto;
    text-align:center;
}

.font-48 {
    font-size:48px;
    line-height:56px;
}

.location-stat {
    padding:12px 32px;
    border-left:1.5px solid rgba(255,255,255,0.2);
}

.small-link {
    font-size: 13px;
    text-transform: uppercase;
    font-weight:600;
    font-family:"Roboto Condensed",sans-serif;
}

.dark-bg a {
    color:#fff;
}

.dark-bg a:hover {
    color:#fff;
    opacity:0.75;
}

#cloud-locations {
    overflow:hidden;
}

#cloud-locations:before {
    position: absolute;
    background:url('../images/cloud-locations-map.svg');
    width:967px;
    height:415px;
    content:" ";
    display:block;
    top:-72px;
    right:-50px;
}

.font-28 {
    font-size:28px;
    line-height:36px;
}

.small-icon-bg {
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    border-radius:50%;
    float:left;
    margin-right:16px;
    background: linear-gradient(148.84deg, #E9EDF0 13.61%, #FFFFFF 59.35%);
    font-size:18px;
}

.small-icon-list li {
    line-height:40px;
    margin:8px 0px;
}


.about-wrap {
    max-width:640px;
    margin:0px;
}

.about-wrap p {
    font-size:20px;
    line-height:30px;
}

#about-vision .container {
    padding: 0px 120px;
}

.center-vertically {
    
    position: absolute;
    top: 50%;
    left: calc(var(--bs-gutter-x)* .575);
    right: calc(var(--bs-gutter-x)* .575);
    transform: translateY(-50%);
}

.core-block {
    position: relative;
    padding-left:80px;
    padding-top:6px;
}

.core-block .value-number {
    position: absolute;
    top:0;
    left:0;
    width:68px;
    text-align:center;
}

.core-block .value-number h2 {
    font-size:60px;
    line-height:60px;
}

#about-promises {
background: radial-gradient(87.83% 518.15% at 20.46% 24.7%, rgba(157, 175, 255, 0.17) 0%, rgba(9, 16, 43, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #0F194E;
}

#about-promises .subtitle, .dark-bg .subtitle {
    color:#fff;
}

#about-datacenters .tabs {
    margin:0px;
}

.responsive-img {
    max-width:100%;
}

.toggle {
    border-top:1px solid var(--border);
}

.toggle-header {
    padding:18px 8px 14px 8px;
    cursor:pointer;
}

.toggle-body {
    display:none;
    padding:6px 20px;
    padding-bottom:20px;
}

.toggle.active .toggle-body {
    display:block;
}

.border-bottom {
    border-bottom:1px solid var(--border);
}

.explore-link {
    border-left:1.5px solid var(--border);
    padding:20px 0px 20px 32px;
    cursor:pointer;
}

.explore-link:hover {
    padding-left:34px;
}

.explore-link .fa-arrow-right-long {
    transform:rotate(0deg);
    padding-top:2px;
}

.explore-link:hover .fa-arrow-right-long {
    transform:rotate(-45deg);
    transition:all ease-in-out 0.25s;
}

.the-promo {
    background:rgba(0,0,0,0.2);
    display:inline-block;
    padding:4px 10px;
    border-radius:36px;
    
}

.or-create {
    padding-top:36px;
}

.or-create h5 {
    font-size:16px;
    padding-bottom:14px;
}

.more-services-link {
    color:var(--text);
}

.more-services-link .fa-solid {
    color:var(--header);

}

.more-services-link h5 {
    font-size:18px;
}

#about-core-values .feature-tab-nav li:hover {
    background:#dbdfe1;
}

#about-core-values .feature-tab-nav li.active:hover {
    background:#212B5F;
}

.button_container {
    
    color: #fff;
    display: none;
    position: absolute;
    right: 15px;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
}

html, body {
    overflow-x:hidden;
}

.spec-hide {
    display:none;
}

.page-dedicated body, .page-dedicated {
    overflow-x:unset;
}

.out-of-stock {
    cursor:not-allowed;
}

.out-of-stock .row,
.out-of-stock .server-location-list {
    opacity:0.5;
}

.out-of-stock:hover {
    box-shadow:0px 0px 1px 0px rgba(1, 18, 127, 0.10), 0px 1px 2px 0px rgba(1, 18, 127, 0.10), 0px 2px 8px 0px rgba(1, 18, 127, 0.13);
}

.out-of-stock .button {
    cursor:not-allowed;
    background:#8A90A4;

}

.out-of-stock .stock {
    background:#FFECEC !important;
    color:#E41C1C !important;
}

.tab-pane {
    display:none;
}

.tab-pane.active {
    display:block;
}



.carousel {
    position: relative;
    
    /* Hides carousel by default */
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none;
	}
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
	transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
	z-index: 1;
	opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-fade .active.carousel-item-start,
	.carousel-fade .active.carousel-item-end {
		transition: none;
	}
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: none;
	border: 0;
	opacity: 0.5;
	transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-control-prev,
	.carousel-control-next {
		transition: none;
	}
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
}

/* rtl:options: {
    "autoRename": true,
    "stringMap":[ {
      "name"    : "prev-next",
      "search"  : "prev",
      "replace" : "next"
    } ]
  } */

.has-indic .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: -40px;
	left: 0;
	z-index: 1012;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	list-style: none;
}
.has-indic .carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 12px;
	border-radius: 50%;
	height: 12px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	border: 1px solid #fff;
	background: #fff;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
	.has-indic .carousel-indicators [data-bs-target] {
		transition: none;
	}
}
.has-indic .carousel-indicators .active {
	opacity: 1;
	background: var(--header);
}

.visually-hidden {
	display: none;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
	filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: #000;
}
.carousel-dark .carousel-caption {
	color: #000;
}

[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"] .carousel .carousel-control-next-icon {
	filter: invert(1) grayscale(100);
}
[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target] {
	background-color: #000;
}
[data-bs-theme="dark"] .carousel .carousel-caption {
	color: #000;
}

.carousel-control-prev,
.carousel-control-next {
	color: var(--header);
	z-index: 1002;
	width: 5%;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: var(--header);
	cursor: pointer;
}

/* Previous and Next slide number */
.carousel-slide-number {
}

/* Loading bar */
.carousel-progress {
	width: 140px;
	height: 4px;
	background-color: rgba(255, 255, 255, 0.12);
	overflow: hidden;
	border-radius: 8px;
	margin-top: 7px;
}

.carousel-progress-bar {
	height: 100%;
	background-color: rgba(255, 255, 255, 1);
	width: 0;
	border-radius: 8px;
	transition: width 8s linear; /* Change 8s to your desired delay time */
}

/* Customize previous and next arrow buttons */
.carousel-control-prev,
.carousel-control-next {
	background: none;
	border: none;
	font-size: 1.5rem;
	color: #fff;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
	color: #ccc;
}


.slider-nav button {
    background:transparent;
    border:0px;
    padding:0px;

}


.slider-nav button img {
    width:100%;
    height:100%;
}

.carousel-control-prev, .carousel-control-next {
    opacity:1;
    padding:0px;
    margin-top:-20px;
}

.carousel-control-prev, .carousel-control-next {
    background:url('../images/carousel-next.svg') center center no-repeat #0F194E;
    width:40px;
    height:40px;
    color:#fff;
    top:50%;
    border-radius:50%;
    margin-top:-20px;
}
 .carousel-control-prev {
    background:url('../images/carousel-prev.svg') center center no-repeat #0F194E !important;

}
.server-box {
    transition: opacity 0.3s ease-in-out;
}

.server-box[style*="display: none"] {
    opacity: 0;
}




@media (max-width: 767px) {
	#server-use-cases .carousel-inner .carousel-item > div{
		display: none;
	}
	#server-use-cases .carousel-inner .carousel-item > div:first-child {
		display: block;
	}
}

#server-use-cases .col{
	padding: 20px 10px;
}

#server-use-cases .row .carousel {
	padding: 0px !important;
}


#server-use-cases .carousel-item-start.active .box,
#server-use-cases .carousel-item-end.active .box  {
    box-shadow:unset;
}



#server-use-cases .carousel-control-prev {
	right: unset;
	left: -10px;
}

#server-use-cases .carousel-control-next {
    left: unset;
	right: -10px;
}


#server-use-cases .carousel-inner .carousel-item.active,
#server-use-cases .carousel-inner .carousel-item-next,
#server-use-cases .carousel-inner .carousel-item-prev{
	display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
	#server-use-cases .carousel-inner .carousel-item-end.active,
	#server-use-cases .carousel-inner .carousel-item-next{
		transform: translateX(25%);
	}

	#server-use-cases .carousel-inner .carousel-item-start.active,
	#server-use-cases .carousel-inner .carousel-item-prev {
		transform: translateX(-25%);
	}
}

#server-use-cases .carousel-inner .carousel-item-end,
#server-use-cases .carousel-inner .carousel-item-start{
	transform: translateX(0);
}

#cloud-panel .carousel-control-prev {
left:5%;
}

#cloud-panel .carousel-control-next {
    right:5%;
}

.faq-question {
    cursor: pointer;
    margin: 5px 0px;
    padding: 19px 24px 17px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    display: none;
    padding: 0px 44px 0px 24px;
    text-align:left;
}


.faq-block:nth-last-of-type(1) {
    border-bottom:1px solid var(--border);
}

#cloud-pricing .server-box {
    padding:28px !important;
}

.explore-link:hover {
    border-color:var(--blue);
}

.faq-question h5 {
    font-weight:500;
}
