@import "./vendors/bootstrap.css";
@import "./vendors/slick.css";
@import "./vendors/bootstrap-datepicker.min.css";
@import "./common/daterangepicker.css";
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  line-height: 1;
}

body, html, div {
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}

.scrollbar::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 4px;
}

.scrollbar::-webkit-scrollbar-thumb {
  width: 4px;
  height: 10px;
  background-color: #e5e5e5;
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #2c464e;
}

.btn-primary {
  background-color: #2c464e;
  border-color: #2c464e;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #2c464e;
  border-color: #2c464e;
}

.btn-primary:hover {
  background-color: #2c464e;
  border-color: #2c464e;
  opacity: 0.7;
}

.dropdown-menu {
  top: 1150px !important;
}
@media (max-width: 1599.98px) {
  .dropdown-menu {
    top: 930px !important;
  }
}
@media (max-width: 991.98px) {
  .dropdown-menu {
    top: 1060px !important;
  }
}
@media (max-width: 575.98px) {
  .dropdown-menu {
    top: 1160px !important;
  }
}

.datepicker-dropdown:before {
  border: none;
}

.datepicker-dropdown:after {
  border: none;
}

.text-large-capitalized {
  text-transform: uppercase;
}

.text-large-lowercase {
  text-transform: lowercase;
}

@media (max-width: 359.98px) {
  body:not(.home) .banner-content {
    height: 93% !important;
  }
}
@media (max-width: 359.98px) {
  body:not(.home) .banner-logo {
    bottom: 57% !important;
  }
}
body:not(.home) .banner-text {
  bottom: 50px !important;
}
@media (max-width: 991.98px) {
  body:not(.home) .banner-text {
    bottom: 20% !important;
  }
}
body:not(.home) .banner-text h1 {
  line-height: 123% !important;
  width: 400px !important;
}
@media (max-width: 575.98px) {
  body:not(.home) .banner-text h1 {
    width: 80vw !important;
    font-size: 38px !important;
  }
}

.container {
  width: 100%;
  max-width: 988px;
  margin: 90px auto;
  padding: 0px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1199.98px) {
  .container {
    padding: 0 50px;
  }
}
@media (max-width: 575.98px) {
  .container {
    padding: 0 25px;
  }
}
.container .row {
  margin: 0px;
}
.container img {
  margin-bottom: 16px;
  height: auto;
}

