*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}

ul, h1, h2, h3, h4, p, figure {
    padding: 0;
    margin: 0;
}

body {
  font-family: system-ui, Arial, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
background-color: #121212;
}

h1 { font-size: 1.75rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.1rem; }

a { 
    transition: all 0.3s ease; 
    text-decoration: none;
}

a:hover { text-decoration: none; }
button:focus { outline: none; }
p { 
  color: #e4e3e6;
  line-height: 1.7; 
}

h1, h2, h3, h4, h5, h6 { color: #e4e3e6; }

.container-fluid {
    max-width: 1210px;
    margin-left: auto;
    margin-right: auto;
}

.adex-mb-1 { margin-bottom: 20px; }
.adex-mb-2 { margin-bottom: 40px; }
.adex-mb-3 { margin-bottom: 60px; }
.adex-mb-4 { margin-bottom: 30px; }
.adex-bg-color-1 { background-color: #378592; }
.adex-bg-color-2 { background-color: #f29945; }
.adex-bg-color-3 { background-color: #afac4d; }
.adex-bg-color-4 { background-color: #c6759a; }
.adex-bg-color-white { background-color: white; }
.adex-box-1 { border: 8px solid #378592; }
.adex-text-color-1 { color: #666; }
.adex-text-color-2 { color: #333; }
.adex-text-dark { color: #121212; }
.adex-text-dark-gray { color: #3e3d3e; }
.adex-text-white { color: #fff; }
.text-center { text-align: center; }

.app-splash-screen {
    display: none !important;
}


.adex-site-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.adex-site-name-container {
    width: 29.752%;
    min-width: 300px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adex-nav-container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 68.595%;
  height: 100%;
  padding-top: 20px;
}

.foot-nav {
  display: none;
  list-style-type: none;
  margin: auto;
  padding: 0;
  width: 240px;
}

.foot-nav li {
  text-align: center;
  border-bottom: ;
}

.foot-nav li a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
}

.foot-nav li a:hover {
  background-color: #e4e3e6;
}

.adex-nav-item {
  list-style: none;
  display: inline-block;
  width: 144px;
  height: 72px;
}

.adex-nav-item:last-child {
  margin-right: 30px;
  margin-left: -10px;
}

@media (max-width: 899px) {
  .adex-site-header {
    height: auto;
    flex-direction: column;
  }
  .adex-site-name-container,
  .adex-nav-container {
    width: 460px;
  }

  .adex-site-name-container {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .adex-nav-item:last-child { margin-right: 10px}
  .adex-nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
  }
}

@media (max-width: 480px) {
.adex-nav-container {display: none !important}
.foot-nav {display: contents !important}
}

.adex-nav-link {
  font-size: 1rem;
}

.adex-nav-item.current .adex-nav-link,
.adex-nav-link:hover {
  color: #121212;
  padding: 8px;
  border: 2px solid;
}

@media (max-width: 1033px) {
  .adex-nav-item {
    width: 124px;
    height: 72px;
    margin-bottom:-40px;
  }

  .adex-nav-link { padding-left: 8px; }
}

.adex-img-responsive {
  max-width: 100%;
  height: auto;
}

.adex-section-1 {
  width: 100;
}

.adex-row { display: flex; }

.adex-info-row { padding-top: 70px; padding-bottom: 70px;}
.adex-info-row2 { padding-left: 40px; padding-right: 40px; padding-top:20px; padding-bottom:20px; }
.adex-icon { width: 33.334%; margin-left: auto; margin-right: auto; min-width:100px; }

.adex-icon-inner {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.adex-icon-inner:hover {  
  opacity: 0.5;
  transition: opacity 0.35s;
}

.adex-icon-inner > a > * { color: white; }
.adex-icon-inner h3 { line-height: 1.7; }


.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.ml-auto {
  margin-left: auto;
  display: block;
}

a { color: #f29945; }
a:hover { color: #CC9999; }

.btn-afra {
  background: linear-gradient(to bottom right, #f29945, #c6759a);
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  color: #FFFFFF;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 2.5;
  outline: transparent;
  padding: 0.5rem 0.5rem;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}



.btn-afra:not([disabled]):focus {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}

.btn-afra:not([disabled]):hover {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}