/* CSS Document */

body{
   font-family: "Rubik", sans-serif !important;
   font-optical-sizing: auto;
    font-size: 22px;
    background-color: #0e1113;
    color: #FFF;
}
@media (min-width: 1680px){
.container {
    max-width: 1800px;
    padding: 0 96px;
}
}
h1,h2,h3,h4,h5,h6{
    font-family: "Gabarito", sans-serif ;
}

ul{
	margin-top: 0px;
	padding-top: 0px;
}
li{
	font-size:16px;
	line-height: 1.5em;
	font-weight:300;
    font-family: "Gabarito", sans-serif ;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul {
  list-style: none; 
}

ul li::before {
  content: "\25AA"; 
  color: #ffffff; 
  font-weight: bold; 
  display: inline-block;
  width: 1em;
    font-size: 20px;
  margin-left: -1em;
}
h1{
    font-size: 58px;
    line-height: 0.99;
    color: #ffffff;
    font-family: "Gabarito", sans-serif;
    letter-spacing: -0.01em;
    font-weight: 700;
    
}


h2{
    font-size: 45px;
    line-height: 1.1;
    color: #ffffff;
    font-family: "Gabarito", sans-serif;
    letter-spacing: -0.01em;
    font-weight: 800;
}
h2 span{
  /*color: #2BF9EB;*/
}
h3{
    font-weight: 700;
    font-size: 26px;    
    margin-bottom: 35px;
}
h4{
    font-weight:300;
    font-size: clamp(18px, 1.5625rem , 1.5625rem);    
    margin-bottom: 10px;
}
h5{    
    font-weight:700;
    font-size: clamp(18px, 1.25rem , 1.25rem);    
    margin-bottom: 20px;
}
.smallTitle{
    font-size:18px;
    font-weight:300;
    color: #00ffff;
}

.text-gradient{
  background: var(--Gradients-Text-Gradient, linear-gradient(26deg, #2bf9eb -2.35%, #1e57f7 45.92%, #ff0092 86.76%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
  line-height: 0.90;
  padding-bottom: 4px;
}

.social-container{

}
.social-icon{
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    --social-icon-bg-color: #fff;
    --social-icon-element-color: #000;
}
.social-icon > a{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    color: #ff0092;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0.01em;
    text-decoration: none;
    outline: 0;
}
.social-icon svg {
    width: 100%;
    height: 100%;
}
.social-icon svg  circle {
    fill: var(--social-icon-bg-color);
    -webkit-transition: fill 0.3s ease-in-out;
    -o-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out;
}

.social-icon svg > circle + path{
    fill: var(--social-icon-element-color);
}
.social-icon svg > path{
    fill: var(--social-icon-bg-color);
}
.social-icon path{
    -webkit-transition: fill 0.3s ease-in-out;
    -o-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out;
}
.social-icon svg > g path{
    fill: var(--social-icon-element-color);
}
.social-icon:hover{
    --social-icon-bg-color: #ff0092;
    --social-icon-element-color: #fff;
}

.content-speakers{

}
.content-speakers h2{
    font-size: clamp(18px, 2.75rem , 2.75rem);    
}
.content-speakers h6{
    font-size: 22PX; 
    font-weight: 700;
}
.content-speakers h6 span{
  font-weight: 100;
}

.content-speakers p{
    font-size: 14px; 
    color: #2BF9EB;
    margin-bottom: 5px;
    
}
.content-speakers img{
    margin-bottom: 15px;
}
.speakers .col{
  
}
.speaker-surround{
    /* padding: 5px;
    min-height: 300px;
    background-color: rgba(22, 52, 152, 0.4);*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    text-align: center; 

    height: 100%;
    position: relative;
    -webkit-box-shadow: 0px 20px 70px 0px rgba(30, 87, 247, 0.1), 0 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 20px 70px 0px rgba(30, 87, 247, 0.1), 0 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-image: -webkit-linear-gradient(155deg, rgba(22, 52, 152, 0), rgba(22, 52, 152, 0.125)), -webkit-linear-gradient(335deg, rgba(22, 52, 152, 0), rgba(22, 52, 152, 0.125), rgba(22, 52, 152, 0));
    background-image: -o-linear-gradient(155deg, rgba(22, 52, 152, 0), rgba(22, 52, 152, 0.125)), -o-linear-gradient(335deg, rgba(22, 52, 152, 0), rgba(22, 52, 152, 0.125), rgba(22, 52, 152, 0));
    background-image: linear-gradient(295deg, rgba(22, 52, 152, 0), rgba(22, 52, 152, 0.125)), linear-gradient(115deg, rgba(22, 52, 152, 0), rgba(22, 52, 152, 0.125), rgba(22, 52, 152, 0));
    -webkit-backdrop-filter: blur(5.5px);
    backdrop-filter: blur(5.5px);
    border: 1px solid rgba(22, 52, 152, 0.2);
    padding: 15px 0;
    min-height: 300px;
}
.smallTitle.pretitle:before {
    background: #00ffff;
    content: '';
    display: block;
    height: 1px;
    margin-bottom: 10px;
    width: 250px;
}

.cta{
    
    background-color: #0e1113;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.cta .container{
  position: relative;
  padding: 20px 0;
  margin-top: 90px;
}
.cta .container::before{
  background-image: -webkit-linear-gradient(323deg, #1e57f7 14%, #2BF9EB);
    background-image: -o-linear-gradient(323deg, #1e57f7 14%, #2BF9EB);
    background-image: linear-gradient(127deg, #1e57f7 14%, #2BF9EB);
    content: "";
    width: calc(100% + 2px);
    height: 10px;
    position: absolute;
    top: -1px;
    left: -1px;
}

.btn-white{
    display: inline-block;
    padding: 15px 20px;
    border-width: 1px;
    border-style: solid;
    font-family: "Gabarito", sans-serif;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0.01em;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;

    color: #000000;
    border-color: #ffffff;
    background-color: #ffffff;
    text-decoration: none;
}
.btn-white:hover {
    background-color: transparent;
    color: #ffffff;
}

@media (min-width: 1680px){
.btn-pink, .btn-transparent, .btn-white, .btn-grey, .btn-nion {
    font-size: 20px;
}
}
@media (max-width: 1200px){
.btn-register{
  width: 100%;
}
}

.btn-pink {
  display: inline-block;
  padding: 15px 20px;
  border-width: 1px;
  border-style: solid;
  font-family: "Gabarito", sans-serif;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.01em;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;

  color: #ffffff;
  background-color: #ff0092;
  border-color: #ff0092;
}

.btn-pink:hover {
  background-color: transparent;
  color: #ff0092;
}



a,
.button,
.bigSearchSubmit {
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
a.block,
.button.block,
.bigSearchSubmit.block {
  display: block;
}

.button {
  display: inline-block;
  height: 46px;
  padding: 0 48px 0 0;
  position: relative;
  text-align: left;
    text-decoration: none;
}
.button.block {
  width: 100%;
}
.button.wide {
  min-width: 250px;
}

.button .text {
  background: #ff8e00;
    border-radius: 30px;
  color: #FFFFFF;
  display: block;
    font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.05em;
  line-height: 46px;
  padding: 0 30px;
font-weight:700;
  position: relative;
  transition: background 0.3s;
  z-index: 1;
}


.button .text:hover {
  background-color: #ffb300;
    
}





.img-fluid {
    max-width: 100%;
    height: auto;
}

.logo{
    max-width:90px;
    padding-bottom:80px;
    padding-top: 50px;
}


.header{
    background-color:#011e2e;
    position: relative;
}
.header img{
    height: 100%;
}
.header h2{
    color: #33ff66;
}
.header h1{
    color: #FFFFFF;
    line-height: 1.125em;
    font-size: 60px;
}
.header h3{
    font-size: 20px;
    margin-bottom: 30px;
    color: #FFFFFF;
}





.intro-block{
    color:#FFFFFF;
    padding-bottom:20px;
}

.content-section{
    padding-top:50px;
    padding-bottom:50px;
    position: relative;
    
}
.bg-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 25%;
    object-fit: contain;
    object-position: top right;

}
.content-section .container{
    position: relative;
    z-index: 100;
}
.main-content {
    margin-bottom: 40px;
    margin-top: 20px;
    font-size: 18px;
}
.main-content p{
    color:#175d81;
    font-size: 1.125em;
}

.main-content ul li{
    font-weight: 300;
}


ul li::marker, ol li::marker {
    color: #00ffff !important;
    font-weight: 700;
}

.fa-li{
    color:#8eff00;
    margin-top: 7px;
}

.text-box{
    background-color: #f5f8fa;
    padding: 30px ;
    position: relative;
}

.text-box h5{
    color: #00ffff;
}
.text-box p{
    color:#00314d;
    font-size:1.125em;
    font-weight: 400;
}
.text-box ul li{
    color:#00314d;
    font-size:1.125em;
    font-weight: 400;
}
.text-box h3{
    font-weight: 800;
    color:#00314d;
    font-size:1.25em;
}

.cta-box{
    background-color: #05089f;
    padding: 20px 65px 25px 25px;
    position: relative;
    border:solid 1px #00ffff;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}
.cta-box:after {
  background: #8eff00 url("images/arrow-button.svg") center center no-repeat;
  content: '';
  height: 46px;
  position: absolute;
  right: 0;
  top:43px;
  width: 46px;
}


.guide{
    background-color:#ff8e00;
    color: #FFFFFF;
    display: inline-block;
    padding:4px 8px;
    font-weight: 700;
    top: 0px;
    position: absolute;
}

.cta-content{
    padding-top:30px;
    padding-bottom:30px; 
}

.cta-content h3{
    margin-bottom: 0px;
    text-align: right;
}

a{
    color:#8eff00;
}

.form-section {
    padding:20px;
    width: 100%;
    background: #F8F8F8;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}
.form-section h2 {
    color: #004fff;
    margin-bottom: 5px;
    
}
.breakout-section {
    background: #004fff;
    color: #FFFFFF;
    padding: 40px;
    width: 100%;
    margin-top: 40px;
}


.breakout-section h2{
    margin-top: 0px;
    margin-bottom: 10px;
}
.breakout-section .name{
    font-size:18px;
    font-weight:600;
    color: #00ffff;
    margin-bottom: 0px;
    margin-top: 5px;
}
.title{
    font-size:13px;
    margin-bottom: 20px;
}



.hs-error-msgs{
 margin-top:5px !important;   
}
.hs-error-msg{
    font-size:13px;
    color: #FF0000;
    font-weight:400;
}

.form-section .hbspt-form fieldset .hs-form-field .hs-input {
    background: #FFFFFF;
    border: 1px solid #F0F2F5;
    border-radius: 2px;
    color: #000;
    padding: 15px 16px;
    width: 100% !important;
    font-size: 13px;
    font-weight: 400;
}

.form-section .hbspt-form .hs-submit .actions .hs-button {
    background: #EB00C0;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    padding: 13px 24px;
    line-height: 22px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    min-width: 175px;
    width: 100%;
    margin-top: 20px;
}

.form-section .hbspt-form .form-columns-1 .legal-consent-container .hs-input[type="checkbox"] {
    display: block !important;
    margin-top: 4px;
    width: auto !important;
}

.form-section h3{
    font-size: clamp(18px, 1.5875rem , 1.5875rem);
}

.inputs-list{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 100%;
    list-style: none;
    background: transparent;
    font-family: 'Montserrat', arial, sans-serif;
}

.inputs-list li:before{
    content:none;
}


.feature-section{
    background-color:#00314d;
    z-index: 2;
    position: relative;
}

.feature-section-img {
    margin-top:-40px;
}
.feature-section h2{
     color:#FFFFFF;
    font-size: 2.1275em;
    margin-bottom:10px;
}
.feature-section h3{
     color:#33ff66;   
    font-size: 1.125em;
    font-weight: 600;
    margin-bottom: 30px;
}
.feature-section p{
     color:#FFFFFF;
}

.feature-section-content{
    padding-top:70px;
    padding-bottom: 70px;
}

.form-section .hbspt-form .form-columns-1 .inputs-list span p {
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    letter-spacing: normal;
}

.cta-section{
    background-color: #05089f;
    padding-top:40px;
    padding-bottom:40px;
}

.documentLink{
    background-position:left;
    background-size:50%;
    background-repeat: no-repeat;
}
.footer{
    background-color: #00314d;
}
.footer .logo{
    padding-bottom: 40px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hs-button.primary.large{
    display: inline-block;
    padding: 15px 20px;
    border-width: 1px;
    border-style: solid;
    font-family: "Gabarito", sans-serif;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0.01em;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;

    color: #ffffff!important;
    background-color: #ff0092!important;
    border-color: #ff0092!important;
}

.hs-button.primary.large:hover{
    background-color: transparent!important;
    color: #ff0092!important;
}


@media (min-width:1400px){
  .tick{
    width: 80%;
  }
}
  
  .tick-flip,.tick-text-inline {
    font-size:1.5em;
  }
  
  .tick-label {
    margin-top:1em;font-size:1em;
  }
  
  .tick-char {
    width:1.5em;
  }
  
  .tick-text-inline {
    display:inline-block;text-align:center;min-width:1em;
  }
  
  .tick-text-inline+.tick-text-inline {
    margin-left:-.325em;
  }
  
  .tick-group {
    margin:0 .5em;text-align:center;
  }
  .tick-group:first-child{
    margin-left: 0;;
  }

  
  .tick-text-inline {
     color: rgb(90, 93, 99) !important; 
  }
  
  .tick-label {
     color: #FFF !important; 
  }
  
  .tick-flip-panel {
     color: rgb(255, 255, 255) !important; 
  }
  
  .tick-flip {
     font-family: !important; 
  }
  
  .tick-flip-panel-text-wrapper {
     line-height: 1.45 !important; 
  }
  
  .tick-flip-panel {
     background-color: rgb(59, 61, 59) !important; 
  }
  
  .tick-flip {
     border-radius:0.12em !important; 
  }
  .tick-credits {
    display: none;
}


@media only screen and (max-width: 1200px) {
    .header h1{
        font-size: 40px;
    }
}

@media only screen and (max-width: 800px) {
    
    

    .guide{
        position: relative;
        margin-bottom: 10px;
    }

    
    .hero-content{
        padding-top:30px;
        padding-bottom: 70px;
    }
    .hero-content h2{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .feature-section-content{
    padding-top: 30px;    
        padding-bottom: 30px;
    }
    
    .feature-section h2{
        font-size: 25px;
    }
    .feature-section h3{
        font-size: 16px;
    }
    
    .hero-bg{
        position: relative;
        width: 100%;
        height: 240px;
    }
    
    .hero-bg img{
        display: none;
    }
    
.header h1{
    font-size: 34px;
}
    .breakout-section {
        margin-top: 0px;
    }
    .date{
        font-size:18px;
    }
    .main-content {
        margin-top: 0px;
    }
    .main-content p {
    font-weight: 400;
    font-size: 16px;
    }
}

/* flip.css */
/*
 * @pqina/tick v1.8.2 - Counters Made Easy
 * Copyright (c) 2023 PQINA - https://github.com/pqina/tick/
 */
 .tick {
    box-sizing: border-box;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: default;
    position: relative;
    z-index: 1;
    line-height: 1.4; }
    .tick * {
      box-sizing: inherit; }
    .tick [data-view] {
      max-width: 100%; }
    .tick span[data-view] {
      display: inline-block; }
    .tick .tick-credits {
      position: absolute;
      right: 0;
      bottom: 0;
      opacity: 0.4;
      text-decoration: none;
      font-size: 11px;
      color: inherit; }
    .tick [data-layout~='pad'] {
      margin: -.25em; }
      .tick [data-layout~='pad'] > * {
        margin: .25em; }
    .tick [data-layout~='horizontal'] {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .tick [data-layout~='horizontal'][data-layout~='baseline'] {
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
            -ms-flex-align: baseline;
                align-items: baseline; }
      .tick [data-layout~='horizontal'][data-layout~='center'] {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .tick [data-layout~='horizontal'][data-layout~='right'] {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .tick [data-layout~='horizontal'][data-layout~='left'] {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .tick [data-layout~='horizontal'][data-layout~='stretch'], .tick [data-layout~='horizontal'][data-layout~='fill'] {
        -webkit-align-content: stretch;
            -ms-flex-line-pack: stretch;
                align-content: stretch;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; }
        .tick [data-layout~='horizontal'][data-layout~='stretch'] > *, .tick [data-layout~='horizontal'][data-layout~='fill'] > * {
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 0;
              -ms-flex: 1 0 0px;
                  flex: 1 0 0; }
        .tick [data-layout~='horizontal'][data-layout~='stretch'] > *, .tick [data-layout~='horizontal'][data-layout~='fill'] > * {
          width: 100%; }
      .tick [data-layout~='horizontal'][data-layout~='multi-line'] {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
      .tick [data-layout~='horizontal'][data-layout~='fit'] {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-align-content: center;
            -ms-flex-line-pack: center;
                align-content: center;
        white-space: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
    .tick [data-layout~='vertical'] {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .tick [data-layout~='vertical'][data-layout~='top'] {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .tick [data-layout~='vertical'][data-layout~='bottom'] {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        min-height: 100%; }
      .tick [data-layout~='vertical'][data-layout~='middle'] {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-height: 100%; }
      .tick [data-layout~='vertical'][data-layout~='left'] {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .tick [data-layout~='vertical'][data-layout~='right'] {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end; }
      .tick [data-layout~='vertical'][data-layout~='center'] {
        text-align: center; }
      .tick [data-layout~='vertical'][data-layout~='stretch'], .tick [data-layout~='vertical'][data-layout~='fill'] {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        min-height: 100%; }
        .tick [data-layout~='vertical'][data-layout~='stretch'] > *, .tick [data-layout~='vertical'][data-layout~='fill'] > * {
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 0;
              -ms-flex: 1 0 0px;
                  flex: 1 0 0; }
      .tick [data-layout~='vertical'] > * + * {
        margin-top: .5em; }
    .tick [data-layout~='overlay'] {
      position: relative; }
      .tick [data-layout~='overlay'] > * {
        margin: 0; }
      .tick [data-layout~='overlay'][data-layout~='center'] {
        text-align: center; }
      .tick [data-layout~='overlay'][data-layout~='left'] {
        text-align: left; }
      .tick [data-layout~='overlay'][data-layout~='right'] {
        text-align: right; }
      .tick [data-layout~='overlay'] > [data-overlay='stretch'],
      .tick [data-layout~='overlay'] > [data-overlay='fill'] {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
      .tick [data-layout~='overlay'] > [data-overlay='center'] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
  
  /*
   * @pqina/flip v1.8.3 - A Beautifully Animated Flip Clock
   * Copyright (c) 2023 PQINA - https://pqina.nl/flip/
   */
  /**
   * Layout
   */
  .tick-flip {
    position: relative;
    text-align: center;
  }
  .tick-flip * {
    border-radius: inherit;
    white-space: pre;
  }
  
  .tick-flip * {
    letter-spacing: inherit;
    text-indent: inherit;
  }
  
  .tick-flip-front {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .tick-flip-back {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .tick-flip-spacer {
    display: block;
    visibility: hidden;
  }
  
  .tick-flip-shadow {
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    color: transparent !important;
    background: transparent !important;
  }
  
  .tick-flip-shadow-top {
    bottom: calc(50% - 1px);
  }
  
  .tick-flip-shadow-bottom {
    top: calc(50% + 1px);
  }
  
  .tick-flip-card-shadow {
    position: absolute;
    left: 0.15em;
    right: 0.15em;
    bottom: 0.125em;
    height: 0.5em;
    background-color: transparent;
    border-radius: 0;
    opacity: 0;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.5), 0 0.125em 0.5em rgba(0, 0, 0, 0.75);
    z-index: 0;
  }
  
  /**
   * Card
   */
  .tick-flip-card {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-perspective: 4em;
            perspective: 4em;
  }
  
  .tick-flip-panel-front,
  .tick-flip-panel-back {
    position: absolute;
    left: 0;
    width: 100%;
    height: 51%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  
  .tick-flip-panel-front-text,
  .tick-flip-panel-back-text {
    position: absolute;
    left: -1px;
    top: 0;
    right: -1px;
    height: 100%;
    overflow: hidden;
  }
  
  .tick-flip-panel-text-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
  }
  
  .tick-flip-panel-back-text .tick-flip-panel-text-wrapper {
    height: 200%;
    top: -100%;
  }
  
  .tick-flip-panel-front {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    top: 0;
    z-index: 2;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
  }
  
  .tick-flip-panel-back {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    top: 50%;
    z-index: 1;
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1);
  }
  .tick-flip-panel-back::after {
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 1px, rgba(0, 0, 0, 0.15) 1px, rgba(0, 0, 0, 0) 30%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 1px, rgba(0, 0, 0, 0.15) 1px, rgba(0, 0, 0, 0) 30%);
  }
  
  .tick-flip-panel-back-shadow {
    z-index: 2;
  }
  
  .tick-flip-panel-back-highlight {
    z-index: 3;
  }
  
  .tick-flip-panel-back-shadow,
  .tick-flip-panel-back-highlight {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  
  .tick-flip-panel-front-shadow,
  .tick-flip-panel-back-shadow,
  .tick-flip-panel-back-highlight {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
  }
  
  .tick-flip-panel-front-shadow {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
  }
  
  .tick-flip-panel-back-shadow {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
  }
  
  .tick-flip-panel-back-highlight {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.3));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.3));
  }
  
  .tick [data-style*="shadow:inner"],
  .tick [data-style*="shadow:inner"] .tick-flip-card-shadow {
    box-shadow: none;
  }
  
  .tick [data-style*="shadow:none"] .tick-flip-panel-front,
  .tick [data-style*="shadow:none"] .tick-flip-panel-back,
  .tick [data-style*="shadow:none"] .tick-flip-shadow,
  .tick [data-style*="shadow:none"] .tick-flip-card-shadow {
    box-shadow: none;
  }
  .tick [data-style*="shadow:none"] .tick-flip-back::after,
  .tick [data-style*="shadow:none"] .tick-flip-panel-front-shadow,
  .tick [data-style*="shadow:none"] .tick-flip-panel-back-shadow,
  .tick [data-style*="shadow:none"] .tick-flip-panel-back-text::after {
    background-image: none;
  }
  
  .tick [data-style*="rounded:none"] {
    border-radius: 0;
  }
  
  .tick [data-style*="rounded:panels"] .tick-flip-shadow-bottom,
  .tick [data-style*="rounded:panels"] .tick-flip-front {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  .tick [data-style*="rounded:panels"] .tick-flip-shadow-top,
  .tick [data-style*="rounded:panels"] .tick-flip-panel-back::after,
  .tick [data-style*="rounded:panels"] .tick-flip-back {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  
  .tick-flip {
    margin-left: 0.0625em;
    margin-right: 0.0625em;
    min-width: 1.125em;
    border-radius: 0.125em;
    letter-spacing: 0.25em;
    text-indent: 0.25em;
  }
  
  .tick-flip-panel {
    color: #edebeb;
    background-color: #333232;
  }
  
  .tick-flip-shadow {
    box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.25), 0 0.02125em 0.06125em rgba(0, 0, 0, 0.25);
  }


  .border-gradient {
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
  }

  .border-gradient-teal {
    border-image-source: linear-gradient(to right, #2BF9EB , transparent);
  }
  .border-gradient h5{
    margin-left: 5px;
  }