.content-page {
  font-family: "Inter-Regular";
}
.content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6 {
  font-family: "Inter-Regular";
  font-weight: normal;
  letter-spacing: -0.5px;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6 {
    margin-bottom: 16px;
  }
}
.content-page h1 {
  font-size: 49px;
  line-height: 123%;
}
@media (max-width: 575.98px) {
  .content-page h1 {
    font-size: 34px;
    line-height: 130%;
  }
}
.content-page h2 {
  font-size: 45px;
  line-height: 120%;
}
@media (max-width: 575.98px) {
  .content-page h2 {
    font-size: 30px;
    line-height: 130%;
  }
}
.content-page h3 {
  font-size: 40px;
  line-height: 117%;
  color: #2c464e;
}
@media (max-width: 575.98px) {
  .content-page h3 {
    font-size: 26px;
    line-height: 130%;
  }
}
.content-page h4 {
  font-size: 35px;
  line-height: 114%;
}
@media (max-width: 575.98px) {
  .content-page h4 {
    font-size: 22px;
    line-height: 130%;
  }
}
.content-page h5 {
  font-size: 30px;
  line-height: 111%;
}
@media (max-width: 575.98px) {
  .content-page h5 {
    font-size: 18px;
    line-height: 130%;
  }
}
.content-page h6 {
  font-size: 25px;
  line-height: 108%;
}
@media (max-width: 575.98px) {
  .content-page h6 {
    font-size: 14px;
    line-height: 130%;
  }
}
.content-page p {
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 36px;
  color: #5d5d5d;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .content-page p {
    font-size: 16px;
    line-height: 29px;
  }
}
.content-page a {
  font-size: 19px;
  line-height: 36px;
  color: #2c464e;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.content-page a:hover {
  opacity: 0.7;
}
@media (max-width: 575.98px) {
  .content-page a {
    font-size: 16px;
    line-height: 29px;
  }
}
.content-page b, .content-page strong, .content-page em, .content-page i {
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 36px;
  color: #5d5d5d;
}
@media (max-width: 575.98px) {
  .content-page b, .content-page strong, .content-page em, .content-page i {
    font-size: 16px;
    line-height: 29px;
  }
}
.content-page strong {
  font-family: "Inter-Bold";
}
.content-page blockquote {
  border-left: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 32px;
  color: #2c464e;
}
@media (max-width: 767.98px) {
  .content-page blockquote {
    margin-bottom: 16px;
  }
}
.content-page blockquote p {
  color: #2c464e;
  font-size: 34px;
  line-height: 42px;
}
@media (max-width: 575.98px) {
  .content-page blockquote p {
    font-size: 28px;
    line-height: 32px;
  }
}
.content-page blockquote cite {
  font-family: "Inter-Regular";
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
  color: #000;
  font-style: normal;
}
@media (max-width: 575.98px) {
  .content-page blockquote cite {
    font-size: 18px;
    line-height: 30px;
  }
}
.content-page ul, .content-page ol {
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .content-page ul, .content-page ol {
    margin-bottom: 16px;
  }
}
.content-page ul > li {
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 36px;
  color: #5d5d5d;
  padding-left: 28px;
  position: relative;
}
@media (max-width: 575.98px) {
  .content-page ul > li {
    font-size: 16px;
    line-height: 29px;
  }
}
.content-page ul > li:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #2c464e;
  position: absolute;
  left: 0px;
  top: 10px;
}
@media (max-width: 767.98px) {
  .content-page ul > li:before {
    width: 4px;
    height: 4px;
    left: 8px;
    top: 17px;
  }
}
.content-page ol > li {
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 36px;
  color: #5d5d5d;
  padding-left: 28px;
  counter-increment: olCount;
  position: relative;
}
@media (max-width: 575.98px) {
  .content-page ol > li {
    font-size: 16px;
    line-height: 29px;
  }
}
.content-page ol > li:before {
  content: counter(olCount) ".";
  position: absolute;
  left: 0;
  color: #2c464e;
}
.content-page li ul, .content-page li ol {
  margin-bottom: 0;
}
.content-page li ol > li {
  counter-increment: innerolCount;
}
.content-page li ol > li:before {
  content: counter(innerolCount) ".";
  position: absolute;
  left: 0;
}
.content-page .wp-block-table {
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .content-page .wp-block-table {
    margin-bottom: 16px;
  }
}
.content-page .wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.content-page .wp-block-pullquote {
  padding: 32px 0px;
  margin: 0px;
}
@media (max-width: 767.98px) {
  .content-page .wp-block-pullquote {
    padding: 16px 0px;
  }
}
.content-page .blocks-gallery-grid li {
  padding-left: 0;
}
.content-page .blocks-gallery-grid li::before {
  display: none;
}
.content-page .has-large-font-size {
  font-size: 40px;
  line-height: 117%;
  color: #2c464e;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .content-page .has-large-font-size {
    margin-bottom: 16px;
  }
}
@media (max-width: 575.98px) {
  .content-page .has-large-font-size {
    font-size: 34px;
    line-height: 130%;
  }
}
.content-page table {
  overflow: hidden;
}
.content-page table tr {
  border-bottom: 1px solid #2c464e;
}
.content-page table tr td {
  padding: 10px;
  font-size: 16px;
  line-height: 24px;
}
.content-page figure {
  margin: 20px 0px;
  overflow: hidden;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.content-page figure img {
  margin: 0px auto;
  margin-bottom: 32px;
  height: auto;
}
@media (max-width: 767.98px) {
  .content-page figure img {
    margin-bottom: 16px;
  }
}
.content-page figcaption {
  font-family: Inter-Regular;
  font-size: 16px;
  line-height: 29px;
  color: #5d5d5d;
  margin-top: 5px !important;
}
.content-page .wp-block-buttons {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.content-page .wp-block-button {
  margin-bottom: 32px !important;
  margin-right: 10px !important;
}
@media (max-width: 767.98px) {
  .content-page .wp-block-button {
    margin-bottom: 16px !important;
  }
}
.content-page .wp-block-button a {
  color: #2c464e !important;
}
.content-page .wp-block-button a:hover {
  background-color: #2c464e;
  color: #FFF !important;
}
.content-page .wp-block-button__link, .content-page button {
  cursor: pointer;
  display: inline-block;
  overflow-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
  text-align: center;
  font-family: "Inter-Bold";
  font-size: 18px;
  color: #2c464e;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: none !important;
  border-radius: 4px;
  padding: 11.5px 32px;
  border: solid 1px #2c464e;
  padding: 11.5px 32px;
}
.content-page .wp-block-button__link:focus, .content-page button:focus {
  color: #FFF;
  background-color: #2c464e;
}
.content-page .wp-block-button__link:hover, .content-page button:hover {
  background-color: #2c464e;
  color: #FFF;
}
.content-page .wp-block-image img {
  width: 100%;
}

.inside-content {
  width: 100%;
  margin: 0px auto;
  max-width: 1920px;
  padding: 0px 370px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 1699.98px) {
  .inside-content {
    padding: 0px 150px;
  }
}
@media (max-width: 1299.98px) {
  .inside-content {
    padding: 0px 100px;
  }
}
@media (max-width: 1199.98px) {
  .inside-content {
    padding: 0px 80px;
  }
}
@media (max-width: 991.98px) {
  .inside-content {
    width: 100%;
    padding: 0 50px;
  }
}
@media (max-width: 767.98px) {
  .inside-content {
    padding: 0 25px;
  }
}

.isNone {
  display: none !important;
}

.index-content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 352px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 1799.98px) {
  .index-content {
    padding: 0px 195px;
  }
}
@media (max-width: 1599.98px) {
  .index-content {
    padding: 0px 50px;
  }
}
@media (max-width: 1199.98px) {
  .index-content {
    padding: 0 50px;
  }
}
@media (max-width: 575.98px) {
  .index-content {
    padding: 0 25px;
  }
}

.content {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1199.98px) {
  .content {
    padding: 0 50px;
  }
}
@media (max-width: 575.98px) {
  .content {
    padding: 0 25px;
  }
}

.body-hidden {
  overflow: hidden !important;
}

.gradual-change-border {
  width: 100%;
  height: 8px;
  background: linear-gradient(135deg, #C82DC5, #0F97FF);
}

@media (max-width: 599.98px) {
  .wp-block-media-text__content {
    padding: 0px !important;
    margin-top: 20px;
  }
}

/* Button */
.btn-pulse {
  position: absolute;
  top: 195px;
  left: 190px;
}
.btn-pulse .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  margin: -0.666em auto auto -0.666em;
  border-radius: 50%;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: opacity 0.2s ease-in, -webkit-transform 0.1s ease-out;
  transition: opacity 0.2s ease-in, -webkit-transform 0.1s ease-out;
  transition: opacity 0.2s ease-in, transform 0.1s ease-out;
  transition: opacity 0.2s ease-in, transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
  font-size: 1.5em;
  padding: 0;
  text-align: center;
  line-height: 32px;
  overflow: hidden;
}
.btn-pulse .circle:hover {
  opacity: 0.8;
  cursor: pointer;
}
.btn-pulse .circle:active {
  -webkit-transform: scale(0.875);
      -ms-transform: scale(0.875);
          transform: scale(0.875);
}
.btn-pulse .ring {
  display: block;
  position: absolute;
  top: 31%;
  left: 31%;
  width: 3rem;
  height: 3rem;
  margin: -1em auto auto -1em;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  border-radius: 50%;
  border: 2px solid #FFF;
  opacity: 0;
  -webkit-animation: pulsate 3s ease-out infinite;
          animation: pulsate 3s ease-out infinite;
}
.btn-pulse:hover .ring {
  -webkit-animation: none;
          animation: none;
}
.btn-pulse:active .ring {
  -webkit-animation: stop-pulsate 0.3s;
          animation: stop-pulsate 0.3s;
}

.header-border {
  border-bottom: 1px solid rgba(0, 154, 68, 0.25);
}

.menu-on {
  top: 0px;
  opacity: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.cover {
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0.75;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 998;
  display: none;
}

.pop-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.not-fixed {
  position: absolute !important;
  top: 130% !important;
}
@media (max-width: 1199.98px) {
  .not-fixed {
    top: 149% !important;
  }
}

ul, li, ol {
  list-style: none;
  margin: 0;
}

a, a:hover, a:focus {
  outline: none;
  -moz-outline: none;
  text-decoration: none;
}

button:focus {
  outline: none;
  -moz-outline: none;
}

img {
  border: none;
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-weight: normal;
  font-family: "Inter-Regular";
}

h1 {
  font-size: 49px;
  line-height: 60px;
}

h2 {
  font-size: 52px;
  line-height: 65px;
}

h3 {
  font-size: 26px;
  line-height: 30px;
}

.center_item {
  text-align: center;
}

input, input:focus, textarea {
  border: none;
  outline: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #FFF;
}

input::-moz-input-placeholder, textarea::-moz-input-placeholder {
  color: #FFF;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #FFF;
}

html.show-animation .wowo {
  opacity: 1;
}
html .wowo {
  opacity: 0;
}
html .wowo.animated {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  visibility: visible;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.leftshow.animated {
  -webkit-animation-name: leftshow;
          animation-name: leftshow;
}

.leftshowtwo.animated {
  -webkit-animation-name: leftshowtwo;
          animation-name: leftshowtwo;
}

.leftor.animated {
  -webkit-animation-name: leftors;
          animation-name: leftors;
}

@-webkit-keyframes leftors {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes leftshow {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-900px, 0, 0);
    transform: translate3d(-900px, 0, 0);
  }
  100% {
    opacity: 0.61;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes leftshow {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-900px, 0, 0);
    transform: translate3d(-900px, 0, 0);
  }
  100% {
    opacity: 0.61;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes leftshowtwo {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-900px, 0, 0);
    transform: translate3d(-900px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes leftshowtwo {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-900px, 0, 0);
    transform: translate3d(-900px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInBigUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInBigUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1.2);
            transform: translate(0, 0) scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1.2);
            transform: translate(0, 0) scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
.fadeInLeft.animated {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.fadeInRight.animated {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.fadeIn.animated {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.fadeInUp.animated {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.fadeInBigUp.animated {
  -webkit-animation-name: fadeInBigUp;
          animation-name: fadeInBigUp;
}

.fadeInDown.animated {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.zoomOut.animated {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

.delay-in-1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay-in-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-in-3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-in-4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-in-5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-in-6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-in-7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay-in-15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@keyframes myleft {
  50% {
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes myleft {
  50% {
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes myright {
  50% {
    -webkit-transform: rotate(180deg) translate(8px, 0);
    transform: rotate(180deg) translate(8px, 0);
  }
  100% {
    -webkit-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
  }
}
@-webkit-keyframes myright {
  50% {
    -webkit-transform: rotate(180deg) translate(8px, 0);
    transform: rotate(180deg) translate(8px, 0);
  }
  100% {
    -webkit-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
  }
}
@keyframes bgmyleft {
  50% {
    background-position: 60% center;
  }
  100% {
    background-position: center center;
  }
}
@-webkit-keyframes bgmyleft {
  50% {
    background-position: 60% center;
  }
  100% {
    background-position: center center;
  }
}
span.wpcf7-list-item {
  margin: 0;
}

label {
  margin-bottom: 0;
}

@-webkit-keyframes forth {
  50% {
    -webkit-transform: translate(0, -6px);
            transform: translate(0, -6px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes forth {
  50% {
    -webkit-transform: translate(0, -6px);
            transform: translate(0, -6px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@keyframes myleft {
  50% {
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  100% {
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular/Inter.eot"), url("../fonts/Inter-Regular/Inter.woff2") format("woff2"), url("../fonts/Inter-Regular/Inter.woff") format("woff"), url("../fonts/Inter-Regular/Inter.ttf") format("truetype"), url("../fonts/Inter-Regular/Inter.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold/Inter-Bold.eot"), url("../fonts/Inter-Bold/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-Bold/Inter-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 15;
  height: 145px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
header.inside-pages-header {
  background-color: #2c464e;
  height: 211px;
}
@media (max-width: 1199.98px) {
  header.inside-pages-header {
    height: 140px;
  }
}
header.header-scrollTop {
  background-color: #2c464e;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199.98px) {
  header.header-scrollTop {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
header.header-scrollTop .header-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}
header.header-scrollTop .head-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0px;
  height: 100px;
}
header.header-scrollTop .head-left a {
  margin: 0px;
  margin-left: 25px;
  width: 270px;
}
@media (max-width: 1599.98px) {
  header.header-scrollTop .head-left {
    margin-top: 0px;
    margin-left: 14;
  }
}
header.header-scrollTop .head-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.header-scrollTop .nav-content {
  padding-top: 0px !important;
}
header.header-scrollTop .nav-content::before {
  width: 0px !important;
  height: 0px !important;
}
header.header-scrollTop .nav-content::after {
  width: 0px !important;
  height: 0px !important;
}
header.header-scrollTop .contact-btn {
  margin-top: 0px !important;
}
header.header-scrollTop .search-btn {
  margin-top: 0px !important;
}
header .header-content {
  width: 100%;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
header .header-content.active .head-left a {
  height: 140px !important;
}
@media (max-width: 1199.98px) {
  header .header-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    height: 140px;
  }
}
@media (max-width: 991.98px) {
  header .header-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
header .head-left {
  width: 50%;
  height: 87px;
  padding-left: 61px;
  margin-top: 58px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 999;
}
@media (max-width: 1500px) {
  header .head-left {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0px;
    margin-top: 0px;
    height: 140px;
  }
}
@media (max-width: 575.98px) {
  header .head-left {
    width: 60%;
  }
}
@media (max-width: 1599.98px) {
  header .head-left.head-left-text {
    height: auto;
  }
}
header .head-left a {
  width: 421px;
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 1500px) {
  header .head-left a {
    width: 252px;
    height: 52px;
    margin-left: 50px;
    margin-top: 25px;
    margin-bottom: 20px;
    height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 575.98px) {
  header .head-left a {
    margin-left: 25px;
  }
}
@media (max-width: 359.98px) {
  header .head-left a {
    width: 190px;
    height: auto;
  }
}
header .head-left a img {
  width: 100%;
  
}
header .head-left a span {
  width: 204px;
  height: 62px;
  font-size: 34px;
  line-height: 38px;
  color: #FFF;
  font-family: "paralucent";
}
@media (max-width: 1500px) {
  header .head-left a span {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  header .head-left a span {
    line-height: 30px;
  }
}
@media (max-width: 359.98px) {
  header .head-left a span {
    font-size: 21px;
    line-height: 30px;
  }
}
header .head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50%;
}
@media (max-width: 1500px) {
  header .head-right {
    width: 60%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1500px) {
  header .head-right {
    width: 66%;
  }
}
@media (max-width: 991.98px) {
  header .head-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .head-right.active {
  opacity: 1;
  bottom: 0%;
  z-index:999;
}
@media (max-width: 991.98px) {
  header .head-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    height: 100vh;
    background-color: #2c464e;
    z-index: 99;
    opacity: 0;
    -webkit-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), bottom 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), bottom 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    position: fixed;
    bottom: 100%;
  }
}
@media (max-width: 575.98px) {
  header .head-right {
    height: 100vh;
  }
}
header .head-right .nav-content {
  width: 81%;
  padding-top: 94px;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 1500px) {
  header .head-right .nav-content {
    padding-top: 0px;
    width: 72%;
  }
}
@media (max-width: 991.98px) {
  header .head-right .nav-content {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    padding-top: 150px;
    padding-bottom: 30px;
  }
}
header .head-right .nav-content::before {
  content: "";
  display: block;
  width: 1px;
  height: 112px;
  background-color: #FFF;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media (max-width: 1599.98px) {
  header .head-right .nav-content::before {
    width: 0px;
    height: 0px;
  }
}
header .head-right .nav-content::after {
  content: "";
  display: block;
  width: 1px;
  height: 112px;
  background-color: #FFF;
  position: absolute;
  top: 0px;
  right: 22%;
}
@media (max-width: 1599.98px) {
  header .head-right .nav-content::after {
    width: 0px;
    height: 0px;
  }
}
header .head-right .nav-content nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 30px;
  padding-right: 80px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 1799.98px) {
  header .head-right .nav-content nav .menu {
    padding-left: 10px;
    padding-right: 0px;
  }
}
@media (max-width: 1599.98px) {
  header .head-right .nav-content nav .menu {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991.98px) {
  header .head-right .nav-content nav .menu {
    display: block;
  }
}
@media (max-width: 575.98px) {
  header .head-right .nav-content nav .menu {
    padding-left: 25px;
    padding-right: 25px;
  }
}
header .head-right .nav-content nav .menu li {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1599.98px) {
  header .head-right .nav-content nav .menu li {
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) {
  header .head-right .nav-content nav .menu li {
    width: 100%;
    text-align: left;
    margin-right: 0;
  }
}
header .head-right .nav-content nav .menu li a {
  font-size: 18px;
  color: #FFF;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-family: "Inter-Regular";
  padding: 7px;
  border-radius: 5px;
  transition: 0.3s all;
}
header .head-right .nav-content nav .menu li a:hover {
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  header .head-right .nav-content nav .menu li a:hover {
    opacity: 1;
  }
}
header .head-right .nav-content nav .menu li:hover:first-child > a {
  background-color: unset;
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  header .head-right .nav-content nav .menu li:hover:first-child > a {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.12);
  }
}
header .head-right .nav-content nav .menu li:nth-last-child(1) {
  margin-left: 70px;
}
@media (max-width: 1599.98px) {
  header .head-right .nav-content nav .menu li:nth-last-child(1) {
    margin-left: 0px;
  }
}
@media (max-width: 991.98px) {
  header .head-right .nav-content nav .menu li + li {
    margin-left: 0px;
    margin-top: 30px;
  }
}
header .head-right .nav-content nav .menu .menu-item-has-children:after {
  content: "";
  background-image: url(../images/logo-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFF;
  position: absolute;
  right: -18px;
  -webkit-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  display: inline-block;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
@media (max-width: 991px) {
  header .head-right .nav-content nav .menu .menu-item-has-children:after {
    right: 0;
    top: 0;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
header .head-right .nav-content nav .menu .menu-item-has-children.rotate {
  cursor: pointer;
}
header .head-right .nav-content nav .menu .menu-item-has-children.rotate:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 991px) {
  header .head-right .nav-content nav .menu .menu-item-has-children.rotate:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
header .head-right .nav-content nav .menu .menu-item-has-children a {
  font-size: 18px;
  color: #FFF;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-family: "Inter-Regular";
  padding: 7px;
  border-radius: 5px;
  transition: 0.3s all;
}
header .head-right .nav-content nav .menu .menu-item-has-children a:hover {
  background-color: rgba(255, 255, 255, 0);
}
header .head-right .nav-content nav .menu .menu-item-has-children .sub-menu {
  display: none;
  border-radius: 5px;
  padding: 20px;
  position: absolute;
  width: 370px;
  background-color: #FFF;
  bottom: -10px;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  z-index: 1;
  overflow: hidden;
}
header .head-right .nav-content nav .menu .menu-item-has-children .sub-menu li:nth-last-child(1) {
  margin-left: 0;
}
header .head-right .nav-content nav .menu .menu-item-has-children .sub-menu li {
  position: relative;
  margin-bottom: 15px;
  margin-left: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
header .head-right .nav-content nav .menu .menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 0;
}
header .head-right .nav-content nav .menu .menu-item-has-children .sub-menu li a {
  font-size: 16px;
  color: #000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-family: "Inter-Regular";
  padding: 7px;
  line-height: 1.2;
  border-radius: 5px;
  transition: 0.3s all;
  display: block;
}
header .head-right .nav-content nav .menu .menu-item-has-children .sub-menu li:hover a {
  color: #009A44;
  background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 991.98px) {
  header .head-right .nav-content nav .menu .menu-item-has-children .sub-menu li:hover a {
    color: #FFF;
    background-color: rgba(255, 255, 255, 0);
  }
}
header .head-right .nav-content nav .menu .menu-item-has-children .sub-menu li.active a {
  color: #009A44;
}
@media (max-width: 991.98px) {
  header .head-right .nav-content nav .menu .menu-item-has-children .sub-menu li.active a {
    color: #FFF;
    opacity: 0.8;
  }
}
header .head-right .nav-content nav .menu .menu-item-has-children .sub-menu:hover {
  cursor: pointer;
}
@media (max-width: 991px) {
  header .head-right .nav-content nav .menu .menu-item-has-children .sub-menu {
    padding: 18px 0 0;
    background-color: #2c464e;
    display: none;
    position: static;
    width: 100%;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
  header .head-right .nav-content nav .menu .menu-item-has-children .sub-menu li {
    margin: 0;
    margin-bottom: 15px;
  }
  header .head-right .nav-content nav .menu .menu-item-has-children .sub-menu li a {
    font-size: 15px;
    color: #FFF;
    line-height: 1.2;
    font-family: "Inter-Regular";
    padding: 7px;
    border-radius: 5px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
header .head-right .contact-btn {
  padding-left: 32px;
  margin-top: 94px;
  width: 18%;
}
@media (max-width: 1599.98px) {
  header .head-right .contact-btn {
    margin-top: 0px;
  }
}
@media (max-width: 991.98px) {
  header .head-right .contact-btn {
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
    margin-top: 30px !important;
    padding-left: 0px;
    position: absolute;
    left: 50%;
    top: 52.5%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 575.98px) {
  header .head-right .contact-btn {
    top: 59%;
  }
}
@media (max-width: 359.98px) {
  header .head-right .contact-btn {
    top: 63%;
  }
}
header .head-right .contact-btn a {
  font-size: 18px;
  color: #FFF;
  font-family: "Inter-Regular";
  opacity: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
header .head-right .contact-btn a:hover {
  opacity: 0.7;
}
header .head-right .search-btn {
  width: 19%;
  margin-top: 94px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 1599.98px) {
  header .head-right .search-btn {
    width: 10%;
  }
}
@media (max-width: 991.98px) {
  header .head-right .search-btn {
    width: 100%;
  }
}
header .head-right .search-btn img {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
header .head-right .search-btn img:hover {
  opacity: 0.7;
}
@media (max-width: 1500px) {
  header .head-right .search-btn {
    margin-top: 0px;
  }
}
@media (max-width: 991.98px) {
  header .head-right .search-btn {
    margin-top: 0px;
    text-align: center;
    margin-top: 30px;
    display: none;
  }
}
header .header-right-mobile {
  display: none;
  z-index: 999;
}
@media (max-width: 991.98px) {
  header .header-right-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }
}
header .header-right-mobile .search-btn img {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
header .header-right-mobile .search-btn img:hover {
  opacity: 0.7;
}
header .header-right-mobile .menu-icon {
  width: 32px;
  height: 25px;
  display: block;
  position: relative;
  cursor: pointer;
  margin-right: 50px;
  margin-left: 40px;
}
@media (max-width: 767.98px) {
  header .header-right-mobile .menu-icon {
    margin-right: 25px;
    margin-left: 20px;
  }
}
@media (min-width: 575.98px) {
  header .header-right-mobile .menu-icon:hover span:last-child {
    width: 32px;
  }
}
header .header-right-mobile .menu-icon.active span {
  background: #FFF;
}
header .header-right-mobile .menu-icon.active span:first-child {
  top: 13px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header .header-right-mobile .menu-icon.active span:nth-child(2) {
  background: transparent !important;
}
header .header-right-mobile .menu-icon.active span:last-child {
  top: 13px;
  width: 32px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .header-right-mobile .menu-icon span {
  position: absolute;
  left: 0;
  width: 32px;
  height: 3px;
  border-radius: 10px;
  display: block;
  background: #FFF;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .header-right-mobile .menu-icon span:first-child {
  top: 0;
}
header .header-right-mobile .menu-icon span:nth-child(2) {
  top: 11.5px;
}
header .header-right-mobile .menu-icon span:last-child {
  top: 22px;
  width: 18px;
}

.nav-search-inner {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #2c464e;
  z-index: 999;
  padding: 15px 10px;
  display: none;
}
.nav-search-inner.show-it .search-box form::before {
  width: 50%;
}
.nav-search-inner.show-it .search-box form::after {
  width: 50%;
}
.nav-search-inner .search-close {
  position: absolute;
  right: 30px;
  top: 28px;
  display: inline-block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 1;
  overflow: hidden;
  font-size: 50px;
  text-align: center;
  color: #FFF;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.nav-search-inner .search-close:hover {
  opacity: 0.7;
}
.nav-search-inner .search-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 575.98px) {
  .nav-search-inner .search-box {
    width: 80%;
  }
}
.nav-search-inner .search-box form {
  position: relative;
}
.nav-search-inner .search-box form::before {
  -webkit-transition: 1s all;
  transition: 1s all;
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0%;
  height: 1px;
  background-color: #FFF;
}
.nav-search-inner .search-box form::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: 50%;
  width: 0px;
  height: 1px;
  background-color: #FFF;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.nav-search-inner .search-box form input {
  background-color: transparent;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  color: #FFF;
  width: 100%;
  height: 36px;
}
.nav-search-inner .search-box p {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 15px;
  color: #FFF;
}

footer {
  height: 638px;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#3d3d3d)), -webkit-gradient(linear, left top, left bottom, from(#25292f), to(#25292f));
  background-image: linear-gradient(#3d3d3d, #3d3d3d), linear-gradient(#25292f, #25292f);
}
@media (max-width: 991.98px) {
  footer {
    height: auto;
  }
}
footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
footer .footer-top .logo {
  width: 454px;
  text-align: center;
  display: block;
  margin: 0px auto;
  margin-top: 107px;
  margin-bottom: 77px;
}
@media (max-width: 991.98px) {
  footer .footer-top .logo {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  footer .footer-top .logo {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .footer-top .logo img {
  width: 100%;
  height: 94px;
}
@media (max-width: 991.98px) {
  footer .footer-top .logo img {
    width: 90%;
    
  }
}
@media (max-width: 575.98px) {
  footer .footer-top .logo img {
    
    height: 74px;
  }
}
footer .footer-top ul {
  width: 604px;
  margin: 0px auto;
  margin-bottom: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  footer .footer-top ul {
    width: 100%;
    padding: 0 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  footer .footer-top ul {
    margin-bottom: 20px;
    padding: 0 25px;
  }
}
@media (max-width: 991.98px) {
  footer .footer-top ul li {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  footer .footer-top ul li {
    width: 100%;
  }
}
footer .footer-top ul li:hover a {
  opacity: 0.7;
}
footer .footer-top ul li a {
  color: #FFF;
  font-family: "Inter-Regular";
  font-size: 18px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
footer .footer-top .message {
  text-align: center;
  margin-bottom: 85px;
}
@media (max-width: 991.98px) {
  footer .footer-top .message {
    margin-bottom: 45px;
    padding: 0px 50px;
  }
}
@media (max-width: 575.98px) {
  footer .footer-top .message {
    padding: 0px 25px;
    margin-bottom: 50px;
  }
}
footer .footer-top .message p {
  font-family: "Inter-Regular";
  font-size: 14px;
  line-height: 26px;
  color: #FFF;
  line-height: 26px;
}
footer .footer-top .message p a {
  text-decoration: underline;
  text-underline-position: from-font;
  color: #FFF;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
footer .footer-top .message p a:hover {
  opacity: 0.75;
}
footer .footer-top .message p:nth-child(2) {
  font-family: "Inter-Regular";
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  display: block;
}
footer .footer-bottom {
  text-align: center;
  padding: 0px 50px;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 991.98px) {
  footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  footer .footer-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
}
footer .footer-bottom p {
  font-family: "Inter-Regular";
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #FFF;
}
@media (max-width: 991.98px) {
  footer .footer-bottom p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .footer-bottom strong {
  color: #999999;
  line-height: 26px;
  margin-left: 15px;
  margin-right: 3px;
  display: inline-block;
  font-size: 14px;
  font-family: "Inter-Regular";
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  footer .footer-bottom strong {
    margin-left: 15px;
  }
}
@media (max-width: 991.98px) {
  footer .footer-bottom strong {
    margin-left: 10px;
    margin-right: 5px;
  }
}
@media (max-width: 575.98px) {
  footer .footer-bottom strong {
    margin-left: 0px;
  }
}
footer .footer-bottom a {
  color: #FFF;
  line-height: 26px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: inline-block;
}
@media (max-width: 359.98px) {
  footer .footer-bottom a {
    display: block;
  }
}
footer .footer-bottom a:hover {
  opacity: 0.75;
}

.home-hero {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.home-hero:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3;
  background-size: 100% 100%;
  background-position: 100%;
}
.home-hero .banner-content {
  position: absolute;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  height: 90%;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 4;
}
@media (max-width: 575.98px) {
  .home-hero .banner-content {
    height: 85%;
  }
}
.home-hero .banner-content .banner-logo {
  position: relative;
  width: 50%;
  height: 189px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 1199.98px) {
  .home-hero .banner-content .banner-logo {
    width: 40%;
  }
}
@media (max-width: 991.98px) {
  .home-hero .banner-content .banner-logo {
    width: 35%;
    left: 50px;
    bottom: 52%;
  }
}
@media (max-width: 575.98px) {
  .home-hero .banner-content .banner-logo {
    left: 25px;
    display:none;
  }
}
.home-hero .banner-content .banner-logo img {
  width: 192px;
  height: 189px;
  position: absolute;
  bottom: 145px;
  left: 61px;
}
@media (max-width: 991.98px) {
  .home-hero .banner-content .banner-logo img {
    bottom: 0px;
    left: 0px;
  }
}
@media (max-width: 575.98px) {
  .home-hero .banner-content .banner-logo img {
    width: 70%;
    height: 70%;
    left: 25px;
    bottom: 20px;
  }
}
.home-hero .banner-content .banner-text {
  position: relative;
  bottom: 0px;
  width: 31.5%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 1199.98px) {
  .home-hero .banner-content .banner-text {
    width: 42.5%;
  }
}
@media (max-width: 991.98px) {
  .home-hero .banner-content .banner-text {
    width: 75%;
    position: absolute;
    left: 50px;
    bottom: 20%;
  }
}
@media (max-width: 575.98px) {
  .home-hero .banner-content .banner-text {
    left: 25px;
  }
}
.home-hero .banner-content .banner-text h1 {
  font-family: "Inter-Regular";
  font-size: 49px;
  line-height: 80%;
  color: #FFF;
  position: absolute;
  bottom: 105px;
  padding-left: 30px;
}
@media (max-width: 991.98px) {
  .home-hero .banner-content .banner-text h1 {
    bottom: 0px;
  }
}
@media (max-width: 575.98px) {
  .home-hero .banner-content .banner-text h1 {
    font-size: 38px;
    line-height: 130%;
    width: 80vw;
    bottom: 0px;
  }
}
@media (max-width: 359.98px) {
  .home-hero .banner-content .banner-text h1 {
    font-size: 32px;
  }
}
.home-hero .banner-content .banner-text h1 span {
  display: block;
  text-decoration: underline;
  text-underline-position: from-font;
  font-size: 49px;
  line-height: 123%;
  display: block;
  font-family: "Inter-Regular";
}
@media (max-width: 575.98px) {
  .home-hero .banner-content .banner-text h1 span {
    font-size: 38px;
    line-height: 130%;
  }
}
@media (max-width: 359.98px) {
  .home-hero .banner-content .banner-text h1 span {
    font-size: 32px;
  }
}
.home-hero .banner-content .banner-text h1::before {
  content: "";
  width: 1px;
  height: 500px;
  background-color: #FFF;
  position: absolute;
  left: 0px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.home-hero .banner-content .banner-explore {
  position: relative;
  width: 18.5%;
  padding-left: 30px;
}
@media (max-width: 991.98px) {
  .home-hero .banner-content .banner-explore {
    position: absolute;
    left: 50px;
    bottom: 8%;
  }
}
@media (max-width: 575.98px) {
  .home-hero .banner-content .banner-explore {
    left: 25px;
    bottom: 13%;
  }
}
.home-hero .banner-content .banner-explore a {
  cursor: pointer;
  font-size: 18px;
  line-height: 22px;
  color: #FFF;
  opacity: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-family: "Inter-Regular";
  position: absolute;
  bottom: 300px;
}
@media (max-width: 991.98px) {
  .home-hero .banner-content .banner-explore a {
    bottom: 0px;
  }
}
.home-hero .banner-content .banner-explore a:hover {
  opacity: 0.7;
}
.home-hero .banner-content .banner-explore a::before {
  content: "";
  width: 1px;
  height: 500px;
  background-color: #FFF;
  position: absolute;
  left: -30px;
}
@media (max-width: 575.98px) {
  .home-hero .banner-content .banner-explore a::before {
    width: 0px;
    height: 0px;
  }
}
.home-hero.gtfa-banner .banner-text {
  bottom: 50px;
}
@media (max-width: 991.98px) {
  .home-hero.gtfa-banner .banner-text {
    bottom: 20%;
  }
}
.home-hero.gtfa-banner .banner-text h1 {
  line-height: 123%;
  width: 400px !important;
}
@media (max-width: 575.98px) {
  .home-hero.gtfa-banner .banner-text h1 {
    width: 80vw !important;
    font-size: 38px;
  }
}

.inside-banner {
  margin-top: 211px;
  width: 100%;
  height: 474px;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 1599.98px) {
  .inside-banner {
    margin-top: 140px;
  }
}
@media (max-width: 575.98px) {
  .inside-banner {
    height: 370px;
  }
}
.inside-banner .banner-bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.inside-banner .banner-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../images/banner-mask-layer.png");
  background-position: 100%;
  background-size: 100%;
}
.inside-banner .banner-box {
  position: absolute;
  top: 32%;
  left: 22%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding-right: 50px;
}
@media (max-width: 991.98px) {
  .inside-banner .banner-box {
    left: 50px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media (max-width: 575.98px) {
  .inside-banner .banner-box {
    left: 20px;
    padding-right: 0px;
    max-height: 300px;
    overflow: hidden;
  }
}
.inside-banner .banner-box h1 {
  font-family: "Inter-Regular";
  font-size: 49px;
  line-height: 123%;
  letter-spacing: 0px;
  color: #FFF;
}
@media (max-width: 991.98px) {
  .inside-banner .banner-box h1 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .inside-banner .banner-box h1 {
    font-size: 34px;
    width: 88vw;
  }
}
.inside-banner .banner-box h1 + .intro-text {
  display: block;
  margin-top: 20px;
  color: #2c464e;
  line-height: 123%;
  font-size: 49px;
  font-family: "Inter-Regular";
}
@media (max-width: 991.98px) {
  .inside-banner .banner-box h1 + .intro-text {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .inside-banner .banner-box h1 + .intro-text {
    font-size: 34px;
    width: 88vw;
    margin-top: 0px;
  }
}
.inside-banner .banner-box .tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.inside-banner .banner-box .tags-list li {
  background-color: #2ea666;
  font-family: "Inter-Regular";
  font-size: 16px;
  color: #FFF;
  border-radius: 6px;
  min-height: 25px;
  line-height: 25px;
  padding: 0px 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.inside-banner .banner-box .date {
  font-family: "Inter-Regular";
  font-size: 20px;
  line-height: 123%;
  letter-spacing: 0px;
  color: #FFF;
  display: block;
  margin-top: 50px;
}
.inside-banner.menu-not-bg {
  margin-top: 0px;
  height: 574px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 575.98px) {
  .inside-banner.menu-not-bg {
    height: 370px;
  }
}
.inside-banner.menu-not-bg .banner-box {
  top: 50%;
}
@media (max-width: 991.98px) {
  .inside-banner.menu-not-bg .banner-box {
    top: 40%;
  }
}
@media (max-width: 991.98px) {
  .inside-banner.menu-not-bg .banner-box {
    top: 50%;
  }
}

.banner-video {
  position: relative;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.banner-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.search-box-inside {
  padding-top: 142px;
  padding-bottom: 130px;
}
@media (max-width: 1599.98px) {
  .search-box-inside {
    padding-top: 60px;
  }
}
@media (max-width: 991.98px) {
  .search-box-inside {
    padding-bottom: 50px;
  }
}
.search-box-inside .des-text-box {
  max-width: 1154px;
  width: 100%;
  font-family: "Inter-Regular";
}
.search-box-inside .des-text-box p {
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 36px;
  color: #5d5d5d;
  margin-bottom: 118px;
}
@media (max-width: 1599.98px) {
  .search-box-inside .des-text-box p {
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .search-box-inside .des-text-box p {
    font-size: 16px;
    line-height: 29px;
  }
}
.search-box-inside .des-text-box ol li, .search-box-inside .des-text-box ul li {
  font-size: 19px;
  line-height: 36px;
  color: #5d5d5d;
}
@media (max-width: 575.98px) {
  .search-box-inside .des-text-box ol li, .search-box-inside .des-text-box ul li {
    font-size: 16px;
    line-height: 29px;
  }
}
.search-box-inside .des-text-box a {
  font-size: 19px;
  line-height: 36px;
  color: #2c464e;
  opacity: 1;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .search-box-inside .des-text-box a {
    font-size: 16px;
    line-height: 29px;
  }
}
.search-box-inside .des-text-box a:hover {
  opacity: 0.7;
}
.search-box-inside .des-text-box b, .search-box-inside .des-text-box strong, .search-box-inside .des-text-box em, .search-box-inside .des-text-box i {
  font-size: 19px;
  line-height: 36px;
  color: #5d5d5d;
}
@media (max-width: 575.98px) {
  .search-box-inside .des-text-box b, .search-box-inside .des-text-box strong, .search-box-inside .des-text-box em, .search-box-inside .des-text-box i {
    font-size: 16px;
    line-height: 29px;
  }
}
.search-box-inside form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1154px;
  width: 100%;
}
@media (max-width: 1599.98px) {
  .search-box-inside form {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 991.98px) {
  .search-box-inside form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.search-box-inside form .search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 1599.98px) {
  .search-box-inside form .search-input {
    width: 48%;
  }
}
@media (max-width: 767.98px) {
  .search-box-inside form .search-input {
    width: 48%;
  }
}
@media (max-width: 575.98px) {
  .search-box-inside form .search-input {
    width: 100%;
  }
}
.search-box-inside form .search-input .search-box {
  width: 400px;
  height: 73px;
  font-family: "Inter-Regular";
  font-size: 24px;
  line-height: 60px;
  color: #414141;
  background-color: rgb(238, 238, 238);
  padding-left: 31px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .search-box-inside form .search-input .search-box {
    width: calc(100% - 70px);
  }
}
@media (max-width: 991.98px) {
  .search-box-inside form .search-input .search-box {
    font-size: 21px;
    line-height: 52px;
  }
}
@media (max-width: 767.98px) {
  .search-box-inside form .search-input .search-box {
    padding-left: 15px;
    line-height: 50px;
    font-size: 17px;
  }
}
@media (max-width: 359.98px) {
  .search-box-inside form .search-input .search-box {
    font-size: 15px;
    line-height: 40px;
  }
}
.search-box-inside form .search-input .search-box::-webkit-input-placeholder {
  font-size: 24px;
  line-height: 60px;
  color: rgba(0, 0, 0, 0.33);
}
@media (max-width: 991.98px) {
  .search-box-inside form .search-input .search-box::-webkit-input-placeholder {
    font-size: 21px;
    line-height: 52px;
  }
}
@media (max-width: 767.98px) {
  .search-box-inside form .search-input .search-box::-webkit-input-placeholder {
    font-size: 17px;
    line-height: 50px;
  }
}
@media (max-width: 359.98px) {
  .search-box-inside form .search-input .search-box::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 40px;
  }
}
.search-box-inside form .search-input .submit-btn {
  width: 70px;
  height: 73px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #2c464e;
  position: relative;
  background-image: url("../images/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-box-inside form .search-input .submit-btn:hover {
  opacity: 0.7;
}
.search-box-inside form .date-selection-input {
  margin-left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 1599.98px) {
  .search-box-inside form .date-selection-input {
    width: 50%;
    margin-left: 0px;
  }
}
@media (max-width: 767.98px) {
  .search-box-inside form .date-selection-input {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .search-box-inside form .date-selection-input {
    width: 100%;
    margin-top: 30px;
    margin-left: 0px;
  }
}
.search-box-inside form .date-selection-input:hover .icon-calendar {
  opacity: 0.7;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.search-box-inside form .date-selection-input .date-input {
  width: 600px;
  height: 73px;
  font-family: "Inter-Regular";
  font-size: 24px;
  line-height: 60px;
  color: #000;
  color: #414141;
  background-color: rgb(238, 238, 238);
  padding-left: 31px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  cursor: pointer;
}
@media (max-width: 1599.98px) {
  .search-box-inside form .date-selection-input .date-input {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .search-box-inside form .date-selection-input .date-input {
    font-size: 21px;
    line-height: 52px;
  }
}
@media (max-width: 767.98px) {
  .search-box-inside form .date-selection-input .date-input {
    font-size: 17px;
    line-height: 50px;
    padding-left: 15px;
  }
}
@media (max-width: 575.98px) {
  .search-box-inside form .date-selection-input .date-input {
    width: 100%;
  }
}
@media (max-width: 359.98px) {
  .search-box-inside form .date-selection-input .date-input {
    font-size: 15px;
    line-height: 40px;
  }
}
.search-box-inside form .date-selection-input .date-input::-webkit-input-placeholder {
  font-size: 24px;
  line-height: 60px;
  color: rgba(0, 0, 0, 0.33);
}
@media (max-width: 991.98px) {
  .search-box-inside form .date-selection-input .date-input::-webkit-input-placeholder {
    font-size: 21px;
    line-height: 52px;
  }
}
@media (max-width: 767.98px) {
  .search-box-inside form .date-selection-input .date-input::-webkit-input-placeholder {
    font-size: 17px;
    line-height: 50px;
  }
}
@media (max-width: 359.98px) {
  .search-box-inside form .date-selection-input .date-input::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 40px;
  }
}
.search-box-inside form .date-selection-input .icon-calendar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 70px;
  height: 73px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #2c464e;
  background-image: url("../images/icon-calendar.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  pointer-events: none;
}
.search-box-inside form .date-selection-input .date-submit-btn {
  width: 70px;
  height: 73px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #2c464e;
}

.library-list .inside-content {
  padding-left: 280px;
  padding-right: 277px;
  padding-bottom: 227px;
}
@media (max-width: 1799.98px) {
  .library-list .inside-content {
    padding: 0px 100px;
    padding-bottom: 227px;
  }
}
@media (max-width: 1199.98px) {
  .library-list .inside-content {
    padding: 0px 100px;
    padding-bottom: 227px;
  }
}
@media (max-width: 991.98px) {
  .library-list .inside-content {
    padding: 0px 50px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767.98px) {
  .library-list .inside-content {
    padding: 0px 25px;
    padding-bottom: 50px;
  }
}
.library-list .library-list-ul {
  margin: 0px -62.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 100px;
}
@media (max-width: 1199.98px) {
  .library-list .library-list-ul {
    margin: 0px;
    margin-bottom: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 575.98px) {
  .library-list .library-list-ul {
    margin: 0px;
    margin-bottom: 50px;
  }
}
.library-list .library-list-ul .search-none {
  position: relative;
  right: -150px;
}
@media (max-width: 1799.98px) {
  .library-list .library-list-ul .search-none {
    right: -340px;
  }
}
@media (max-width: 1699.98px) {
  .library-list .library-list-ul .search-none {
    right: -112px;
  }
}
@media (max-width: 1299.98px) {
  .library-list .library-list-ul .search-none {
    right: -64px;
  }
}
@media (max-width: 1199.98px) {
  .library-list .library-list-ul .search-none {
    right: 18px;
  }
}
@media (max-width: 991.98px) {
  .library-list .library-list-ul .search-none {
    right: 0px;
  }
}
.library-list .library-list-ul .search-none p {
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 36px;
  color: #5d5d5d;
  margin-bottom: 118px;
}
@media (max-width: 1599.98px) {
  .library-list .library-list-ul .search-none p {
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .library-list .library-list-ul .search-none p {
    font-size: 16px;
    line-height: 29px;
  }
}
.library-list .library-list-ul .library-list-item {
  width: calc(33.3% - 125px);
  margin: 0px 62.5px;
  margin-bottom: 83px;
}
.library-list .library-list-ul .library-list-item:hover .item-img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.library-list .library-list-ul .library-list-item:hover .download-box::before {
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1599.98px) {
  .library-list .library-list-ul .library-list-item {
    width: calc(33.3% - 60px);
    margin: 0px 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199.98px) {
  .library-list .library-list-ul .library-list-item {
    width: calc(50% - 20px);
    margin: 0px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .library-list .library-list-ul .library-list-item {
    width: 100%;
    padding: 0px;
  }
}
@media (max-width: 575.98px) {
  .library-list .library-list-ul .library-list-item {
    padding: 0px;
  }
}
.library-list .library-list-ul .library-list-item a {
  display: block;
  height: 100%;
  background-color: #2c464e;
  position: relative;
}
.library-list .library-list-ul .library-list-item a .item-img-box {
  width: 100%;
  height: 384px;
  overflow: hidden;
}
.library-list .library-list-ul .library-list-item a .item-img-box .item-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.library-list .library-list-ul .library-list-item a .item-text-box {
  background-color: #2c464e;
  padding: 30px;
  padding-bottom: 80px;
}
@media (max-width: 575.98px) {
  .library-list .library-list-ul .library-list-item a .item-text-box {
    max-height: none;
    min-height: none;
  }
}
.library-list .library-list-ul .library-list-item a .item-text-box .category {
  font-family: "Inter-Bold";
  font-size: 14px;
  line-height: 36px;
  color: #FFF;
}
.library-list .library-list-ul .library-list-item a .item-text-box .title {
  font-family: "Inter-Regular";
  font-size: 26px;
  color: "Inter-Regular";
  line-height: 40px;
  color: #FFF;
  margin-bottom: 35px;
}
.library-list .library-list-ul .library-list-item a .item-text-box .des {
  font-family: "Inter-Regular";
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
}
.library-list .library-list-ul .library-list-item a .item-text-box .tags p {
  font-family: "Inter-Bold";
  font-size: 11px;
  line-height: 25px;
  color: #3ec67d;
  margin-top: 45px;
}
@media (max-width: 1199.98px) {
  .library-list .library-list-ul .library-list-item a .item-text-box .tags p {
    margin-top: 20px;
  }
}
.library-list .library-list-ul .library-list-item a .item-text-box .tags .tags-list li {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.18);
  font-family: "Inter-Regular";
  font-size: 16px;
  color: #FFF;
  border-radius: 6px;
  min-height: 25px;
  line-height: 25px;
  padding: 0px 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
@media (max-width: 575.98px) {
  .library-list .library-list-ul .library-list-item a .item-text-box .tags .tags-list li {
    margin-right: 7px;
  }
}
.library-list .library-list-ul .library-list-item a .download-box {
  min-height: 67px;
  background-color: #017938;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 31px;
  padding-right: 25px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.library-list .library-list-ul .library-list-item a .download-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: transparent;
  pointer-events: none;
}
.library-list .library-list-ul .library-list-item a .download-box::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #FFF;
  position: relative;
  right: 0px;
  top: 0px;
}
.library-list .library-list-ul .library-list-item a .download-box .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
.library-list .library-list-ul .library-list-item a .download-box .text p {
  font-family: "Inter-Regular";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #FFF;
  position: relative;
  margin-bottom: 0px;
}
.library-list .library-list-ul .library-list-item a .download-box .text span {
  padding-left: 20px;
  font-family: "Inter-Regular";
  font-size: 16px;
  line-height: 24px;
  color: #64cd95;
}
.library-list .more-btn {
  width: 268px;
  height: 63px;
  border: 1px solid #2c464e;
  margin: 0px auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.library-list .more-btn:hover {
  background-color: #2c464e;
}
.library-list .more-btn:hover a {
  color: #FFF;
}
.library-list .more-btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Inter-Bold";
  font-size: 18px;
  line-height: 22px;
  color: #2c464e;
  text-align: center;
  line-height: 63px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.library-list.search-page-list .library-list-ul .library-list-item a {
  background: none;
}
.library-list.search-page-list .library-list-ul .library-list-item a .download-box {
  position: static;
}

.content-two-columns {
  padding-top: 142px;
  padding-bottom: 119px;
}
@media (max-width: 991.98px) {
  .content-two-columns {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.content-two-columns .inside-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .content-two-columns .inside-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.content-two-columns .inside-content h2, .content-two-columns .inside-content h3, .content-two-columns .inside-content h4, .content-two-columns .inside-content h5, .content-two-columns .inside-content h6 {
  font-family: "Inter-Regular";
  font-weight: normal;
  letter-spacing: -0.5px;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .content-two-columns .inside-content h2, .content-two-columns .inside-content h3, .content-two-columns .inside-content h4, .content-two-columns .inside-content h5, .content-two-columns .inside-content h6 {
    margin-bottom: 16px;
  }
}
.content-two-columns .inside-content h1 {
  font-size: 49px;
  line-height: 123%;
}
@media (max-width: 575.98px) {
  .content-two-columns .inside-content h1 {
    font-size: 45px;
    line-height: 130%;
  }
}
.content-two-columns .inside-content h2 {
  font-size: 45px;
  line-height: 120%;
}
@media (max-width: 575.98px) {
  .content-two-columns .inside-content h2 {
    font-size: 40px;
    line-height: 130%;
  }
}
.content-two-columns .inside-content h3 {
  font-size: 40px;
  line-height: 117%;
  color: #2c464e;
}
@media (max-width: 575.98px) {
  .content-two-columns .inside-content h3 {
    font-size: 35px;
    line-height: 130%;
  }
}
.content-two-columns .inside-content h4 {
  font-size: 35px;
  line-height: 114%;
}
@media (max-width: 575.98px) {
  .content-two-columns .inside-content h4 {
    font-size: 30px;
    line-height: 130%;
  }
}
.content-two-columns .inside-content h5 {
  font-size: 30px;
  line-height: 111%;
}
@media (max-width: 575.98px) {
  .content-two-columns .inside-content h5 {
    font-size: 25px;
    line-height: 130%;
  }
}
.content-two-columns .inside-content h6 {
  font-size: 25px;
  line-height: 108%;
}
@media (max-width: 575.98px) {
  .content-two-columns .inside-content h6 {
    font-size: 20px;
    line-height: 130%;
  }
}
.content-two-columns .inside-content p {
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 36px;
  color: #5d5d5d;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .content-two-columns .inside-content p {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .content-two-columns .inside-content p {
    font-size: 16px;
    line-height: 29px;
  }
}
.content-two-columns .inside-content b, .content-two-columns .inside-content strong, .content-two-columns .inside-content em, .content-two-columns .inside-content i {
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 36px;
  color: #5d5d5d;
}
@media (max-width: 575.98px) {
  .content-two-columns .inside-content b, .content-two-columns .inside-content strong, .content-two-columns .inside-content em, .content-two-columns .inside-content i {
    font-size: 16px;
    line-height: 29px;
  }
}
.content-two-columns .inside-content ol {
  padding-left: 20px;
}
.content-two-columns .inside-content ol li {
  list-style: auto;
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 36px;
  color: #5d5d5d;
  padding-left: 7px;
}
@media (max-width: 575.98px) {
  .content-two-columns .inside-content ol li {
    font-size: 16px;
    line-height: 29px;
  }
}
.content-two-columns .inside-content ul li {
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 36px;
  color: #5d5d5d;
}
@media (max-width: 575.98px) {
  .content-two-columns .inside-content ul li {
    font-size: 16px;
    line-height: 29px;
  }
}
.content-two-columns .inside-content a {
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 36px;
  color: #2c464e;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .content-two-columns .inside-content a {
    font-size: 16px;
    line-height: 29px;
  }
}
.content-two-columns .inside-content a:hover {
  opacity: 0.7;
}
.content-two-columns .inside-content b, .content-two-columns .inside-content strong, .content-two-columns .inside-content em, .content-two-columns .inside-content i {
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 36px;
  color: #5d5d5d;
}
@media (max-width: 575.98px) {
  .content-two-columns .inside-content b, .content-two-columns .inside-content strong, .content-two-columns .inside-content em, .content-two-columns .inside-content i {
    font-size: 16px;
    line-height: 29px;
  }
}
.content-two-columns .inside-content strong {
  font-family: "Inter-Bold";
}
.content-two-columns .inside-content blockquote {
  border-left: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 32px;
  color: #2c464e;
}
@media (max-width: 767.98px) {
  .content-two-columns .inside-content blockquote {
    margin-bottom: 16px;
  }
}
.content-two-columns .inside-content blockquote p {
  color: #2c464e;
  font-size: 34px;
  line-height: 42px;
}
@media (max-width: 575.98px) {
  .content-two-columns .inside-content blockquote p {
    font-size: 28px;
    line-height: 32px;
  }
}
.content-two-columns .inside-content blockquote cite {
  font-family: "Inter-Regular";
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
  color: #000;
  font-style: normal;
}
@media (max-width: 575.98px) {
  .content-two-columns .inside-content blockquote cite {
    font-size: 18px;
    line-height: 30px;
  }
}
.content-two-columns .inside-content ul, .content-two-columns .inside-content ol {
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .content-two-columns .inside-content ul, .content-two-columns .inside-content ol {
    margin-bottom: 16px;
  }
}
.content-two-columns .inside-content ul > li {
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 36px;
  color: #5d5d5d;
  padding-left: 28px;
  position: relative;
}
@media (max-width: 575.98px) {
  .content-two-columns .inside-content ul > li {
    font-size: 16px;
    line-height: 29px;
  }
}
.content-two-columns .inside-content ul > li:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #2c464e;
  position: absolute;
  left: 0px;
  top: 10px;
}
@media (max-width: 767.98px) {
  .content-two-columns .inside-content ul > li:before {
    width: 4px;
    height: 4px;
    left: 8px;
    top: 17px;
  }
}
.content-two-columns .inside-content ol > li {
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 36px;
  color: #5d5d5d;
  padding-left: 28px;
  counter-increment: olCount;
  position: relative;
}
@media (max-width: 575.98px) {
  .content-two-columns .inside-content ol > li {
    font-size: 16px;
    line-height: 29px;
  }
}
.content-two-columns .inside-content ol > li:before {
  content: counter(olCount) ".";
  position: absolute;
  left: 0;
  color: #2c464e;
}
.content-two-columns .inside-content li ul, .content-two-columns .inside-content li ol {
  margin-bottom: 0;
}
.content-two-columns .inside-content li ol > li {
  counter-increment: innerolCount;
}
.content-two-columns .inside-content li ol > li:before {
  content: counter(innerolCount) ".";
  position: absolute;
  left: 0;
}
.content-two-columns .inside-content .left-text {
  width: 44%;
}
@media (max-width: 991.98px) {
  .content-two-columns .inside-content .left-text {
    width: 100%;
  }
}
.content-two-columns .inside-content .right-text {
  width: 56%;
  padding-left: 155px;
}
@media (max-width: 991.98px) {
  .content-two-columns .inside-content .right-text {
    width: 100%;
    padding-left: 0px;
  }
}
.content-two-columns .inside-content .right-text .example-btn {
  overflow: hidden;
  display: inline-block;
}
.content-two-columns .inside-content .right-text .example-btn a {
  display: block;
  margin-top: 13px;
  width: 268px;
  height: 63px;
  border: solid 1px #2c464e;
  text-align: center;
  line-height: 63px;
  font-family: "Inter-Bold";
  font-size: 18px;
  color: #2c464e;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.content-two-columns .inside-content .right-text .example-btn a:hover {
  color: #FFF;
  opacity: 1;
  background-color: #2c464e;
}
@media (max-width: 991.98px) {
  .content-two-columns .inside-content .right-text .example-btn a {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.image-slider {
  position: relative;
}
@media (max-width: 1199.98px) {
  .image-slider {
    margin-bottom: 50px;
  }
}
.image-slider::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.46);
  height: 623px;
  width: calc((100% - 1170px) / 2);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1599.98px) {
  .image-slider::before {
    width: calc((100% - 936px) / 2);
  }
}
@media (max-width: 1199.98px) {
  .image-slider::before {
    width: calc((100% - 702px) / 2);
  }
}
@media (max-width: 991.98px) {
  .image-slider::before {
    width: 0px;
  }
}
.image-slider::after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.46);
  height: 623px;
  width: calc((100% - 1170px) / 2);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1599.98px) {
  .image-slider::after {
    width: calc((100% - 936px) / 2);
  }
}
@media (max-width: 1199.98px) {
  .image-slider::after {
    width: calc((100% - 702px) / 2);
  }
}
@media (max-width: 991.98px) {
  .image-slider::after {
    width: 0px;
  }
}
.image-slider .slider-box .slider-item.slick-active {
  width: 1170px;
}
@media (max-width: 1599.98px) {
  .image-slider .slider-box .slider-item.slick-active {
    width: 936px;
  }
}
@media (max-width: 1199.98px) {
  .image-slider .slider-box .slider-item.slick-active {
    width: 702px;
  }
}
@media (max-width: 991.98px) {
  .image-slider .slider-box .slider-item.slick-active {
    width: 100vw;
  }
}
.image-slider .slider-box .slider-item.slick-active a .item-img::before {
  width: 0%;
  height: 0%;
}
.image-slider .slider-box .slider-item.slick-active a figcaption {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .image-slider .slider-box .slider-item.slick-active a figcaption {
    padding-left: 50px;
  }
}
@media (max-width: 767.98px) {
  .image-slider .slider-box .slider-item.slick-active a figcaption {
    padding-left: 25px;
  }
}
.image-slider .slider-box .slider-item a {
  width: 100%;
  cursor: -webkit-grab;
  cursor: grab;
}
.image-slider .slider-box .slider-item a figure {
  margin: 0px;
}
.image-slider .slider-box .slider-item a figure .item-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1170px;
  height: 623px;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .image-slider .slider-box .slider-item a figure .item-img {
    margin-bottom: 45px;
  }
}
@media (max-width: 1599.98px) {
  .image-slider .slider-box .slider-item a figure .item-img {
    width: 936px;
    height: 508px;
  }
}
@media (max-width: 1199.98px) {
  .image-slider .slider-box .slider-item a figure .item-img {
    width: 702px;
    height: 373px;
  }
}
@media (max-width: 991.98px) {
  .image-slider .slider-box .slider-item a figure .item-img {
    width: 100vw;
  }
}
.image-slider .slider-box .slider-item a figure figcaption {
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #5d5d5d;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 575.98px) {
  .image-slider .slider-box .slider-item a figure figcaption {
    font-size: 16px;
  }
}
.image-slider .slider-box .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 21.5%;
}
@media (max-width: 1199.98px) {
  .image-slider .slider-box .slick-dots {
    bottom: -8%;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.image-slider .slider-box .slick-dots li {
  font-size: 0px;
  width: 19px;
  height: 19px;
  border: solid 2px #2c464e;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.image-slider .slider-box .slick-dots li.slick-active {
  background-color: #2c464e;
}
.image-slider .slider-box .slick-dots li:hover {
  background-color: #2c464e;
}
.image-slider .slider-box .slick-dots li button {
  display: none;
}
.image-slider .slider-box .slick-dots li button {
  border: none;
}
.image-slider .slider-box .slick-dots li + li {
  margin-left: 9px;
}

.our-members {
  margin-top: 190px;
}
@media (max-width: 1199.98px) {
  .our-members {
    margin-top: 95px;
  }
}
@media (max-width: 767.98px) {
  .our-members {
    margin-top: 45px;
  }
}
.our-members .our-members-content {
  padding-left: 216px;
  padding-right: 214px;
  max-width: 1920px;
  margin: 0px auto;
  width: 100%;
}
@media (max-width: 1799.98px) {
  .our-members .our-members-content {
    padding: 0px 70px;
  }
}
@media (max-width: 1299.98px) {
  .our-members .our-members-content {
    padding: 0px 25px;
  }
}
.our-members .our-members-content .member {
  padding-bottom: 149px;
}
@media (max-width: 991.98px) {
  .our-members .our-members-content .member {
    padding-bottom: 70px;
  }
}
.our-members .our-members-content .member .member-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 234px;
  margin-bottom: 154px;
}
@media (max-width: 1599.98px) {
  .our-members .our-members-content .member .member-text {
    padding-left: 150px;
  }
}
@media (max-width: 1199.98px) {
  .our-members .our-members-content .member .member-text {
    padding-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .our-members .our-members-content .member .member-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 70px;
    display: block;
  }
}
@media (max-width: 991.98px) {
  .our-members .our-members-content .member .member-text {
    padding-left: 0px;
  }
}
.our-members .our-members-content .member .member-text h2 {
  font-family: "Inter-Regular";
  font-size: 49px;
  line-height: 60px;
  color: #2c464e;
}
@media (max-width: 1199.98px) {
  .our-members .our-members-content .member .member-text h2 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .our-members .our-members-content .member .member-text h2 {
    font-size: 32px;
    line-height: 54px;
  }
}
.our-members .our-members-content .member .member-text p {
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 36px;
  color: #5d5d5d;
  padding-left: 85px;
  margin-left: 90px;
  position: relative;
}
@media (max-width: 1599.98px) {
  .our-members .our-members-content .member .member-text p {
    margin-left: 50px;
    padding-left: 30px;
  }
}
@media (max-width: 1199.98px) {
  .our-members .our-members-content .member .member-text p {
    margin-left: 40px;
  }
}
@media (max-width: 991.98px) {
  .our-members .our-members-content .member .member-text p {
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .our-members .our-members-content .member .member-text p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 991.98px) {
  .our-members .our-members-content .member .member-text p br {
    display: none;
  }
}
.our-members .our-members-content .member .member-text p::before {
  content: "";
  display: block;
  width: 1px;
  height: 133px;
  background-color: #2c464e;
  position: absolute;
  left: 0px;
  top: -30px;
}
@media (max-width: 991.98px) {
  .our-members .our-members-content .member .member-text p::before {
    width: 0px;
    height: 0px;
  }
}
.our-members .our-members-content .member .member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 991.98px) {
  .our-members .our-members-content .member .member-list {
    padding: 0px;
    margin: 0px;
  }
}
.our-members .our-members-content .member .member-list .member-item {
  width: calc(33.3% - 95px);
  margin: 0px 47.5px;
  margin-bottom: 91px;
}
.our-members .our-members-content .member .member-list .member-item:hover .item-img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1599.98px) {
  .our-members .our-members-content .member .member-list .member-item {
    margin: 0px 20px;
    margin-bottom: 50px;
    width: calc(33.3% - 40px);
  }
}
@media (max-width: 1199.98px) {
  .our-members .our-members-content .member .member-list .member-item {
    width: calc(50% - 40px);
  }
}
@media (max-width: 767.98px) {
  .our-members .our-members-content .member .member-list .member-item {
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
  }
}
.our-members .our-members-content .member .member-list .member-item a, .our-members .our-members-content .member .member-list .member-item .list-c {
  display: block;
  width: 100%;
  height: 100%;
}
.our-members .our-members-content .member .member-list .member-item a .item-img-box, .our-members .our-members-content .member .member-list .member-item .list-c .item-img-box {
  width: 100%;
  height: 517px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .our-members .our-members-content .member .member-list .member-item a .item-img-box, .our-members .our-members-content .member .member-list .member-item .list-c .item-img-box {
    height: 410px;
  }
}
.our-members .our-members-content .member .member-list .member-item a .item-img-box .item-img, .our-members .our-members-content .member .member-list .member-item .list-c .item-img-box .item-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.our-members .our-members-content .member .member-list .member-item a .item-text, .our-members .our-members-content .member .member-list .member-item .list-c .item-text {
  min-height: 104px;
  background-color: #2c464e;
  padding: 27px 27px 25px 30px;
  height: calc(100% - 517px);
}
@media (max-width: 1699.98px) {
  .our-members .our-members-content .member .member-list .member-item a .item-text, .our-members .our-members-content .member .member-list .member-item .list-c .item-text {
    padding: 27px 20px 25px 20px;
  }
}
@media (max-width: 767.98px) {
  .our-members .our-members-content .member .member-list .member-item a .item-text, .our-members .our-members-content .member .member-list .member-item .list-c .item-text {
    min-height: auto;
  }
}
@media (max-width: 991.98px) {
  .our-members .our-members-content .member .member-list .member-item a .item-text, .our-members .our-members-content .member .member-list .member-item .list-c .item-text {
    height: calc(100% - 410px);
  }
}
.our-members .our-members-content .member .member-list .member-item a .item-text p:nth-child(1), .our-members .our-members-content .member .member-list .member-item .list-c .item-text p:nth-child(1) {
  font-family: "Inter-Bold";
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
}
.our-members .our-members-content .member .member-list .member-item a .item-text .second-line, .our-members .our-members-content .member .member-list .member-item .list-c .item-text .second-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.our-members .our-members-content .member .member-list .member-item a .item-text .second-line p:nth-child(1), .our-members .our-members-content .member .member-list .member-item .list-c .item-text .second-line p:nth-child(1) {
  font-family: "Inter-Regular";
  font-size: 21px;
  line-height: 36px;
  color: #FFF;
  text-align: left;
  padding-right: 5px;
}
.our-members .our-members-content .member .member-list .member-item a .item-text .second-line p:nth-child(2), .our-members .our-members-content .member .member-list .member-item .list-c .item-text .second-line p:nth-child(2) {
  font-family: "Inter-Regular";
  font-size: 21px;
  line-height: 36px;
  color: #3ec67d;
  text-align: right;
}

.call-to-action {
  width: 100%;
  min-height: 545px;
  background-image: linear-gradient(306deg, rgba(10, 85, 44, 0.69) 50%, rgba(172, 208, 55, 0.69) 100%), linear-gradient(#2c464e, #2c464e);
}
@media (max-width: 991.98px) {
  .call-to-action {
    min-height: auto;
  }
}
.call-to-action .call-to-action-content {
  padding: 0px 372px;
  width: 100%;
  margin: 0px auto;
  max-width: 1920px;
  padding-top: 194px;
  padding-bottom: 194px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1699.98px) {
  .call-to-action .call-to-action-content {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 1299.98px) {
  .call-to-action .call-to-action-content {
    padding-left: 100px;
    padding-right: 100px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (max-width: 1199.98px) {
  .call-to-action .call-to-action-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991.98px) {
  .call-to-action .call-to-action-content {
    padding: 55px 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .call-to-action .call-to-action-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.call-to-action .call-to-action-content h2 {
  width: 60%;
  font-family: "Inter-Regular";
  font-size: 49px;
  line-height: 60px;
  color: #FFF;
}
@media (max-width: 1199.98px) {
  .call-to-action .call-to-action-content h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991.98px) {
  .call-to-action .call-to-action-content h2 {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .call-to-action .call-to-action-content h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 991.98px) {
  .call-to-action .call-to-action-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .call-to-action .call-to-action-content h2 {
    font-size: 32px;
    line-height: 130%;
  }
}
.call-to-action .call-to-action-content a {
  font-family: "Inter-Regular";
  font-size: 18px;
  line-height: 22px;
  color: #FFF;
  display: block;
  padding-left: 50px;
  margin-left: 211px;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-top: 10px;
}
@media (max-width: 1299.98px) {
  .call-to-action .call-to-action-content a {
    margin-left: 0px;
  }
}
@media (max-width: 991.98px) {
  .call-to-action .call-to-action-content a {
    padding-left: 0px;
    margin-top: 50px;
    margin-left: 25px;
  }
}
.call-to-action .call-to-action-content a:hover {
  color: #3ec67d;
}
.call-to-action .call-to-action-content a::before {
  content: "";
  display: block;
  width: 1px;
  height: 355px;
  background-color: #FFF;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (max-width: 991.98px) {
  .call-to-action .call-to-action-content a::before {
    left: -25px;
  }
}

.member-logos .container {
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .member-logos .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.member-logos .container .title-and-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 840px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .member-logos .container .title-and-text {
    display: block;
  }
}
.member-logos .container .title-and-text .title {
  padding-right: 50px;
  width: 45%;
  text-align: right;
}
@media (max-width: 767px) {
  .member-logos .container .title-and-text .title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    text-align: left;
  }
}
.member-logos .container .title-and-text .text {
  width: 55%;
  padding-left: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .member-logos .container .title-and-text .text {
    width: 100%;
    padding: 0;
  }
}
.member-logos .container .title-and-text .text::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #2c464e;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (max-width: 767px) {
  .member-logos .container .title-and-text .text::before {
    display: none;
  }
}
.member-logos .container .title-and-text h2 {
  font-family: "Inter-Regular";
  font-size: 49px;
  line-height: 60px;
  color: #2c464e;
}
@media (max-width: 1199.98px) {
  .member-logos .container .title-and-text h2 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .member-logos .container .title-and-text h2 {
    font-size: 32px;
    line-height: 54px;
  }
}
.member-logos .container .title-and-text p {
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 36px;
  color: #5d5d5d;
  position: relative;
}
@media (max-width: 575.98px) {
  .member-logos .container .title-and-text p {
    font-size: 16px;
    line-height: 28px;
  }
}
.member-logos .container .content {
  width: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  margin-left: -40px;
  margin-right: -40px;
}
@media (max-width: 767px) {
  .member-logos .container .content {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width: 556px) {
  .member-logos .container .content {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.member-logos .container .content .block {
  width: 25%;
  padding: 40px;
}
@media (max-width: 767px) {
  .member-logos .container .content .block {
    padding: 25px;
    width: 33.33%;
  }
}
@media (max-width: 556px) {
  .member-logos .container .content .block {
    padding: 15px;
    width: 50%;
  }
}
@media (max-width: 360px) {
  .member-logos .container .content .block {
    padding: 15px;
    width: 100%;
  }
}
.member-logos .container .content .block .box {
  display: block;
}
.member-logos .container .content .block .box img {
  width: 100%;
  margin-bottom: 0;
}
.member-logos .container .content .block a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.member-logos .container .content .block a:hover {
  opacity: 0.7;
}

.tags.category-c ul li {
  font-weight: bold;
  background: none !important;
  padding: 0 !important;
  color: #5d5d5d !important;
}

@media (max-width: 575.98px) {
  .news-page-banner-c {
    height: auto !important;
  }
}
.news-page-banner-c .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.news-page-banner-c .banner-box {
  max-height: initial !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  position: relative !important;
  z-index: 2 !important;
  padding: 90px 0px !important;
  left: 0 !important;
  top: 0 !important;
  max-width: 998px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .news-page-banner-c .banner-box {
    padding: 90px 50px !important;
  }
}
@media (max-width: 575.98px) {
  .news-page-banner-c .banner-box {
    padding: 90px 25px !important;
  }
}

.image-and-text .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .image-and-text .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 45px;
  }
}
.image-and-text .item .left {
  width: 50%;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .image-and-text .item .left {
    width: 100%;
  }
}
.image-and-text .item .left .bg-img {
  width: 100%;
  height: 833px;
}
@media (max-width: 767.98px) {
  .image-and-text .item .left .bg-img {
    height: 583px;
  }
}
@media (max-width: 575.98px) {
  .image-and-text .item .left .bg-img {
    height: 416px;
  }
}
.image-and-text .item .left .bg-img .left-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.image-and-text .item .right {
  width: 50%;
  padding-left: 200px;
  padding-top: 200px;
  padding-right: 0px;
}
@media (max-width: 1699.98px) {
  .image-and-text .item .right {
    padding-left: 100px;
  }
}
@media (max-width: 1299.98px) {
  .image-and-text .item .right {
    padding-left: 50px;
  }
}
@media (max-width: 767.98px) {
  .image-and-text .item .right {
    width: 100%;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 575.98px) {
  .image-and-text .item .right {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.image-and-text .item .right h3 {
  font-family: "Inter-Regular";
  font-size: 49px;
  line-height: 130%;
  color: #2c464e;
  margin-bottom: 20px;
  width: 380px;
}
@media (max-width: 1599.98px) {
  .image-and-text .item .right h3 {
    font-size: 32px;
    line-height: 54px;
    line-height: 130%;
  }
}
@media (max-width: 991.98px) {
  .image-and-text .item .right h3 {
    width: 100%;
    padding-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .image-and-text .item .right h3 {
    padding-left: 0px;
  }
}
@media (max-width: 767.98px) {
  .image-and-text .item .right h3 br {
    display: none;
  }
}
.image-and-text .item .right p {
  width: 393px;
  font-family: "Inter-Regular";
  font-size: 19px;
  color: #5d5d5d;
  line-height: 36px;
}
@media (max-width: 1699.98px) {
  .image-and-text .item .right p {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .image-and-text .item .right p {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .image-and-text .item .right p {
    font-size: 16px;
    line-height: 29px;
  }
}
.image-and-text .item .right .link-box {
  margin-top: 61px;
}
@media (max-width: 767.98px) {
  .image-and-text .item .right .link-box {
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .image-and-text .item .right .link-box {
    margin-top: 20px;
  }
}
.image-and-text .item .right .link-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .image-and-text .item .right .link-box a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.image-and-text .item .right .link-box a:hover span {
  color: #2c464e;
}
.image-and-text .item .right .link-box a:hover .icon-triangle {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.image-and-text .item .right .link-box a span {
  display: block;
  font-family: "Inter-Bold";
  font-size: 19px;
  line-height: 184%;
  color: #5d5d5d;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 991.98px) {
  .image-and-text .item .right .link-box a span {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .image-and-text .item .right .link-box a span {
    font-size: 19px;
  }
}
@media (max-width: 575.98px) {
  .image-and-text .item .right .link-box a span {
    font-size: 16px;
  }
}
.image-and-text .item .right .link-box a span:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image-and-text .item .right .link-box a span:nth-child(1) .icon-triangle {
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-left: 12px solid #2c464e;
  border-bottom: 8px solid transparent;
  margin: 0px 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-right: 0px;
}
.image-and-text .item .right .link-box a span:nth-child(2) {
  font-family: "Inter-Regular";
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.image-and-text .item .right .link-box a + a {
  margin-top: 32px;
}
.image-and-text.invert-column .left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 50%;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .image-and-text.invert-column .left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.image-and-text.invert-column .right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 50%;
  padding-right: 156px;
  padding-top: 260px;
  text-align: right;
}
@media (max-width: 1699.98px) {
  .image-and-text.invert-column .right {
    padding-left: 0px;
    padding-right: 100px;
  }
}
@media (max-width: 1299.98px) {
  .image-and-text.invert-column .right {
    padding-right: 50px;
  }
}
@media (max-width: 767.98px) {
  .image-and-text.invert-column .right {
    width: 100%;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767.98px) {
  .image-and-text.invert-column .right {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.image-and-text.invert-column .right h3 {
  width: 393px;
  text-align: right;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .image-and-text.invert-column .right h3 {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .image-and-text.invert-column .right h3 {
    text-align: left;
    width: 100%;
    font-size: 32px;
    line-height: 130%;
  }
}
@media (max-width: 767.98px) {
  .image-and-text.invert-column .right h3 br {
    display: none;
  }
}
.image-and-text.invert-column .right p {
  text-align: right;
  width: 100%;
  padding-left: 180px;
  margin-left: auto;
}
@media (max-width: 1699.98px) {
  .image-and-text.invert-column .right p {
    padding-left: 60px;
  }
}
@media (max-width: 767.98px) {
  .image-and-text.invert-column .right p {
    text-align: left;
    padding-left: 0px;
  }
}
@media (max-width: 767.98px) {
  .image-and-text.invert-column .right .link-box {
    text-align: left;
  }
}
.image-and-text.invert-column .right .link-box a {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .image-and-text.invert-column .right .link-box a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.image-and-text.invert-column .right .link-box a span:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 767.98px) {
  .image-and-text.invert-column .right .link-box a span:nth-child(1) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: inherit;
            flex-flow: inherit;
  }
}
.image-and-text.invert-column .right .link-box a span:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 767.98px) {
  .image-and-text.invert-column .right .link-box a span:nth-child(2) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.gtfa-des-module {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  .gtfa-des-module {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.gtfa-des-module .content-block {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  padding: 0px 377px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1699.98px) {
  .gtfa-des-module .content-block {
    padding: 0px 200px;
  }
}
@media (max-width: 1299.98px) {
  .gtfa-des-module .content-block {
    padding: 0px 100px;
  }
}
@media (max-width: 991.98px) {
  .gtfa-des-module .content-block {
    padding: 0px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .gtfa-des-module .content-block {
    padding: 0 25px;
  }
}
.gtfa-des-module .content-block .left {
  width: 40%;
}
@media (max-width: 991.98px) {
  .gtfa-des-module .content-block .left {
    width: 100%;
    text-align: left;
  }
}
.gtfa-des-module .content-block .left h2 {
  font-family: "Inter-Regular";
  font-size: 49px;
  line-height: 123%;
  color: #2c464e;
  word-wrap: break-word;
}
@media (max-width: 991.98px) {
  .gtfa-des-module .content-block .left h2 {
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .gtfa-des-module .content-block .left h2 {
    font-size: 32px;
  }
}
.gtfa-des-module .content-block .left .Gtfa-logo {
  width: 369px;
  height: auto;
  margin-top: 29px;
  margin-bottom: 73px;
  position: relative;
  left: -24px;
}
@media (max-width: 991.98px) {
  .gtfa-des-module .content-block .left .Gtfa-logo {
    margin-top: 23px;
    margin-bottom: 23px;
    left: 0px;
  }
}
.gtfa-des-module .content-block .left .example-btn {
  overflow: hidden;
  display: inline-block;
}
.gtfa-des-module .content-block .left .example-btn a {
  display: block;
  margin-top: 13px;
  width: 268px;
  height: 63px;
  border: solid 1px #2c464e;
  text-align: center;
  line-height: 63px;
  font-family: "Inter-Bold";
  font-size: 18px;
  color: #2c464e;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.gtfa-des-module .content-block .left .example-btn a:hover {
  color: #FFF;
  opacity: 1;
  background-color: #2c464e;
}
@media (max-width: 991.98px) {
  .gtfa-des-module .content-block .left .example-btn a {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.gtfa-des-module .content-block .right {
  width: 60%;
  padding-left: 132px;
}
@media (max-width: 991.98px) {
  .gtfa-des-module .content-block .right {
    padding-left: 0px;
    width: 100%;
  }
}
.gtfa-des-module .content-block .right .text-box {
  font-family: "Inter-Regular";
}
.gtfa-des-module .content-block .right .text-box p {
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 36px;
  color: #5d5d5d;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .gtfa-des-module .content-block .right .text-box p {
    font-size: 16px;
    line-height: 29px;
  }
}
.gtfa-des-module .content-block .right .text-box a {
  font-size: 19px;
  line-height: 36px;
  color: #2c464e;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.gtfa-des-module .content-block .right .text-box a:hover {
  opacity: 0.7;
}
@media (max-width: 575.98px) {
  .gtfa-des-module .content-block .right .text-box a {
    font-size: 16px;
    line-height: 29px;
  }
}
.gtfa-des-module .content-block .right .text-box b, .gtfa-des-module .content-block .right .text-box strong, .gtfa-des-module .content-block .right .text-box em, .gtfa-des-module .content-block .right .text-box i {
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 36px;
  color: #5d5d5d;
}
@media (max-width: 575.98px) {
  .gtfa-des-module .content-block .right .text-box b, .gtfa-des-module .content-block .right .text-box strong, .gtfa-des-module .content-block .right .text-box em, .gtfa-des-module .content-block .right .text-box i {
    font-size: 16px;
    line-height: 29px;
  }
}
.gtfa-des-module .content-block .right .text-box strong {
  font-family: "Inter-Bold";
}
.gtfa-des-module .content-block .right .text-box ol {
  padding-left: 20px;
}
.gtfa-des-module .content-block .right .text-box ol li {
  list-style: auto;
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 36px;
  color: #5d5d5d;
  padding-left: 7px;
}
@media (max-width: 575.98px) {
  .gtfa-des-module .content-block .right .text-box ol li {
    font-size: 16px;
    line-height: 29px;
  }
}
.gtfa-des-module .content-block .right .text-box ul li {
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 36px;
  color: #5d5d5d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .gtfa-des-module .content-block .right .text-box ul li {
    font-size: 16px;
    line-height: 29px;
  }
}
.gtfa-des-module .content-block .right .text-box ul li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #2c464e;
  position: relative;
  margin-right: 10px;
}

.gtfa-des-module + .our-members {
  margin-top: 0px;
}

.home-intro .top-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 991.98px) {
  .home-intro .top-module {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home-intro .top-module .mobile-title {
  font-family: "Inter-Regular";
  font-size: 32px;
  line-height: 123%;
  color: #2c464e;
  text-align: left;
  padding: 50px;
  display: none;
}
@media (max-width: 991.98px) {
  .home-intro .top-module .mobile-title {
    display: block;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .home-intro .top-module .mobile-title {
    padding: 50px 25px;
  }
}
@media (max-width: 991.98px) {
  .home-intro .top-module .mobile-title br {
    display: none;
  }
}
.home-intro .top-module .left {
  width: 50%;
  position: relative;
}
@media (max-width: 767.98px) {
  .home-intro .top-module .left {
    width: 100%;
  }
}
.home-intro .top-module .left::after {
  content: "";
  display: block;
  width: 1px;
  height: 546px;
  background-color: #2c464e;
  position: absolute;
  right: -2px;
  top: 0px;
}
@media (max-width: 1599.98px) {
  .home-intro .top-module .left::after {
    height: 290px;
  }
}
@media (max-width: 991.98px) {
  .home-intro .top-module .left::after {
    width: 0px;
  }
}
.home-intro .top-module .left h2 {
  font-family: "Inter-Regular";
  font-size: 49px;
  line-height: 123%;
  letter-spacing: 0px;
  color: #2c464e;
  text-align: right;
  padding-top: 200px;
  padding-bottom: 120px;
  width: 52%;
  margin-right: 168px;
  margin-left: auto;
}
.home-intro .top-module .left h2.pc-title {
  display: block;
}
@media (max-width: 991.98px) {
  .home-intro .top-module .left h2.pc-title {
    display: none;
  }
}
@media (max-width: 1799.98px) {
  .home-intro .top-module .left h2 {
    width: 60%;
  }
}
@media (max-width: 1599.98px) {
  .home-intro .top-module .left h2 {
    padding-top: 120px;
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .home-intro .top-module .left h2 {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .home-intro .top-module .left h2 {
    text-align: left;
    padding-bottom: 30px;
    padding-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .home-intro .top-module .left h2 {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 32px;
    line-height: 130%;
  }
}
.home-intro .top-module .left .bg-img {
  width: 100%;
  height: 833px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .home-intro .top-module .left .bg-img {
    height: 583px;
  }
}
@media (max-width: 575.98px) {
  .home-intro .top-module .left .bg-img {
    height: 416px;
  }
}
.home-intro .top-module .left .bg-img .left-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.home-intro .top-module .right {
  margin-top: 417px;
  padding-left: 200px;
  width: 50%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 1799.98px) {
  .home-intro .top-module .right {
    margin-top: 200px;
  }
}
@media (max-width: 1599.98px) {
  .home-intro .top-module .right {
    padding-left: 130px;
    margin-top: 120px;
  }
}
@media (max-width: 1199.98px) {
  .home-intro .top-module .right {
    padding-left: 90px;
  }
}
@media (max-width: 991.98px) {
  .home-intro .top-module .right {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767.98px) {
  .home-intro .top-module .right {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .home-intro .top-module .right {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.home-intro .top-module .right .text .text-item {
  max-width: 285px;
}
@media (max-width: 767.98px) {
  .home-intro .top-module .right .text .text-item {
    max-width: none;
  }
}
.home-intro .top-module .right .text .text-item h3 {
  font-family: "Inter-Regular";
  font-size: 49px;
  line-height: 123%;
  color: #2c464e;
  margin-bottom: 14px;
}
@media (max-width: 1599.98px) {
  .home-intro .top-module .right .text .text-item h3 {
    font-size: 32px;
    line-height: 54px;
    line-height: 130%;
  }
}
.home-intro .top-module .right .text .text-item p {
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #5d5d5d;
}
@media (max-width: 991.98px) {
  .home-intro .top-module .right .text .text-item p {
    font-size: 16px;
    line-height: 29px;
  }
}
.home-intro .top-module .right .text .text-item:nth-child(2) {
  margin-top: 123px;
}
@media (max-width: 991.98px) {
  .home-intro .top-module .right .text .text-item:nth-child(2) {
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .home-intro .top-module .right .text .text-item:nth-child(2) {
    margin-top: 40px;
  }
}
.home-intro .top-module .right .text .text-item:nth-child(3) {
  margin-top: 104px;
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .home-intro .top-module .right .text .text-item:nth-child(3) {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .home-intro .top-module .right .text .text-item:nth-child(3) {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199.98px) {
  .home-intro .top-module .right .more {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.home-intro .top-module .right .more a {
  font-family: "Inter-Bold";
  font-size: 19px;
  line-height: 184%;
  color: #5d5d5d;
  position: relative;
  font-weight: 700;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 0.3s all;
}
@media (max-width: 991.98px) {
  .home-intro .top-module .right .more a {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .home-intro .top-module .right .more a {
    font-size: 19px;
  }
}
@media (max-width: 575.98px) {
  .home-intro .top-module .right .more a {
    font-size: 16px;
  }
}
.home-intro .top-module .right .more a:hover {
  color: #2c464e;
}
.home-intro .top-module .right .more a:hover .icon-triangle {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.home-intro .top-module .right .more a .icon-triangle {
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-left: 12px solid #2c464e;
  border-bottom: 8px solid transparent;
  margin-left: 11px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.home-intro .bottom-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 767.98px) {
  .home-intro .bottom-module {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home-intro .bottom-module.bottom-module-even .left-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.home-intro .bottom-module.bottom-module-even .right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 767.98px) {
  .home-intro .bottom-module.bottom-module-even .right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    text-align: left;
    margin-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 575.98px) {
  .home-intro .bottom-module.bottom-module-even .right {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.home-intro .bottom-module .left-img {
  width: 50vw;
  height: 833px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767.98px) {
  .home-intro .bottom-module .left-img {
    width: 100%;
    height: 583px;
  }
}
@media (max-width: 575.98px) {
  .home-intro .bottom-module .left-img {
    height: 416px;
  }
}
.home-intro .bottom-module .right {
  width: 50vw;
  margin-top: 250px;
  padding-right: 162px;
  text-align: right;
}
@media (max-width: 1599.98px) {
  .home-intro .bottom-module .right {
    padding-right: 130px;
    padding-left: 50px;
  }
}
@media (max-width: 1199.98px) {
  .home-intro .bottom-module .right {
    padding-right: 90px;
  }
}
@media (max-width: 991.98px) {
  .home-intro .bottom-module .right {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.home-intro .bottom-module .right ul li h3 {
  font-family: "Inter-Regular";
  font-size: 49px;
  line-height: 123%;
  color: #2c464e;
  margin-bottom: 4px;
}
@media (max-width: 1199.98px) {
  .home-intro .bottom-module .right ul li h3 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 575.98px) {
  .home-intro .bottom-module .right ul li h3 {
    font-size: 32px;
    line-height: 168%;
  }
}
@media (max-width: 1199.98px) {
  .home-intro .bottom-module .right ul li h3 br {
    display: none;
  }
}
.home-intro .bottom-module .right ul li p {
  font-family: "Inter-Regular";
  font-size: 19px;
  color: #5d5d5d;
  line-height: 35px;
}
@media (max-width: 575.98px) {
  .home-intro .bottom-module .right ul li p {
    font-size: 16px;
    line-height: 29px;
  }
}
@media (max-width: 1199.98px) {
  .home-intro .bottom-module .right ul li p br {
    display: none;
  }
}
.home-intro .bottom-module .right .more {
  margin-top: 50px;
  display: inline-block;
}
@media (max-width: 1199.98px) {
  .home-intro .bottom-module .right .more {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.home-intro .bottom-module .right .more a {
  font-family: "Inter-Bold";
  font-size: 19px;
  line-height: 184%;
  color: #5d5d5d;
  position: relative;
  display: block;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 991.98px) {
  .home-intro .bottom-module .right .more a {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .home-intro .bottom-module .right .more a {
    font-size: 19px;
  }
}
@media (max-width: 575.98px) {
  .home-intro .bottom-module .right .more a {
    font-size: 16px;
  }
}
.home-intro .bottom-module .right .more a:hover {
  color: #2c464e;
}
.home-intro .bottom-module .right .more a:hover .icon-triangle {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.home-intro .bottom-module .right .more a .icon-triangle {
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-left: 12px solid #2c464e;
  border-bottom: 8px solid transparent;
  margin-left: 11px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.stats-section {
  width: 100%;
  min-height: 856px;
  background-image: linear-gradient(306deg, rgba(10, 85, 44, 0.69) 50%, rgba(172, 208, 55, 0.69) 100%), linear-gradient(#2c464e, #2c464e);
  overflow: hidden;
}
.stats-section .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  width: 100%;
  margin: 0px auto;
  padding-left: 376px;
  padding-right: 275px;
}
@media (max-width: 1799.98px) {
  .stats-section .top {
    padding-left: 300px;
    padding-right: 220px;
  }
}
@media (max-width: 1599.98px) {
  .stats-section .top {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1199.98px) {
  .stats-section .top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .stats-section .top {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.stats-section .top h2 {
  font-family: "Inter-Regular";
  font-size: 49px;
  color: #FFF;
  width: 475px;
  text-align: right;
  margin-top: 160px;
  line-height: 123%;
}
@media (max-width: 1599.98px) {
  .stats-section .top h2 {
    text-align: left;
  }
}
@media (max-width: 1199.98px) {
  .stats-section .top h2 {
    width: 100%;
    text-align: left;
    margin-top: 70px;
  }
}
@media (max-width: 575.98px) {
  .stats-section .top h2 {
    font-size: 32px;
  }
}
.stats-section .top p {
  margin-top: 155px;
  margin-left: 300px;
  width: 569px;
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 35px;
  color: #FFF;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 1599.98px) {
  .stats-section .top p {
    margin-left: 0px;
  }
}
@media (max-width: 1199.98px) {
  .stats-section .top p {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .stats-section .top p {
    font-size: 16px;
    line-height: 29px;
  }
}
.stats-section .top p strong {
  font-family: "Inter-Bold";
  display: block;
  line-height: 35px;
}
.stats-section .bottom {
  margin-top: 170px;
}
@media (max-width: 1199.98px) {
  .stats-section .bottom {
    margin-top: 70px;
  }
}
.stats-section .bottom .production-center {
  max-width: 1920px;
  margin: 0px auto;
  width: 100%;
  padding: 0px 144px;
}
@media (max-width: 1799.98px) {
  .stats-section .bottom .production-center {
    padding: 0px 50px;
  }
}
@media (max-width: 575.98px) {
  .stats-section .bottom .production-center {
    padding: 0px 25px;
  }
}
.stats-section .bottom .production-center ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1599.98px) {
  .stats-section .bottom .production-center ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 30px;
  }
}
.stats-section .bottom .production-center ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1599.98px) {
  .stats-section .bottom .production-center ul li {
    margin-bottom: 40px;
  }
}
.stats-section .bottom .production-center ul li img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.stats-section .bottom .production-center ul li .right {
  position: relative;
}
.stats-section .bottom .production-center ul li .right::before {
  content: "";
  display: block;
  width: 1px;
  height: 536px;
  background-color: #FFF;
  position: absolute;
  left: 0px;
}
.stats-section .bottom .production-center ul li .right .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stats-section .bottom .production-center ul li .right .num strong {
  font-family: "Inter-Bold";
  font-size: 82px;
  letter-spacing: -3px;
  color: #FFF;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .stats-section .bottom .production-center ul li .right .num strong {
    font-size: 64px;
  }
}
@media (max-width: 991.98px) {
  .stats-section .bottom .production-center ul li .right .num strong {
    font-size: 70px;
  }
}
.stats-section .bottom .production-center ul li .right .num span {
  font-size: 40px;
  color: #FFF;
  display: block;
}
@media (max-width: 1199.98px) {
  .stats-section .bottom .production-center ul li .right .num span {
    font-size: 32px;
  }
}
.stats-section .bottom .production-center ul li .right .des {
  font-family: "Inter-Regular";
  font-size: 19px;
  color: #FFF;
  line-height: 36px;
  margin-top: 6px;
}
@media (max-width: 575.98px) {
  .stats-section .bottom .production-center ul li .right .des {
    font-size: 16px;
    line-height: 29px;
  }
}
@media (max-width: 1599.98px) {
  .stats-section .bottom .production-center ul li:nth-child(2n-1) .des {
    padding-right: 40px;
  }
}
@media (max-width: 991.98px) {
  .stats-section .bottom .production-center ul li:nth-child(2n-1) .des {
    padding-right: 0px;
  }
}
.stats-section .bottom .production-center ul li:nth-child(1) {
  width: 36%;
  padding-right: 66px;
}
@media (max-width: 1599.98px) {
  .stats-section .bottom .production-center ul li:nth-child(1) {
    width: 50%;
    padding-right: 0px;
  }
}
@media (max-width: 991.98px) {
  .stats-section .bottom .production-center ul li:nth-child(1) {
    width: 100%;
  }
}
.stats-section .bottom .production-center ul li:nth-child(1) img {
  width: 96px;
  height: 76px;
  margin-right: 43px;
}
@media (max-width: 1599.98px) {
  .stats-section .bottom .production-center ul li:nth-child(1) img {
    width: 81.6px;
    height: 64.6px;
    margin-right: 64px;
  }
}
@media (max-width: 991.98px) {
  .stats-section .bottom .production-center ul li:nth-child(1) img {
    width: 67.2px;
    height: 53.2px;
  }
}
@media (max-width: 575.98px) {
  .stats-section .bottom .production-center ul li:nth-child(1) img {
    width: 48px;
    height: 38px;
    margin-right: 29px;
    margin-top: 25px;
  }
}
.stats-section .bottom .production-center ul li:nth-child(1) .right {
  padding-left: 27px;
}
@media (max-width: 1599.98px) {
  .stats-section .bottom .production-center ul li:nth-child(1) .right {
    padding-left: 30px;
  }
}
.stats-section .bottom .production-center ul li:nth-child(2) {
  width: 34%;
  padding-right: 98px;
}
@media (max-width: 1799.98px) {
  .stats-section .bottom .production-center ul li:nth-child(2) {
    padding-right: 0px;
  }
}
@media (max-width: 1599.98px) {
  .stats-section .bottom .production-center ul li:nth-child(2) {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .stats-section .bottom .production-center ul li:nth-child(2) {
    width: 100%;
  }
}
.stats-section .bottom .production-center ul li:nth-child(2) img {
  width: 118px;
  height: 71px;
  margin-right: 32px;
}
@media (max-width: 1599.98px) {
  .stats-section .bottom .production-center ul li:nth-child(2) img {
    width: 100.3px;
    height: 60.35px;
    margin-right: 54px;
  }
}
@media (max-width: 991.98px) {
  .stats-section .bottom .production-center ul li:nth-child(2) img {
    width: 82.6px;
    height: 49.7px;
    margin-right: 49px;
  }
}
@media (max-width: 575.98px) {
  .stats-section .bottom .production-center ul li:nth-child(2) img {
    width: 59px;
    height: 35.5px;
    margin-right: 18px;
    margin-top: 30px;
  }
}
.stats-section .bottom .production-center ul li:nth-child(2) .right {
  padding-left: 29px;
}
@media (max-width: 1599.98px) {
  .stats-section .bottom .production-center ul li:nth-child(2) .right {
    padding-left: 30px;
  }
}
.stats-section .bottom .production-center ul li:nth-child(3) {
  width: 37.5%;
  padding-right: 64px;
}
@media (max-width: 1799.98px) {
  .stats-section .bottom .production-center ul li:nth-child(3) {
    padding-right: 0px;
  }
}
@media (max-width: 1599.98px) {
  .stats-section .bottom .production-center ul li:nth-child(3) {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .stats-section .bottom .production-center ul li:nth-child(3) {
    width: 100%;
  }
}
.stats-section .bottom .production-center ul li:nth-child(3) img {
  width: 108px;
  height: 61px;
  margin-right: 28px;
}
@media (max-width: 1599.98px) {
  .stats-section .bottom .production-center ul li:nth-child(3) img {
    width: 91.8px;
    height: 51.85px;
    margin-right: 54px;
  }
}
@media (max-width: 991.98px) {
  .stats-section .bottom .production-center ul li:nth-child(3) img {
    width: 75.6px;
    height: 42.7px;
    margin-right: 56px;
  }
}
@media (max-width: 575.98px) {
  .stats-section .bottom .production-center ul li:nth-child(3) img {
    width: 54px;
    height: 30.5px;
    margin-right: 23px;
    margin-top: 25px;
  }
}
.stats-section .bottom .production-center ul li:nth-child(3) .right {
  padding-left: 27px;
}
@media (max-width: 1599.98px) {
  .stats-section .bottom .production-center ul li:nth-child(3) .right {
    padding-left: 30px;
  }
}
.stats-section .bottom .production-center ul li:nth-child(4) {
  width: 23.5%;
}
@media (max-width: 1599.98px) {
  .stats-section .bottom .production-center ul li:nth-child(4) {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .stats-section .bottom .production-center ul li:nth-child(4) {
    width: 100%;
  }
}
.stats-section .bottom .production-center ul li:nth-child(4) img {
  width: 90px;
  height: 63px;
  margin-right: 29px;
}
@media (max-width: 1599.98px) {
  .stats-section .bottom .production-center ul li:nth-child(4) img {
    width: 76.5px;
    height: 53.55px;
    margin-right: 78px;
  }
}
@media (max-width: 991.98px) {
  .stats-section .bottom .production-center ul li:nth-child(4) img {
    width: 63px;
    height: 44.1px;
    margin-right: 68.5px;
  }
}
@media (max-width: 575.98px) {
  .stats-section .bottom .production-center ul li:nth-child(4) img {
    width: 45px;
    height: 31.5px;
    margin-right: 32px;
    margin-top: 25px;
  }
}
.stats-section .bottom .production-center ul li:nth-child(4) .right {
  padding-left: 30px;
}
@media (max-width: 1599.98px) {
  .stats-section .bottom .production-center ul li:nth-child(4) .right {
    padding-left: 30px;
  }
}

.gtfih-library .index-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199.98px) {
  .gtfih-library .index-content {
    padding: 0px 20px;
  }
}
@media (max-width: 767.98px) {
  .gtfih-library .index-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.gtfih-library .index-content .left {
  width: 50%;
  padding-right: 87px;
  text-align: right;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 1599.98px) {
  .gtfih-library .index-content .left {
    padding-right: 50px;
  }
}
@media (max-width: 1199.98px) {
  .gtfih-library .index-content .left {
    padding-right: 25px;
  }
}
@media (max-width: 767.98px) {
  .gtfih-library .index-content .left {
    width: 100%;
    text-align: left;
  }
}
.gtfih-library .index-content .left h2 {
  font-family: "Inter-Regular";
  font-size: 49px;
  line-height: 32px;
  color: #2c464e;
  margin-top: 250px;
}
@media (max-width: 1199.98px) {
  .gtfih-library .index-content .left h2 {
    line-height: 50px;
    margin-top: 190px;
  }
}
@media (max-width: 767.98px) {
  .gtfih-library .index-content .left h2 {
    margin-top: 70px;
    font-size: 45px;
    line-height: 52px;
  }
}
@media (max-width: 575.98px) {
  .gtfih-library .index-content .left h2 {
    font-size: 32px;
    line-height: 168%;
  }
}
.gtfih-library .index-content .left p {
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 35px;
  color: #5d5d5d;
  margin-top: 106px;
  margin-bottom: 134px;
  padding-left: 25px;
}
@media (max-width: 767.98px) {
  .gtfih-library .index-content .left p {
    padding-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 29px;
  }
}
@media (max-width: 575.98px) {
  .gtfih-library .index-content .left p {
    margin-top: 10px;
  }
}
.gtfih-library .index-content .right {
  width: 50%;
  padding-top: 400px;
  padding-left: 140px;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 1599.98px) {
  .gtfih-library .index-content .right {
    padding-left: 50px;
  }
}
@media (max-width: 1199.98px) {
  .gtfih-library .index-content .right {
    padding-left: 25px;
  }
}
@media (max-width: 767.98px) {
  .gtfih-library .index-content .right {
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
    margin-bottom: 70px;
  }
}
.gtfih-library .index-content .right::before {
  content: "";
  display: block;
  width: 1px;
  height: 447px;
  background-color: #2c464e;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
@media (max-width: 767.98px) {
  .gtfih-library .index-content .right::before {
    width: 0px;
    height: 0px;
  }
}
.gtfih-library .index-content .right form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gtfih-library .index-content .right form .search-box {
  width: 400px;
  height: 73px;
  font-family: "Inter-Regular";
  font-size: 24px;
  line-height: 60px;
  color: #000;
  color: #414141;
  background-color: rgb(238, 238, 238);
  padding-left: 31px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@media (max-width: 1199.98px) {
  .gtfih-library .index-content .right form .search-box {
    width: 350px;
  }
}
@media (max-width: 991.98px) {
  .gtfih-library .index-content .right form .search-box {
    width: 250px;
    font-size: 21px;
    line-height: 52px;
  }
}
@media (max-width: 767.98px) {
  .gtfih-library .index-content .right form .search-box {
    width: 400px;
    line-height: 50px;
    font-size: 17px;
  }
}
@media (max-width: 575.98px) {
  .gtfih-library .index-content .right form .search-box {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 359.98px) {
  .gtfih-library .index-content .right form .search-box {
    font-size: 15px;
    line-height: 40px;
    padding-left: 25px;
  }
}
.gtfih-library .index-content .right form .search-box::-webkit-input-placeholder {
  font-size: 24px;
  line-height: 60px;
  color: rgba(0, 0, 0, 0.33);
}
@media (max-width: 991.98px) {
  .gtfih-library .index-content .right form .search-box::-webkit-input-placeholder {
    font-size: 21px;
    line-height: 52px;
  }
}
@media (max-width: 767.98px) {
  .gtfih-library .index-content .right form .search-box::-webkit-input-placeholder {
    font-size: 17px;
    line-height: 50px;
  }
}
@media (max-width: 359.98px) {
  .gtfih-library .index-content .right form .search-box::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 40px;
  }
}
.gtfih-library .index-content .right form .submit-btn {
  width: 70px;
  height: 73px;
  background-color: #2c464e;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("../images/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.gtfih-library .index-content .right form .submit-btn:hover {
  opacity: 0.7;
}
.gtfih-library .gtfih-library-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199.98px) {
  .gtfih-library .gtfih-library-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.gtfih-library .gtfih-library-list li {
  width: 25%;
  position: relative;
}
@media (max-width: 1199.98px) {
  .gtfih-library .gtfih-library-list li {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .gtfih-library .gtfih-library-list li {
    width: 100%;
  }
}
.gtfih-library .gtfih-library-list li:hover .item-img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.gtfih-library .gtfih-library-list li:hover .text .text-date {
  color: #2c464e;
}
.gtfih-library .gtfih-library-list li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #2c464e;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .gtfih-library .gtfih-library-list li::before {
    width: 0px;
    height: 0px;
  }
}
.gtfih-library .gtfih-library-list li a {
  width: 100%;
  display: block;
  overflow: hidden;
}
.gtfih-library .gtfih-library-list li a .item-img-box {
  overflow: hidden;
  width: 100%;
  height: 432px;
}
.gtfih-library .gtfih-library-list li a .item-img-box .item-img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  max-height: 432px;
}
.gtfih-library .gtfih-library-list li a .text {
  padding: 60px 46px;
}
@media (max-width: 1599.98px) {
  .gtfih-library .gtfih-library-list li a .text {
    padding: 40px 20px;
  }
}
@media (max-width: 575.98px) {
  .gtfih-library .gtfih-library-list li a .text {
    padding: 40px 25px;
  }
}
.gtfih-library .gtfih-library-list li a .text .text-date {
  font-family: "Inter-Bold";
  font-size: 12px;
  line-height: 48px;
  color: #666666;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-weight: 700;
  text-transform: uppercase;
}
.gtfih-library .gtfih-library-list li a .text .text-title {
  font-family: "Inter-Regular";
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -1px;
  color: #2c464e;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 1599.98px) {
  .gtfih-library .gtfih-library-list li a .text .text-title {
    font-size: 20px;
  }
}
.gtfih-library .gtfih-library-list li:nth-child(1)::before {
  width: 0px;
  height: 0px;
}
@media (max-width: 1199.98px) {
  .gtfih-library .gtfih-library-list li:nth-child(2n+1)::before {
    width: 0px;
    height: 0px;
  }
}

.inside-text-introduces {
  margin-top: 190px;
}
@media (max-width: 1199.98px) {
  .inside-text-introduces {
    margin-top: 95px;
  }
}
@media (max-width: 767.98px) {
  .inside-text-introduces {
    margin-top: 60px;
  }
}
.inside-text-introduces .our-members-content {
  padding-left: 216px;
  padding-right: 214px;
  max-width: 1920px;
  margin: 0px auto;
  width: 100%;
}
@media (max-width: 1799.98px) {
  .inside-text-introduces .our-members-content {
    padding: 0px 70px;
  }
}
@media (max-width: 1299.98px) {
  .inside-text-introduces .our-members-content {
    padding: 0px 25px;
  }
}
.inside-text-introduces .our-members-content .text-block {
  margin-left: 161px;
  padding-left: 102px;
  position: relative;
  width: 66%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-family: "Inter-Regular";
}
@media (max-width: 1199.98px) {
  .inside-text-introduces .our-members-content .text-block {
    width: 88%;
    margin-left: 40px;
  }
}
@media (max-width: 991.98px) {
  .inside-text-introduces .our-members-content .text-block {
    width: 100%;
    margin-left: 0px;
    padding-left: 50px;
  }
}
@media (max-width: 575.98px) {
  .inside-text-introduces .our-members-content .text-block {
    padding-left: 0px;
  }
}
.inside-text-introduces .our-members-content .text-block::before {
  content: "";
  display: block;
  width: 1px;
  height: 100% !important;
  background-color: #2c464e;
  position: absolute;
  top: 10px;
  left: 0px;
}
@media (max-width: 575.98px) {
  .inside-text-introduces .our-members-content .text-block::before {
    width: 0px;
    height: 0px;
  }
}
.inside-text-introduces .our-members-content .text-block h2, .inside-text-introduces .our-members-content .text-block h3, .inside-text-introduces .our-members-content .text-block h4, .inside-text-introduces .our-members-content .text-block h5, .inside-text-introduces .our-members-content .text-block h6 {
  font-family: "Inter-Regular";
  font-weight: normal;
  letter-spacing: -0.5px;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .inside-text-introduces .our-members-content .text-block h2, .inside-text-introduces .our-members-content .text-block h3, .inside-text-introduces .our-members-content .text-block h4, .inside-text-introduces .our-members-content .text-block h5, .inside-text-introduces .our-members-content .text-block h6 {
    margin-bottom: 16px;
  }
}
.inside-text-introduces .our-members-content .text-block h1 {
  font-size: 49px;
  line-height: 123%;
}
@media (max-width: 575.98px) {
  .inside-text-introduces .our-members-content .text-block h1 {
    font-size: 45px;
    line-height: 130%;
  }
}
.inside-text-introduces .our-members-content .text-block h2 {
  font-family: "Inter-Regular";
  font-size: 45px;
  line-height: 60px;
  color: #2c464e;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .inside-text-introduces .our-members-content .text-block h2 {
    margin-bottom: 16px;
  }
}
@media (max-width: 575.98px) {
  .inside-text-introduces .our-members-content .text-block h2 {
    font-size: 40px;
    line-height: 130%;
  }
}
.inside-text-introduces .our-members-content .text-block h3 {
  font-size: 40px;
  line-height: 117%;
  color: #2c464e;
}
@media (max-width: 575.98px) {
  .inside-text-introduces .our-members-content .text-block h3 {
    font-size: 35px;
    line-height: 130%;
  }
}
.inside-text-introduces .our-members-content .text-block h4 {
  font-size: 35px;
  line-height: 114%;
}
@media (max-width: 575.98px) {
  .inside-text-introduces .our-members-content .text-block h4 {
    font-size: 30px;
    line-height: 130%;
  }
}
.inside-text-introduces .our-members-content .text-block h5 {
  font-size: 30px;
  line-height: 111%;
}
@media (max-width: 575.98px) {
  .inside-text-introduces .our-members-content .text-block h5 {
    font-size: 25px;
    line-height: 130%;
  }
}
.inside-text-introduces .our-members-content .text-block h6 {
  font-size: 25px;
  line-height: 108%;
}
@media (max-width: 575.98px) {
  .inside-text-introduces .our-members-content .text-block h6 {
    font-size: 20px;
    line-height: 130%;
  }
}
.inside-text-introduces .our-members-content .text-block p {
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 36px;
  color: #5d5d5d;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .inside-text-introduces .our-members-content .text-block p {
    font-size: 16px;
    line-height: 29px;
  }
}
.inside-text-introduces .our-members-content .text-block a {
  font-size: 19px;
  line-height: 36px;
  color: #2c464e;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.inside-text-introduces .our-members-content .text-block a:hover {
  opacity: 0.7;
}
@media (max-width: 575.98px) {
  .inside-text-introduces .our-members-content .text-block a {
    font-size: 16px;
    line-height: 29px;
  }
}
.inside-text-introduces .our-members-content .text-block b, .inside-text-introduces .our-members-content .text-block strong, .inside-text-introduces .our-members-content .text-block em, .inside-text-introduces .our-members-content .text-block i {
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 36px;
  color: #5d5d5d;
}
@media (max-width: 575.98px) {
  .inside-text-introduces .our-members-content .text-block b, .inside-text-introduces .our-members-content .text-block strong, .inside-text-introduces .our-members-content .text-block em, .inside-text-introduces .our-members-content .text-block i {
    font-size: 16px;
    line-height: 29px;
  }
}
.inside-text-introduces .our-members-content .text-block strong {
  font-family: "Inter-Bold";
}
.inside-text-introduces .our-members-content .text-block blockquote {
  border-left: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 32px;
  color: #2c464e;
}
@media (max-width: 767.98px) {
  .inside-text-introduces .our-members-content .text-block blockquote {
    margin-bottom: 16px;
  }
}
.inside-text-introduces .our-members-content .text-block blockquote p {
  color: #2c464e;
  font-size: 34px;
  line-height: 42px;
}
@media (max-width: 575.98px) {
  .inside-text-introduces .our-members-content .text-block blockquote p {
    font-size: 28px;
    line-height: 32px;
  }
}
.inside-text-introduces .our-members-content .text-block blockquote cite {
  font-family: "Inter-Regular";
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
  color: #000;
  font-style: normal;
}
@media (max-width: 575.98px) {
  .inside-text-introduces .our-members-content .text-block blockquote cite {
    font-size: 18px;
    line-height: 30px;
  }
}
.inside-text-introduces .our-members-content .text-block ul, .inside-text-introduces .our-members-content .text-block ol {
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .inside-text-introduces .our-members-content .text-block ul, .inside-text-introduces .our-members-content .text-block ol {
    margin-bottom: 16px;
  }
}
.inside-text-introduces .our-members-content .text-block ul > li {
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 36px;
  color: #5d5d5d;
  padding-left: 28px;
  position: relative;
}
@media (max-width: 575.98px) {
  .inside-text-introduces .our-members-content .text-block ul > li {
    font-size: 16px;
    line-height: 29px;
  }
}
.inside-text-introduces .our-members-content .text-block ul > li:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #2c464e;
  position: absolute;
  left: 0px;
  top: 10px;
}
@media (max-width: 767.98px) {
  .inside-text-introduces .our-members-content .text-block ul > li:before {
    width: 4px;
    height: 4px;
    left: 8px;
    top: 17px;
  }
}
.inside-text-introduces .our-members-content .text-block ol > li {
  font-family: "Inter-Regular";
  font-size: 19px;
  line-height: 36px;
  color: #5d5d5d;
  padding-left: 28px;
  counter-increment: olCount;
  position: relative;
}
@media (max-width: 575.98px) {
  .inside-text-introduces .our-members-content .text-block ol > li {
    font-size: 16px;
    line-height: 29px;
  }
}
.inside-text-introduces .our-members-content .text-block ol > li:before {
  content: counter(olCount) ".";
  position: absolute;
  left: 0;
  color: #2c464e;
}
.inside-text-introduces .our-members-content .text-block li ul, .inside-text-introduces .our-members-content .text-block li ol {
  margin-bottom: 0;
}
.inside-text-introduces .our-members-content .text-block li ol > li {
  counter-increment: innerolCount;
}
.inside-text-introduces .our-members-content .text-block li ol > li:before {
  content: counter(innerolCount) ".";
  position: absolute;
  left: 0;
}
.inside-text-introduces .our-members-content .text-block .wp-block-table {
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .inside-text-introduces .our-members-content .text-block .wp-block-table {
    margin-bottom: 16px;
  }
}
.inside-text-introduces .our-members-content .text-block .wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.inside-text-introduces .our-members-content .text-block .wp-block-pullquote {
  padding: 32px 0px;
  margin: 0px;
}
@media (max-width: 767.98px) {
  .inside-text-introduces .our-members-content .text-block .wp-block-pullquote {
    padding: 16px 0px;
  }
}
.inside-text-introduces .our-members-content .text-block .blocks-gallery-grid li {
  padding-left: 0;
}
.inside-text-introduces .our-members-content .text-block .blocks-gallery-grid li::before {
  display: none;
}
.inside-text-introduces .our-members-content .text-block .has-large-font-size {
  font-size: 40px;
  line-height: 117%;
  color: #2c464e;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .inside-text-introduces .our-members-content .text-block .has-large-font-size {
    margin-bottom: 16px;
  }
}
@media (max-width: 575.98px) {
  .inside-text-introduces .our-members-content .text-block .has-large-font-size {
    font-size: 34px;
    line-height: 130%;
  }
}
.inside-text-introduces .our-members-content .text-block table {
  overflow: hidden;
}
.inside-text-introduces .our-members-content .text-block table tr {
  border-bottom: 1px solid #2c464e;
}
.inside-text-introduces .our-members-content .text-block table tr td {
  padding: 10px;
  font-size: 16px;
  line-height: 24px;
}
.inside-text-introduces .our-members-content .text-block figure {
  margin: 20px 0px;
  overflow: hidden;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.inside-text-introduces .our-members-content .text-block figure img {
  margin: 0px auto;
  margin-bottom: 32px;
  height: auto;
}
@media (max-width: 767.98px) {
  .inside-text-introduces .our-members-content .text-block figure img {
    margin-bottom: 16px;
  }
}
.inside-text-introduces .our-members-content .text-block figcaption {
  font-family: Inter-Regular;
  font-size: 16px;
  line-height: 29px;
  color: #5d5d5d;
  margin-top: 5px !important;
}
.inside-text-introduces .our-members-content .text-block .wp-block-button {
  margin-bottom: 32px !important;
}
@media (max-width: 767.98px) {
  .inside-text-introduces .our-members-content .text-block .wp-block-button {
    margin-bottom: 16px !important;
  }
}
.inside-text-introduces .our-members-content .text-block .wp-block-button a {
  color: #2c464e !important;
}
.inside-text-introduces .our-members-content .text-block .wp-block-button a:hover {
  background-color: #2c464e;
  color: #FFF !important;
}
.inside-text-introduces .our-members-content .text-block .wp-block-button__link, .inside-text-introduces .our-members-content .text-block button {
  cursor: pointer;
  display: inline-block;
  overflow-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
  text-align: center;
  font-family: "Inter-Bold";
  font-size: 18px;
  color: #2c464e;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: none !important;
  border-radius: 4px;
  padding: 11.5px 32px;
  border: solid 1px #2c464e;
  padding: 11.5px 32px;
}
.inside-text-introduces .our-members-content .text-block .wp-block-button__link:focus, .inside-text-introduces .our-members-content .text-block button:focus {
  color: #FFF;
  background-color: #2c464e;
}
.inside-text-introduces .our-members-content .text-block .wp-block-button__link:hover, .inside-text-introduces .our-members-content .text-block button:hover {
  background-color: #2c464e;
  color: #FFF;
}
.inside-text-introduces .our-members-content .text-block .wp-block-image img {
  width: 100%;
}

.our-members + .inside-text-introduces {
  margin-top: 0px;
}

.inside-text-introduces .text-block {
  margin-bottom: 120px;
  overflow: hidden;
  width: calc(100% - 161px);
}
@media (max-width: 575.98px) {
  .inside-text-introduces .text-block {
    padding-left: 25px !important;
  }
}
.inside-text-introduces .text-block .content-two-columns {
  padding-top: 50px;
  padding-bottom: 0px;
}
.inside-text-introduces .text-block .content-two-columns .inside-content {
  max-width: none;
  padding: 0px;
}
@media (max-width: 1599.98px) {
  .inside-text-introduces .text-block .content-two-columns .inside-content .right-text {
    padding-left: 100px;
  }
}
@media (max-width: 991.98px) {
  .inside-text-introduces .text-block .content-two-columns .inside-content .right-text {
    padding-left: 0px;
  }
}
/*# sourceMappingURL=style.css.map */