@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Righteous&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Parisienne&display=swap");
/**Thin 100
Extra-light 200
Light 300
Regular 400
Medium 500
Semi-bold 600
Bold 700
Extra-bold 800
Black 900**/
.body {
  margin: 0 auto;
  padding: 0 auto;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background: #f7f7f7;
}

* {
  outline: none;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img[data-src] {
  -webkit-filter: blur(0.2em);
          filter: blur(0.2em);
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}

img {
  -webkit-filter: blur(0em);
          filter: blur(0em);
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}

/*** scroollbar ***/
*::-webkit-scrollbar {
  width: 0px;
  background: rgba(0, 0, 0, 0) 0% 0% no-repeat padding-box;
}

*::-webkit-scrollbar-button {
  background: rbga(0, 0, 0, 0);
}

*::-webkit-scrollbar-track-piece {
  width: 0px;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0, 0, 0);
          box-shadow: inset 0 0 6px rgb(0, 0, 0);
  border: none;
  width: 0px;
  background-color: rgba(0, 0, 0, 0);
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
a :hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}

.link {
  position: relative;
  z-index: 5;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cursor_container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 700px) {
  .cursor_container {
    display: none;
  }
}

.cursor {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background: #0154a1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 700px) {
  .cursor {
    display: none;
  }
}

.flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contain_cursor {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: rgba(255, 255, 255, 0);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 700px) {
  .contain_cursor {
    display: none;
  }
}

.btn_owlControl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_owlControl__btn {
  width: 4.0625em;
  height: 4.0625em;
  border-radius: 50%;
  background: #fbe8d7 0% 0% no-repeat padding-box;
  color: #0154a1;
}
@media all and (max-width: 400px) {
  .btn_owlControl__btn {
    width: 3.0625em;
    height: 3.0625em;
    font-size: 1em;
  }
}
.btn_owlControl__btn:last-child {
  margin-left: 1em;
}

.pointer {
  position: fixed;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #0154a1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media all and (max-width: 1050px) {
  .pointer {
    display: none;
  }
}

/* ------------------------- Grain -------------------------------------------------- */
.noise {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  position: fixed;
  pointer-events: none;
}

.noise:before {
  top: -10rem;
  left: -10rem;
  width: calc(100% + 20rem);
  height: calc(100% + 20rem);
  z-index: 2000;
  content: "";
  position: absolute;
  pointer-events: none;
  background-position: 50%;
  background-image: url("../images/noise.png");
  pointer-events: none;
  -webkit-animation: noise 1s steps(2) infinite;
          animation: noise 1s steps(2) infinite;
}

@media all and (max-width: 700px) {
  .noise {
    display: none !important;
  }
}

@-webkit-keyframes noise {
  0% {
    -webkit-transform: translate3d(0, 9rem, 0);
            transform: translate3d(0, 9rem, 0);
  }
  10% {
    -webkit-transform: translate3d(-1rem, -4rem, 0);
            transform: translate3d(-1rem, -4rem, 0);
  }
  20% {
    -webkit-transform: translate3d(-8rem, 2rem, 0);
            transform: translate3d(-8rem, 2rem, 0);
  }
  30% {
    -webkit-transform: translate3d(9rem, -9rem, 0);
            transform: translate3d(9rem, -9rem, 0);
  }
  40% {
    -webkit-transform: translate3d(-2rem, 7rem, 0);
            transform: translate3d(-2rem, 7rem, 0);
  }
  50% {
    -webkit-transform: translate3d(-9rem, -4rem, 0);
            transform: translate3d(-9rem, -4rem, 0);
  }
  60% {
    -webkit-transform: translate3d(2rem, 6rem, 0);
            transform: translate3d(2rem, 6rem, 0);
  }
  70% {
    -webkit-transform: translate3d(7rem, -8rem, 0);
            transform: translate3d(7rem, -8rem, 0);
  }
  80% {
    -webkit-transform: translate3d(-9rem, 1rem, 0);
            transform: translate3d(-9rem, 1rem, 0);
  }
  90% {
    -webkit-transform: translate3d(6rem, -5rem, 0);
            transform: translate3d(6rem, -5rem, 0);
  }
  to {
    -webkit-transform: translate3d(-7rem, 0, 0);
            transform: translate3d(-7rem, 0, 0);
  }
}

@keyframes noise {
  0% {
    -webkit-transform: translate3d(0, 9rem, 0);
            transform: translate3d(0, 9rem, 0);
  }
  10% {
    -webkit-transform: translate3d(-1rem, -4rem, 0);
            transform: translate3d(-1rem, -4rem, 0);
  }
  20% {
    -webkit-transform: translate3d(-8rem, 2rem, 0);
            transform: translate3d(-8rem, 2rem, 0);
  }
  30% {
    -webkit-transform: translate3d(9rem, -9rem, 0);
            transform: translate3d(9rem, -9rem, 0);
  }
  40% {
    -webkit-transform: translate3d(-2rem, 7rem, 0);
            transform: translate3d(-2rem, 7rem, 0);
  }
  50% {
    -webkit-transform: translate3d(-9rem, -4rem, 0);
            transform: translate3d(-9rem, -4rem, 0);
  }
  60% {
    -webkit-transform: translate3d(2rem, 6rem, 0);
            transform: translate3d(2rem, 6rem, 0);
  }
  70% {
    -webkit-transform: translate3d(7rem, -8rem, 0);
            transform: translate3d(7rem, -8rem, 0);
  }
  80% {
    -webkit-transform: translate3d(-9rem, 1rem, 0);
            transform: translate3d(-9rem, 1rem, 0);
  }
  90% {
    -webkit-transform: translate3d(6rem, -5rem, 0);
            transform: translate3d(6rem, -5rem, 0);
  }
  to {
    -webkit-transform: translate3d(-7rem, 0, 0);
            transform: translate3d(-7rem, 0, 0);
  }
}
.btn_text {
  display: block;
  font-size: 1.3em;
  color: #0154a1;
  margin-top: 0.6em;
}
@media all and (max-width: 411px) {
  .btn_text {
    margin-top: 0.9em;
    font-size: 0.9em;
  }
}

/* Bouton reseaux sociaux */
.Bouton_reseaux {
  position: fixed;
  bottom: 12px;
  right: 42px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 50;
}

.Bouton_reseaux:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Main Navigation */
.blob-nav {
  height: 100%;
  padding: 20px;
  -webkit-filter: url("#shadowed-goo");
  filter: url("#shadowed-goo");
}

