/* ------------------------------------- */
/* 1. LOADING SCREEN ................... */
/* ------------------------------------- */
.before-loading {
  visibility: hidden !important;
  opacity: 0 !important;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#loading {
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: transparent;
}
#loading:before {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(50% + 2px);
  content: '';
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  background: #003C34;
}
#loading:after {
  position: absolute;
  z-index: -20;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: calc(50% + 2px);
  content: '';
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  background: #003C34;
}
#loading.loaded:before {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
#loading.loaded:after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
#loading .loader, #loading .loader__figure {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#loading .loader {
  overflow: visible;
  width: 100%;
  height: 50px;
  
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
#loading .loader.loaded {
  opacity: 0;
}
#loading .loader .dots {
  font-size: 36px;
  position: relative;
  display: inline-block;
  opacity: 0;
  color: #1AA79C;
}
#loading .loader .dots:nth-child(3n+0) {
  color: #fff;
}
#loading .loader .dots:nth-child(6) {
  -webkit-animation: moving 3s infinite ease;
  animation: moving 3s infinite ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#loading .loader .dots:nth-child(5) {
  -webkit-animation: moving 3s 100ms infinite ease;
  animation: moving 3s 100ms infinite ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#loading .loader .dots:nth-child(4) {
  -webkit-animation: moving 3s 200ms infinite ease;
  animation: moving 3s 200ms infinite ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#loading .loader .dots:nth-child(3) {
  -webkit-animation: moving 3s 300ms infinite ease;
  animation: moving 3s 300ms infinite ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#loading .loader .dots:nth-child(2) {
  -webkit-animation: moving 3s 400ms infinite ease;
  animation: moving 3s 400ms infinite ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#loading .loader .dots:nth-child(1) {
  -webkit-animation: moving 3s 500ms infinite ease;
  animation: moving 3s 500ms infinite ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#loading .loader .loader__label {
  font-family: 'AllRoundGothic-Book';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
    padding-top: 15px;
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 100%;
  margin: 0;
  margin-left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #FFFFFF;
  /* WORDS SWAP */
}
#loading .loader .loader__label span {
  position: relative;
  display: inline-block;
 font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}
#loading .loader .loader__label span#text__loader {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-animation: loader-label 2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-label 2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: left;
}
#loading .loader .loader__label [data-words] {
  position: static;
  vertical-align: top;
}
#loading .loader .loader__label [data-words] > span {
  position: absolute;
  color: #1AA79C;
}
@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    opacity: 0;
  }
}
@keyframes moving {
  0% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    opacity: 0;
  }
}
/* Logo Animation*/

/***************************************************
 * Generated by SVG Artista on 8/13/2022, 2:25:01 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

svg .adc-logo-animation-1 {
  stroke-dashoffset: 296.7323913574219px;
  stroke-dasharray: 296.7323913574219px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .adc-logo-animation-1 {
  stroke-dashoffset: 0;
  fill: rgb(246, 99, 12);
}

svg .adc-logo-animation-2 {
  stroke-dashoffset: 107.64378356933594px;
  stroke-dasharray: 107.64378356933594px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .adc-logo-animation-2 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .adc-logo-animation-3 {
  stroke-dashoffset: 53.61601257324219px;
  stroke-dasharray: 53.61601257324219px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .adc-logo-animation-3 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .adc-logo-animation-4 {
  stroke-dashoffset: 96.8050537109375px;
  stroke-dasharray: 96.8050537109375px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.active .adc-logo-animation-4 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .adc-logo-animation-5 {
  stroke-dashoffset: 101.15434265136719px;
  stroke-dasharray: 101.15434265136719px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}

svg.active .adc-logo-animation-5 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .adc-logo-animation-6 {
  stroke-dashoffset: 96.80496978759766px;
  stroke-dasharray: 96.80496978759766px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

svg.active .adc-logo-animation-6 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .adc-logo-animation-7 {
  stroke-dashoffset: 88.77699279785156px;
  stroke-dasharray: 88.77699279785156px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}

svg.active .adc-logo-animation-7 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .adc-logo-animation-8 {
  stroke-dashoffset: 120.85684204101562px;
  stroke-dasharray: 120.85684204101562px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

svg.active .adc-logo-animation-8 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .adc-logo-animation-9 {
  stroke-dashoffset: 56.868003845214844px;
  stroke-dasharray: 56.868003845214844px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

svg.active .adc-logo-animation-9 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .adc-logo-animation-10 {
  stroke-dashoffset: 56.868003845214844px;
  stroke-dasharray: 56.868003845214844px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
}

svg.active .adc-logo-animation-10 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .adc-logo-animation-11 {
  stroke-dashoffset: 88.78993225097656px;
  stroke-dasharray: 88.78993225097656px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

svg.active .adc-logo-animation-11 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .adc-logo-animation-12 {
  stroke-dashoffset: 118.07547760009766px;
  stroke-dasharray: 118.07547760009766px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
}

svg.active .adc-logo-animation-12 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .adc-logo-animation-13 {
  stroke-dashoffset: 53.61601257324219px;
  stroke-dasharray: 53.61601257324219px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

svg.active .adc-logo-animation-13 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .adc-logo-animation-14 {
  stroke-dashoffset: 62.40202331542969px;
  stroke-dasharray: 62.40202331542969px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}

svg.active .adc-logo-animation-14 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .adc-logo-animation-15 {
  stroke-dashoffset: 62.39601135253906px;
  stroke-dasharray: 62.39601135253906px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}

svg.active .adc-logo-animation-15 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .adc-logo-animation-16 {
  stroke-dashoffset: 62.39601135253906px;
  stroke-dasharray: 62.39601135253906px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}

svg.active .adc-logo-animation-16 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
