@font-face {
	font-family: 'Gotham'; 
	src: url('/css/fonts/Gotham.ttf'); 
}

/* Scss Document */
:root {
  --px: 20px;
  --font16: 16px;
  --color-white: #fff;
  --color-button-tertiary-strk: #2A4241;
}

.fz16 {
  font-size: var(--font16);
}

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


.fw500 {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.lh150 {
  line-height: 150%;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.fxs {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fxg {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}


.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vert {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}



.center {
  text-align: center;
}

.no-under {
  text-decoration: none;
}

.ttu {
  text-transform: uppercase;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.posr {
  position: relative;
}

.block {
  display: block;
}

.z-5 {
  z-index: 5;
}


.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.oh {
  overflow: hidden;
}

.tar {
  text-align: right;
}

.pointer {
  cursor: pointer;
}

svg {
  display: block;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mr-10 {
  margin-right: 10px;
}


.mr-25 {
  margin-right: 25px;
}



.pb-15 {
  padding-bottom: 15px;
}


.pt-15 {
  padding-top: 15px;
}


.p-25 {
  padding: 25px;
}

/* Scss Document */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

#page {
  position: relative;
}

a, img {
  outline: none;
}

* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Scss Document */
img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 15px;
}

h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}

.clr:before,
.clr:after {
  content: " ";
  display: table;
  clear: both;
}


/* Scss Document */
.text figure {
  margin-bottom: 25px;
}
.text img {
  max-width: 100% !important;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.text ul {
  margin-bottom: 25px;
  list-style-type: square;
  list-style-position: inside;
}
.text ul ul {
  margin-top: 25px;
  margin-left: 15px;
}
.text ol {
  margin-bottom: 25px;
  margin-left: 0px;
  list-style-position: inside;
}
.text ul ul li {
  background-image: none;
  padding-left: 0px;
  list-style-type: square;
}
.text li + li {
  margin-top: 5px;
}
.text p {
  margin-bottom: 25px;
}
.text p:last-child {
  margin-bottom: 0;
}
.text table {
  margin-bottom: 25px;
  /*background-color: #fff;*/
  border-collapse: collapse;
  width: 100%;
}
.text table tr:nth-child(2n+2) {
  background-color: rgba(238, 238, 238, 0.1);
}
.text table th {
  background-color: #30A2D9;
  padding: 15px 10px;
  color: #fff;
  border: 1px solid #fff;
}
.text table th p {
  margin-bottom: 0;
}
.text table td {
  padding: 10px;
  border: 1px solid #fff;
}
.text table td p {
  margin-bottom: 0;
}
.text blockquote {
  margin-bottom: 25px;
  color: #fff;
  background-color: #30A2D9;
  padding: 10px;
}
.text blockquote p {
  margin-bottom: 0px;
}

body {
  color: #fff;
  font-family: 'Gotham'; 
  font-size: 16px;
  background-color: rgb(0, 16, 14);
}

.hide {
  display: none;
}

#page {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-height: 100vh;
}

.page_inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.wrap {
  max-width: 1280px;
  min-width: 300px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.green {
  color: #D2EEED;
}

.fff {
  color: #fff;
}

.btn {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto";
  background-color: #30A2D9;
  color: #fff;
  border: 1px solid #30A2D9;
  cursor: pointer;
  padding: 10px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
}
.btn:hover {
  background-color: #e62000;
}
.btn-border {
  background-color: transparent;
}

header {
  top: 0;
  left: 210px;
  width: calc(100% - 210px);
  padding: 16px 24px;
  background-color: rgb(0, 16, 14);
}
header li a {
  color: rgb(210, 238, 237);
  text-decoration: none;
}
header li a svg {
  width: 24px;
  height: 24px;
}
header li a span {
  width: 40px;
  height: 40px;
}
header li a:hover {
  color: #fff;
}
header li a:hover .ui-icon-svg {
  color: #fff;
}
header li a:hover svg {
  width: 30px;
  height: 30px;
}


.panel {
  left: 0;
  top: 0;
  width: 210px;
  height: 100vh;
}
.panel-bottom a {
  padding: 8px 16px;
  color: rgb(210, 238, 237);
  text-decoration: none;
  position: relative;
}
.panel-bottom a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.25rem;
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--color-white))) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--color-white)));
  -webkit-mask: linear-gradient(var(--color-white) 0 0) content-box, linear-gradient(var(--color-white) 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--color-white))) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--color-white)));
          mask: linear-gradient(var(--color-white) 0 0) content-box, linear-gradient(var(--color-white) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  background: var(--color-button-tertiary-strk);
}
.panel-bottom span {
  display: block;
  margin-right: 5px;
}
.panel-bottom svg {
  display: block;
  width: 24px;
  height: 24px;
}
.panel-menu {
  padding: 0 16px 16px 16px;
}
.panel-menu li {
  display: block;
  margin-bottom: 4px;
}
.panel-menu li:last-child {
  margin-bottom: 0;
}
.panel-menu li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(210, 238, 237);
  text-decoration: none;
}
.panel-menu li a svg {
  width: 24px;
  height: 24px;
}
.panel-menu li a span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
}
.panel-menu li a:hover {
  color: #fff;
  font-size: 16px;
}
.panel-menu li a:hover .ui-icon-svg {
  color: #fff;
}
.panel-menu li a:hover svg {
  width: 30px;
  height: 30px;
}
.panel-menu .sep:before {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 207, 166, 0)), color-stop(27.6%, rgba(0, 207, 166, 0.35)), color-stop(52.62%, rgba(0, 207, 166, 0.7)), color-stop(74.48%, rgba(0, 207, 166, 0.35)), to(rgba(0, 207, 166, 0)));
  background: linear-gradient(90deg, rgba(0, 207, 166, 0) 0%, rgba(0, 207, 166, 0.35) 27.6%, rgba(0, 207, 166, 0.7) 52.62%, rgba(0, 207, 166, 0.35) 74.48%, rgba(0, 207, 166, 0) 100%);
}

.content {
  padding: 73px 0 0 210px;
}

/* Scss Document */
@media (max-width: 1100px) {
  header {
    left: 0;
    width: 100%;
  }
  header .logo {
    display: block;
  }
  header .logo img {
    width: auto;
    height: 36px;
  }
  .header-left {
    display: none;
  }
  .panel {
    display: none;
  }
  .content {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .header-right-text {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-right a {
    padding: 7px 16px;
    font-size: 14px;
  }
  header {
    padding: 10px;
  }
  header .logo {
    display: block;
  }
  header .logo img {
    width: auto;
    height: 24px;
  }
}
@media (max-width: 550px) {
  .btn {
    width: 100%;
  }
}

.logo img {
	max-width:90%;
}

.logo {
	text-align:center;
}