.nav-item {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav-item:hover {
  background-color: #2b2b2b;
}

.nav-item i {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav-item:hover i {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.toggle {
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 2;
}

.toggle:hover {
  -webkit-animation: bounce 1s cubic-bezier(0, 0.42, 0.42, 1);
  animation: bounce 1s cubic-bezier(0, 0.42, 0.42, 1);
}

.nav-item,
.toggle,
.wobble {
  position: absolute;
  bottom: 35px;
  left: 50%;
  text-align: center;
  background-color: #0154A1;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.42, 0.42, 1);
  transition: all 0.2s cubic-bezier(0, 0.42, 0.42, 1);
  color: white;
}

.nav-item i {
  line-height: 50px;
}

.toggle i {
  line-height: 80px;
}

/* Wobble effect & Slideout nav */
.wobble {
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
}

/* Slide-out */
nav .slide-out:nth-child(1) {
  -webkit-transform: translate(0px, -140px) scale(1.2);
  transform: translate(-84px, -34px) scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

nav .slide-out:nth-child(2) {
  -webkit-transform: translate(-90px, -110px) scale(1.2);
  transform: translate(-5px, -105px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

nav .slide-out:nth-child(3) {
  -webkit-transform: translate(-90px, -20px) scale(1.2);
  transform: translate(-52px, -77px) scale(1.1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

nav .slide-out:nth-child(4) {
  -webkit-transform: translate(-98px, 19px);
          transform: translate(-98px, 19px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

/* Bounce */
@-webkit-keyframes bounce {
  50% {
    -webkit-transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(0.95);
  }
}
@keyframes bounce {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
/* Wobble effect */
.ripple:nth-child(1) {
  -webkit-animation: wobble-1 1s ease-in-out;
  animation: wobble-1 1s ease-in-out;
}

.ripple:nth-child(2) {
  -webkit-animation: wobble-2 1s linear;
  animation: wobble-2 1s linear;
}

/* First blob */
@-webkit-keyframes wobble-1 {
  10% {
    -webkit-transform: translate(-1px, 2px) scale(1.2);
  }
  40% {
    -webkit-transform: translate(2px, -2px) scale(1.2);
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(1);
  }
}
/* Second blob */
@-webkit-keyframes wobble-2 {
  20% {
    -webkit-transform: translate(-3px, 3px) scale(1.08);
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(1);
  }
}
@keyframes wobble-1 {
  10% {
    -webkit-transform: translate(-1px, 2px) scale(1.2);
            transform: translate(-1px, 2px) scale(1.2);
  }
  40% {
    -webkit-transform: translate(2px, -2px) scale(1.2);
            transform: translate(2px, -2px) scale(1.2);
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
}
/* Second blob */
@keyframes wobble-2 {
  20% {
    -webkit-transform: translate(-3px, 3px) scale(1.08);
            transform: translate(-3px, 3px) scale(1.08);
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
}
/* Hamburger icon & Animation */
.hamburger {
  width: 25px;
  height: 3px;
  background: white;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -1.5px;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}

.hamburger-1 {
  -webkit-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
}

.hamburger-2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hamburger-3 {
  -webkit-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0);
}

.cross-left {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
}

.cross-hide {
  -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
  transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.cross-right {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
  transform: translate3d(0, 0, 0) rotate(-45deg);
}

.cred {
  font-size: 8pt;
  color: #666464;
  text-decoration: none;
  text-align: center;
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
}

.cred:hover {
  color: white;
}

.help_user {
  display: inline-block;
  font-size: 30px;
}

@media all and (max-width: 500px) {
  .Bouton_reseaux {
    -webkit-transform: scale(0.8) translateX(-5px) translateY(15px);
            transform: scale(0.8) translateX(-5px) translateY(15px);
  }
  .blob-nav {
    /* height: 100%; */
    padding: 0px;
  }
}
/*Fin Bouton reseaux sociaux */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 30px;
  position: fixed;
  z-index: 999;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media all and (max-width: 500px) {
  .header {
    margin-top: 14px;
  }
}
.header .struct {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media all and (max-width: 1111px) {
  .header .struct {
    width: 90%;
  }
}
.header .struct .logo {
  height: 1.7em;
}
@media all and (max-width: 1000px) {
  .header .struct .logo {
    height: 1.3em;
  }
}
.header .struct .logo img {
  height: 100%;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  -webkit-filter: drop-shadow(0px 0px 1.5px rgba(0, 0, 0, 0.6980392157));
          filter: drop-shadow(0px 0px 1.5px rgba(0, 0, 0, 0.6980392157));
}
.header .struct .logo .off {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.header .struct .logo .white {
  display: none;
}
@media all and (max-width: 1000px) {
  .header .struct .logo .white {
    display: inline-block;
  }
}
@media all and (max-width: 1000px) {
  .header .struct .logo .colorful {
    display: none;
  }
}
.header .struct .btn_menu {
  width: 45px;
  height: 45px;
  background: #0154a1 0% 0% no-repeat padding-box;
  border-radius: 46px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media all and (max-width: 1000px) {
  .header .struct .btn_menu {
    width: 35px;
    height: 35px;
  }
}
.header .struct .btn_menu span {
  display: block;
  width: 50%;
  background: white;
  height: 2px;
  margin-bottom: 2px;
  margin-top: 2px;
  position: relative;
  z-index: 2;
}
.header .struct .btn_menu .layer {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .struct .btn_menu:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .struct .btn_menu:hover .layer {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.layer {
  display: block;
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 50%;
  background: #1c1d22;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu_mobil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #0154a1;
  z-index: 100;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  overflow: hidden;
}
@media all and (max-width: 700px) {
  .menu_mobil {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.menu_mobil .struct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
}
@media all and (max-width: 700px) {
  .menu_mobil .struct {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 130px;
  }
}
.menu_mobil .struct .menu_left {
  display: block;
  width: 23%;
}
@media all and (max-width: 1499px) {
  .menu_mobil .struct .menu_left {
    display: none;
  }
}
.menu_mobil .struct .menu_left .menu_left_item {
  font: normal normal 300 1em Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  opacity: 0.9;
}
.menu_mobil .struct .menu_left .menu_left_item_big {
  font: normal normal 600 1.9em Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.menu_mobil .struct .menu_navigation {
  display: block;
  margin-left: 15%;
  position: relative;
}
@media all and (max-width: 1499px) {
  .menu_mobil .struct .menu_navigation {
    margin-left: 0%;
  }
}
@media all and (max-width: 700px) {
  .menu_mobil .struct .menu_navigation {
    height: 400px;
    overflow-y: scroll;
    width: 100%;
  }
}
.menu_mobil .struct .menu_navigation .item_nav {
  font: normal normal 500 2em Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.44;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
}
@media all and (max-width: 700px) {
  .menu_mobil .struct .menu_navigation .item_nav {
    font: normal normal 300 1.3em Poppins;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
@media all and (max-width: 454px) {
  .menu_mobil .struct .menu_navigation .item_nav {
    margin-left: 10px;
    font: normal normal 300 0.9em Poppins;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
}
.menu_mobil .struct .menu_navigation .item_nav::before {
  content: attr(number);
  font: normal normal 300 0.4em/0.5em Montserrat;
  letter-spacing: 0px;
  color: #d6f5ff;
  position: absolute;
  top: 30%;
  left: -35px;
}
@media all and (max-width: 700px) {
  .menu_mobil .struct .menu_navigation .item_nav::before {
    font: normal normal 300 0.4em Poppins;
    left: -15px;
  }
}
@media all and (max-width: 500px) {
  .menu_mobil .struct .menu_navigation .item_nav::before {
    font: normal normal 300 0.4em Poppins;
    left: -10px;
    top: 20%;
  }
}
.menu_mobil .struct .menu_navigation .item_nav:hover {
  opacity: 1;
}
.menu_mobil .struct .menu_navigation .menu_navigation_add {
  display: none;
}
@media all and (max-width: 700px) {
  .menu_mobil .struct .menu_navigation .menu_navigation_add {
    display: block;
  }
}
.menu_mobil .struct .menu_navigation .active {
  opacity: 1;
}
.menu_mobil .struct .menu_navigation .menu_navigation_aside {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -50%;
  border-left: 1px solid rgba(255, 255, 255, 0.5137254902);
  height: 100%;
}
@media all and (max-width: 700px) {
  .menu_mobil .struct .menu_navigation .menu_navigation_aside {
    display: none;
  }
}
.menu_mobil .struct .menu_navigation .menu_navigation_aside .item_aside {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  width: 200px;
}
.menu_mobil .struct .menu_navigation .menu_navigation_aside .item_aside span {
  display: block;
  font: normal normal 300 0.9em Poppins;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.9529411765);
  margin-top: 7px;
  margin-bottom: 7px;
}
.menu_mobil .contact_tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
  margin-top: 10vh;
}
@media all and (max-width: 1033px) {
  .menu_mobil .contact_tools {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (max-width: 700px) {
  .menu_mobil .contact_tools {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 500px) {
  .menu_mobil .contact_tools {
    margin-bottom: 20px;
  }
}
.menu_mobil .contact_tools .menu_social {
  display: block;
}
@media all and (max-width: 1033px) {
  .menu_mobil .contact_tools .menu_social {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 700px) {
  .menu_mobil .contact_tools .menu_social {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 500px) {
  .menu_mobil .contact_tools .menu_social {
    margin-bottom: 0px;
  }
}
.menu_mobil .contact_tools .menu_social span {
  font: normal normal 600 1.1em Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  margin-right: 20px;
}
@media all and (max-width: 496px) {
  .menu_mobil .contact_tools .menu_social span {
    font: normal normal 600 0.7em Poppins;
  }
}
.menu_mobil .contact_tools .menu_social a {
  font: normal normal 600 1.1em Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  margin-right: 20px;
}
@media all and (max-width: 496px) {
  .menu_mobil .contact_tools .menu_social a {
    font: normal normal 600 0.7em Poppins;
  }
}
.menu_mobil .contact_tools .menu_contact {
  display: block;
}
.menu_mobil .contact_tools .menu_contact span {
  font: normal normal 600 1.1em Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  margin-right: 20px;
}
.menu_mobil .contact_tools .menu_contact a {
  font: normal normal 600 1.1em Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  margin-right: 20px;
}
.menu_mobil .contact_tools .menu_contact .tel {
  font: normal normal 300 17px/28px Montserrat;
}
@media all and (max-width: 496px) {
  .menu_mobil .contact_tools .menu_contact .tel {
    font: normal normal 600 0.7em Poppins;
  }
}
.menu_mobil .contact_tools .menu_contact .mail {
  font: normal normal 600 17px/28px Poppins;
}
@media all and (max-width: 496px) {
  .menu_mobil .contact_tools .menu_contact .mail {
    font: normal normal 600 0.7em Poppins;
  }
}
.menu_mobil .time_direction {
  position: fixed !important;
  font: normal normal normal 6.4em Alfa Slab One;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.0941176471);
  right: 0px;
  top: 50%;
  text-align: center;
  word-break: keep-all;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  line-height: 90px;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
}
@media all and (max-width: 1033px) {
  .menu_mobil .time_direction {
    font: normal normal normal 4.4em Alfa Slab One;
    line-height: 60px;
  }
}
@media all and (max-width: 454px) {
  .menu_mobil .time_direction {
    color: rgba(255, 255, 255, 0.0274509804);
  }
}
.menu_mobil .image_layer {
  display: block;
  position: fixed;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  opacity: 0;
  width: 70%;
  height: 50%;
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
}
@media all and (max-width: 700px) {
  .menu_mobil .image_layer {
    display: none;
  }
}
.menu_mobil .image_layer::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: black;
  opacity: 0.8;
  z-index: 1;
}
.menu_mobil .image_layer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: contrast(200%);
          filter: contrast(200%);
}
.menu_mobil .image_layer1 {
  -webkit-transform: translateY(300%) translateX(50%) rotate(-25deg) scale(2) skewX(-20deg) skewY(20deg);
          transform: translateY(300%) translateX(50%) rotate(-25deg) scale(2) skewX(-20deg) skewY(20deg);
}
.menu_mobil .image_layer2 {
  -webkit-transform: translateY(-300%) translateX(50%) rotate(-25deg) scale(2) skewX(-20deg) skewY(20deg);
          transform: translateY(-300%) translateX(50%) rotate(-25deg) scale(2) skewX(-20deg) skewY(20deg);
}
.menu_mobil .image_layer3 {
  -webkit-transform: translateY(-200%) translateX(-150%) rotate(10deg) scale(2) skewX(-20deg) skewY(-20deg);
          transform: translateY(-200%) translateX(-150%) rotate(10deg) scale(2) skewX(-20deg) skewY(-20deg);
}
.menu_mobil .image_layer4 {
  -webkit-transform: translateY(30%) translateX(250%) rotate(-25deg) scale(2) skewX(20deg) skewY(20deg);
          transform: translateY(30%) translateX(250%) rotate(-25deg) scale(2) skewX(20deg) skewY(20deg);
}
.menu_mobil .image_layer5 {
  -webkit-transform: translateY(100%) translateX(-100%) rotate(350deg) scale(2) skewX(-20deg) skewY(20deg);
          transform: translateY(100%) translateX(-100%) rotate(350deg) scale(2) skewX(-20deg) skewY(20deg);
}
.menu_mobil .image_layer_active {
  -webkit-transform: translateY(20%) scale(1) skew(0deg) translateX(0px) rotateX(0deg);
          transform: translateY(20%) scale(1) skew(0deg) translateX(0px) rotateX(0deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
}

.menu_mobil_on {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: black;
  height: 100vh;
  overflow-x: hidden;
  position: relative;
}
@media all and (max-width: 1000px) {
  .carousel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
    background: transparent linear-gradient(149deg, #f7f7f7 0%, #f7f7f7 32%, #fbe8d7 100%) 0% 0% no-repeat padding-box;
  }
}
.carousel .block_text,
.carousel .block_images {
  width: 50%;
}
@media all and (max-width: 1000px) {
  .carousel .block_text,
  .carousel .block_images {
    width: 100%;
  }
}
.carousel .block_images {
  position: relative;
}
@media all and (max-width: 1000px) {
  .carousel .block_images {
    height: 50vh;
  }
}
.carousel .block_images .cover_img {
  display: block;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
@media all and (max-width: 1000px) {
  .carousel .block_images .cover_img {
    border-radius: 0 0 20px 20px;
  }
}
.carousel .block_images .cover_img .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  color: white;
  bottom: 30%;
  left: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.8em;
  height: 1.9em;
  background: black;
}
@media all and (max-width: 1000px) {
  .carousel .block_images .cover_img .btn_box {
    opacity: 0.3;
  }
}
.carousel .block_images .cover_img .btn_box .btn {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1em;
  line-height: 0px;
}
.carousel .block_images .cover_img .btn_box .theme {
  background: #0154a1;
}
@media all and (max-width: 1000px) {
  .carousel .block_images .cover_img .btn_box .theme {
    background: rgba(0, 0, 0, 0.158);
  }
}
.carousel .block_images .images {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1000px) {
  .carousel .block_images .images {
    border-radius: 0 0 20px 20px;
  }
}
.carousel .block_images .images img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0%;
  left: 0px;
  -webkit-transform: translateX(0%) scale(1) skew(0deg);
          transform: translateX(0%) scale(1) skew(0deg);
  -webkit-transition: opacity 2s ease, -webkit-transform 2.5s ease;
  transition: opacity 2s ease, -webkit-transform 2.5s ease;
  transition: transform 2.5s ease, opacity 2s ease;
  transition: transform 2.5s ease, opacity 2s ease, -webkit-transform 2.5s ease;
  opacity: 0;
}
.carousel .block_images .images .active {
  -webkit-transform: translateX(0%) scale(1) skew(0deg);
          transform: translateX(0%) scale(1) skew(0deg);
  -webkit-transition: opacity 2s ease, -webkit-transform 5s ease;
  transition: opacity 2s ease, -webkit-transform 5s ease;
  transition: transform 5s ease, opacity 2s ease;
  transition: transform 5s ease, opacity 2s ease, -webkit-transform 5s ease;
  opacity: 1;
}
.carousel .block_images .state_carous {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  width: 1.5em;
  top: 50%;
  right: 3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
@media all and (max-width: 1000px) {
  .carousel .block_images .state_carous {
    width: 14px;
  }
}
.carousel .block_images .state_carous span {
  display: block;
  width: 50%;
  background: #b4b4b4;
  height: 0.13em;
  margin-bottom: 19px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media all and (max-width: 1000px) {
  .carousel .block_images .state_carous span {
    margin-bottom: 8px;
  }
}
.carousel .block_images .state_carous span:hover {
  width: 100%;
  background: white;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.carousel .block_images .state_carous .active {
  width: 100%;
  background: white;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.carousel .block_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: transparent linear-gradient(149deg, #f7f7f7 0%, #f7f7f7 32%, #fbe8d7 100%) 0% 0% no-repeat padding-box;
  position: relative;
}
@media all and (max-width: 1000px) {
  .carousel .block_text {
    background: none;
    padding-top: 20px;
    padding-bottom: 50px;
    height: auto;
  }
}
.carousel .block_text .struct {
  width: 70%;
}
@media all and (max-width: 1111px) {
  .carousel .block_text .struct {
    width: 80%;
  }
}
@media all and (max-width: 1000px) {
  .carousel .block_text .struct {
    width: 90%;
  }
}
.carousel .block_text .struct .tag {
  font: normal normal normal 1.5em Poppins;
  color: #0154a1;
}
@media all and (max-width: 617px) {
  .carousel .block_text .struct .tag {
    font: normal normal normal 1em/1em Poppins;
  }
}
.carousel .block_text .struct .title {
  font: normal normal normal 2.3em/1.2em Alfa Slab One;
  margin-bottom: 0.7em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media all and (max-width: 1111px) {
  .carousel .block_text .struct .title {
    font: normal normal normal 2em/1.2em Alfa Slab One;
  }
}
@media all and (max-width: 617px) {
  .carousel .block_text .struct .title {
    font: normal normal normal 1.5em/1.5em Alfa Slab One;
  }
}
@media all and (max-width: 420px) {
  .carousel .block_text .struct .title {
    font: normal normal normal 1.3em/1.3em Alfa Slab One;
    margin-top: 8px;
  }
}
.carousel .block_text .struct .description {
  font: normal normal normal 0.8em Poppins;
  opacity: 0.54;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.carousel .block_text .struct .btn_read {
  display: block;
  margin-top: 30px;
}
@media all and (max-width: 1000px) {
  .carousel .block_text .struct .btn_read {
    margin-bottom: 8.5em;
  }
}
.carousel .block_text .struct .btn_read .text {
  font: normal normal 500 1.1em Poppins;
}
.carousel .block_text .struct .btn_read .line {
  display: block;
  width: 100%;
  height: 0.2em;
  background: rgba(28, 29, 34, 0.3019607843);
  margin-top: 8px;
}
.carousel .block_text .struct .btn_read .line span {
  width: 15%;
  height: 100%;
  display: block;
  background: #0154a1;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.carousel .block_text .struct .btn_read:hover .line span {
  width: 100%;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.carousel .block_text .lotti_wheat {
  position: absolute;
  z-index: 0;
  bottom: 0px;
  opacity: 0.05;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 150%;
  height: auto;
}
@media all and (max-width: 500px) {
  .carousel .block_text .lotti_wheat {
    bottom: auto;
    -webkit-transform: translateY(-35%);
            transform: translateY(-35%);
  }
}
@media all and (max-width: 488px) {
  .carousel .block_text .lotti_wheat {
    bottom: auto;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
.carousel .tige_tools {
  position: absolute;
  top: 0px;
  left: 3%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  height: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1111px) {
  .carousel .tige_tools {
    display: none;
  }
}
.carousel .tige_tools .tige1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80%;
  width: 0.12em;
  background: #0154a1;
  position: relative;
}
.carousel .tige_tools .tige1:before {
  content: " ";
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background: #0154a1;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
}
.carousel .tige_tools .tige1 .btn_theme {
  width: 1.4em;
  height: 3.5em;
  background: #0154a1 0% 0% no-repeat padding-box;
  border-radius: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 35px;
}
.carousel .tige_tools .tige1 .btn_theme .btn_theme_struct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.carousel .tige_tools .tige1 .btn_theme .btn_theme_struct span {
  color: #fafafa;
  font-size: 1em;
}
.carousel .tige_tools .tige1 .btn_theme .btn_theme_struct span:first-child {
  position: absolute;
  top: 0px;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}
.carousel .tige_tools .tige1 .btn_theme .btn_theme_struct span:last-child {
  position: absolute;
  bottom: 0px;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
.carousel .tige_tools .tige1 .btn_theme .toogle {
  position: absolute;
  top: 7%;
  width: 1.1em;
  height: 1.1em;
  border-radius: 50%;
  background: white;
  z-index: 10;
}
.carousel .tige_tools .tige2 {
  height: 50%;
}
.carousel .tige_tools .tige2:before {
  content: " ";
  bottom: auto;
  top: 0px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.carousel .tige_tools .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
}
.carousel .tige_tools .social span {
  color: #0154a1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 1.6em;
}
.carousel .tige_tools .social a {
  color: #0154a1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 1.6em;
}
.carousel .radio_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0px;
  margin-bottom: 15px;
  z-index: 11;
}
@media all and (max-width: 1000px) {
  .carousel .radio_box {
    width: 100%;
  }
}
.carousel .radio_box .closeRadio {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 2em;
  z-index: 12;
  color: white;
  cursor: pointer;
}
@media all and (max-width: 1000px) {
  .carousel .radio_box .closeRadio {
    font-size: 1.3em;
  }
}
.carousel .radio_box .radio {
  border: 0px;
  border-radius: 0px;
  width: 100%;
  height: 100%;
  overflow-y: hidden !important;
}
.carousel .radio_box__struct {
  width: 70%;
  border-radius: 4px;
  height: 100%;
  display: block;
  overflow-x: auto !important;
}
@media all and (max-width: 1000px) {
  .carousel .radio_box__struct {
    width: 90%;
  }
}
.carousel .radio_box__struct::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  cursor: pointer;
}
@media all and (max-width: 1000px) {
  .carousel .radio_box__struct::-webkit-scrollbar {
    height: 6px;
  }
}
.carousel .radio_box__struct::-webkit-scrollbar-thumb:horizontal {
  background-color: #0154a1;
  border-radius: 10px;
}
.carousel .radio_box__struct::-webkit-scrollbar-button {
  background: rbga(0, 0, 0, 0);
}
.carousel .radio_box__struct::-webkit-scrollbar-track-piece {
  height: 10px;
  width: 20px;
}
.carousel .radio_box__struct::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  border: none;
  width: 10px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, rgba(173, 32, 32, 0)), color-stop(50%, black), color-stop(33%, rgba(173, 32, 32, 0)));
  background: linear-gradient(to top, rgba(173, 32, 32, 0) 33%, black 50%, rgba(173, 32, 32, 0) 33%);
}
.carousel .radio_box__struct__contain {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.carousel .radio_box__struct__contain .radio_item {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  background: #0154a1;
  margin-right: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.carousel .radio_box__struct__contain .radio_item .btn_rd {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  color: #0154a1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.carousel .radio_box__struct__contain .radio_item .name_rd {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  color: white;
}
.carousel .radio_box__struct__contain .radio_item:hover {
  background-color: wheat;
  color: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.carousel .radio_box__struct__contain .radio_item:hover .btn_rd {
  color: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.carousel .radio_box__struct__contain .radio_item:hover .name_rd {
  color: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.group_last_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.group_last_news .last_news_box {
  width: 98%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 3px solid #1c1d22;
  border-radius: 26px;
}
@media all and (max-width: 515px) {
  .group_last_news .last_news_box {
    height: auto;
  }
}
@media all and (max-width: 425px) {
  .group_last_news .last_news_box {
    border: 1.5px solid #1c1d22;
    border-radius: 12px;
  }
}
.group_last_news .last_news_box .struct {
  display: block;
  width: 92%;
  height: auto;
}
.group_last_news .last_news_box .struct .img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 24px;
  margin-top: 35px;
  margin-bottom: 15px;
}
@media all and (max-width: 586px) {
  .group_last_news .last_news_box .struct .img {
    border-radius: 10px;
  }
}
@media all and (max-width: 515px) {
  .group_last_news .last_news_box .struct .img {
    margin-top: 15px;
  }
}
.group_last_news .last_news_box .struct .img img {
  width: 100%;
  height: auto;
  -webkit-transition: 1s;
  transition: 1s;
}
.group_last_news .last_news_box .struct .text_desc {
  display: block;
  margin-top: 35px;
  padding-bottom: 25px;
  border-bottom: 3px solid #1c1d22;
}
@media all and (max-width: 515px) {
  .group_last_news .last_news_box .struct .text_desc {
    margin-top: 0px;
    padding-bottom: 10px;
  }
}
@media all and (max-width: 425px) {
  .group_last_news .last_news_box .struct .text_desc {
    border-bottom: 1.5px solid #1c1d22;
  }
}
.group_last_news .last_news_box .struct .text_desc .tag {
  font: normal normal normal 1.2em Alfa Slab One;
  letter-spacing: 0px;
  color: #1c1d22;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media all and (max-width: 515px) {
  .group_last_news .last_news_box .struct .text_desc .tag {
    margin-top: 13px;
  }
}
.group_last_news .last_news_box .struct .text_desc .text {
  font: normal normal 700 1.06em Poppins;
  letter-spacing: 0px;
  color: #1c1d22;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.group_last_news .last_news_box .struct .states {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.group_last_news .last_news_box .struct .states .views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.group_last_news .last_news_box .struct .states .views .ico {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2em;
}
@media all and (max-width: 425px) {
  .group_last_news .last_news_box .struct .states .views .ico {
    margin-right: 4px;
  }
}
.group_last_news .last_news_box .struct .states .views .text {
  font: normal normal bold 16px/24px Montserrat;
  font-weight: bold;
  letter-spacing: 0px;
  color: #1c1d22;
}
.group_last_news .last_news_box .struct .states .date {
  font: normal normal bold 16px/24px Montserrat;
}
.group_last_news .last_news_box:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.group_last_video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.group_last_video .last_news_video {
  width: 99%;
  height: 530px;
  border: 3px solid #1c1d22;
  border-radius: 26px;
}
@media all and (max-width: 515px) {
  .group_last_video .last_news_video {
    width: 98%;
    height: 450px;
  }
}
@media all and (max-width: 425px) {
  .group_last_video .last_news_video {
    border: 1.5px solid #1c1d22;
    border-radius: 12px;
    height: 280px;
  }
}
.group_last_video .last_news_video .struct {
  display: block;
  width: 94%;
  height: 92%;
}
.group_last_video .last_news_video .struct .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4em;
  width: 100%;
  height: 75%;
  overflow: hidden;
  border-radius: 24px;
  background: #FF0000;
  color: white;
}
.group_last_video .last_news_video .struct .img .playLastVideo {
  cursor: pointer;
}
@media all and (max-width: 586px) {
  .group_last_video .last_news_video .struct .img {
    border-radius: 10px;
  }
}
.group_last_video .last_news_video .struct .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.group_last_video .last_news_video .struct .img .video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.group_last_video .last_news_video .struct .text_desc {
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
}
.group_last_video .last_news_video .struct .text_desc .tag {
  font: normal normal normal 1.2em Alfa Slab One;
  letter-spacing: 0px;
  color: #1c1d22;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media all and (max-width: 515px) {
  .group_last_video .last_news_video .struct .text_desc .tag {
    margin-bottom: 5px;
  }
}
.group_last_video .last_news_video .struct .text_desc .text {
  font: normal normal 600 1.06em Poppins;
  margin-bottom: 8px;
  letter-spacing: 0px;
  color: #1c1d22;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.group_last_video .last_news_video .struct .states {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 10px;
}
.group_last_video .last_news_video .struct .states .views .ico {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2em;
}
.group_last_video .last_news_video .struct .states .views .text {
  font: normal normal bold 16px/24px Montserrat;
  font-weight: bold;
  letter-spacing: 0px;
  color: #1c1d22;
}
.group_last_video .last_news_video .struct .states .date {
  font: normal normal bold 16px/24px Montserrat;
}

.group_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.group_container .struct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 93%;
}
@media all and (max-width: 425px) {
  .group_container .struct {
    width: 94.5%;
  }
}
.group_container .struct .title_group {
  display: block;
  width: 100px;
}
@media all and (max-width: 700px) {
  .group_container .struct .title_group {
    width: 60px;
  }
}
@media all and (max-width: 515px) {
  .group_container .struct .title_group {
    width: 45px;
  }
}
@media all and (max-width: 425px) {
  .group_container .struct .title_group {
    width: 32px;
  }
}
.group_container .struct .title_group .text_title {
  display: block;
}
.group_container .struct .title_group .text_title .big_text {
  display: block;
  word-break: keep-all;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  text-align: right;
  -webkit-transform: translateY(0%) rotate(-180deg);
          transform: translateY(0%) rotate(-180deg);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  position: relative;
  font: normal normal normal 3.5em Alfa Slab One;
  letter-spacing: 0px;
  color: #e8e8e9;
}
@media all and (max-width: 1299px) {
  .group_container .struct .title_group .text_title .big_text {
    font: normal normal normal 3em Alfa Slab One;
  }
}
@media all and (max-width: 1000px) {
  .group_container .struct .title_group .text_title .big_text {
    color: #0154a1;
  }
}
@media all and (max-width: 700px) {
  .group_container .struct .title_group .text_title .big_text {
    font: normal normal normal 2.3em Alfa Slab One;
  }
}
@media all and (max-width: 515px) {
  .group_container .struct .title_group .text_title .big_text {
    font: normal normal normal 1.5em Alfa Slab One;
  }
}
@media all and (max-width: 425px) {
  .group_container .struct .title_group .text_title .big_text {
    font: normal normal normal 1.1em Alfa Slab One;
  }
}
.group_container .struct .title_group .text_title .big_text:after {
  content: attr(text);
  position: absolute;
  right: -35px;
  bottom: 0px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font: normal normal normal 40px/54px Alfa Slab One;
  letter-spacing: 0px;
  color: #0154a1;
}
@media all and (max-width: 1299px) {
  .group_container .struct .title_group .text_title .big_text:after {
    font: normal normal normal 25px Alfa Slab One;
    right: -25px;
  }
}
@media all and (max-width: 1000px) {
  .group_container .struct .title_group .text_title .big_text:after {
    display: none;
  }
}
.group_container .struct .title_group .controllers_box {
  display: block;
  margin-top: 50px;
}
@media all and (max-width: 515px) {
  .group_container .struct .title_group .controllers_box {
    margin-top: 30px;
  }
}
.group_container .struct .title_group .controllers_box .btn {
  width: 65px;
  height: 65px;
  background: #0154a1 0% 0% no-repeat padding-box;
  border-radius: 50%;
  color: #f7f7f7;
}
.group_container .struct .title_group .controllers_box .btn:last-child {
  margin-top: 10px;
}
@media all and (max-width: 700px) {
  .group_container .struct .title_group .controllers_box .btn {
    width: 45px;
    height: 45px;
  }
}
@media all and (max-width: 515px) {
  .group_container .struct .title_group .controllers_box .btn {
    width: 25px;
    height: 25px;
    font-size: 0.5em;
  }
}
@media all and (max-width: 425px) {
  .group_container .struct .title_group .controllers_box .btn {
    width: 23px;
    height: 23px;
    font-size: 0.45em;
  }
}
.group_container .struct .group_size {
  width: calc(100% - 100px);
}
@media all and (max-width: 700px) {
  .group_container .struct .group_size {
    width: calc(100% - 60px);
  }
}
@media all and (max-width: 515px) {
  .group_container .struct .group_size {
    width: calc(100% - 45px);
  }
}
@media all and (max-width: 425px) {
  .group_container .struct .group_size {
    width: calc(100% - 32px);
  }
}

.margin_group_container {
  margin-top: 70px;
  margin-bottom: 70px;
}
@media all and (max-width: 515px) {
  .margin_group_container {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.group_cta {
  background-color: #0154a1;
  overflow: hidden;
  padding-top: 13em;
  padding-bottom: 5em;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width: 1041px) {
  .group_cta {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
@media all and (max-width: 400px) {
  .group_cta {
    padding-bottom: 4em;
  }
}
.group_cta__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.group_cta__img::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#0154a1), to(rgba(29, 66, 100, 0.7098039216))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #0154a1 0%, rgba(29, 66, 100, 0.7098039216) 100%) 0% 0% no-repeat padding-box;
}
.group_cta__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.group_cta__struct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 719px) {
  .group_cta__struct {
    width: 90%;
  }
}
.group_cta__struct__title {
  display: inline-block;
  text-align: center;
  width: 50%;
}
@media all and (max-width: 1279px) {
  .group_cta__struct__title {
    width: 80%;
  }
}
.group_cta__struct__title__text1 {
  display: inline-block;
  text-align: center;
  font: normal normal normal 3.4375em Alfa Slab One;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: capitalize;
}
@media all and (max-width: 1497px) {
  .group_cta__struct__title__text1 br {
    display: none;
  }
}
@media all and (max-width: 1279px) {
  .group_cta__struct__title__text1 {
    font: normal normal normal 3em Alfa Slab One;
  }
}
@media all and (max-width: 853px) {
  .group_cta__struct__title__text1 {
    font: normal normal normal 2em Alfa Slab One;
  }
}
@media all and (max-width: 400px) {
  .group_cta__struct__title__text1 {
    font: normal normal normal 1.5em Alfa Slab One;
  }
}
.group_cta__struct__title__text2 {
  display: block;
  font: normal normal normal 1.25em/1.625em Roboto;
  margin-top: 1em;
  letter-spacing: 0px;
  color: #fafafa;
  opacity: 0.77;
  position: relative;
}
@media all and (max-width: 853px) {
  .group_cta__struct__title__text2 {
    font: normal normal normal 1em Roboto;
  }
}
@media all and (max-width: 400px) {
  .group_cta__struct__title__text2 {
    font: normal normal 400 0.9em Roboto;
  }
}
.group_cta__struct__title__text2 q::before,
.group_cta__struct__title__text2 q::after {
  font-size: 1.2em;
}
.group_cta__struct__title__text3 {
  display: inline-block;
  text-align: center;
  font: italic normal 600 1.25em/2.5625em Poppins;
  letter-spacing: 0px;
  color: #fbe8d7;
  margin-top: 1em;
}
@media all and (max-width: 400px) {
  .group_cta__struct__title__text3 {
    font: italic normal 600 1em Poppins;
  }
}
.group_cta__boxcontain {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-top: 4em;
  margin-bottom: 4em;
}
@media all and (max-width: 1041px) {
  .group_cta__boxcontain {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all and (max-width: 400px) {
  .group_cta__boxcontain {
    margin-bottom: 1em;
    margin-top: 3em;
  }
}
.group_cta__boxcontain__struct {
  display: block;
  width: 100%;
}
@media all and (max-width: 1041px) {
  .group_cta__boxcontain__struct {
    width: 80%;
  }
}
@media all and (max-width: 719px) {
  .group_cta__boxcontain__struct {
    width: 90%;
  }
}
.group_cta__boxcontain__struct__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 300px;
  background: transparent linear-gradient(123deg, #f7f7f7 0%, #f7f7f7 32%, #fbe8d7 100%) 0% 0% no-repeat padding-box;
  border-radius: 45px;
  position: relative;
}
@media all and (max-width: 1279px) {
  .group_cta__boxcontain__struct__box {
    height: 260px;
  }
}
@media all and (max-width: 1041px) {
  .group_cta__boxcontain__struct__box {
    width: 100%;
    border-radius: 25px;
  }
}
@media all and (max-width: 719px) {
  .group_cta__boxcontain__struct__box {
    height: 270px;
  }
}
@media all and (max-width: 520px) {
  .group_cta__boxcontain__struct__box {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media all and (max-width: 400px) {
  .group_cta__boxcontain__struct__box {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.group_cta__boxcontain__struct__box__struct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 91%;
  position: relative;
  height: 83%;
}
@media all and (max-width: 1041px) {
  .group_cta__boxcontain__struct__box__struct {
    width: 95%;
  }
}
@media all and (max-width: 719px) {
  .group_cta__boxcontain__struct__box__struct {
    width: 90%;
  }
}
@media all and (max-width: 520px) {
  .group_cta__boxcontain__struct__box__struct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
}
.group_cta__boxcontain__struct__box__struct__text {
  display: block;
  text-align: left;
  width: 50%;
  margin-right: 2em;
}
@media all and (max-width: 719px) {
  .group_cta__boxcontain__struct__box__struct__text {
    width: 57%;
  }
}
@media all and (max-width: 520px) {
  .group_cta__boxcontain__struct__box__struct__text {
    width: 100%;
    margin-top: 20px;
  }
}
.group_cta__boxcontain__struct__box__struct__text__t1 {
  font: normal normal normal 1.4em Alfa Slab One;
  letter-spacing: 0px;
  color: #0154a1;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media all and (max-width: 1279px) {
  .group_cta__boxcontain__struct__box__struct__text__t1 {
    font: normal normal normal 1em Alfa Slab One;
  }
}
.group_cta__boxcontain__struct__box__struct__text__t2 {
  font: normal normal normal 0.875em Poppins;
  letter-spacing: 0px;
  color: rgba(28, 29, 34, 0.6039215686);
  margin-top: 1em;
  margin-bottom: 1em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media all and (max-width: 400px) {
  .group_cta__boxcontain__struct__box__struct__text__t2 {
    font: normal normal normal 0.8em Poppins;
  }
}
.group_cta__boxcontain__struct__box__struct__text__btn {
  font: normal normal normal 1em Alfa Slab One;
  letter-spacing: 0px;
  color: #0154a1;
  text-transform: uppercase;
  width: 90%;
  height: 4.75em;
  position: relative;
  background: #ffffff;
  border: 0.125em solid #0154a1;
  border-radius: 1.4375em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
@media all and (max-width: 1279px) {
  .group_cta__boxcontain__struct__box__struct__text__btn {
    font: normal normal normal 0.8em Alfa Slab One;
  }
}
@media all and (max-width: 1041px) {
  .group_cta__boxcontain__struct__box__struct__text__btn {
    border-radius: 10px;
  }
}
@media all and (max-width: 520px) {
  .group_cta__boxcontain__struct__box__struct__text__btn {
    width: 100%;
  }
}
.group_cta__boxcontain__struct__box__struct__text__btn span {
  position: absolute;
  width: 0px;
  height: 0px;
  background: #1c1d22;
  display: block;
  top: 150%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) translateY(-50%) scale(0);
          transform: translateY(-50%) translateY(-50%) scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.group_cta__boxcontain__struct__box__struct__text__btn:hover {
  border: 0.125em solid rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fafafa;
}
.group_cta__boxcontain__struct__box__struct__text__btn:hover span {
  -webkit-transform: translateY(-50%) translateY(-50%) scale(5);
          transform: translateY(-50%) translateY(-50%) scale(5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.group_cta__boxcontain__struct__box__struct__img {
  display: block;
  width: 47%;
  height: 100%;
  border-radius: 27px;
  overflow: hidden;
}
@media all and (max-width: 1041px) {
  .group_cta__boxcontain__struct__box__struct__img {
    width: 80%;
    border-radius: 20px;
  }
}
@media all and (max-width: 719px) {
  .group_cta__boxcontain__struct__box__struct__img {
    width: 40%;
  }
}
@media all and (max-width: 520px) {
  .group_cta__boxcontain__struct__box__struct__img {
    width: 100%;
    height: 230px;
  }
}
.group_cta__boxcontain__struct__box__struct__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.group_cta .cta_box_title_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media all and (max-width: 600px) {
  .group_cta .cta_box_title_flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.group_cta .cta_box_title_flex .cta_box_title {
  display: block;
}
@media all and (max-width: 600px) {
  .group_cta .cta_box_title_flex .cta_box_title {
    display: none;
  }
}
.group_cta .cta_box_title_flex .cta_box_title__t1 {
  font: normal normal normal 2.4375em Alfa Slab One;
  letter-spacing: 0px;
  color: #fbe8d7;
  text-transform: uppercase;
}
@media all and (max-width: 853px) {
  .group_cta .cta_box_title_flex .cta_box_title__t1 {
    font: normal normal normal 1.7em Alfa Slab One;
  }
}
.group_cta .cta_box_title_flex .cta_box_title__t2 {
  font: normal normal medium 1.625em/2.5625em Poppins;
  letter-spacing: 0px;
  color: #fbe8d7;
}

.group_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.group_link__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 200px;
  border: 3px solid #1c1d22;
  border-radius: 20px;
}
@media all and (max-width: 700px) {
  .group_link__box {
    height: 90px;
    border: 1.5px solid #1c1d22;
  }
}
@media all and (max-width: 400px) {
  .group_link__box {
    border: none;
  }
}
@media all and (max-width: 361px) {
  .group_link__box {
    border-radius: 10px;
  }
}
.group_link__box__struct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
}
.group_link__box__struct__img {
  width: 10em;
}
@media all and (max-width: 700px) {
  .group_link__box__struct__img {
    width: 7em;
  }
}
.group_link__box__struct__img img {
  width: 100%;
  height: auto !important;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50vh;
  background: #0154a1;
  position: relative;
}
@media all and (max-width: 500px) {
  .banner {
    height: 38vh;
  }
}
.banner__image {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0px;
  left: 0px;
}
.banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner::after {
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0px;
  left: 0px;
}
.banner__struct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 85%;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 500px) {
  .banner__struct {
    top: 20px;
  }
}
.banner__struct__t1 {
  font: normal normal normal 2.5em Alfa Slab One;
  color: white;
}
@media all and (max-width: 1000px) {
  .banner__struct__t1 {
    font: normal normal normal 1.5em Alfa Slab One;
  }
}
.banner__struct__t2 {
  font: normal normal normal 1em Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  color: white;
}
@media all and (max-width: 1000px) {
  .banner__struct__t2 {
    font: normal normal normal 0.8em Poppins;
  }
}
.banner__struct__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  margin-top: 2em;
}
@media all and (max-width: 1000px) {
  .banner__struct__social {
    margin-top: 1em;
  }
}
.banner__struct__social div {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 2em !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 1000px) {
  .banner__struct__social div {
    font-size: 1.5em;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.banner__struct__social div:hover {
  color: #0154a1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner__struct__social a {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 2em !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 1000px) {
  .banner__struct__social a {
    font-size: 1.5em;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.banner__struct__social a:hover {
  color: #0154a1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__news_bar {
  display: block;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  padding-top: 200px;
  padding-bottom: 200px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 812px) {
  .footer__news_bar {
    padding-top: 0px;
    padding-bottom: 180px;
  }
}
.footer__news_bar__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8.3125em;
  background: #f04658;
  width: 105%;
  overflow-x: hidden;
  color: #fafafa;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg);
          transform: translateY(-50%) translateX(-50%) rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 1042px) {
  .footer__news_bar__box {
    height: 6.3125em;
  }
}
@media all and (max-width: 500px) {
  .footer__news_bar__box {
    height: 4em;
    top: 47%;
  }
}
.footer__news_bar__box:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__news_bar__box__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  -webkit-animation: infinite-scroll 80s linear infinite;
          animation: infinite-scroll 80s linear infinite;
}
.footer__news_bar__box__text__big {
  font: normal normal normal 3.0625em Alfa Slab One;
  letter-spacing: 0px;
  word-break: keep-all;
  margin-left: 0.7em;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
}
@media all and (max-width: 1042px) {
  .footer__news_bar__box__text__big {
    font: normal normal normal 2.0625em Alfa Slab One;
  }
}
@media all and (max-width: 500px) {
  .footer__news_bar__box__text__big {
    font: normal normal normal 1.5em Alfa Slab One;
  }
}
.footer__news_bar__box__text__small {
  font: normal normal 400 1.5em/2.5em Poppins;
  letter-spacing: 0px;
  text-transform: capitalize;
  margin-left: 1.5em;
  word-break: keep-all;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
}
@media all and (max-width: 1042px) {
  .footer__news_bar__box__text__small {
    font: normal normal 400 1em/2.5em Poppins;
  }
}
@media all and (max-width: 500px) {
  .footer__news_bar__box__text__small {
    font: normal normal 500 1em roboto;
    text-transform: uppercase;
  }
}
.footer__news_bar__box--berge {
  background: #fbecd7;
  color: #1c1d22 !important;
  -webkit-transform: translateY(50%) translateX(-50%) rotate(0deg);
          transform: translateY(50%) translateX(-50%) rotate(0deg);
  display: none;
}
@media all and (max-width: 500px) {
  .footer__news_bar__box--berge {
    display: none;
  }
}

.footer {
  background: #1c1d22;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
  padding-bottom: 100px;
  margin-top: 13em;
}
@media all and (max-width: 1042px) {
  .footer {
    margin-top: 8em;
  }
}
@media all and (max-width: 700px) {
  .footer {
    margin-top: 5em;
  }
}
@media all and (max-width: 500px) {
  .footer {
    margin-top: 3em;
  }
}
.footer .link {
  mix-blend-mode: difference;
}
.footer .link:hover {
  mix-blend-mode: difference;
}
.footer__struct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -200px;
  width: 90%;
}
@media all and (max-width: 813px) {
  .footer__struct {
    margin-top: 0px;
  }
}
@media all and (max-width: 700px) {
  .footer__struct {
    margin-top: -30px;
  }
}
@media all and (max-width: 500px) {
  .footer__struct {
    margin-top: -70px;
  }
}
.footer__struct__logo {
  height: 3em;
}
@media all and (max-width: 700px) {
  .footer__struct__logo {
    height: 2em;
  }
}
.footer__struct__logo img {
  height: 100%;
  width: auto;
}
.footer__struct__newsletter {
  display: block;
  margin-top: 6em;
  width: 100%;
}
@media all and (max-width: 700px) {
  .footer__struct__newsletter {
    margin-top: 4em;
  }
}
.footer__struct__newsletter__title {
  display: block;
  text-align: center;
}
.footer__struct__newsletter__title__t1 {
  font: normal normal normal 1.5em Alfa Slab One;
  letter-spacing: 0px;
  color: #fafafa;
}
@media all and (max-width: 700px) {
  .footer__struct__newsletter__title__t1 {
    font: normal normal normal 1.2em Alfa Slab One;
  }
}
.footer__struct__newsletter__title__t2 {
  font: normal normal 500 1.5625em Poppins;
  letter-spacing: 0px;
  color: #707070;
}
@media all and (max-width: 700px) {
  .footer__struct__newsletter__title__t2 {
    font: normal normal 500 1em Poppins;
    margin-top: 3px;
  }
}
.footer__struct__newsletter__title__t2__number {
  display: inline-block;
  text-decoration-color: #fafafa;
  text-decoration: underline;
}
.footer__struct__newsletter__form {
  height: 89px;
  width: 100%;
  margin-top: 2em;
  border: 1px solid #707070;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 1000px) {
  .footer__struct__newsletter__form {
    height: auto;
  }
}
.footer__struct__newsletter__form__struct {
  width: 99%;
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1000px) {
  .footer__struct__newsletter__form__struct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (max-width: 500px) {
  .footer__struct__newsletter__form__struct {
    width: 95%;
  }
}
.footer__struct__newsletter__form__struct__input {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1000px) {
  .footer__struct__newsletter__form__struct__input {
    width: 100%;
    margin-top: 1.5em;
  }
}
@media all and (max-width: 500px) {
  .footer__struct__newsletter__form__struct__input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__struct__newsletter__form__struct__input__val {
  background: none;
  color: #fafafa;
  font: normal normal normal 1.25em Poppins;
  letter-spacing: 0px;
  color: #fafafa;
  border: none;
  width: 49%;
}
@media all and (max-width: 1000px) {
  .footer__struct__newsletter__form__struct__input__val {
    width: 100%;
  }
}
@media all and (max-width: 700px) {
  .footer__struct__newsletter__form__struct__input__val {
    font: normal normal normal 1em Poppins;
  }
}
@media all and (max-width: 500px) {
  .footer__struct__newsletter__form__struct__input__val {
    margin-bottom: 0.9em;
    border-bottom: 1px solid #707070;
    padding-bottom: 1em;
  }
}
.footer__struct__newsletter__form__struct__input__val:first-child {
  padding-left: 1em;
}
@media all and (max-width: 500px) {
  .footer__struct__newsletter__form__struct__input__val:first-child {
    padding-left: 0px;
  }
}
.footer__struct__newsletter__form__struct__input__val:last-child {
  padding-left: 1em;
  border-left: 1px solid #707070;
}
@media all and (max-width: 500px) {
  .footer__struct__newsletter__form__struct__input__val:last-child {
    border-left: none;
    padding-left: 0px;
  }
}
.footer__struct__newsletter__form__struct__btn {
  text-align: center;
  font: normal normal normal 1.25em Poppins;
  letter-spacing: 0px;
  color: #fafafa;
  background: #0154a1;
  border-radius: 4px;
  width: 30%;
  height: 90%;
}
@media all and (max-width: 1000px) {
  .footer__struct__newsletter__form__struct__btn {
    width: 100%;
    height: 4em;
    margin-top: 1em;
    margin-bottom: 0.3em;
  }
}
@media all and (max-width: 700px) {
  .footer__struct__newsletter__form__struct__btn {
    font: normal normal normal 1em Poppins;
  }
}
@media all and (max-width: 500px) {
  .footer__struct__newsletter__form__struct__btn {
    margin-bottom: 0.65em;
    margin-top: 0em;
  }
}
.footer__struct__newsletter__form:hover {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__struct__contact {
  margin-top: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.footer__struct__contact__title {
  font: normal normal 600 1.875em Poppins;
  letter-spacing: 0px;
  color: #fbe8d7;
}
@media all and (max-width: 1226px) {
  .footer__struct__contact__title {
    font: normal normal 600 1.5em Poppins;
  }
}
.footer__struct__contact__location {
  font: normal normal 600 1.5625em Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  margin-top: 0.5em;
}
@media all and (max-width: 1226px) {
  .footer__struct__contact__location {
    font: normal normal 600 1em Poppins;
    margin-top: 0.2em;
  }
}
@media all and (max-width: 495px) {
  .footer__struct__contact__location {
    text-align: left;
  }
}
.footer__struct__contact__table {
  border-top: 3px solid hsla(0, 0%, 100%, 0.747);
  border-bottom: 3px solid hsla(0, 0%, 100%, 0.747);
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-top: 2em;
}
@media all and (max-width: 1226px) {
  .footer__struct__contact__table {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 1em;
    border-top: 1px solid hsla(0, 0%, 100%, 0.747);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.747);
  }
}
@media all and (max-width: 495px) {
  .footer__struct__contact__table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__struct__contact__table__item:last-child {
  padding-left: 3em;
  margin-left: 3em;
  border-left: 3px solid hsla(0, 0%, 100%, 0.116);
}
@media all and (max-width: 762px) {
  .footer__struct__contact__table__item:last-child {
    padding-left: 1em;
    margin-left: 1em;
    border-left: 1px solid hsla(0, 0%, 100%, 0.116);
  }
}
@media all and (max-width: 495px) {
  .footer__struct__contact__table__item:last-child {
    padding-left: 0em;
    margin-left: 0em;
    border-left: none;
    margin-top: 2em;
  }
}
.footer__struct__contact__table__item__title {
  font: normal normal 600 1.875em Poppins;
  letter-spacing: 0px;
  color: #fbe8d7;
}
@media all and (max-width: 1226px) {
  .footer__struct__contact__table__item__title {
    font: normal normal 600 1.2em Poppins;
  }
}
@media all and (max-width: 762px) {
  .footer__struct__contact__table__item__title {
    font: normal normal 600 1em Poppins;
  }
}
.footer__struct__contact__table__item__value {
  font: normal normal normal 2.5em Alfa Slab One;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 0.3em;
}
@media all and (max-width: 1226px) {
  .footer__struct__contact__table__item__value {
    font: normal normal 600 1.5em Poppins;
  }
}
@media all and (max-width: 762px) {
  .footer__struct__contact__table__item__value {
    font: normal normal 600 1em Poppins;
  }
}
.footer__struct__contact__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 1em;
}
@media all and (max-width: 678px) {
  .footer__struct__contact__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__struct__contact__copyright__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 678px) {
  .footer__struct__contact__copyright__item {
    margin-bottom: 1em;
  }
}
.footer__struct__contact__copyright__item__text {
  font: normal normal normal 0.875em Poppins;
  letter-spacing: 0px;
  color: #ffffff;
}
@media all and (max-width: 678px) {
  .footer__struct__contact__copyright__item__text {
    font: normal normal normal 0.7em Poppins;
  }
}
.footer__struct__contact__copyright__item__text:last-child {
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 1px solid #fafafa;
}
.footer__struct__contact__gotop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4em;
}
@media all and (max-width: 678px) {
  .footer__struct__contact__gotop {
    margin-top: 2em;
  }
}
.footer__struct__contact__gotop__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 114px;
  height: 114px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: relative;
}
@media all and (max-width: 678px) {
  .footer__struct__contact__gotop__circle {
    width: 70px;
    height: 70px;
  }
}
.footer__struct__contact__gotop__circle::after {
  content: attr(title);
  font: normal normal normal 0.875em Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  width: 200px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(65px);
          transform: translateX(-50%) translateY(65px);
  text-align: center;
}
.footer__struct__contact__gotop__circle__img {
  height: 6em;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  position: relative;
  -webkit-animation: go_top 1s ease infinite;
          animation: go_top 1s ease infinite;
}
@media all and (max-width: 678px) {
  .footer__struct__contact__gotop__circle__img {
    height: 4em;
  }
}
.footer__struct__contact__gotop__circle__img img {
  height: 100%;
  width: auto;
}

@-webkit-keyframes infinite-scroll {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-43%);
            transform: translateX(-43%);
  }
}

@keyframes infinite-scroll {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-43%);
            transform: translateX(-43%);
  }
}
@-webkit-keyframes reverse-infinite-scroll {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(43%);
            transform: translateX(43%);
  }
}
@keyframes reverse-infinite-scroll {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(43%);
            transform: translateX(43%);
  }
}
@-webkit-keyframes go_top {
  0% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
  50% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}
@keyframes go_top {
  0% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
  50% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}
.group_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1000px) {
  .group_about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.group_about__img {
  width: 50%;
}
@media all and (max-width: 1000px) {
  .group_about__img {
    width: 100%;
  }
}
.group_about__img img {
  display: block;
  width: 100%;
}
.group_about__text {
  display: block;
  width: 45%;
}
@media all and (max-width: 1000px) {
  .group_about__text {
    width: 100%;
    margin-top: 2em;
  }
}
.group_about__text__title {
  display: block;
}
.group_about__text__title__t1 {
  display: block;
  font: normal normal normal 2.4375em Alfa Slab One;
  letter-spacing: 0px;
  color: #1c1d22;
  text-transform: capitalize;
}
@media all and (max-width: 1175px) {
  .group_about__text__title__t1 {
    font: normal normal normal 2em Alfa Slab One;
  }
}
@media all and (max-width: 411px) {
  .group_about__text__title__t1 {
    font: normal normal normal 1.5em Alfa Slab One;
  }
}
.group_about__text__title__t2 {
  font: normal normal normal 1.25em Alfa Slab One;
  letter-spacing: 0px;
  color: #1c1d22;
  text-transform: uppercase;
  opacity: 0.6;
}
@media all and (max-width: 1175px) {
  .group_about__text__title__t2 {
    font: normal normal normal 0.9em Alfa Slab One;
  }
}
@media all and (max-width: 411px) {
  .group_about__text__title__t2 {
    font: normal normal normal 0.6em Alfa Slab One;
  }
}
.group_about__text__title__line {
  display: block;
  width: 12.6875em;
  height: 0.5em;
  background: #0154a1;
  margin-top: 1em;
}
@media all and (max-width: 1175px) {
  .group_about__text__title__line {
    height: 4px;
    width: 30%;
    margin-top: 0.5em;
  }
}
.group_about__text__container {
  display: block;
  margin-top: 3em;
}
@media all and (max-width: 1175px) {
  .group_about__text__container {
    margin-top: 1em;
  }
}
.group_about__text__container__t1 {
  font: normal normal bold 1.875em Poppins;
  letter-spacing: 0px;
  color: #2b2b2b;
  text-transform: capitalize;
  opacity: 0.9;
}
@media all and (max-width: 1175px) {
  .group_about__text__container__t1 {
    margin-top: 1em;
    font: normal normal bold 1.5em Poppins;
  }
}
@media all and (max-width: 411px) {
  .group_about__text__container__t1 {
    margin-top: 0.5em;
    font: normal normal 600 1.2em Poppins;
  }
}
.group_about__text__container__t2 {
  font: normal normal normal 1.12em Poppins;
  letter-spacing: 0px;
  color: #2b2b2b;
  margin-top: 1em;
  opacity: 0.6;
  display: -webkit-box;
}
@media all and (max-width: 1175px) {
  .group_about__text__container__t2 {
    margin-top: 1em;
    font: normal normal normal 1em Poppins;
  }
}
@media all and (max-width: 411px) {
  .group_about__text__container__t2 {
    margin-top: 0.5em;
    font: normal normal normal 0.9em Poppins;
  }
}
.group_about__text__container .cut_text {
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
@media all and (max-width: 411px) {
  .group_about__text__container .cut_text {
    -webkit-line-clamp: 4;
  }
}
.group_about__text__container__t3 {
  font: normal normal normal 2.575em Parisienne;
  margin-top: 0.3em;
  letter-spacing: 0px;
  color: #000000;
}
@media all and (max-width: 1175px) {
  .group_about__text__container__t3 {
    margin-top: 0.5em;
    font: normal normal normal 1.575em Parisienne;
  }
}

@media all and (max-width: 1000px) {
  .group_about--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media all and (max-width: 1000px) {
  .off_aside_1000px .struct .title_group {
    display: none;
  }
  .off_aside_1000px .struct .group_size {
    width: 100%;
  }
}

.tools_news_block {
  margin-top: 0em;
  margin-bottom: 1.5em;
  position: relative;
}
@media all and (max-width: 500px) {
  .tools_news_block {
    margin-bottom: 0.9em;
  }
}
.tools_news_block::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 4em;
  background: #f7f7f7;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 20px 20px 0px 0px;
  content: "";
}
@media all and (max-width: 511px) {
  .tools_news_block::after {
    -webkit-transform: translateY(-31%);
            transform: translateY(-31%);
  }
}
@media all and (max-width: 500px) {
  .tools_news_block::after {
    border-radius: 15px 15px 0px 0px;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}

.tools_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1200px) {
  .tools_news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tools_news__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 4em;
  border-radius: 20px;
  margin-bottom: 0px;
  color: white;
  border: 0.2em solid #1c1d22;
}
@media all and (max-width: 1200px) {
  .tools_news__form {
    width: 100%;
  }
}
@media all and (max-width: 511px) {
  .tools_news__form {
    border-radius: 14px;
  }
}
@media all and (max-width: 500px) {
  .tools_news__form {
    border: 1.5px solid #1c1d22;
    height: 50px;
    font-size: 14px;
    border-radius: 10px;
  }
}
.tools_news__form input {
  display: block;
  background: none;
  border: none;
  height: 100%;
  width: 66%;
  padding-left: 30px;
  color: white;
  font-size: 1.1em;
  color: #1c1d22;
}
.tools_news__form input::-webkit-input-placeholder {
  color: rgb(29, 29, 29);
}
.tools_news__form input::-moz-placeholder {
  color: rgb(29, 29, 29);
}
.tools_news__form input:-ms-input-placeholder {
  color: rgb(29, 29, 29);
}
.tools_news__form input::-ms-input-placeholder {
  color: rgb(29, 29, 29);
}
.tools_news__form input::placeholder {
  color: rgb(29, 29, 29);
}
@media all and (max-width: 511px) {
  .tools_news__form input {
    width: 60%;
  }
}
@media all and (max-width: 500px) {
  .tools_news__form input {
    width: 65%;
    padding-left: 13px;
  }
}
.tools_news__form .bnt {
  width: 30%;
  height: 97%;
  border-radius: 18px;
  background: #1c1d22;
  color: white;
  margin-right: 1px;
}
@media all and (max-width: 511px) {
  .tools_news__form .bnt {
    border-radius: 10px;
    height: 94%;
    width: 40%;
    font-size: 1em;
  }
}
@media all and (max-width: 500px) {
  .tools_news__form .bnt {
    border-radius: 8px;
    font-size: 13px;
    width: 35%;
  }
}
.tools_news__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 49%;
  height: 100%;
  position: relative;
}
@media all and (max-width: 1200px) {
  .tools_news__tags {
    width: 100%;
    margin-top: 2em;
  }
}
@media all and (max-width: 800px) {
  .tools_news__tags {
    margin-top: 1em;
  }
}
@media all and (max-width: 511px) {
  .tools_news__tags {
    display: none !important;
  }
}
.tools_news__tags__owlval {
  width: 90% !important;
}
@media all and (max-width: 511px) {
  .tools_news__tags__owlval {
    display: none !important;
  }
}
.tools_news__tags .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 4em;
  border-radius: 12px;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  font: normal normal normal 0.875em Alfa Slab One;
  letter-spacing: 0px;
  color: #1c1d22;
  text-transform: uppercase;
  border: 0.2em solid #1c1d22;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tools_news__tags .item:hover {
  color: white;
  background: #1c1d22;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 800px) {
  .tools_news__tags .item {
    width: 100%;
    font: normal normal normal 14px Alfa Slab One;
    height: 55px;
  }
}
@media all and (max-width: 625px) {
  .tools_news__tags .item {
    width: 100%;
    font: normal normal normal 12px Alfa Slab One;
    height: 50px;
  }
}
@media all and (max-width: 511px) {
  .tools_news__tags .item {
    width: 100%;
    font: normal normal normal 10px Alfa Slab One;
    height: 45px;
  }
}
.tools_news__tags:after {
  content: "";
  height: 100%;
  width: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}
.tools_news__tags__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.5em;
  width: 9%;
  background: #1c1d22;
  color: white;
  border-radius: 12px;
  margin-left: 10px;
}
@media all and (max-width: 800px) {
  .tools_news__tags__btn {
    width: 100%;
    font: normal normal normal 14px Alfa Slab One;
    height: 55px;
  }
}
@media all and (max-width: 625px) {
  .tools_news__tags__btn {
    height: 50px;
  }
}
@media all and (max-width: 511px) {
  .tools_news__tags__btn {
    height: 45px;
    width: 15%;
  }
}

.news_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0px !important;
}
.news_list__struct {
  width: 93%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news_list__struct .last_news_box {
  width: 32.5%;
  margin-bottom: 1em;
}
@media all and (max-width: 1200px) {
  .news_list__struct .last_news_box {
    width: 49.3%;
  }
}
@media all and (max-width: 700px) {
  .news_list__struct .last_news_box {
    width: 100%;
  }
}
.news_list .btn_news_list {
  border: 2px solid #2b2b2b;
  width: 276px;
  height: 76px;
  font-size: 1em;
  font-family: Alfa Slab One;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 3px solid #1c1d22;
  border-radius: 23px;
  margin-top: 1.5em;
}
@media all and (max-width: 510px) {
  .news_list .btn_news_list {
    width: 200px;
    height: 61px;
    font-size: 0.9em;
  }
}
@media all and (max-width: 425px) {
  .news_list .btn_news_list {
    border: 1.5px solid #1c1d22;
    font-size: 0.8em;
    border-radius: 13px;
  }
}

.blog {
  display: block;
  width: 100%;
  margin-top: 0em;
}
.blog__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.blog__flex__container {
  display: block;
  width: 70%;
  border-radius: 0px 0px 10px 10px;
  background: white;
}
@media all and (max-width: 1100px) {
  .blog__flex__container {
    width: 100%;
  }
}
.blog__flex__container__images {
  width: 100%;
  border-radius: 20px;
  height: auto;
  overflow: hidden;
}
@media all and (max-width: 487px) {
  .blog__flex__container__images {
    height: auto;
    border-radius: 10px;
  }
}
.blog__flex__container__images .owl_blog_images {
  width: 100%;
}
.blog__flex__container__images__image {
  width: 100%;
  height: auto;
}
.blog__flex__container__images__image img {
  width: 100%;
  height: auto;
}
.blog__flex__container__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 1em;
}
@media all and (max-width: 748px) {
  .blog__flex__container__body {
    margin-top: 1em;
  }
}
.blog__flex__container__body__struct {
  width: 90%;
}
.blog__flex__container__body__struct__blog_tools {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 587px) {
  .blog__flex__container__body__struct__blog_tools {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.blog__flex__container__body__struct__blog_tools .tool {
  font: normal normal 900 1em Montserrat;
  margin-right: 50px;
  color: #0154a1;
  text-transform: uppercase;
  line-height: 0em;
}
@media all and (max-width: 1100px) {
  .blog__flex__container__body__struct__blog_tools .tool {
    font: normal normal bold 1em/1.3em Poppins;
  }
}
.blog__flex__container__body__struct__blog_tools .tool i {
  margin-right: 4px;
  font-size: 1.3em;
  line-height: 0em;
}
@media all and (max-width: 1100px) {
  .blog__flex__container__body__struct__blog_tools .tool i {
    font-size: 1em;
  }
}
@media all and (max-width: 748px) {
  .blog__flex__container__body__struct__blog_tools .tool {
    margin-right: 20px;
  }
}
@media all and (max-width: 587px) {
  .blog__flex__container__body__struct__blog_tools .tool {
    font: normal normal 600 0.85em Poppins;
    margin-right: 14px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 487px) {
  .blog__flex__container__body__struct__blog_tools .tool {
    font: normal normal 700 0.7em Poppins;
    margin-right: 10px;
  }
}
.blog__flex__container__body__struct__blog_tools .listen_btn {
  width: 6.8875em;
  height: 2.45em;
  background: #0154a1 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
}
@media all and (max-width: 748px) {
  .blog__flex__container__body__struct__blog_tools .listen_btn {
    margin-right: 20px;
  }
}
@media all and (max-width: 587px) {
  .blog__flex__container__body__struct__blog_tools .listen_btn {
    margin-right: 15px;
    width: 2.8875em;
    margin-bottom: 10px;
  }
}
.blog__flex__container__body__struct__blog_tools .listen_btn .ico {
  display: inline-block;
  margin-left: 12px;
}
@media all and (max-width: 587px) {
  .blog__flex__container__body__struct__blog_tools .listen_btn .ico {
    margin-left: 0px;
  }
}
@media all and (max-width: 587px) {
  .blog__flex__container__body__struct__blog_tools .listen_btn .text {
    display: none;
  }
}
@media all and (max-width: 524px) {
  .blog__flex__container__body__struct__blog_tools .listen_btn {
    font: normal normal bold 0.7em Poppins;
  }
}
.blog__flex__container__body__struct__title {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font: normal normal bold 2.5em/52px Poppins;
  letter-spacing: 0px;
  color: #0154a1;
}
@media all and (max-width: 1100px) {
  .blog__flex__container__body__struct__title {
    font: normal normal bold 2em/1.3em Poppins;
  }
}
@media all and (max-width: 587px) {
  .blog__flex__container__body__struct__title {
    margin-top: 0em;
  }
}
@media all and (max-width: 524px) {
  .blog__flex__container__body__struct__title {
    font: normal normal bold 1.5em/1.3em Poppins;
  }
}
.blog__flex__container__body__struct__container {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  font: normal normal normal 1.3em Poppins;
  letter-spacing: 0px;
  color: #464646;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  white-space: pre-line;
}
@media all and (max-width: 1100px) {
  .blog__flex__container__body__struct__container {
    font: normal normal normal 1em Poppins;
  }
}
.blog__flex__container__structS {
  margin-bottom: 2em;
}
.blog__flex__container__structS__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
}
.blog__flex__container__structS__share__text {
  font: normal normal normal 1em Poppins;
  letter-spacing: 0px;
  color: rgba(43, 43, 43, 0.6117647059);
}
.blog__flex__container__structS__share__social .social {
  color: #0154a1;
  font-size: 1.5em;
  margin-left: 20px;
}
.blog__flex__aside {
  display: block;
  margin-bottom: 1em;
  width: 28%;
  height: 400px;
}
@media all and (max-width: 1100px) {
  .blog__flex__aside {
    display: none;
  }
}
.blog__flex__aside .barre_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 0.625em;
  margin-bottom: 0.5em;
}
.blog__flex__aside .barre_box__struct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90%;
}
.blog__flex__aside .barre_box__struct input {
  background: none;
  border: none;
  font: normal normal normal 1em Poppins;
  letter-spacing: 0px;
  color: #1c1d22;
  height: 100%;
  width: 90%;
}
.blog__flex__aside .barre_box__struct .btn {
  width: 15%;
  height: 72%;
  color: #f7f7f7;
  background: #0154a1 0% 0% no-repeat padding-box;
  border-radius: 6px;
}
.blog__flex__aside .barre_box__struct__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: normal normal normal 1em Poppins;
  letter-spacing: 0px;
  color: #1c1d22;
  opacity: 0.8;
}
.blog__flex__aside .barre_box__struct__text__ico {
  display: inline-block;
}
.blog__flex__aside .barre_box__struct__text__text {
  margin-left: 8px;
  display: inline-block;
}
.blog__flex__aside .barre_box__struct .nbre_item {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  height: 2em;
  background: #ececec 0% 0% no-repeat padding-box;
  border-radius: 21px;
  font: normal normal bold 1.1em Montserrat;
  letter-spacing: 0px;
  color: rgba(118, 118, 118, 0.4117647059);
}

.personify {
  margin-top: 0em;
  margin-bottom: 1.5em;
  position: relative;
}
@media all and (max-width: 500px) {
  .personify {
    margin-bottom: 0.9em;
  }
}
.personify::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 4em;
  background: #f7f7f7;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 20px 20px 0px 0px;
  content: "";
}
@media all and (max-width: 511px) {
  .personify::after {
    -webkit-transform: translateY(-31%);
            transform: translateY(-31%);
  }
}
@media all and (max-width: 500px) {
  .personify::after {
    border-radius: 15px 15px 0px 0px;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}

.contact_raduis_block {
  margin-top: 0em;
  margin-bottom: 1.5em;
  position: relative;
}
@media all and (max-width: 500px) {
  .contact_raduis_block {
    margin-bottom: 0.9em;
  }
}
.contact_raduis_block::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 4em;
  background: #f7f7f7;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 20px 20px 0px 0px;
  content: "";
}
@media all and (max-width: 511px) {
  .contact_raduis_block::after {
    -webkit-transform: translateY(-31%);
            transform: translateY(-31%);
  }
}
@media all and (max-width: 500px) {
  .contact_raduis_block::after {
    border-radius: 15px 15px 0px 0px;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}

.contact_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}
.contact_block__struct {
  width: 95%;
  display: block;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
}
.contact_block__struct__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1000px) {
  .contact_block__struct__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contact_block__struct__flex__info {
  width: 35%;
  background: #0154a1 0% 0% no-repeat padding-box;
  border-radius: 15px;
}
@media all and (max-width: 1202px) {
  .contact_block__struct__flex__info {
    width: 47%;
  }
}
@media all and (max-width: 1000px) {
  .contact_block__struct__flex__info {
    width: 100%;
  }
}
.contact_block__struct__flex__info__struct {
  display: block;
  width: 90%;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media all and (max-width: 1000px) {
  .contact_block__struct__flex__info__struct {
    margin-bottom: 0em;
  }
}
.contact_block__struct__flex__info__struct .title {
  font: normal normal bold 1.5em Poppins;
  letter-spacing: 0px;
  color: #fafafa;
  text-transform: capitalize;
}
.contact_block__struct__flex__info__struct .title_desc {
  font: normal normal normal 1.25em Poppins;
  letter-spacing: 0px;
  color: #fafafa;
  opacity: 0.74;
  margin-top: 10px;
}
@media all and (max-width: 1000px) {
  .contact_block__struct__flex__info__struct .title_desc {
    font-size: 1em;
  }
}
.contact_block__struct__flex__info__struct .contact_contain {
  width: 100%;
  margin-top: 3.5em;
}
@media all and (max-width: 1000px) {
  .contact_block__struct__flex__info__struct .contact_contain {
    margin-top: 2em;
  }
}
.contact_block__struct__flex__info__struct .contact_contain .contact_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
  margin-bottom: 1.6em;
}
@media all and (max-width: 1000px) {
  .contact_block__struct__flex__info__struct .contact_contain .contact_item {
    margin-bottom: 1.2em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact_block__struct__flex__info__struct .contact_contain .contact_item .ic {
  display: inline-block;
  margin-right: 14px;
  color: #fbe8d7;
  font-size: 1.4em;
}
.contact_block__struct__flex__info__struct .contact_contain .contact_item .val {
  font: normal normal normal 1.2em/1.5em Montserrat;
  letter-spacing: 0px;
  color: #fafafa;
}
@media all and (max-width: 1000px) {
  .contact_block__struct__flex__info__struct .contact_contain .contact_item .val {
    font: normal normal normal 1.1em/1.5em Montserrat;
  }
}
.contact_block__struct__flex__form {
  width: 65%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media all and (max-width: 1202px) {
  .contact_block__struct__flex__form {
    width: 52%;
    margin-top: 1em;
  }
}
@media all and (max-width: 1000px) {
  .contact_block__struct__flex__form {
    width: 100%;
  }
}
.contact_block__struct__flex__form__struct {
  width: 90%;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media all and (max-width: 1000px) {
  .contact_block__struct__flex__form__struct {
    margin-bottom: 0em;
  }
}
.contact_block__struct__flex__form__struct .input_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em;
}
@media all and (max-width: 1000px) {
  .contact_block__struct__flex__form__struct .input_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0em;
  }
}
.contact_block__struct__flex__form__struct .input_flex .input {
  display: block;
  width: 47%;
}
@media all and (max-width: 1000px) {
  .contact_block__struct__flex__form__struct .input_flex .input {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
.contact_block__struct__flex__form__struct .input_flex .input .input_title {
  display: block;
  font: normal normal normal 1.25em Montserrat;
  letter-spacing: 0px;
  color: #2b2b2b;
}
@media all and (max-width: 1000px) {
  .contact_block__struct__flex__form__struct .input_flex .input .input_title {
    font-size: 1em;
  }
}
.contact_block__struct__flex__form__struct .input_flex .input input {
  display: block;
  height: 40px;
  width: 100%;
  border: navajowhite;
  border-bottom: 2px solid rgba(112, 112, 112, 0.7098039216);
  color: #0154a1;
  font-size: 1.5em;
  font: normal normal normal 1.25em Poppins;
}
@media all and (max-width: 1000px) {
  .contact_block__struct__flex__form__struct .input_flex .input input {
    font-size: 1.2em;
  }
}
.contact_block__struct__flex__form__struct .input_flex .input textarea {
  display: block;
  height: 150px;
  width: 100%;
  border: navajowhite;
  border-bottom: 2px solid rgba(112, 112, 112, 0.7098039216);
  color: #0154a1;
  font-size: 1.5em;
  font: normal normal normal 1.25em Poppins;
  padding-top: 10px;
}
@media all and (max-width: 1000px) {
  .contact_block__struct__flex__form__struct .input_flex .input textarea {
    font-size: 1.2em;
    height: 100px;
  }
}
.contact_block__struct__flex__form__struct .input_flex .long_input {
  width: 100% !important;
}
.contact_block__struct__flex__form__struct__btn {
  font: normal normal normal 1em Alfa Slab One;
  letter-spacing: 0px;
  color: white;
  text-transform: uppercase;
  width: 100%;
  height: 4.75em;
  position: relative;
  background: #0154a1;
  border: 0.125em solid #0154a1;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
@media all and (max-width: 1279px) {
  .contact_block__struct__flex__form__struct__btn {
    font: normal normal normal 0.8em Alfa Slab One;
  }
}
@media all and (max-width: 1041px) {
  .contact_block__struct__flex__form__struct__btn {
    border-radius: 10px;
  }
}
@media all and (max-width: 520px) {
  .contact_block__struct__flex__form__struct__btn {
    width: 100%;
  }
}
.contact_block__struct__flex__form__struct__btn span {
  position: absolute;
  width: 0px;
  height: 0px;
  background: #1c1d22;
  display: block;
  top: 150%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) translateY(-50%) scale(0);
          transform: translateY(-50%) translateY(-50%) scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.contact_block__struct__flex__form__struct__btn:hover {
  border: 0.125em solid rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fafafa;
}
.contact_block__struct__flex__form__struct__btn:hover span {
  -webkit-transform: translateY(-50%) translateY(-50%) scale(5.5);
          transform: translateY(-50%) translateY(-50%) scale(5.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.map_contact {
  width: 100%;
}
.map_contact__struct {
  display: block;
  margin-top: 2em;
  width: 95%;
  height: 50vh;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
  overflow: hidden;
}
.map_contact__struct iframe {
  width: 100%;
  height: 100%;
}