/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Common
# Custom Cursor
# Animations
# Navigation
# Mobile Nav
# Forms
# Contact
# Comments
# Cards
# Blog Details
# Page Header
# Footer
# Sidebar
# Google Map
# Hero
# About
# Brand
# Testimonials
# Why Choose
# Funfact
# CTA
# Login
# Faq
# Package
# Slide Text
# Awards
# Business Impact
# Work Process
# Portfolio
# Portfolio Details
# Services
# Service Details
# Shop
# Cart
# Checkout
# Shop Details
# Error 404
--------------------------------------------------------------*/
:root {
  --misiom-font: "Instrument Sans", sans-serif;
  --misiom-text: #797b81;
  --misiom-text-rgb: 121, 123, 129;
  --misiom-base: #ffa501;
  --misiom-base-rgb: 255, 165, 1;
  --misiom-gray: #75767a;
  --misiom-gray-rgb: 117, 118, 122;
  --misiom-white: #ffffff;
  --misiom-white-rgb: 255, 255, 255;
  --misiom-white2: #f1f3f5;
  --misiom-white2-rgb: 241, 243, 245;
  --misiom-black: #18191c;
  --misiom-black-rgb: 24, 25, 28;
  --misiom-black2: #17191b;
  --misiom-black2-rgb: 23, 25, 27;
  --misiom-black3: #000000;
  --misiom-black3-rgb: 0, 0, 0;
  --misiom-black4: #0f1012;
  --misiom-black4-rgb: 15, 16, 18;
  --misiom-black5: #2d2f32;
  --misiom-black5-rgb: 45, 47, 50;
  --misiom-border-color: #e1e2e7;
  --misiom-border-color-rgb: 225, 226, 231;
  --section-space: 120px;
  --section-space-2: 111px;
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--120 {
  margin-top: -120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  overflow-x: hidden;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-weight: 500;
  color: var(--misiom-text, #797b81);
  font-size: 16px;
  line-height: 1.875;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--misiom-base, #ffa501);
  transition: all 400ms ease;
}

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

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  color: var(--misiom-black, #18191c);
}
@media (max-width: 767px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

@media (max-width: 767px) {
  p br {
    display: none;
  }
}

.hidden {
  overflow: hidden;
}

.scale-anim {
  overflow: hidden;
}

.d-inline-block {
  display: inline-block;
}

.misiom-text {
  color: var(--misiom-text, #797b81);
}

.background-base {
  background-color: var(--misiom-base, #ffa501);
}

.background-text {
  background-color: var(--misiom-text, #797b81);
}

.background-black {
  background-color: var(--misiom-black, #18191c);
}

.background-black-2 {
  background-color: var(--misiom-black2, #17191b);
}

.background-black-3 {
  background-color: var(--misiom-black3, #000000);
}

.background-white {
  background-color: var(--misiom-white, #ffffff);
}

.background-white2 {
  background-color: var(--misiom-white2, #f1f3f5);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

.section-space {
  padding-top: var(--section-space, 120px);
  padding-bottom: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-space-2 {
  padding-top: var(--section-space-2, 111px);
  padding-bottom: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space-2 {
    padding-top: 91px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-2 {
    padding-top: 71px;
    padding-bottom: 80px;
  }
}

.section-space-t {
  padding-top: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space-t {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-t {
    padding-top: 80px;
  }
}

.section-space-t-2 {
  padding-top: var(--section-space-2, 111px);
}
@media (max-width: 767px) {
  .section-space-t-2 {
    padding-top: 91px;
  }
}
@media (max-width: 575px) {
  .section-space-t-2 {
    padding-top: 71px;
  }
}

.section-space-b {
  padding-bottom: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space-b {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-b {
    padding-bottom: 80px;
  }
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

.gutter-y-25 {
  --bs-gutter-y: 25px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-40 {
  --bs-gutter-y: 40px;
}

.gutter-y-50 {
  --bs-gutter-y: 50px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

label.error {
  margin-top: 8px;
  color: var(--misiom-text, #797b81);
}

/*.logo-retina img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}*/
/* section title */
.sec-title {
  margin-bottom: 29px;
}
.sec-title__top {
  margin-bottom: 12px;
}
.sec-title__top__box {
  display: inline-flex;
  align-items: center;
  padding: 7px 19px;
  border-radius: 100px;
  background-color: var(--misiom-white, #ffffff);
  border: 1px solid var(--misiom-border-color, #e1e2e7);
}
.sec-title__top__box::before {
  content: "\f111";
  flex-shrink: 0;
  position: relative;
  top: 1px;
  margin-right: 7px;
  font-family: "Font Awesome 5 Free";
  font-size: 4px;
  font-weight: 900;
  color: var(--misiom-base, #ffa501);
}
.sec-title__tagline {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.428;
  color: var(--misiom-text, #797b81);
}
.sec-title__title {
  margin-bottom: 0px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .sec-title__title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .sec-title__title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .sec-title__title {
    font-size: 35px;
  }
}
.sec-title__title .char {
  color: rgba(var(--misiom-black-rgb, 24, 25, 28), 0.4);
  transition: color 0.6s ease;
}
.sec-title__title .char.revealed {
  color: var(--misiom-black, #18191c);
}
.sec-title--center {
  margin-bottom: 48px;
  text-align: center;
}
.sec-title--light .sec-title__top__box {
  background-color: transparent;
}
.sec-title--light .sec-title__title {
  color: var(--misiom-white, #ffffff);
}
.sec-title--row {
  display: grid;
  grid-gap: 12px 40px;
  grid-template-columns: auto 1fr;
}
@media (max-width: 991px) {
  .sec-title--row {
    grid-template-columns: 1fr;
  }
}
.sec-title--row .sec-title__top {
  margin-bottom: 0px;
}
.sec-title--row .sec-title__top__box {
  position: relative;
  top: 12px;
}
@media (max-width: 991px) {
  .sec-title--row .sec-title__top__box {
    top: 0px;
  }
}

/* hover text animation */
.title-anim-up {
  overflow: hidden;
}

.title-anim-up-text span {
  display: inline-block;
  text-shadow: 0 1.05em var(--misiom-base, #ffa501);
  transition: translate 0.3s cubic-bezier(0.625, 0.05, 0, 1), text-shadow 0.1s 0.15s ease;
}

.title-anim-up:hover .title-anim-up-text span {
  text-shadow: 0 1.05em currentColor;
  translate: 0 -1.05em 0;
  transition: translate 0.5s calc((var(--char) - 1) * 0.024s) cubic-bezier(0.625, 0.05, 0, 1), text-shadow 0.175s calc((var(--char) - 1) * 0.024s + 0.225s) ease;
}

/* gsap reveal text animation */
.bw-reveal-text {
  visibility: hidden;
}
.bw-reveal-text .line {
  display: flex;
  overflow: hidden;
  position: relative;
}

.bw-reveal-text-2 {
  visibility: hidden;
}
.bw-reveal-text-2 .letter {
  position: relative;
  display: inline-block;
  will-change: transform;
  transform-style: preserve-3d;
}
.bw-reveal-text-2 .letter div {
  width: 100%;
  backface-visibility: hidden;
  transform: translateZ(4vw);
  transform-style: preserve-3d;
}
.bw-reveal-text-2 .perspective {
  position: relative;
  display: inline-block;
}
.bw-reveal-text-2 .perspective div {
  position: relative;
  display: inline-block;
}
.bw-reveal-text-2 .word {
  display: inline-block;
}

/* svg stroke text animation */
.stroke-title {
  width: 100%;
  margin-bottom: 0px;
  position: relative;
  text-align: center;
}
.stroke-title svg {
  width: 100%;
  display: block;
}
.stroke-title svg:not(:root) {
  overflow: visible !important;
}
.stroke-title svg text {
  margin: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: clamp(35px, 10vw, 150px);
  line-height: 1;
  stroke-width: 1;
  font-weight: 700;
  stroke: var(--misiom-white, #ffffff);
  text-transform: uppercase;
  animation: svgTextAnimation 5s infinite alternate;
}

@keyframes svgTextAnimation {
  0% {
    fill: rgba(var(--misiom-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--misiom-white-rgb, 255, 255, 255), 1);
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 1;
  }
  70% {
    fill: rgba(var(--misiom-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--misiom-white-rgb, 255, 255, 255), 1);
  }
  80% {
    fill: rgba(var(--misiom-white-rgb, 255, 255, 255), 0);
    stroke: rgba(var(--misiom-white-rgb, 255, 255, 255), 1);
    stroke-width: 1;
  }
  100% {
    fill: rgba(var(--misiom-base-rgb, 255, 165, 1), 1);
    stroke: rgba(var(--misiom-white-rgb, 255, 255, 255), 0);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}
/* button */
.misiom-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  position: relative;
  z-index: 1;
  padding: 16px 39px;
  font-size: 14px;
  color: var(--misiom-white, #ffffff);
  font-weight: 700;
  transition: 500ms;
  letter-spacing: 1.4px;
  line-height: 1.25;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 100px;
  background-color: var(--misiom-base, #ffa501);
}
@media (max-width: 767px) {
  .misiom-btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.misiom-btn::before, .misiom-btn::after {
  content: "";
  width: 0%;
  height: calc(100% + 16px);
  position: absolute;
  top: -8px;
  z-index: -1;
  transition: 500ms;
  transform: skewX(-25deg);
  background: var(--misiom-black, #18191c);
}
.misiom-btn::before {
  left: -20px;
}
.misiom-btn::after {
  right: -20px;
}
.misiom-btn:hover::before, .misiom-btn:hover::after {
  width: calc(50% + 22px);
}
.misiom-btn--white, .misiom-btn--white-2 {
  color: var(--misiom-black, #18191c);
  background-color: var(--misiom-white, #ffffff);
}
.misiom-btn--white:hover, .misiom-btn--white-2:hover {
  color: var(--misiom-white, #ffffff);
}
.misiom-btn--white::before, .misiom-btn--white::after, .misiom-btn--white-2::before, .misiom-btn--white-2::after {
  background-color: var(--misiom-base, #ffa501);
}
.misiom-btn--white-2 {
  background-color: var(--misiom-white2, #f1f3f5);
}
.misiom-btn--black {
  color: var(--misiom-white, #ffffff);
  background-color: var(--misiom-black, #18191c);
}
.misiom-btn--black::before, .misiom-btn--black::after {
  background-color: var(--misiom-base, #ffa501);
}
.misiom-btn--border {
  padding: 10px 30px;
  font-size: 14px;
  color: var(--misiom-text, #797b81);
  background-color: transparent;
  border: 1px solid var(--misiom-border-color, #e1e2e7);
}
.misiom-btn--border:hover {
  color: var(--misiom-white, #ffffff);
  border-color: var(--misiom-base, #ffa501);
}
.misiom-btn--border::before, .misiom-btn--border::after {
  background-color: var(--misiom-base, #ffa501);
}

.misiom-btn-two {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 3.5px 58px 3.5px 29px;
  transition: 500ms;
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid var(--misiom-border-color, #e1e2e7);
}
.misiom-btn-two__text {
  position: relative;
  z-index: 11;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--misiom-text, #797b81);
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.misiom-btn-two__icon-box {
  width: 39px;
  height: 39px;
  position: relative;
  position: absolute;
  top: 50%;
  right: -1px;
  z-index: 1;
  text-align: left;
  border-radius: 100px;
  transform: translateY(-50%);
  background-color: var(--misiom-white2, #f1f3f5);
  transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
}
.misiom-btn-two__icon {
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  background-color: transparent;
  transition: all 500ms ease;
}
.misiom-btn-two__icon span {
  display: inline-flex;
  font-size: 16px;
  color: var(--misiom-base, #ffa501);
  transition: all 500ms ease;
}
.misiom-btn-two__icon span svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.misiom-btn-two:hover .misiom-btn-two__text {
  color: var(--misiom-white, #ffffff);
}
.misiom-btn-two:hover .misiom-btn-two__icon-box {
  width: 100%;
  background-color: var(--misiom-base, #ffa501);
}
.misiom-btn-two:hover .misiom-btn-two__icon {
  background-color: var(--misiom-black, #18191c);
}
.misiom-btn-two:hover .misiom-btn-two__icon span {
  color: var(--misiom-white, #ffffff);
}
.misiom-btn-two--white {
  border: none;
  background-color: var(--misiom-white, #ffffff);
}
.misiom-btn-two--white .misiom-btn-two__text {
  color: var(--misiom-black, #18191c);
}
.misiom-btn-two--white .misiom-btn-two__icon-box {
  background-color: var(--misiom-black, #18191c);
}
.misiom-btn-two--white .misiom-btn-two__icon span {
  color: var(--misiom-base, #ffa501);
}
.misiom-btn-two--white:hover .misiom-btn-two__text {
  color: var(--misiom-white, #ffffff);
}
.misiom-btn-two--white:hover .misiom-btn-two__icon-box {
  background-color: var(--misiom-black, #18191c);
}
.misiom-btn-two--white:hover .misiom-btn-two__icon {
  background-color: var(--misiom-white, #ffffff);
}
.misiom-btn-two--white:hover .misiom-btn-two__icon span {
  color: var(--misiom-black, #18191c);
}

.video-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 128px;
  height: 128px;
  border: none;
  font-size: 35px;
  color: var(--misiom-white, #ffffff);
  position: relative;
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: RGBA(var(--misiom-white-rgb, 255, 255, 255), 0.2);
}
.video-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.video-btn:hover {
  color: var(--misiom-black, #18191c);
  background-color: var(--misiom-white, #ffffff);
}
.video-btn span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid var(--misiom-white, #ffffff);
  transition: all 500ms ease;
  -webkit-animation: pulse-animate 4s linear infinite;
  animation: pulse-animate 4s linear infinite;
}
.video-btn span:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.video-btn span:nth-child(3) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.video-btn span:nth-child(4) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes pulse-animate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}
@keyframes pulse-animate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}
.misiom-circle-btn {
  width: 175px;
  height: 175px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 80px;
  text-align: center;
  color: var(--misiom-white, #ffffff);
  overflow: hidden;
  border-radius: 50%;
  background: var(--misiom-black, #18191c);
}
.misiom-circle-btn:hover {
  color: var(--misiom-black, #18191c);
}
.misiom-circle-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.misiom-circle-btn__dot {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  border-radius: 50%;
  background: var(--misiom-white, #ffffff);
  transition: all 0.5s ease-out;
  transform: translate(-50%, -50%);
}
.misiom-circle-btn:hover .misiom-circle-btn__dot {
  width: 200%;
  height: 200%;
}

/* video section */
.video-section {
  position: relative;
  overflow: hidden;
}

.bg-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: RGBA(var(--misiom-black-rgb, 24, 25, 28), 0.5);
}

/* social links */
.social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
}
.social-links a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
  background-color: var(--misiom-white2, #f1f3f5);
}
.social-links a:hover {
  background-color: var(--misiom-base, #ffa501);
}
.social-links__icon {
  display: inline-flex;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: var(--misiom-black, #18191c);
  transition: all 500ms ease;
}
.social-links__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.social-links a:hover .social-links__icon {
  color: var(--misiom-white, #ffffff);
  animation: slideBottom 400ms;
}

/* Marquee:
Two Lines, 
One Line To Right, 
One Line To Left */
.marquee {
  max-width: 100%;
  overflow: hidden;
}

.marquee--gsap .marquee__bottom,
.marquee--gsap .marquee__top,
.marquee-left--gsap .marquee__toleft,
.marquee-right--gsap .marquee__toright {
  translate: -moz-calc(-100% + 100vw) !important;
  translate: calc(-100% + 100vw) !important;
}

.marquee__top,
.marquee__bottom,
.marquee__toleft,
.marquee__toright {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  gap: 30px;
  width: max-content;
  will-change: transform;
}

.marquee__bottom {
  margin-top: 30px;
}

/* ratings */
.misiom-ratings {
  display: flex;
  align-items: center;
  gap: 5px;
}
.misiom-ratings__icon {
  display: inline-flex;
  font-size: 14px;
  color: var(--misiom-base, #ffa501);
  transition: all 500ms ease;
}
.misiom-ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* post pagination */
.post-pagination {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 991px) {
  .post-pagination {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .post-pagination {
    gap: 15px;
  }
}
.post-pagination__btn {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--misiom-base, #ffa501);
  text-align: center;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  overflow: hidden;
  border-radius: 5px;
  transition: all 400ms ease;
  background-color: var(--misiom-white2, #f1f3f5);
}
@media (max-width: 767px) {
  .post-pagination__btn {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 480px) {
  .post-pagination__btn {
    width: 41px;
    height: 41px;
  }
}
.post-pagination__btn:hover {
  color: var(--misiom-white, #ffffff);
  background-color: var(--misiom-base, #ffa501);
}
.post-pagination__btn.active {
  color: var(--misiom-white, #ffffff);
  background-color: var(--misiom-base, #ffa501);
}
.post-pagination__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.post-pagination__icon {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  color: var(--misiom-base, #ffa501);
  transition: all 400ms ease;
}
.post-pagination__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* progress bar */
.progress-box + .progress-box {
  margin-top: 18px;
}
.progress-box__title {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
@media (max-width: 440px) {
  .progress-box__title {
    font-size: 15px;
  }
}
.progress-box__bar {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: var(--misiom-white2, #f1f3f5);
}
.progress-box__bar__inner {
  position: relative;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  transition: all 800ms linear;
  background-color: var(--misiom-base, #ffa501);
}
.progress-box__number {
  position: absolute;
  right: 0px;
  bottom: calc(100% + 8px);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  color: var(--misiom-text, #797b81);
}
@media (max-width: 440px) {
  .progress-box__number {
    font-size: 15px;
  }
}

.bars {
  display: flex;
  gap: 0px;
  align-items: flex-end;
}

.bar-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.bar {
  height: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  background: RGBA(var(--misiom-black-rgb, 24, 25, 28), 0.2);
  transition: height 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.bar-wrap:not(:last-child) .bar::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: RGBA(var(--misiom-white-rgb, 255, 255, 255), 0.2);
}

.bar__label {
  font-size: 18px;
  font-weight: 600;
  color: var(--misiom-white, #ffffff);
  white-space: nowrap;
  letter-spacing: 0.04em;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  transition: opacity 0.4s ease 0.8s;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.bar.animated .bar__label {
  opacity: 1;
}

/* animate icon */
.animate-box {
  display: flex;
  gap: 0px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
}
.animate-box__icon {
  display: inline-flex;
  font-size: 13px;
  color: var(--misiom-base, #ffa501);
  opacity: 0;
  animation: fadeIcon 1.6s ease infinite;
}
.animate-box__icon:nth-child(1) {
  animation-delay: 100ms;
}
.animate-box__icon:nth-child(2) {
  animation-delay: 300ms;
}
.animate-box__icon:nth-child(3) {
  animation-delay: 500ms;
}
.animate-box__icon:nth-child(4) {
  animation-delay: 700ms;
}
.animate-box__icon:not(:last-child) {
  margin-bottom: -3px;
}
.animate-box__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

@keyframes fadeIcon {
  0%, 100% {
    opacity: 0;
    transform: translateY(-4px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
}
.uncover {
  position: relative;
  overflow: hidden;
}

.uncover__box {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
}

.uncover__slice {
  height: 100%;
  flex-grow: 1;
  background: #ffffff;
}

/* image cliping effect */
.bw-clip-anim {
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  position: relative;
}
.bw-clip-anim .bw-clip-anim-img {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.bw-clip-anim .mask {
  background-size: cover;
  background-position: center;
  transform: scale(1.005);
}
.bw-clip-anim > * {
  grid-area: 1/1/2/2;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.grid-reveal-anim {
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  position: relative;
}
.grid-reveal-anim .grid-reveal-anim-img {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.grid-reveal-anim .mask {
  background-size: cover;
  background-position: center;
  transform: scale(1.005);
}
.grid-reveal-anim > * {
  grid-area: 1/1/2/2;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

/* webgl images hover animation */
.bw-hover-img {
  display: block;
  position: relative;
}
.bw-hover-img canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

/* hover image */
.hover-item {
  position: relative;
}
.hover-item__box {
  position: absolute;
  width: 248px;
  height: 179px;
  top: 30%;
  left: 185px;
  pointer-events: none;
  transform: translate(-100%, -50%);
  overflow: hidden;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.5s ease-out;
  z-index: 1;
  border-radius: 20px;
}
.hover-item__box__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: transform 0.4s ease-out;
}

/* reveal image */
.bw-reveal-right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: none !important;
  transition: all 1s !important;
  transition-delay: 0.3s !important;
  transform: none !important;
  opacity: 1 !important;
}

.bw-reveal-right.aos-animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.bw-reveal-left {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: none !important;
  transition: all 1s !important;
  transition-delay: 0.4s !important;
  opacity: 1 !important;
  transform: none !important;
}

.bw-reveal-left.aos-animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.bw-reveal-top {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: none !important;
  transition: all 1.2s !important;
  transition-delay: 0.4s !important;
  opacity: 1 !important;
  transform: none !important;
}

.bw-reveal-top.aos-animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.bw-item-flip-in {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

/* owl slider buton, dots customize */
.misiom-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}
.misiom-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.misiom-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.misiom-owl__carousel--basic-nav.owl-carousel .owl-nav {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.misiom-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  width: 58px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  color: var(--misiom-text, #797b81);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: transparent;
  border: 1px solid var(--misiom-text, #797b81);
}
@media (max-width: 767px) {
  .misiom-owl__carousel--basic-nav.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}
.misiom-owl__carousel--basic-nav.owl-carousel .owl-nav button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.misiom-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
  color: var(--misiom-white, #ffffff);
  border-color: var(--misiom-base, #ffa501);
  background-color: var(--misiom-base, #ffa501);
}
.misiom-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
  border: none;
  outline: none;
  color: inherit;
}
.misiom-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.misiom-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  outline: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: transparent;
  border: 2px solid var(--misiom-black2, #17191b);
}
.misiom-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  background-color: transparent;
}
.misiom-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover, .misiom-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
  transform: scale(1.3);
  border-color: var(--misiom-base, #ffa501);
  background-color: var(--misiom-base, #ffa501);
}
.misiom-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span, .misiom-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
  background-color: transparent;
}
.misiom-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}
.misiom-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled,
.misiom-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
  display: none;
}

.custom-nav {
  display: inline-flex;
  gap: 65px;
  align-items: center;
  position: relative;
}
.custom-nav::after {
  content: "";
  width: calc(100% - 50px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--misiom-white2, #f1f3f5);
}
.custom-nav button {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  outline: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: var(--misiom-white, #ffffff);
  border-radius: 50%;
  transition: all 400ms ease;
  border: 1px solid var(--misiom-white, #ffffff);
  background-color: var(--misiom-black2, #17191b);
}
.custom-nav button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.custom-nav button:hover {
  border-color: var(--misiom-base, #ffa501);
  background-color: var(--misiom-base, #ffa501);
}
.custom-nav button span {
  border: none;
  outline: none;
  color: inherit;
}

.misiom-owl__carousel__counter {
  position: absolute;
  top: -87px;
  right: 67px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: var(--misiom-black2, #17191b);
}
.misiom-owl__carousel__counter__current {
  color: var(--misiom-base, #ffa501);
}
.misiom-owl__carousel__counter__total {
  position: relative;
}
.misiom-owl__carousel__counter__total::before {
  content: "/";
  position: absolute;
  top: 2px;
  left: -14px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 18px;
  color: var(--misiom-black3, #000000);
  font-weight: 700;
  line-height: 1;
}

.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--misiom-base, #ffa501);
}

.hammer {
  width: 22px;
  height: 22px;
  fill: var(--misiom-base, #ffa501);
}

.hammer path:nth-child(1),
.hammer path:nth-child(2) {
  animation: hammerBounce 3s ease-in-out infinite;
}

.hammer path:nth-child(3),
.hammer path:nth-child(4),
.hammer path:nth-child(5),
.hammer path:nth-child(6) {
  transform-origin: center;
  animation: hammerStrike 3s ease-in-out infinite;
}

.ui-datepicker .ui-datepicker-header {
  background-image: none;
  background-color: var(--misiom-black, #18191c);
  color: var(--misiom-white, #ffffff);
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
}
.ui-datepicker-calendar td {
  background-color: var(--misiom-text, #797b81);
  background-image: none;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  color: var(--misiom-text, #797b81);
}
.ui-datepicker-calendar td a {
  border-color: var(--misiom-border-color, #e1e2e7);
  background-color: var(--misiom-text, #797b81);
  background-image: none;
}
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: var(--misiom-border-color, #e1e2e7);
  background-color: var(--misiom-text, #797b81);
  background-image: none;
  color: var(--misiom-text, #797b81);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--misiom-white, #ffffff);
  background-color: var(--misiom-base, #ffa501);
}
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--misiom-white, #ffffff);
  background-color: var(--misiom-base, #ffa501);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--misiom-white, #ffffff);
  color: var(--misiom-black, #18191c);
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--misiom-base, #ffa501);
  color: var(--misiom-white, #ffffff);
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev:hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next:hover {
  right: 2px;
}

.preloader {
  position: fixed;
  background-color: var(--misiom-black2, #17191b);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9992;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}
.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 8px;
}
.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--misiom-base, #ffa501);
  position: relative;
  overflow: hidden;
}
.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--misiom-black2, #17191b);
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--misiom-base, #ffa501);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}
.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--misiom-base, #ffa501);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}
.custom-cursor__hover {
  background-color: var(--misiom-base, #ffa501);
  opacity: 0.4;
}
.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(-10px) rotate(-5deg);
    transform: translateY(-10px) translateX(-10px) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes squareMover {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes leafMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(-2deg) translateX(5px);
  }
  50% {
    transform: rotate(-4deg) translateX(10px);
  }
}
@keyframes messageMove {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes flowerRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25%, 75% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
@keyframes zump {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zumpBottom {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1.25);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}
@keyframes zoomIn2 {
  0% {
    transform: scale(0.5) rotate(0deg);
  }
  100% {
    transform: scale(1.25) rotate(45deg);
  }
}
@keyframes zoomIn3 {
  0% {
    transform: scale(0.7) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(45deg);
  }
}
@keyframes zoomIn4 {
  0% {
    transform: scale(0.5) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(45deg);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@keyframes zoom-out-in {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes moveX {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes moveX2 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes rotateReverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-359deg);
  }
}
@keyframes shapeRotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes wobble-horizontal-hover {
  16.65% {
    transform: translateX(5px);
  }
  33.3% {
    transform: translateX(-3px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, -190deg);
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, -170deg);
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes smartMove {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes smartMove2 {
  0% {
    width: 0;
  }
  15% {
    width: 126px;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 126px;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes smartMove3 {
  0% {
    width: 0;
  }
  15% {
    width: 173px;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 173px;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes rectMove {
  0%, 50%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%, 75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes moveBackground {
  0% {
    background-position: -1920px 100%;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes moveBackground2 {
  0% {
    background-position: 1920px 100%;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes moveBackgroundY {
  0% {
    background-position: 100% 1920px;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes slideTop {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideBottom {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideRight {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideLeft {
  49% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes animatedCircle {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes vibrant {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes vibrant2 {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(2px, -2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(-2px, 2px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes flyUp {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-40px) translateX(40px) rotate(-5deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes scrollRightToLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
}
@keyframes scrollLeftToRight {
  0% {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes shineFullHover {
  100% {
    height: 100%;
    width: 100%;
    opacity: 0;
  }
}
@keyframes shineFullHover {
  100% {
    height: 100%;
    width: 100%;
    opacity: 0;
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes speakerFloat {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-12px) rotate(-4deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
@keyframes emailFloat {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-4px) rotate(-5deg);
  }
  50% {
    transform: translateY(0px) rotate(5deg);
  }
  75% {
    transform: translateY(4px) rotate(-3deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
@keyframes phoneShake {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-12deg);
  }
  60% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* Add transition effect */
.bw-img-anim-left,
.bw-img-anim-right {
  transition: clip-path 0.5s ease-out;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-header {
  width: 100%;
  position: relative;
  position: absolute;
  top: 40px;
  left: 0px;
  z-index: 999;
  background-color: transparent;
}
@media (max-width: 1199px) {
  .main-header {
    top: 30px;
  }
}
.main-header__container {
  position: relative;
}
@media (min-width: 1200px) {
  .main-header__container {
    max-width: 1724px;
  }
}
.main-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header__left {
  display: flex;
  gap: 100px;
  align-items: center;
}
@media (max-width: 1499px) {
  .main-header__left {
    gap: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-header__left {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 375px) {
  .main-header__logo {
    margin-right: 30px;
  }
}
.main-header__logo a {
  display: inline-block;
}
.main-header__logo img {
  max-width: 100%;
  height: auto;
}
.main-header__nav {
  padding: 0px 46px 0px 30px;
  border-radius: 100px;
  background-color: var(--misiom-black3, #000000);
}
@media (max-width: 1199px) {
  .main-header__nav {
    display: none;
  }
}
.main-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 29px;
  border-radius: 100px;
  background-color: var(--misiom-black3, #000000);
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-header__right {
    display: none;
  }
}
.main-header__search {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .main-header__search {
    display: none;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .main-header__search {
    margin-right: 0px;
  }
}
.main-header__search__btn {
  width: 30px;
  height: 30px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--misiom-white, #ffffff);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: transparent;
  border: 1px solid RGBA(var(--misiom-white-rgb, 255, 255, 255), 0.2);
}
.main-header__search__btn:hover {
  background-color: var(--misiom-base, #ffa501);
}
.main-header__search__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-header__search__field {
  outline: none;
  border: none;
  font-size: 12px;
  font-weight: 400;
  color: var(--misiom-gray, #75767a);
  transition: all 500ms ease;
  width: 84px;
  background-color: transparent;
}
.main-header__search__field:focus {
  color: var(--misiom-white, #ffffff);
}
.main-header .sidebar-btn__toggler {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  margin-left: 21px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .main-header .sidebar-btn__toggler {
    margin-left: 50px;
  }
}
@media (max-width: 480px) {
  .main-header .sidebar-btn__toggler {
    margin-left: 40px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .main-header .sidebar-btn__toggler {
    display: none;
  }
}
.main-header .sidebar-btn__toggler::before {
  content: "";
  width: 1px;
  height: calc(100% + 5px);
  position: absolute;
  top: 50%;
  left: -21px;
  transform: translateY(-50%);
  background-color: RGBA(var(--misiom-white-rgb, 255, 255, 255), 0.2);
}
@media (max-width: 1199px) {
  .main-header .sidebar-btn__toggler::before {
    left: -25px;
  }
}
@media (max-width: 480px) {
  .main-header .sidebar-btn__toggler::before {
    left: -20px;
  }
}
.main-header .sidebar-btn__toggler__line {
  width: 7px;
  height: 7px;
  position: absolute;
  border-radius: 100px;
  transition: all 500ms ease;
  background-color: var(--misiom-white, #ffffff);
}
.main-header .sidebar-btn__toggler__line:nth-child(2), .main-header .sidebar-btn__toggler__line:nth-child(3) {
  background-color: var(--misiom-base, #ffa501);
}
.main-header .sidebar-btn__toggler__line:nth-child(1) {
  top: 0px;
  left: 0px;
}
.main-header .sidebar-btn__toggler__line:nth-child(2) {
  top: 0px;
  right: 0px;
}
.main-header .sidebar-btn__toggler__line:nth-child(3) {
  left: 0px;
  bottom: 0px;
}
.main-header .sidebar-btn__toggler__line:nth-child(4) {
  right: 0px;
  bottom: 0px;
}
.main-header .sidebar-btn__toggler:hover .sidebar-btn__toggler__line {
  background-color: var(--misiom-base, #ffa501);
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  visibility: hidden;
  transform: translateY(-100%);
  background-color: var(--misiom-black3, #000000);
  box-shadow: 0px 3px 18px rgba(var(--misiom-black-rgb, 24, 25, 28), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: transform 500ms ease, visibility 500ms ease;
}
.sticky-header--cloned.active {
  visibility: visible;
  transform: translateY(0%);
}
@media (max-width: 1199px) {
  .sticky-header--cloned .main-header__inner {
    padding: 17px 0px;
  }
}
.sticky-header--cloned .main-menu .main-menu__list > li {
  padding-top: 36px;
  padding-bottom: 36px;
}
.sticky-header--cloned .main-header__right {
  background-color: var(--misiom-black, #18191c);
}

.mobile-nav__btn {
  width: 28px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}
@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}
.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  transition: all 500ms ease;
  background-color: var(--misiom-white, #ffffff);
}
.mobile-nav__btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mobile-nav__btn:hover span {
  background-color: var(--misiom-base, #ffa501);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  position: relative;
  padding-top: 21px;
  padding-bottom: 21.5px;
}
.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}
.main-menu .main-menu__list > li + li {
  margin-left: 36px;
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 25px;
  }
}
.main-menu .main-menu__list > li > a {
  padding-left: 15px;
  position: relative;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  color: var(--misiom-white, #ffffff);
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li > a::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: -50%;
  opacity: 0;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 500ms ease;
  background-color: var(--misiom-base, #ffa501);
}
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a {
  color: var(--misiom-base, #ffa501);
}
.main-menu .main-menu__list > li > a:hover::before,
.main-menu .main-menu__list > li.current > a::before,
.main-menu .main-menu__list > li.megamenu:hover > a::before,
.main-menu .main-menu__list > li.dropdown:hover > a::before {
  left: 0px;
  opacity: 1;
}
.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 20px 11px;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--misiom-white, #ffffff);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > .megamenu {
  position: static;
}
.main-menu .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: -15px !important;
  right: -15px !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  transition: all 300ms linear 0ms;
  transform: perspective(500px) rotateX(-20deg);
  transform-origin: 50% 0%;
  pointer-events: none;
}
.main-menu .main-menu__list li.megamenu:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: perspective(500px) rotateX(0);
}
.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}
.main-menu .main-menu__list li ul li:last-child {
  margin-bottom: 0px;
}
.main-menu .main-menu__list li.megamenu ul li {
  margin: 0;
}
.main-menu .main-menu__list li ul li > a {
  display: flex;
  padding: 8px 15px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 14px;
  line-height: 26px;
  color: var(--misiom-black, #18191c);
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: 400ms;
  text-transform: uppercase;
}
.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  color: var(--misiom-white, #ffffff);
  background-color: var(--misiom-base, #ffa501);
}
.main-menu .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.main-menu .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu {
  /* after third level no menu */
}
.main-menu .main-menu__list li ul li > ul ul {
  display: none;
}

.main-menu-five .main-menu__list > li.current > a,
.main-menu-five .main-menu__list > li:hover > a {
  color: var(--misiom-base, #ffa501) !important;
  text-shadow: 0 0 0.5px currentColor;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .main-menu__list li:nth-last-child(1) ul li > ul,
  .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: var(--misiom-white, #ffffff);
  display: block !important;
  margin: 0;
}

.main-menu__list > li.megamenu-clickable > ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

.mobile-nav__content .demo-one .container {
  padding-left: 15px;
  padding-right: 15px;
}

.megamenu-popup {
  position: relative;
}
.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  color: var(--misiom-black, #18191c);
}
@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}
.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--misiom-base, #ffa501);
}
.megamenu-popup .megamenu-clickable--close span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}
.megamenu-popup .megamenu-clickable--close span::before, .megamenu-popup .megamenu-clickable--close span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.megamenu-popup .megamenu-clickable--close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid var(--misiom-border-color, #e1e2e7);
}
.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}
.mobile-nav__wrapper .home-showcase__title {
  color: var(--misiom-white, #ffffff);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.8;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 65px 15px 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  background-color: var(--misiom-black, #18191c);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  display: inline-flex;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: var(--misiom-white, #ffffff);
  cursor: pointer;
  transition: all 500ms ease;
}
.mobile-nav__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.mobile-nav__close:hover {
  color: var(--misiom-base, #ffa501);
  transform: rotate(90deg);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--misiom-white-rgb, 255, 255, 255), 0.05);
}

.mobile-nav__content .main-menu__list > li.main-logo {
  display: none;
}

.mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--misiom-white-rgb, 255, 255, 255), 0.05);
}

.mobile-nav__content .main-menu__list li > a {
  height: 46px;
  display: flex;
  justify-content: space-between;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  line-height: 30px;
  color: var(--misiom-white, #ffffff);
  font-size: 15px;
  font-weight: 500;
  align-items: center;
  letter-spacing: 0.5px;
  transition: 500ms;
  text-transform: uppercase;
}

.mobile-nav__content .main-menu__list > li > ul > li > a {
  font-size: 14px;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--misiom-base, #ffa501);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  color: var(--misiom-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  background-color: var(--misiom-base, #ffa501);
  transition: transform 500ms ease;
}
.mobile-nav__content .main-menu__list li a button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  color: var(--misiom-black2, #17191b);
  transform: rotate(0deg);
  background-color: var(--misiom-white, #ffffff);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mobile-nav__contact li {
  display: flex;
  align-items: center;
  position: relative;
  color: var(--misiom-white, #ffffff);
  font-size: 16px;
  font-weight: 500;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: var(--misiom-base, #ffa501);
}
.mobile-nav__contact__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 12px;
  color: var(--misiom-white, #ffffff);
  background-color: var(--misiom-base, #ffa501);
}
.mobile-nav__contact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__content .social-links {
  gap: 12px;
}
.mobile-nav__content .social-links a {
  width: 32px;
  height: 32px;
  border: none;
  background-color: var(--misiom-base, #ffa501);
}
.mobile-nav__content .social-links a:hover {
  background-color: var(--misiom-white, #ffffff);
}
.mobile-nav__content .social-links__icon {
  font-size: 14px;
  color: var(--misiom-white, #ffffff);
}
.mobile-nav__content .social-links a:hover .social-links__icon {
  color: var(--misiom-base, #ffa501);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.form-one__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin: 0px;
}
@media (min-width: 768px) {
  .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}
.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  border-radius: 0px;
}
.form-one .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.form-one .bootstrap-select .dropdown-menu {
  border-radius: 0px;
}
.form-one .bootstrap-select > .dropdown-toggle {
  height: 60px;
  outline: none !important;
  border: 0;
  position: relative;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  color: var(--misiom-text, #797b81) !important;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  line-height: 60px;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
  background-color: var(--misiom-white2, #f1f3f5) !important;
}
@media (max-width: 767px) {
  .form-one .bootstrap-select > .dropdown-toggle {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.form-one .bootstrap-select > .dropdown-toggle::before {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  color: var(--misiom-text, #797b81);
}
@media (max-width: 767px) {
  .form-one .bootstrap-select > .dropdown-toggle::before {
    right: 25px;
  }
}
.form-one .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--misiom-border-color, #e1e2e7);
}
.form-one .bootstrap-select .dropdown-menu {
  border: none;
}
.form-one .bootstrap-select .dropdown-menu > li > a {
  padding: 10px 30px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 15px;
  font-weight: 500;
  color: var(--misiom-text, #797b81);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: var(--misiom-white2, #f1f3f5);
}
@media (max-width: 767px) {
  .form-one .bootstrap-select .dropdown-menu > li > a {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.form-one .bootstrap-select .dropdown-menu > li:hover > a,
.form-one .bootstrap-select .dropdown-menu > li.selected > a {
  color: var(--misiom-white, #ffffff);
  border-color: var(--misiom-base, #ffa501);
  background-color: var(--misiom-base, #ffa501);
}
.form-one .bootstrap-select > .dropdown-toggle {
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle {
  background-color: var(--misiom-white2, #f1f3f5) !important;
}
.form-one .bootstrap-select > .dropdown-toggle,
.form-one input[type=text],
.form-one input[type=email],
.form-one input[type=password],
.form-one input[type=search],
.form-one input[type=tel],
.form-one textarea {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  outline: none;
  padding: 0px 30px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--misiom-text, #797b81);
  border-radius: 20px;
  transition: all 500ms ease;
  background-color: var(--misiom-white2, #f1f3f5);
}
@media (max-width: 767px) {
  .form-one .bootstrap-select > .dropdown-toggle,
  .form-one input[type=text],
  .form-one input[type=email],
  .form-one input[type=password],
  .form-one input[type=search],
  .form-one input[type=tel],
  .form-one textarea {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.form-one .bootstrap-select > .dropdown-toggle:focus,
.form-one input[type=text]:focus,
.form-one input[type=email]:focus,
.form-one input[type=password]:focus,
.form-one input[type=search]:focus,
.form-one input[type=tel]:focus,
.form-one textarea:focus {
  color: var(--misiom-black, #18191c);
}
.form-one textarea {
  height: 158px;
  padding-top: 10px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-one {
  background-color: var(--misiom-white, #ffffff);
  position: relative;
  margin-bottom: -9px;
}
@media (min-width: 1200px) {
  .contact-one .container {
    max-width: 1725px;
  }
}
.contact-one .col-xl-7 {
  width: 61.57%;
}
@media (max-width: 1599px) {
  .contact-one .col-xl-7 {
    width: 55%;
  }
}
@media (max-width: 1199px) {
  .contact-one .col-xl-7 {
    width: 100%;
  }
}
.contact-one .col-xl-5 {
  width: 38.43%;
}
@media (max-width: 1599px) {
  .contact-one .col-xl-5 {
    width: 45%;
  }
}
@media (max-width: 1199px) {
  .contact-one .col-xl-5 {
    width: 100%;
  }
}
.contact-one__content {
  position: relative;
  padding: 120px 180px;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--misiom-white2, #f1f3f5);
}
@media (max-width: 1599px) {
  .contact-one__content {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 1399px) {
  .contact-one__content {
    padding: 91px 60px;
  }
}
@media (max-width: 1199px) {
  .contact-one__content {
    padding: 100px;
  }
}
@media (max-width: 991px) {
  .contact-one__content {
    padding: 60px;
  }
}
@media (max-width: 991px) {
  .contact-one__content {
    padding: 50px;
  }
}
@media (max-width: 575px) {
  .contact-one__content {
    padding: 40px;
  }
}
@media (max-width: 440px) {
  .contact-one__content {
    padding: 30px;
  }
}
.contact-one__content__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: inherit;
}
.contact-one .sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
.contact-one .sec-title__top {
  margin-bottom: 7px;
}
.contact-one .sec-title__top__box {
  background-color: transparent;
}
.contact-one__form {
  position: relative;
  z-index: 1;
}
.contact-one .form-one .bootstrap-select > .dropdown-toggle,
.contact-one .form-one .bootstrap-select .dropdown-menu > li > a,
.contact-one .form-one input[type=text],
.contact-one .form-one input[type=email],
.contact-one .form-one input[type=password],
.contact-one .form-one input[type=search],
.contact-one .form-one input[type=tel],
.contact-one .form-one textarea {
  height: 49px;
  background-color: var(--misiom-white, #ffffff) !important;
  font-size: 14px;
}
.contact-one .form-one .bootstrap-select > .dropdown-toggle::before {
  line-height: 49px;
}
.contact-one .form-one textarea {
  height: 158px;
  padding-top: 20px;
}
.contact-one .form-one .bootstrap-select .dropdown-menu > li:hover > a,
.contact-one .form-one .bootstrap-select .dropdown-menu > li.selected > a {
  background-color: var(--misiom-base, #ffa501) !important;
}
.contact-one__image {
  position: relative;
}
.contact-one__image__content {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--misiom-base, #ffa501);
}
@media (max-width: 767px) {
  .contact-one__image__content {
    position: static;
    margin-bottom: 40px;
  }
}
.contact-one__image__inner {
  padding: 60px 60px 43px 70px;
}
@media (max-width: 767px) {
  .contact-one__image__inner {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .contact-one__image__inner {
    padding: 30px 30px 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .contact-one__image__inner {
    padding: 40px;
  }
}
.contact-one__image__inner .misiom-btn-two {
  padding: 4.5px 59px 4.5px 30px;
}
.contact-one__image__inner .misiom-btn-two__text {
  font-size: 12px;
}
.contact-one__image__inner .misiom-btn-two__icon-box {
  width: 39px;
  height: 39px;
}
.contact-one__image__inner .misiom-btn-two__icon {
  width: 39px;
  height: 39px;
}
.contact-one__image__inner .misiom-btn-two__icon span {
  font-size: 16px;
}
.contact-one__image__title {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--misiom-white, #ffffff);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contact-one__image__title {
    font-size: 35px;
  }
}
@media (max-width: 440px) {
  .contact-one__image__title {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .contact-one__image__title {
    font-size: 26px;
  }
}
.contact-one__image__text {
  margin-bottom: 32px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-white, #ffffff);
  font-weight: 500;
  line-height: 1.875;
}
.contact-one__image__slide-text {
  position: relative;
  z-index: 1;
}
.contact-one__image__slide-text__scroll {
  width: -webkit-calc((420px * 16) + (30px * 16));
  width: -moz-calc((420px * 16) + (30px * 16));
  min-width: 100%;
  height: 100%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0 0 -3px;
  -webkit-animation: scrollRightToLeft 20s linear infinite;
  -moz-animation: scrollRightToLeft 20s linear infinite;
  animation: scrollRightToLeft 20s linear infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.contact-one__image__slide-text__scroll:hover {
  animation-play-state: paused;
}
.contact-one__image__slide-text__title {
  font-size: 70px;
  font-weight: 700;
  line-height: 60px;
  color: RGBA(var(--misiom-black-rgb, 24, 25, 28), 0.102);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contact-one__image__slide-text__title {
    font-size: 65px;
    line-height: 55px;
  }
}
@media (max-width: 480px) {
  .contact-one__image__slide-text__title {
    font-size: 60px;
    line-height: 50px;
  }
}
@media (max-width: 440px) {
  .contact-one__image__slide-text__title {
    font-size: 40px;
    line-height: 30px;
  }
}
.contact-one__image__box {
  display: inline-block;
  border-radius: 20px;
}
.contact-one__image img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}

.contact-two {
  background-color: var(--misiom-white, #ffffff);
}
@media (min-width: 1200px) {
  .contact-two .container {
    max-width: 1604px;
  }
}
.contact-two__top {
  padding-left: 120px;
}
@media (max-width: 1599px) {
  .contact-two__top {
    padding-left: 76px;
  }
}
@media (max-width: 1399px) {
  .contact-two__top {
    padding-left: 45px;
  }
}
@media (max-width: 1199px) {
  .contact-two__top {
    padding-left: 129px;
  }
}
@media (max-width: 991px) {
  .contact-two__top {
    padding-left: 0px;
  }
}
.contact-two .sec-title {
  margin-bottom: 48px;
}
.contact-two .col-xl-7 {
  width: 58.65%;
}
@media (max-width: 1199px) {
  .contact-two .col-xl-7 {
    width: 100%;
  }
}
.contact-two .col-xl-5 {
  width: 41.35%;
  line-height: 1;
}
@media (max-width: 1199px) {
  .contact-two .col-xl-5 {
    width: 100%;
  }
}
.contact-two__info {
  position: relative;
  top: -6px;
  max-width: 672px;
  display: flex;
  gap: 30px 200px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0px auto 47px;
}
@media (max-width: 991px) {
  .contact-two__info {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-two__info {
    gap: 30px 60px;
  }
}
@media (max-width: 575px) {
  .contact-two__info {
    flex-direction: column;
  }
}
.contact-two__info__box {
  flex: 0 0 auto;
  width: calc(50% - 100px);
  position: relative;
}
@media (max-width: 767px) {
  .contact-two__info__box {
    width: calc(50% - 30px);
  }
}
@media (max-width: 575px) {
  .contact-two__info__box {
    width: 50%;
  }
}
.contact-two__info__box:first-child::after {
  content: "";
  width: 1px;
  height: calc(100% - 16px);
  position: absolute;
  top: calc(50% - 4px);
  right: -100px;
  transform: translateY(-50%);
  background-color: var(--misiom-border-color, #e1e2e7);
}
@media (max-width: 767px) {
  .contact-two__info__box:first-child::after {
    right: -30px;
  }
}
@media (max-width: 575px) {
  .contact-two__info__box:first-child::after {
    display: none;
  }
}
.contact-two__info__title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.272;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
.contact-two__info__text + .contact-two__info__text {
  margin-top: -4px;
}
.contact-two__info__text {
  margin-bottom: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}
.contact-two__info__text--phone {
  font-size: 20px;
  color: var(--misiom-black, #18191c);
}
.contact-two__info__text a {
  color: inherit;
}
.contact-two__info__text a:hover {
  color: var(--misiom-base, #ffa501);
}
.contact-two__info__text a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contact-two__info__text a:hover {
  background-size: 100% 1px;
}
.contact-two__form {
  padding: 120px;
  border-radius: 20px;
  background-color: var(--misiom-white2, #f1f3f5);
}
@media (max-width: 1599px) {
  .contact-two__form {
    padding: 80px;
  }
}
@media (max-width: 1399px) {
  .contact-two__form {
    padding: 50px;
  }
}
@media (max-width: 1199px) {
  .contact-two__form {
    padding: 80px;
  }
}
@media (max-width: 991px) {
  .contact-two__form {
    padding: 50px;
  }
}
@media (max-width: 575px) {
  .contact-two__form {
    padding: 40px;
  }
}
@media (max-width: 440px) {
  .contact-two__form {
    padding: 30px;
  }
}
.contact-two .form-one .bootstrap-select > .dropdown-toggle,
.contact-two .form-one .bootstrap-select .dropdown-menu > li > a,
.contact-two .form-one input[type=text],
.contact-two .form-one input[type=email],
.contact-two .form-one input[type=password],
.contact-two .form-one input[type=search],
.contact-two .form-one input[type=tel],
.contact-two .form-one textarea {
  height: 49px;
  background-color: var(--misiom-white, #ffffff) !important;
}
.contact-two .form-one textarea {
  height: 158px;
}
.contact-two .form-one .bootstrap-select .dropdown-menu > li:hover > a,
.contact-two .form-one .bootstrap-select .dropdown-menu > li.selected > a {
  background-color: var(--misiom-base, #ffa501) !important;
}
.contact-two__image {
  display: inline-block;
  border-radius: 20px;
}
.contact-two__image img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}

.contact-info {
  background-color: var(--misiom-white, #ffffff);
}
.contact-info__top {
  max-width: 1090px;
  margin: 0px auto;
  padding-top: 60px;
  position: relative;
}
@media (max-width: 991px) {
  .contact-info__top {
    padding-top: 0px;
  }
}
.contact-info__logo {
  width: 698px;
  height: 698px;
  padding: 60px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-radius: 50%;
  background-color: var(--misiom-white, #ffffff);
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.05));
}
@media (max-width: 991px) {
  .contact-info__logo {
    display: none;
  }
}
.contact-info__logo img {
  max-width: 100%;
  height: auto;
}
.contact-info__content {
  width: 600px;
  height: 600px;
  position: relative;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  padding: 135px 100px 112px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--misiom-black, #18191c);
}
@media (max-width: 991px) {
  .contact-info__content {
    width: 100%;
    height: auto;
    position: static;
    margin-bottom: 40px;
    padding: 40px 40px 52px;
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  .contact-info__content {
    padding: 36px 30px 42px;
  }
}
.contact-info__content::after {
  content: "";
  width: calc(100% - 61px);
  height: calc(100% - 61px);
  position: absolute;
  top: 60px;
  right: 60px;
  border-radius: inherit;
  border: 1px solid RGBA(var(--misiom-white-rgb, 255, 255, 255), 0.1);
}
@media (max-width: 1199px) {
  .contact-info__content::after {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
  }
}
@media (max-width: 991px) {
  .contact-info__content::after {
    display: none;
  }
}
.contact-info__title {
  margin-bottom: 32px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  color: var(--misiom-white, #ffffff);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contact-info__title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .contact-info__title {
    font-size: 40px;
  }
}
@media (max-width: 440px) {
  .contact-info__title {
    font-size: 35px;
  }
}
.contact-info__title span {
  font-weight: 700;
  color: var(--misiom-base, #ffa501);
}
.contact-info .misiom-btn:hover {
  color: var(--misiom-black, #18191c);
}
.contact-info .misiom-btn::before, .contact-info .misiom-btn::after {
  background-color: var(--misiom-white, #ffffff);
}
.contact-info .container-fluid {
  max-width: 1690px;
}
.contact-info__wrapper {
  margin-top: -115px;
  padding: 76px 0px 71px;
  position: relative;
  z-index: 2;
  border-radius: 20px 20px 0px 0px;
  background-color: var(--misiom-base, #ffa501);
}
@media (max-width: 991px) {
  .contact-info__wrapper {
    margin-top: 0px;
  }
}
.contact-info__wrapper__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: inherit;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 1199px) {
  .contact-info__wrapper__bg {
    display: none;
  }
}
.contact-info__wrapper__bg img {
  margin-top: -310px;
}
.contact-info__wrapper__content {
  position: relative;
  z-index: 1;
}
.contact-info__wrapper .row > * {
  position: relative;
}
.contact-info__item--1 {
  padding-right: 40px;
}
@media (max-width: 991px) {
  .contact-info__item--1 {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .contact-info__item--1 {
    margin-bottom: 40px;
  }
}
.contact-info__item--2 {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .contact-info__item--2 {
    padding-left: 0px;
  }
}
.contact-info__item__icon {
  display: inline-flex;
  margin-bottom: 18px;
  font-size: 60px;
  color: var(--misiom-white, #ffffff);
}
.contact-info__item__icon--email {
  animation: emailFloat 2s ease-in-out infinite;
}
.contact-info__item__icon--phone {
  animation: phoneShake 1s ease-in-out infinite;
  transform-origin: center;
  width: 60px;
  height: 60px;
  background-color: var(--misiom-white, #ffffff);
  font-size: 36px;
  color: var(--misiom-base, #ffa501);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.contact-info__item__link {
  padding-bottom: 27px;
  margin-bottom: 22px;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: var(--misiom-white, #ffffff);
  border-bottom: 1px solid RGBA(var(--misiom-black-rgb, 24, 25, 28), 0.102);
}
@media (max-width: 430px) {
  .contact-info__item__link {
    font-size: 25px;
  }
}
@media (max-width: 375px) {
  .contact-info__item__link {
    font-size: 22px;
  }
}
.contact-info__item__link a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contact-info__item__link a:hover {
  background-size: 100% 1px;
}
.contact-info__item__text {
  margin-bottom: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-white, #ffffff);
  font-weight: 500;
  line-height: 1.875;
}
.contact-info__image {
  margin: auto;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -71px;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-one {
  margin-top: 52px;
}
.comments-one__title {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.333;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .comments-one__title {
    margin-bottom: 40px;
  }
}
.comments-one__list {
  margin: 0px;
}
.comments-one__card {
  display: grid;
  grid-gap: 30px 40px;
  grid-template-columns: 166px auto;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--misiom-border-color, #e1e2e7);
}
@media (max-width: 767px) {
  .comments-one__card {
    grid-template-columns: auto;
  }
}
.comments-one__card:not(:last-child) {
  margin-bottom: 40px;
}
.comments-one__image {
  width: 166px;
}
@media (max-width: 767px) {
  .comments-one__image {
    width: 140px;
  }
}
.comments-one__image img {
  width: 166px;
  height: 166px;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .comments-one__image img {
    width: 140px;
    height: 140px;
  }
}
.comments-one__top {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 30px;
}
@media (max-width: 991px) {
  .comments-one__top {
    margin-bottom: 25px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.comments-one__left {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 440px) {
  .comments-one__left {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.comments-one__name {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
.comments-one__date {
  margin-bottom: 0px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  color: var(--misiom-base, #ffa501);
}
.comments-one__date::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  width: 19px;
  height: 1px;
  margin-right: 9px;
  background-color: var(--misiom-base, #ffa501);
}
@media (max-width: 575px) {
  .comments-one__date::before {
    display: none;
  }
}
.comments-one__reply {
  padding: 11px 30px;
  color: var(--misiom-text, #797b81);
  background-color: var(--misiom-white2, #f1f3f5);
}
.comments-one__reply:hover {
  color: var(--misiom-white, #ffffff);
}
.comments-one__reply::before, .comments-one__reply::after {
  background-color: var(--misiom-base, #ffa501);
}
.comments-one__text {
  margin-bottom: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}

.comments-form {
  margin-top: 52px;
}
.comments-form__title {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.333;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .comments-form__title {
    margin-bottom: 40px;
  }
}
.comments-form .misiom-btn {
  padding-top: 21.25px;
  padding-bottom: 21.25px;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-area {
  position: relative;
  padding: 205px 0px;
}
@media (max-width: 767px) {
  .video-area {
    padding: 180px 0px;
  }
}
@media (max-width: 480px) {
  .video-area {
    padding: 170px 0px;
  }
}
.video-area .container {
  position: relative;
  z-index: 1;
}
.video-area .video-btn {
  margin: 0px auto;
}

.team-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.team-card__image {
  overflow: hidden;
  border-radius: 20px;
}
.team-card__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
}
.team-card__content {
  width: 100%;
  padding: 30px 100px 30px 30px;
  position: relative;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}
@media (max-width: 991px) {
  .team-card__content {
    padding: 30px;
  }
}
@media (max-width: 360px) {
  .team-card__content {
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-card__content {
    padding: 20px;
  }
}
.team-card__content::after {
  content: "";
  width: 100%;
  height: 108px;
  position: absolute;
  left: 0px;
  bottom: -10px;
  opacity: 0;
  transform: translateY(100%);
  transition: all 500ms ease 0ms;
  background-image: var(--after-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  filter: blur(12px);
  background-color: var(--misiom-black, #18191c);
  mix-blend-mode: luminosity;
}
.team-card__content__box {
  position: relative;
  z-index: 1;
  padding: 33px 30px 38px 38px;
  border-radius: 20px;
  background-color: var(--misiom-white, #ffffff);
  opacity: 0;
  perspective: 4000px;
  transition: all 500ms ease;
  transform: rotateX(90deg) scale(0.5);
}
@media (max-width: 390px) {
  .team-card__content__box {
    padding: 23px 30px 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-card__content__box {
    padding: 23px 30px 28px;
  }
}
.team-card:hover .team-card__content::after {
  opacity: 1;
  transition-delay: 200ms;
  transform: translateY(0px);
}
.team-card:hover .team-card__content__box {
  opacity: 1;
  transform: rotateX(0) scale(1);
}
.team-card__designation {
  margin-bottom: -1px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  color: var(--misiom-text, #797b81);
  text-transform: uppercase;
}
.team-card__name {
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.333;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
.team-card__name a {
  color: inherit;
}
.team-card__name a:hover {
  color: var(--misiom-base, #ffa501);
}
.team-card__name a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-card__name a:hover {
  background-size: 100% 1px;
}
.team-card__social {
  display: flex;
  gap: 7px;
  align-items: center;
  margin: 0px;
}
.team-card__social li {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: var(--misiom-text, #797b81);
  text-transform: capitalize;
}
.team-card__social a {
  color: inherit;
}
.team-card__social a:hover {
  color: var(--misiom-base, #ffa501);
}

.team-one {
  background-color: var(--misiom-white, #ffffff);
}

.team-two {
  position: relative;
  background-color: var(--misiom-black, #18191c);
}
.team-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.team-two .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1300px) {
  .team-two .container {
    max-width: 1816px;
    margin-left: auto;
    margin-right: 0px;
    padding-right: 0px;
  }
}
.team-two .row {
  --bs-gutter-x: 60px;
}
@media (max-width: 1599px) {
  .team-two .row {
    --bs-gutter-x: 40px;
  }
}
.team-two .col-xl-4 {
  width: 33.9%;
}
@media (max-width: 1299px) {
  .team-two .col-xl-4 {
    width: 100%;
  }
}
.team-two .col-xl-8 {
  width: 66.1%;
}
@media (max-width: 1299px) {
  .team-two .col-xl-8 {
    width: 100%;
  }
}
.team-two__content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.team-two__content .sec-title__top__box {
  border-color: RGBA(var(--misiom-border-color-rgb, 225, 226, 231), 0.1);
}
.team-two .sec-title {
  margin-bottom: 39px;
}
@media (max-width: 1299px) {
  .team-two .sec-title {
    text-align: center;
  }
}
@media (max-width: 1499px) {
  .team-two .sec-title__title {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .team-two .sec-title__title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .team-two .sec-title__title {
    font-size: 35px;
  }
}
.team-two__text {
  margin-bottom: 31px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}
@media (min-width: 1300px) {
  .team-two__text {
    padding-right: 0;
  }
}
@media (max-width: 1299px) {
  .team-two__text .line {
    justify-content: center;
  }
}
.team-two__info {
  padding-top: 34px;
  border-top: 1px solid RGBA(var(--misiom-white-rgb, 255, 255, 255), 0.102);
}
@media (max-width: 1299px) {
  .team-two__info {
    text-align: center;
  }
}
.team-two__info__title {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.375;
  color: var(--misiom-white, #ffffff);
  text-transform: uppercase;
}
@media (max-width: 1499px) {
  .team-two__info__title {
    font-size: 18px;
  }
}
.team-two__info__title span {
  color: var(--misiom-base, #ffa501);
}
.team-two__info__btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--misiom-white, #ffffff);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--misiom-base, #ffa501);
}
@media (max-width: 1299px) {
  .team-two__info__btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.team-two__info__btn:hover {
  color: var(--misiom-black, #18191c);
  background-color: var(--misiom-white, #ffffff);
}
.team-two__info__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* Team Details */
.team-details {
  background-color: var(--misiom-white, #ffffff);
}
.team-details__image {
  display: inline-block;
  border-radius: 20px;
}
.team-details__image img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}
.team-details__content {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .team-details__content {
    padding-left: 0px;
  }
}
.team-details__name {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .team-details__name {
    font-size: 30px;
  }
}
@media (max-width: 390px) {
  .team-details__name {
    font-size: 25px;
  }
}
.team-details__designation {
  margin-bottom: 20px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.625;
  text-transform: capitalize;
}
.team-details .social-links {
  margin-bottom: 21px;
}
.team-details__about {
  margin-bottom: 21px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}
.team-details__info__title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
.team-details__info__list {
  margin-bottom: 25px;
}
.team-details__info__list li + li {
  margin-top: 10px;
}
.team-details__info__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}
.team-details__info__list__icon {
  position: relative;
  top: 0px;
  flex-shrink: 0;
  color: var(--misiom-base, #ffa501);
}
.team-details__info__skill {
  margin-bottom: 30px;
}
.team-details__qualification__title {
  margin-bottom: 14px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .team-details__qualification__title {
    font-size: 25px;
  }
}
@media (max-width: 430px) {
  .team-details__qualification__title {
    font-size: 22px;
  }
}
.team-details__qualification__text {
  margin-bottom: 21px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}
.team-details__qualification__certificate {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
}
.team-details__qualification__item img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.blog-card {
  position: relative;
}
.blog-card__image {
  display: block;
  margin-bottom: 26px;
  border-radius: 20px;
}
.blog-card__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
}
.blog-card__meta {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.blog-card__meta li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--misiom-text, #797b81);
}
.blog-card__meta li:not(:last-child)::after {
  content: "/";
  margin-left: 6px;
  margin-right: 6px;
}
.blog-card__meta li a {
  color: var(--misiom-black, #18191c);
}
.blog-card__meta li a:hover {
  color: var(--misiom-base, #ffa501);
  text-transform: capitalize;
}
.blog-card__title {
  margin-bottom: 17px;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
@media (max-width: 375px) {
  .blog-card__title {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__title {
    font-size: 18px;
  }
}
.blog-card__title a {
  color: inherit;
}
.blog-card__title a:hover {
  color: var(--misiom-base, #ffa501);
}
.blog-card__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card__title a:hover {
  background-size: 100% 1px;
}
.blog-card .misiom-btn-two {
  padding: 3.5px 58px 3.5px 29px;
}
.blog-card .misiom-btn-two:hover {
  border-color: var(--misiom-base, #ffa501);
}
.blog-card .misiom-btn-two:hover .misiom-btn-two__icon span {
  color: var(--misiom-white, #ffffff);
}
.blog-card .misiom-btn-two__text {
  font-size: 12px;
}
.blog-card .misiom-btn-two__icon-box {
  width: 39px;
  height: 39px;
  right: -1px;
}
.blog-card .misiom-btn-two__icon {
  width: 39px;
  height: 39px;
}
.blog-card .misiom-btn-two__icon span {
  font-size: 16px;
  color: var(--misiom-text, #797b81);
}
.blog-card__text {
  margin-bottom: 21px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}
.blog-card--two .blog-card__meta, .blog-card--three .blog-card__meta {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--misiom-border-color, #e1e2e7);
}
.blog-card--two .blog-card__title {
  margin-bottom: 0px;
}
.blog-card--three .blog-card__title {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.333;
}
@media (max-width: 767px) {
  .blog-card--three .blog-card__title {
    font-size: 26px;
  }
}
@media (max-width: 440px) {
  .blog-card--three .blog-card__title {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card--three .blog-card__title {
    font-size: 26px;
  }
}

.blog-one,
.blog-two,
.blog-three {
  background-color: var(--misiom-white, #ffffff);
}
.blog-one--sidebar .post-pagination,
.blog-two--sidebar .post-pagination,
.blog-three--sidebar .post-pagination {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .blog-one--sidebar .post-pagination,
  .blog-two--sidebar .post-pagination,
  .blog-three--sidebar .post-pagination {
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .blog-one .container {
    max-width: 1500px;
  }
}

@media (min-width: 1400px) {
  .blog-two--section .container {
    max-width: 1724px;
  }
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
  background-color: var(--misiom-white, #ffffff);
}
.blog-details__info {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--misiom-border-color, #e1e2e7);
}
.blog-details__info li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--misiom-text, #797b81);
  text-transform: capitalize;
}
.blog-details__info li:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  margin-right: 8px;
}
.blog-details__info li span {
  color: var(--misiom-black, #18191c);
}
.blog-details__title {
  margin-bottom: 38px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.12;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .blog-details__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .blog-details__title {
    font-size: 30px;
  }
}
@media (max-width: 440px) {
  .blog-details__title {
    font-size: 25px;
  }
}
.blog-details__title--sm {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 1199px) {
  .blog-details__title--sm {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .blog-details__title--sm {
    font-size: 25px;
  }
}
@media (max-width: 440px) {
  .blog-details__title--sm {
    font-size: 20px;
  }
}
.blog-details__thumbnail {
  margin-bottom: 34px;
}
.blog-details__thumbnail .scale-anim {
  border-radius: 20px;
}
.blog-details__thumbnail img {
  width: 100%;
  display: block;
  border-radius: 20px;
}
.blog-details__description {
  margin-bottom: 37px;
}
.blog-details__text {
  margin-bottom: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}
.blog-details__text + .blog-details__text {
  margin-top: 15px;
}
.blog-details__image {
  margin-bottom: 35px;
}
.blog-details__image__box {
  border-radius: 20px;
}
.blog-details__image__box img {
  width: 100%;
  display: block;
  border-radius: inherit;
}
.blog-details__quote {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  padding: 51px 60px 53px;
  margin-bottom: 36px;
  border-radius: 20px;
  background-color: var(--misiom-white2, #f1f3f5);
}
@media (max-width: 767px) {
  .blog-details__quote {
    padding: 31px 40px 33px;
  }
}
@media (max-width: 575px) {
  .blog-details__quote {
    padding: 31px 30px 33px;
  }
}
@media (max-width: 480px) {
  .blog-details__quote {
    flex-direction: column;
  }
}
.blog-details__quote__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 60px;
  color: var(--misiom-base, #ffa501);
}
.blog-details__quote__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-details__quote__text {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.636;
  color: var(--misiom-black, #18191c);
}
@media (max-width: 991px) {
  .blog-details__quote__text {
    font-size: 18px;
  }
}
.blog-details__quote__name {
  margin-bottom: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-base, #ffa501);
  font-weight: 500;
  line-height: 1.525;
  text-transform: uppercase;
}
.blog-details__meta {
  display: flex;
  gap: 35px;
  align-items: center;
  justify-content: space-between;
  padding-top: 29px;
  margin-bottom: 30px;
  border-top: 1px solid var(--misiom-border-color, #e1e2e7);
}
@media (max-width: 767px) {
  .blog-details__meta {
    text-align: center;
    flex-direction: column;
  }
}
.blog-details__meta__title {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .blog-details__meta .social-links {
    justify-content: center;
  }
}
.blog-details__tags {
  display: flex;
  gap: 15px 20px;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-details__tags {
    flex-direction: column;
    justify-content: center;
  }
}
.blog-details__tags__box {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .blog-details__tags__box {
    justify-content: center;
  }
}
.blog-details__tags__text {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.444;
  color: var(--misiom-text, #797b81);
  text-transform: capitalize;
}
.blog-details__tags__text:not(:last-child)::after {
  content: ",";
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.25;
}
.blog-details__tags__text:hover {
  color: var(--misiom-base, #ffa501);
}
.blog-details__post__prev, .blog-details__post__next {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--misiom-white2, #f1f3f5);
}
@media (max-width: 412px) {
  .blog-details__post__prev, .blog-details__post__next {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-details__post__prev, .blog-details__post__next {
    padding: 20px;
  }
}
.blog-details__post__prev::before, .blog-details__post__next::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--misiom-black, #18191c);
}
.blog-details__post__prev:hover::before, .blog-details__post__next:hover::before {
  width: 100%;
  left: 0px;
}
.blog-details__post__next {
  text-align: right;
  justify-content: flex-end;
}
@media (max-width: 412px) {
  .blog-details__post__next {
    align-items: flex-end;
  }
}
.blog-details__post__image {
  flex-shrink: 0;
  border-radius: 20px;
}
.blog-details__post__image img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}
.blog-details__post__text {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--misiom-text, #797b81);
  text-transform: uppercase;
}
.blog-details__post__text a {
  color: inherit;
}
.blog-details__post__text a:hover {
  color: var(--misiom-base, #ffa501);
}
.blog-details__post__text a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-details__post__text a:hover {
  background-size: 100% 1px;
}
.blog-details__post__title {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
@media (max-width: 430px) {
  .blog-details__post__title {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-details__post__title {
    font-size: 14px;
  }
}
.blog-details__post__title a {
  color: inherit;
}
.blog-details__post__title a:hover {
  color: var(--misiom-base, #ffa501);
}
.blog-details__post__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-details__post__title a:hover {
  background-size: 100% 1px;
}
.blog-details__post__prev:hover .blog-details__post__title, .blog-details__post__next:hover .blog-details__post__title {
  color: var(--misiom-white, #ffffff);
}
.blog-details .comments-one__top {
  margin-bottom: 15px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 430px) {
  .blog-details .comments-one__top {
    margin-bottom: 25px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  padding: 344px 0px 111px;
  overflow: hidden;
  background-color: var(--misiom-black, #18191c);
}
@media (max-width: 1199px) {
  .page-header {
    padding-top: 300px;
  }
}
@media (max-width: 767px) {
  .page-header {
    padding-top: 250px;
  }
}
@media (max-width: 480px) {
  .page-header {
    padding: 184px 0px 91px;
  }
}
.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  mix-blend-mode: luminosity;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-header .container {
  position: relative;
  z-index: 2;
}
.page-header__content {
  text-align: center;
}
.page-header__title {
  margin-bottom: 10px;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--misiom-white, #ffffff);
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .page-header__title {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .page-header__title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .page-header__title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .page-header__title {
    font-size: 40px;
  }
}
@media (max-width: 440px) {
  .page-header__title {
    font-size: 35px;
  }
}
@media (max-width: 390px) {
  .page-header__title {
    font-size: 30px;
  }
}
.page-header__shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  mix-blend-mode: luminosity;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.misiom-breadcrumb {
  display: inline-flex;
  gap: 6px 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0px;
}
.misiom-breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.571;
  letter-spacing: 1px;
  color: var(--misiom-white, #ffffff);
  text-transform: uppercase;
}
.misiom-breadcrumb li:not(:last-child)::after {
  content: "\f111";
  margin-left: 12px;
  margin-right: 12px;
  font-family: "Font Awesome 5 Free";
  font-size: 6px;
  font-weight: 900;
}
.misiom-breadcrumb li span,
.misiom-breadcrumb li a {
  display: inline-flex;
}
.misiom-breadcrumb li:not(:first-child) span {
  color: var(--misiom-base, #ffa501);
}
.misiom-breadcrumb li a {
  color: inherit;
}
.misiom-breadcrumb li a:hover {
  color: var(--misiom-base, #ffa501);
}
.misiom-breadcrumb li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.misiom-breadcrumb li a:hover {
  background-size: 100% 1px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
  overflow: hidden;
  background-color: var(--misiom-black, #18191c);
}
.main-footer__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.main-footer__slide-text {
  padding: 66px 0px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid RGBA(var(--misiom-white-rgb, 255, 255, 255), 0.102);
}
.main-footer__slide-text__scroll {
  width: -webkit-calc((420px * 16) + (30px * 16));
  width: -moz-calc((420px * 16) + (30px * 16));
  min-width: 100%;
  height: 100%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 110px;
  margin: 0px;
  -webkit-animation: scrollRightToLeft 20s linear infinite;
  -moz-animation: scrollRightToLeft 20s linear infinite;
  animation: scrollRightToLeft 20s linear infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media (max-width: 1399px) {
  .main-footer__slide-text__scroll {
    gap: 80px;
  }
}
@media (max-width: 991px) {
  .main-footer__slide-text__scroll {
    gap: 60px;
  }
}
@media (max-width: 575px) {
  .main-footer__slide-text__scroll {
    gap: 50px;
  }
}
@media (max-width: 390px) {
  .main-footer__slide-text__scroll {
    gap: 40px;
  }
}
.main-footer__slide-text__scroll:hover {
  animation-play-state: paused;
}
.main-footer__slide-text__title {
  display: flex;
  gap: 0px;
  align-items: center;
  font-size: 120px;
  font-weight: 700;
  letter-spacing: -4.8px;
  line-height: 1;
  color: var(--misiom-white, #ffffff);
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .main-footer__slide-text__title {
    font-size: 100px;
    letter-spacing: -3.8px;
  }
}
@media (max-width: 991px) {
  .main-footer__slide-text__title {
    font-size: 80px;
    letter-spacing: -3px;
  }
}
@media (max-width: 575px) {
  .main-footer__slide-text__title {
    font-size: 65px;
    letter-spacing: -3px;
  }
}
@media (max-width: 440px) {
  .main-footer__slide-text__title {
    font-size: 50px;
    letter-spacing: -3px;
  }
}
.main-footer__widget {
  position: relative;
  padding: 80px 0px;
}
.main-footer .container {
  position: relative;
  z-index: 1;
}
.main-footer__bottom__inner {
  padding: 27px 30px;
  text-align: center;
  border-top: 1px solid RGBA(var(--misiom-white-rgb, 255, 255, 255), 0.1);
}
.main-footer__copyright {
  margin-bottom: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
  font-weight: 400;
}

.footer-widget--about {
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .footer-widget--about {
    padding-right: 0px;
  }
}
.footer-widget__title {
  margin-bottom: 17px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--misiom-white, #ffffff);
  text-transform: capitalize;
}
.footer-widget__logo {
  display: inline-flex;
  margin-bottom: 77px;
}
.footer-widget__logo img {
  max-width: 100%;
  height: auto;
}
.footer-widget__text {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--misiom-white, #ffffff);
}
@media (max-width: 1199px) {
  .footer-widget__text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .footer-widget__text {
    font-size: 16px;
  }
}
.footer-widget .social-links {
  gap: 10px;
}
.footer-widget .social-links a {
  background-color: #0d0e10;
  width: 55px;
  height: 55px;
}
.footer-widget .social-links a:hover {
  background-color: var(--misiom-base, #ffa501);
}
.footer-widget .social-links__icon {
  color: var(--misiom-white, #ffffff);
  font-size: 19px;
}
.footer-widget__newsletter {
  display: flex;
  gap: 25px 0px;
  align-items: center;
  position: relative;
  margin-bottom: 33px;
}
@media (max-width: 425px) {
  .footer-widget__newsletter {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-widget__newsletter input[type=email],
.footer-widget__newsletter input[type=text] {
  width: 100%;
  height: 49px;
  padding-left: 39px;
  padding-right: 25px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: var(--misiom-text, #797b81);
  border-radius: 5px;
  transition: all 500ms ease;
  background-color: transparent;
  border: 1px solid var(--misiom-white, #ffffff);
}
@media (max-width: 991px) {
  .footer-widget__newsletter input[type=email],
  .footer-widget__newsletter input[type=text] {
    padding-left: 20px;
  }
}
@media (min-width: 426px) {
  .footer-widget__newsletter input[type=email],
  .footer-widget__newsletter input[type=text] {
    padding-right: 0px;
    border-right: none;
    border-radius: 5px 0px 0px 5px;
  }
}
.footer-widget__newsletter input[type=email]:focus,
.footer-widget__newsletter input[type=text]:focus {
  color: var(--misiom-white, #ffffff);
}
.footer-widget__newsletter .misiom-btn {
  flex-shrink: 0;
  margin-left: -25px;
  font-size: 12px;
  letter-spacing: 1.2px;
  padding: 17px 49px;
}
@media (max-width: 425px) {
  .footer-widget__newsletter .misiom-btn {
    margin-left: 0px;
  }
}
.footer-widget__links-box {
  display: flex;
  gap: 14px 30px;
  align-items: flex-start;
}
@media (max-width: 425px) {
  .footer-widget__links-box {
    flex-direction: column;
  }
}
.footer-widget__links {
  flex: 0 0 auto;
  width: calc(50% - 15px);
}
@media (max-width: 425px) {
  .footer-widget__links {
    width: 100%;
  }
}
.footer-widget__links, .footer-widget__info {
  margin: 0px;
}
.footer-widget__links li + li, .footer-widget__info li + li {
  margin-top: 14px;
}
.footer-widget__links li, .footer-widget__info li {
  font-size: 16px;
  font-weight: 400;
  color: var(--misiom-text, #797b81);
  line-height: 1.375;
}
.footer-widget__links li a, .footer-widget__info li a {
  color: inherit;
}
.footer-widget__links li a:hover, .footer-widget__info li a:hover {
  color: var(--misiom-base, #ffa501);
}
.footer-widget__links li a, .footer-widget__info li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__links li a:hover, .footer-widget__info li a:hover {
  background-size: 100% 1px;
}
.footer-widget__links__icon, .footer-widget__info__icon {
  display: inline-flex;
  position: relative;
  top: 5px;
  font-size: 16px;
  color: var(--misiom-base, #ffa501);
}
.footer-widget__links__icon svg, .footer-widget__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.footer-widget__info li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--misiom-white, #ffffff);
}
.footer-widget__info li + li {
  margin-top: 15px;
}
.footer-widget__address {
  margin: -5px 0 14px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar__single {
  padding: 40px;
  border-radius: 20px;
  background-color: var(--misiom-white2, #f1f3f5);
}
@media (max-width: 390px) {
  .sidebar__single {
    padding: 30px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}
.sidebar__title {
  position: relative;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
.sidebar__search {
  position: relative;
}
.sidebar__search input[type=search],
.sidebar__search input[type=text] {
  width: 100%;
  height: 60px;
  outline: none;
  font-size: 14px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  padding-left: 25px;
  padding-right: 50px;
  border-radius: 20px;
  transition: all 400ms ease;
  background-color: var(--misiom-white, #ffffff);
  border: 1px solid var(--misiom-border-color, #e1e2e7);
}
.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
  color: var(--misiom-black, #18191c);
  border-color: var(--misiom-base, #ffa501);
}
.sidebar__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  display: inline-flex;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--misiom-text, #797b81);
  transition: all 400ms ease;
}
.sidebar__search button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__search button[type=submit]:hover {
  color: var(--misiom-base, #ffa501);
}
.sidebar__posts {
  margin: 0px;
}
.sidebar__posts__item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.sidebar__posts__item:not(:last-of-type) {
  margin-bottom: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--misiom-border-color, #e1e2e7);
}
.sidebar__posts__image {
  width: 70px;
  flex-shrink: 0;
}
.sidebar__posts__image img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.sidebar__posts__content {
  width: calc(100% - 70px);
}
.sidebar__posts__meta {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--misiom-text, #797b81);
  text-transform: capitalize;
}
.sidebar__posts__meta span {
  color: var(--misiom-base, #ffa501);
}
.sidebar__posts__title {
  margin: 0px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.571;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
.sidebar__posts__title a {
  color: inherit;
}
.sidebar__posts__title a:hover {
  color: var(--misiom-base, #ffa501);
}
.sidebar__posts__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar__posts__title a:hover {
  background-size: 100% 1px;
}
.sidebar__categories-box {
  padding-bottom: 35px;
}
@media (max-width: 390px) {
  .sidebar__categories-box {
    padding-bottom: 25px;
  }
}
.sidebar__categories {
  margin: 0;
}
.sidebar__categories-title {
  margin-bottom: 28px;
}
.sidebar__categories li:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--misiom-border-color, #e1e2e7);
}
.sidebar__categories li a {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: var(--misiom-text, #797b81);
  line-height: 1.375;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.sidebar__categories li a:hover {
  color: var(--misiom-base, #ffa501);
}
.sidebar__categories li a .sidebar__categories__icon {
  position: relative;
  top: 4px;
  display: inline-flex;
  font-size: 16px;
  color: var(--misiom-base, #ffa501);
  overflow: hidden;
}
.sidebar__categories li a .sidebar__categories__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__categories a:hover .sidebar__categories__icon > * {
  animation: slideRight 400ms;
}
.sidebar__image {
  padding: 0px;
  position: relative;
  background-color: transparent;
}
.sidebar__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  border-radius: inherit;
  background-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%);
}
.sidebar__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
}
.sidebar__image__title {
  width: 100px;
  padding: 40px 40px 31px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--misiom-white, #ffffff);
  text-transform: uppercase;
}
@media (max-width: 390px) {
  .sidebar__image__title {
    padding: 30px 30px 21px;
  }
}
.sidebar__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.sidebar__tags a {
  padding: 12px 25px;
  font-size: 12px;
}
.sidebar__comments {
  margin: 0px;
  padding: 0px;
}
.sidebar__comments li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.sidebar__comments li:not(:last-of-type) {
  margin-bottom: 25px;
}
.sidebar__comments__icon {
  width: 43px;
  height: 43px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 4px;
  font-size: 18px;
  color: var(--misiom-black, #18191c);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--misiom-white, #ffffff);
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.07));
}
.sidebar__comments__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
li:hover .sidebar__comments__icon {
  color: var(--misiom-white, #ffffff);
  background-color: var(--misiom-base, #ffa501);
}
.sidebar__comments__title {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--misiom-text, #797b81);
}
.sidebar__comments__title a {
  color: inherit;
}
.sidebar__comments__title a:hover {
  color: var(--misiom-base, #ffa501);
}
.sidebar__comments__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar__comments__title a:hover {
  background-size: 100% 1px;
}

.sidebar-two {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.sidebar-two.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.sidebar-two__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.8;
  cursor: url(../images/close.png), auto;
}
.sidebar-two__content {
  width: 310px;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 10;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  padding-top: 70px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--misiom-black, #18191c);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sidebar-two__content::-webkit-scrollbar {
  display: none;
}
.sidebar-two.active .sidebar-two__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.sidebar-two__close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  color: var(--misiom-white, #ffffff);
  transition: all 400ms ease;
}
.sidebar-two__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar-two__close:hover {
  color: var(--misiom-base, #ffa501);
  transform: rotate(90deg);
}
.sidebar-two__item {
  margin-bottom: 40px;
  padding-left: 24px;
  padding-right: 24px;
}
.sidebar-two__title {
  margin-bottom: 30px;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--misiom-white, #ffffff);
  text-transform: capitalize;
}
.sidebar-two__about__text {
  margin-bottom: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}
.sidebar-two__newsletter__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-two__newsletter__input {
  width: calc(100% - 50px);
  height: 50px;
  outline: 0;
  border: 0;
  padding-left: 20px;
  font-size: 14px;
  color: RGBA(var(--misiom-white-rgb, 255, 255, 255), 0.7);
  transition: all 400ms ease;
  background-color: var(--misiom-black5, #2d2f32);
}
.sidebar-two__newsletter__input:focus {
  color: var(--misiom-white2, #f1f3f5);
}
.sidebar-two__newsletter__btn {
  outline: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
  color: var(--misiom-white, #ffffff);
  width: 50px;
  height: 50px;
  overflow: hidden;
  transition: all 400ms ease;
  background-color: var(--misiom-black5, #2d2f32);
}
.sidebar-two__newsletter__btn:hover {
  color: var(--misiom-base, #ffa501);
}
.sidebar-two__newsletter__btn::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: RGBA(var(--misiom-border-color-rgb, 225, 226, 231), 0.15);
}
.sidebar-two__newsletter__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar-two__info {
  margin-bottom: 80px;
}
.sidebar-two__info__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-two__info__list li {
  font-size: 15px;
  color: var(--misiom-white2, #f1f3f5);
  font-weight: 500;
  line-height: 1.75;
}
.sidebar-two__info__list li + li {
  margin-top: 20px;
}
.sidebar-two__info__list li address {
  margin: 0;
  color: inherit;
  text-transform: capitalize;
}
.sidebar-two__info__list li a {
  position: relative;
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar-two__info__list li a:hover {
  background-size: 100% 1px;
}
.sidebar-two__info__list li a:hover {
  color: var(--misiom-base, #ffa501);
}
.sidebar-two__info__title {
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: var(--misiom-text, #797b81);
  text-transform: uppercase;
}
.sidebar-two .social-links {
  width: 100%;
  gap: 0px;
  margin-top: auto;
}
.sidebar-two .social-links a {
  width: 25%;
  height: 50px;
  border: none;
  border-radius: 0px;
  background-color: var(--misiom-base, #ffa501);
}
.sidebar-two .social-links a:not(:first-child) {
  border-left: 1px solid RGBA(var(--misiom-white-rgb, 255, 255, 255), 0.4);
}
.sidebar-two .social-links a:hover {
  border-left-color: var(--misiom-base, #ffa501);
  background-color: var(--misiom-black5, #2d2f32);
}
.sidebar-two .social-links a:hover + a {
  border-left-color: var(--misiom-base, #ffa501);
}
.sidebar-two .social-links__icon {
  font-size: 20px;
  color: var(--misiom-white, #ffffff);
}
.sidebar-two .social-links a:hover .social-links__icon {
  color: var(--misiom-base, #ffa501);
}

.service-sidebar__single + .service-sidebar__single {
  margin-top: 30px;
}
.service-sidebar__nav {
  margin: 0px;
}
.service-sidebar__nav li + li {
  margin-top: 10px;
}
.service-sidebar__nav li a {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  color: var(--misiom-text, #797b81);
  text-transform: uppercase;
  border-radius: 20px;
  transition: all 500ms ease;
  background-color: var(--misiom-white2, #f1f3f5);
}
.service-sidebar__nav li:hover a, .service-sidebar__nav li.current a {
  color: var(--misiom-black, #18191c);
}
.service-sidebar__nav__icon {
  flex-shrink: 0;
  font-size: 18px;
  transition: all 500ms ease;
}
.service-sidebar__nav__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-sidebar__nav li:hover .service-sidebar__nav__icon,
.service-sidebar__nav li.current .service-sidebar__nav__icon {
  color: var(--misiom-base, #ffa501);
}
.service-sidebar__contact {
  padding: 40px 30px 30px;
  position: relative;
  border-radius: 20px;
  background-color: var(--misiom-base, #ffa501);
}
.service-sidebar__contact__title {
  position: relative;
  z-index: 1;
  margin-bottom: 176px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.333;
  color: var(--misiom-white, #ffffff);
  text-transform: uppercase;
}
@media (max-width: 425px) {
  .service-sidebar__contact__title {
    margin-bottom: 100px;
  }
}
.service-sidebar__contact__title br {
  display: inline;
}
.service-sidebar__contact__image {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 5px;
  bottom: 0px;
}
@media (max-width: 425px) {
  .service-sidebar__contact__image {
    display: none;
  }
}
.service-sidebar__contact .misiom-btn {
  padding: 11.25px 30px;
  color: var(--misiom-black, #18191c);
  background-color: var(--misiom-white, #ffffff);
}
.service-sidebar__contact .misiom-btn:hover {
  color: var(--misiom-white, #ffffff);
}
.service-sidebar__contact .misiom-btn::before, .service-sidebar__contact .misiom-btn::after {
  background-color: var(--misiom-black, #18191c);
}
.service-sidebar__info {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.service-sidebar__info::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  border-radius: 20px;
  background-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%);
}
.service-sidebar__info__title {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  padding: 30px 40px;
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--misiom-white, #ffffff);
  text-transform: uppercase;
}
@media (max-width: 390px) {
  .service-sidebar__info__title {
    font-size: 25px;
    padding: 20px 30px;
  }
}
.service-sidebar__info__title br {
  display: inline;
}
.service-sidebar__info__image {
  width: 100%;
  display: block;
  border-radius: 20px;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
  z-index: 1;
}
.google-map iframe {
  display: block;
  width: 100%;
  height: 455px;
  border: none;
  position: relative;
  mix-blend-mode: luminosity;
}
.google-map__contact {
  overflow: hidden;
  background-color: var(--misiom-white, #ffffff);
}
.google-map__contact-info {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background-color: var(--misiom-white2, #f1f3f5);
}
@media (max-width: 991px) {
  .google-map__contact-info {
    width: 100%;
    height: 400px;
    border-radius: 20px 20px 0px 0px;
  }
}
@media (max-width: 575px) {
  .google-map__contact-info {
    padding: 0px 20px;
  }
}
.google-map__contact-info iframe {
  width: inherit;
  height: inherit;
  border-radius: inherit;
}

/*--------------------------------------------------------------
# Hero 
--------------------------------------------------------------*/
.hero-one {
  padding: 195px 0px 150px;
  position: relative;
  overflow: hidden;
  background-color: var(--misiom-black, #18191c);
}
@media (max-width: 991px) {
  .hero-one {
    padding-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .hero-one {
    padding-bottom: 120px;
  }
}
.hero-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.hero-one .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .hero-one .container {
    max-width: 1724px;
  }
}
.hero-one__col-1 {
  width: 36.6%;
  flex: 0 0 auto;
}
@media (max-width: 1599px) {
  .hero-one__col-1 {
    width: 45%;
  }
}
@media (max-width: 1199px) {
  .hero-one__col-1 {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .hero-one__col-1 {
    width: 100%;
  }
}
.hero-one__col-2 {
  width: 63.4%;
  flex: 0 0 auto;
  align-self: flex-end;
}
@media (max-width: 1599px) {
  .hero-one__col-2 {
    width: 55%;
  }
}
@media (max-width: 1199px) {
  .hero-one__col-2 {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .hero-one__col-2 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .hero-one__col-2 {
    display: none;
  }
}
.hero-one__title {
  margin-bottom: 105px;
  font-size: 100px;
  line-height: 90px;
  font-weight: 500;
  color: var(--misiom-white, #ffffff);
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .hero-one__title {
    font-size: 80px;
    line-height: 75px;
  }
}
@media (max-width: 1199px) {
  .hero-one__title {
    margin-bottom: 60px;
    font-size: 74px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .hero-one__title {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .hero-one__title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 480px) {
  .hero-one__title {
    font-size: 45px;
    line-height: 45px;
  }
}
.hero-one__text {
  margin-bottom: 41px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-white, #ffffff);
  font-weight: 500;
  line-height: 1.875;
  font-weight: 600;
}
@media (max-width: 991px) {
  .hero-one__text {
    margin-bottom: 31px;
  }
}
.hero-one .misiom-btn:hover {
  color: var(--misiom-black, #18191c);
}
.hero-one .misiom-btn::before, .hero-one .misiom-btn::after {
  background-color: var(--misiom-white, #ffffff);
}
.hero-one__content-2 {
  position: relative;
}
.hero-one__image {
  display: inline-block;
  position: relative;
  position: absolute;
  left: -80px;
  bottom: -270px;
}
@media (max-width: 1199px) {
  .hero-one__image {
    bottom: -155px;
  }
}
@media (max-width: 991px) {
  .hero-one__image {
    position: relative;
    bottom: 0px;
  }
}
.hero-one__image::before {
  content: "";
  width: 550px;
  height: 550px;
  position: absolute;
  top: 66px;
  left: 0px;
  border-radius: 50%;
  background-image: linear-gradient(90deg, rgb(15, 15, 15) 0%, rgba(15, 15, 15, 0) 100%);
}
.hero-one__image__img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.hero-one__image__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 100px;
  right: -100px;
}
@media (max-width: 767px) {
  .hero-one__image__shape {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-one__image__shape {
    top: 50px;
    right: -50px;
  }
}
.hero-one__list {
  margin: 0px;
  padding: 45px 126px 42px 50px;
  position: absolute;
  left: 26%;
  bottom: -36px;
  z-index: 2;
  border-radius: 20px;
  background-color: var(--misiom-base, #ffa501);
}
@media (max-width: 1599px) {
  .hero-one__list {
    left: 13%;
  }
}
@media (max-width: 1399px) {
  .hero-one__list {
    left: 6%;
  }
}
@media (max-width: 1199px) {
  .hero-one__list {
    left: 0px;
  }
}
@media (max-width: 991px) {
  .hero-one__list {
    bottom: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-one__list {
    bottom: -120px;
  }
}
.hero-one__list li + li {
  margin-top: 12px;
}
.hero-one__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333;
  color: var(--misiom-white, #ffffff);
}
.hero-one__list__icon {
  position: relative;
  top: 1px;
  font-size: 16px;
  color: var(--misiom-white, #ffffff);
}
.hero-one__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.hero-one__funfact {
  padding: 45px 50px 42px;
  position: absolute;
  right: 0px;
  bottom: 183px;
  z-index: 2;
  border-radius: 20px;
  background-color: var(--misiom-black3, #000000);
}
@media (max-width: 991px) {
  .hero-one__funfact {
    bottom: 200px;
  }
}
@media (max-width: 767px) {
  .hero-one__funfact {
    bottom: 340px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-one__funfact {
    bottom: 120px;
  }
}
.hero-one__funfact__box {
  display: flex;
  gap: 125px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.hero-one__funfact__count {
  margin-bottom: 0px;
  font-size: 100px;
  line-height: 1;
  font-weight: 400;
  color: var(--misiom-white, #ffffff);
  text-transform: uppercase;
}
.hero-one__funfact__shape {
  max-width: 100%;
  height: auto;
}
.hero-one__funfact__title {
  margin-bottom: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 600;
  line-height: 1.875;
}

.hero-two {
  padding: 192px 0px 66px;
  position: relative;
  overflow: hidden;
  background-color: var(--misiom-black, #18191c);
}
@media (max-width: 767px) {
  .hero-two {
    padding-top: 180px;
  }
}
@media (max-width: 480px) {
  .hero-two {
    padding-top: 170px;
  }
}
.hero-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.hero-two .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .hero-two .container {
    max-width: 1724px;
  }
}
.hero-two__content {
  position: relative;
  z-index: 1;
}
.hero-two__title {
  margin-bottom: 145px;
  font-size: 180px;
  line-height: 140px;
  font-weight: 500;
  color: var(--misiom-white, #ffffff);
  text-transform: uppercase;
}
@media (max-width: 1599px) {
  .hero-two__title {
    font-size: 130px;
    line-height: 120px;
  }
}
@media (max-width: 1399px) {
  .hero-two__title {
    font-size: 125px;
    line-height: 120px;
  }
}
@media (max-width: 1199px) {
  .hero-two__title {
    margin-bottom: 80px;
    font-size: 115px;
  }
}
@media (max-width: 991px) {
  .hero-two__title {
    margin-bottom: 30px;
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .hero-two__title {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .hero-two__title {
    font-size: 65px;
  }
}
@media (max-width: 480px) {
  .hero-two__title {
    font-size: 40px;
    line-height: 40px;
  }
}
.hero-two__feature {
  max-width: 580px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1599px) {
  .hero-two__feature {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .hero-two__feature {
    max-width: 100%;
    justify-content: flex-start;
  }
}
.hero-two__list {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .hero-two__list {
    margin-bottom: 35px;
  }
}
.hero-two__list li + li {
  margin-top: 14px;
}
.hero-two__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
  color: var(--misiom-white, #ffffff);
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .hero-two__list li {
    font-size: 14px;
  }
}
.hero-two__list__icon {
  font-size: 16px;
  color: var(--misiom-base, #ffa501);
}
@media (max-width: 480px) {
  .hero-two__list__icon {
    font-size: 14px;
  }
}
.hero-two__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.hero-two .misiom-btn:hover {
  color: var(--misiom-black, #18191c);
}
.hero-two .misiom-btn::before, .hero-two .misiom-btn::after {
  background-color: var(--misiom-white, #ffffff);
}
.hero-two__bottom {
  display: flex;
  gap: 30px 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-top: -50px;
}
@media (max-width: 1199px) {
  .hero-two__bottom {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .hero-two__bottom {
    justify-content: flex-start;
  }
}
.hero-two__bottom__shape {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}
.hero-two__bottom__title {
  margin-bottom: 0px;
  font-size: 100px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--misiom-white, #ffffff);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hero-two__bottom__title {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .hero-two__bottom__title {
    font-size: 65px;
  }
}
@media (max-width: 480px) {
  .hero-two__bottom__title {
    font-size: 60px;
  }
}
@media (max-width: 440px) {
  .hero-two__bottom__title {
    font-size: 50px;
  }
}
@media (max-width: 412px) {
  .hero-two__bottom__title {
    font-size: 45px;
  }
}
.hero-two__shape {
  display: flex;
  align-items: center;
  position: absolute;
  top: 153px;
  right: 25%;
  bottom: 0px;
  margin: auto;
}
@media (max-width: 1599px) {
  .hero-two__shape {
    right: 5%;
  }
}
@media (max-width: 1399px) {
  .hero-two__shape {
    right: 1%;
  }
}
@media (max-width: 1199px) {
  .hero-two__shape {
    display: none;
  }
}
.hero-two__shape__img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  background-color: var(--misiom-white, #ffffff);
}
.about-one .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1300px) {
  .about-one .container {
    max-width: 1440px;
  }
}
.about-one .col-xl-8 {
  width: 68.1%;
}
@media (max-width: 1299px) {
  .about-one .col-xl-8 {
    width: 100%;
  }
}
.about-one .col-xl-4 {
  width: 31.9%;
}
@media (max-width: 1299px) {
  .about-one .col-xl-4 {
    width: 100%;
  }
}
.about-one__content {
  position: relative;
  margin-top: -12px;
}
@media (min-width: 1400px) {
  .about-one__content {
    padding-right: 32px;
  }
}
@media (max-width: 1399px) {
  .about-one .sec-title {
    grid-column-gap: 50px;
  }
}
@media (max-width: 991px) {
  .about-one .sec-title {
    margin-bottom: 20px;
  }
}
.about-one__text {
  margin-bottom: 41px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}
@media (max-width: 991px) {
  .about-one__text {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .about-one__text {
    max-width: 714px;
  }
}
@media (min-width: 1400px) {
  .about-one__text {
    padding-right: 32px;
  }
}
.about-one__row {
  --bs-gutter-x: 70px;
}
@media (max-width: 1399px) {
  .about-one__row {
    --bs-gutter-x: 30px;
  }
}
.about-one__col-1 {
  flex: 0 0 auto;
  width: 62.6%;
}
@media (max-width: 991px) {
  .about-one__col-1 {
    width: 100%;
  }
}
.about-one__col-2 {
  flex: 0 0 auto;
  width: 37.4%;
}
@media (max-width: 991px) {
  .about-one__col-2 {
    width: 100%;
  }
}
.about-one__progress {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 8px;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--misiom-base, #ffa501);
}
@media (max-width: 575px) {
  .about-one__progress {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.about-one__progress__text-box {
  padding: 34px 0px 76px 40px;
}
@media (max-width: 575px) {
  .about-one__progress__text-box {
    padding-right: 40px;
    text-align: center;
  }
}
@media (max-width: 440px) {
  .about-one__progress__text-box {
    padding: 30px;
  }
}
.about-one__progress__text {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.444;
  color: var(--misiom-white, #ffffff);
  text-transform: uppercase;
}
.about-one__progress__box {
  align-self: flex-end;
}
@media (max-width: 575px) {
  .about-one__progress__box {
    align-self: center;
  }
}
.about-one__progress__box .bar-wrap:nth-child(1) .bar {
  background-color: #d08700;
}
.about-one__progress__box .bar-wrap:nth-child(2) .bar {
  background-color: #db8e00;
}
.about-one__progress__box .bar-wrap:nth-child(3) .bar {
  background-color: #e59400;
}
.about-one__funfact {
  display: flex;
  gap: 20px 78px;
  align-items: center;
  padding: 55px 40px;
  border-radius: 20px;
  background-color: var(--misiom-black, #18191c);
}
@media (max-width: 575px) {
  .about-one__funfact {
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 440px) {
  .about-one__funfact {
    padding: 39px 30px;
  }
}
.about-one__funfact__count {
  margin-bottom: 0px;
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
  color: var(--misiom-white, #ffffff);
}
@media (max-width: 390px) {
  .about-one__funfact__count {
    font-size: 60px;
  }
}
.about-one__funfact__title {
  position: relative;
  margin-bottom: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-gray, #75767a);
  font-weight: 500;
  line-height: 1.875;
  line-height: 26px;
}
.about-one__funfact__title::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  background-color: RGBA(var(--misiom-white-rgb, 255, 255, 255), 0.2);
}
@media (max-width: 575px) {
  .about-one__funfact__title::before {
    display: none;
  }
}
.about-one__info__title {
  margin: -6px 0 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.444;
  color: var(--misiom-base, #ffa501);
  text-transform: uppercase;
}
.about-one__list {
  padding-bottom: 13px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--misiom-border-color, #e1e2e7);
}
.about-one__list li {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-black, #18191c);
  font-weight: 500;
  line-height: 1.375;
  text-transform: capitalize;
  margin-bottom: 14px;
}
.about-one__list__icon {
  width: 16px;
  height: 16px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 3px;
  font-size: 10px;
  color: var(--misiom-white, #ffffff);
  border-radius: 50%;
  background-color: var(--misiom-base, #ffa501);
}
.about-one__client {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 41px;
}
.about-one__client__image {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.about-one__client__image img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  border: 2px solid var(--misiom-white, #ffffff);
  filter: drop-shadow(0px 5px 7.5px rgba(0, 0, 0, 0.1));
}
.about-one__client__image img:not(:first-child) {
  margin-left: -14px;
}
.about-one__client__image img:first-child {
  z-index: 2;
}
.about-one__client__image img:nth-child(2) {
  z-index: 1;
}
.about-one__client__text {
  margin-bottom: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.375;
}
.about-one__image {
  border-radius: 20px;
}
@media (max-width: 1299px) {
  .about-one__image {
    max-width: 429px;
  }
}
.about-one__image img {
  border-radius: inherit;
}

.about-two {
  position: relative;
  background-color: var(--misiom-white, #ffffff);
}
.about-two .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .about-two .container {
    max-width: 1440px;
  }
}
.about-two .col-xl-7 {
  width: 57%;
}
@media (max-width: 991px) {
  .about-two .col-xl-7 {
    width: 100%;
  }
}
.about-two .col-xl-5 {
  width: 43%;
}
@media (max-width: 991px) {
  .about-two .col-xl-5 {
    width: 100%;
  }
}
.about-two__content {
  position: relative;
  margin-top: -12px;
}
@media (max-width: 1299px) {
  .about-two__content {
    margin-top: 0;
  }
}
.about-two .sec-title--row {
  margin-bottom: 40px;
  grid-gap: 12px 40px;
}
@media (max-width: 1299px) {
  .about-two .sec-title--row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1299px) {
  .about-two .sec-title__top__box {
    top: 0px;
  }
}
.about-two .sec-title__title {
  margin-bottom: 30px;
}
@media (min-width: 1440px) {
  .about-two .sec-title__title {
    padding-right: 18px;
  }
}
.about-two__text {
  margin-bottom: 31px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
@media (max-width: 1299px) {
  .about-two__text br {
    display: none;
  }
}
.about-two__info {
  display: grid;
  grid-gap: 25px 115px;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  padding: 45px 50px;
  border-radius: 20px;
  background-color: var(--misiom-white2, #f1f3f5);
}
@media (max-width: 1399px) {
  .about-two__info {
    grid-gap: 25px 80px;
    padding: 32px 45px;
  }
}
@media (max-width: 767px) {
  .about-two__info {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .about-two__info {
    padding: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-two__info {
    grid-template-columns: 1fr;
  }
}
.about-two__info__left {
  position: relative;
  min-width: 315px;
}
@media (max-width: 1299px) {
  .about-two__info__left {
    min-width: auto;
  }
}
.about-two__info__icon {
  max-width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.about-two__info__title {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.444;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
.about-two__info__list {
  margin: 0px;
  position: relative;
}
.about-two__info__list::after {
  content: "";
  width: 1px;
  height: calc(100% + 12px);
  position: absolute;
  top: -7px;
  left: -61px;
  background-color: var(--misiom-border-color, #e1e2e7);
}
@media (max-width: 1399px) {
  .about-two__info__list::after {
    left: -45px;
  }
}
@media (max-width: 767px) {
  .about-two__info__list::after {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-two__info__list::after {
    display: none;
  }
}
.about-two__info__list li + li {
  margin-top: 6px;
}
.about-two__info__list li {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
  text-transform: capitalize;
}
.about-two__info__list__icon {
  width: 16px;
  height: 16px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 7px;
  font-size: 10px;
  color: var(--misiom-white, #ffffff);
  border-radius: 50%;
  background-color: var(--misiom-black, #18191c);
}
.about-two__funfact {
  display: flex;
  gap: 20px 77px;
  align-items: center;
  padding: 60px 60px 65px;
  margin-bottom: 30px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--misiom-black, #18191c);
}
@media (max-width: 575px) {
  .about-two__funfact {
    padding-top: 29px;
    padding-bottom: 29px;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 440px) {
  .about-two__funfact {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-two__funfact {
    align-items: flex-start;
    flex-direction: column;
  }
}
.about-two__funfact::after {
  content: "";
  width: 268px;
  height: 268px;
  filter: blur(68px);
  background-image: radial-gradient(circle at center, var(--misiom-base, #ffa501) 0%, #0f0f11 100%);
  border-radius: 134px;
  position: absolute;
  top: -145px;
  right: -145px;
  z-index: -1;
}
.about-two__funfact__count {
  margin-bottom: 0px;
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
  color: var(--misiom-white, #ffffff);
}
.about-two__funfact__title {
  position: relative;
  margin-bottom: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-gray, #75767a);
  font-weight: 500;
  line-height: 1.875;
  line-height: 26px;
}
.about-two__funfact__title::before {
  content: "";
  width: 1px;
  height: calc(100% - 8px);
  position: absolute;
  top: 52%;
  left: -40px;
  transform: translateY(-50%);
  background-color: RGBA(var(--misiom-white-rgb, 255, 255, 255), 0.2);
}
@media (max-width: 575px) {
  .about-two__funfact__title::before {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-two__funfact__title::before {
    display: none;
  }
}
.about-two__image {
  border-radius: 20px;
}
.about-two__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
}

.about-three {
  position: relative;
  background-color: var(--misiom-white, #ffffff);
}
.about-three .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .about-three .container {
    max-width: 1440px;
  }
}
.about-three .sec-title--row {
  margin-bottom: 0px;
  grid-gap: 12px 40px;
}
@media (max-width: 1399px) {
  .about-three .sec-title--row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1399px) {
  .about-three .sec-title__top__box {
    top: 0px;
  }
}
.about-three .sec-title__title {
  margin-bottom: 20px;
}
.about-three__text {
  margin-bottom: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}
.about-three__funfact {
  max-width: 400px;
  margin: -18px 0px 0px 50px;
}
@media (max-width: 1199px) {
  .about-three__funfact {
    margin: 50px 0px 0px 20px;
  }
}
@media (max-width: 991px) {
  .about-three__funfact {
    margin: 0px;
  }
}
.about-three__funfact__count {
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 200px;
  font-weight: 400;
  line-height: 1;
  color: var(--misiom-black3, #000000);
  border-bottom: 1px solid var(--misiom-border-color, #e1e2e7);
}
@media (max-width: 767px) {
  .about-three__funfact__count {
    font-size: 150px;
  }
}
@media (max-width: 440px) {
  .about-three__funfact__count {
    font-size: 120px;
  }
}
.about-three__funfact__title {
  margin-bottom: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 600;
  line-height: 1.625;
}
.about-three__bottom {
  margin-top: 55px;
}
.about-three__bottom .col-xl-7 {
  width: 53%;
}
@media (max-width: 1199px) {
  .about-three__bottom .col-xl-7 {
    width: 100%;
  }
}
.about-three__bottom .col-xl-5 {
  width: 47%;
}
@media (max-width: 1199px) {
  .about-three__bottom .col-xl-5 {
    width: 100%;
  }
}
.about-three__image {
  border-radius: 20px;
}
.about-three__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
}
.about-three__info {
  position: relative;
  padding: 59px 70px;
  border-radius: 20px;
  background-color: var(--misiom-black4, #0f1012);
}
@media (max-width: 1399px) {
  .about-three__info {
    padding-top: 47px;
    padding-bottom: 47px;
  }
}
@media (max-width: 767px) {
  .about-three__info {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 575px) {
  .about-three__info {
    padding: 32px 35px;
  }
}
.about-three__info__box {
  display: flex;
  gap: 30px 80px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about-three__info__box {
    gap: 30px 50px;
  }
}
@media (max-width: 480px) {
  .about-three__info__box {
    flex-direction: column;
  }
}
.about-three__info__icon {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
}
.about-three__info__icon::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -40px;
  background-color: RGBA(var(--misiom-white-rgb, 255, 255, 255), 0.2);
}
@media (max-width: 767px) {
  .about-three__info__icon::after {
    right: -25px;
  }
}
@media (max-width: 480px) {
  .about-three__info__icon::after {
    display: none;
  }
}
.about-three__info__icon img {
  max-width: 100%;
  height: auto;
}
.about-three__info__title {
  margin-bottom: 38px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.444;
  color: var(--misiom-white, #ffffff);
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .about-three__info__title {
    margin-bottom: 25px;
  }
}
.about-three__info__list {
  margin: 0px;
}
.about-three__info__list li + li {
  margin-top: 9px;
}
.about-three__info__list li {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
  text-transform: capitalize;
}
.about-three__info__list__icon {
  width: 20px;
  height: 20px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 5px;
  font-size: 12px;
  color: var(--misiom-black, #18191c);
  border-radius: 50%;
  background-color: var(--misiom-base, #ffa501);
}
.about-three__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -225px;
  right: -45px;
}
@media (max-width: 1199px) {
  .about-three__shape {
    display: none;
  }
}

/*--------------------------------------------------------------
# Brand
--------------------------------------------------------------*/
.customer-brand {
  background-color: var(--misiom-white, #ffffff);
}
.customer-brand .container-fluid {
  position: relative;
  z-index: 2;
}
.customer-brand__wrapper {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--misiom-border-color, #e1e2e7);
}
.customer-brand__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(273px, 1fr));
}
.customer-brand .row > * {
  display: flex;
  align-items: center;
  position: relative;
}
.customer-brand .row > *:nth-child(3), .customer-brand .row > *:nth-child(4), .customer-brand .row > *:nth-child(5), .customer-brand .row > *:nth-child(6) {
  border-top: 1px solid var(--misiom-border-color, #e1e2e7);
}
@media (max-width: 767px) {
  .customer-brand .row > *:nth-child(2) {
    border-top: 1px solid var(--misiom-border-color, #e1e2e7);
  }
}
.customer-brand .row > *:nth-child(1)::after, .customer-brand .row > *:nth-child(3)::after, .customer-brand .row > *:nth-child(4)::after, .customer-brand .row > *:nth-child(5)::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  background-color: var(--misiom-border-color, #e1e2e7);
}
@media (max-width: 767px) {
  .customer-brand .row > *:nth-child(1)::after, .customer-brand .row > *:nth-child(3)::after, .customer-brand .row > *:nth-child(4)::after, .customer-brand .row > *:nth-child(5)::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .customer-brand .row > *:nth-child(4)::after {
    display: none;
  }
}
.customer-brand .col-lg-3.col-md-5,
.customer-brand .col-lg-3.col-md-6 {
  position: relative;
  z-index: 1;
  background-color: var(--misiom-white, #ffffff);
}
.customer-brand .col-lg-3.col-md-5::before,
.customer-brand .col-lg-3.col-md-6::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(0deg, rgb(242, 243, 247) 0%, rgba(255, 255, 255, 0) 100%);
  transform: scale(1, 0);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0;
}
.customer-brand .col-lg-3.col-md-5:hover::before,
.customer-brand .col-lg-3.col-md-6:hover::before {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}
.customer-brand .col-lg-3.col-md-5:hover img,
.customer-brand .col-lg-3.col-md-6:hover img {
  mix-blend-mode: multiply;
}
.customer-brand__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 40px 60px;
}
@media (max-width: 767px) {
  .customer-brand__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .customer-brand__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .customer-brand__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .customer-brand__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.customer-brand .sec-title {
  gap: 25px 80px;
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .customer-brand .sec-title {
    gap: 25px 40px;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .customer-brand .sec-title {
    width: 100%;
    text-align: center;
    align-items: center;
  }
}
.customer-brand__card {
  width: 100%;
  min-height: 217px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .customer-brand__card {
    min-height: 200px;
  }
}
.customer-brand__card img {
  max-width: 100%;
  height: auto;
  mix-blend-mode: luminosity;
  transition: all 500ms ease;
  transition: transform 500ms ease, opacity 600ms linear;
}
.customer-brand__card:hover img {
  transform: scale(1.03);
}
@media (min-width: 1400px) {
  .customer-brand--three .container {
    max-width: 1718px;
  }
}
.customer-brand--three .sec-title {
  margin-bottom: 48px;
}
.customer-brand--three .customer-brand__card {
  min-height: 158px;
  padding: 15px;
  border: 1px solid var(--misiom-border-color, #e1e2e7);
  background-color: var(--misiom-white, #ffffff);
}
.customer-brand--three .customer-brand__card::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(0deg, rgb(242, 243, 247) 0%, rgba(255, 255, 255, 0) 100%);
  transform: scale(1, 0);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0;
}
.customer-brand--three .customer-brand__card:hover::before {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}
.customer-brand--three .customer-brand__card:hover img {
  mix-blend-mode: multiply;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-one {
  background-color: var(--misiom-white, #ffffff);
}
.testimonials-one--one {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: var(--misiom-white2, #f1f3f5);
}
.testimonials-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.testimonials-one .container--pinned {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .testimonials-one .container--pinned {
    max-width: 1400px;
  }
}
.testimonials-one__top {
  margin-bottom: 48px;
  text-align: center;
}
.testimonials-one .sec-title {
  margin-bottom: 38px;
}
.testimonials-one__text {
  margin-bottom: 21px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}
.testimonials-one__text .line {
  justify-content: center;
}
.testimonials-one__row {
  width: 100%;
  position: absolute;
  top: 100vh;
  z-index: 2;
}
@media (min-width: 1200px) {
  .testimonials-one .card-center {
    margin-top: 80px;
  }
}
.testimonials-one .card-center .testimonials-one__card {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .testimonials-one .card-center .testimonials-one__card {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .testimonials-one .card-center .testimonials-one__card {
    margin-top: 30px;
  }
}
.testimonials-one .ms-auto .testimonials-one__card {
  margin-left: auto;
}
@media (max-width: 1199px) {
  .testimonials-one .ms-auto .testimonials-one__card {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .testimonials-one .ms-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.testimonials-one__card {
  padding: 20px 20px 30px;
  border-radius: 20px;
  background-color: var(--misiom-white, #ffffff);
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.05));
  max-width: 370px;
}
.testimonials-one__card__quote {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.777;
  color: var(--misiom-gray, #75767a);
  padding: 24px 26px 38px;
  border-radius: 20px;
  background-color: var(--misiom-white2, #f1f3f5);
  -webkit-mask: url("../images/shapes/testimonial-card-shape-1-1.png");
  mask: url("../images/shapes/testimonial-card-shape-1-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.testimonials-one__card__info {
  display: flex;
  gap: 20px;
  align-items: center;
}
.testimonials-one__card__image {
  width: 53px;
  height: 53px;
  border-radius: 50%;
}
.testimonials-one__card__name {
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
.testimonials-one__card__designation {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.428;
  color: var(--misiom-text, #797b81);
  text-transform: capitalize;
}

.testimonials-two {
  position: relative;
  z-index: 1;
  background-color: var(--misiom-white, #ffffff);
}
.testimonials-two .container {
  max-width: 1724px;
}
.testimonials-two__wrapper {
  padding: 60px 60px 60px 100px;
  position: relative;
  border-radius: 20px;
  background-color: var(--misiom-white2, #f1f3f5);
}
@media (max-width: 1599px) {
  .testimonials-two__wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .testimonials-two__wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .testimonials-two__wrapper {
    padding: 30px 20px;
  }
}
.testimonials-two .row {
  position: relative;
  z-index: 1;
}
.testimonials-two .col-xxl-5 {
  width: 37.5%;
}
@media (max-width: 1399px) {
  .testimonials-two .col-xxl-5 {
    width: 40%;
  }
}
@media (max-width: 1199px) {
  .testimonials-two .col-xxl-5 {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .testimonials-two .col-xxl-5 {
    width: 100%;
  }
}
.testimonials-two .col-xxl-7 {
  width: 62.5%;
}
@media (max-width: 1399px) {
  .testimonials-two .col-xxl-7 {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .testimonials-two .col-xxl-7 {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .testimonials-two .col-xxl-7 {
    width: 100%;
  }
}
.testimonials-two .sec-title {
  margin: 68px 0px 0px;
}
@media (max-width: 1399px) {
  .testimonials-two .sec-title {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .testimonials-two .sec-title {
    text-align: center;
  }
}
.testimonials-two__carousel {
  position: relative;
}
.testimonials-two__carousel .owl-stage-outer {
  border-radius: 20px;
}
.testimonials-two__carousel.owl-carousel .owl-nav {
  gap: 15px;
  margin-top: 0px;
  position: absolute;
  right: 100px;
  bottom: 25px;
  z-index: 2;
}
@media (max-width: 1599px) {
  .testimonials-two__carousel.owl-carousel .owl-nav {
    right: 80px;
  }
}
@media (max-width: 1399px) {
  .testimonials-two__carousel.owl-carousel .owl-nav {
    right: 60px;
  }
}
@media (max-width: 1199px) {
  .testimonials-two__carousel.owl-carousel .owl-nav {
    margin-top: 40px;
    position: static;
  }
}
.testimonials-two__carousel.owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  border: none;
  font-size: 14px;
  color: var(--misiom-black, #18191c);
  background-color: var(--misiom-white2, #f1f3f5);
}
@media (max-width: 1199px) {
  .testimonials-two__carousel.owl-carousel .owl-nav button {
    background-color: var(--misiom-white, #ffffff);
  }
}
.testimonials-two__carousel.owl-carousel .owl-nav button:hover {
  color: var(--misiom-black, #18191c);
  background-color: var(--misiom-white, #ffffff);
}
@media (max-width: 1199px) {
  .testimonials-two__carousel.owl-carousel .owl-nav button:hover {
    color: var(--misiom-white, #ffffff);
    background-color: var(--misiom-base, #ffa501);
  }
}
.testimonials-two__card {
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--misiom-white, #ffffff);
}
.testimonials-two__card__top {
  display: grid;
  grid-gap: 30px 60px;
  align-items: center;
  grid-template-columns: 1fr 153px;
  padding: 100px 100px 80px;
}
@media (max-width: 1599px) {
  .testimonials-two__card__top {
    padding: 80px;
  }
}
@media (max-width: 1399px) {
  .testimonials-two__card__top {
    padding: 60px;
  }
}
@media (max-width: 1199px) {
  .testimonials-two__card__top {
    padding: 40px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .testimonials-two__card__top {
    padding: 30px;
  }
}
@media (max-width: 430px) {
  .testimonials-two__card__top {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.testimonials-two__card__quote__icon {
  display: inline-flex;
  margin-bottom: 22px;
  font-size: 53px;
  color: var(--misiom-base, #ffa501);
}
.testimonials-two__card__quote__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonials-two__card__quote__text {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.636;
  color: var(--misiom-text, #797b81);
}
@media (max-width: 1399px) {
  .testimonials-two__card__quote__text {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .testimonials-two__card__quote__text {
    font-size: 18px;
  }
}
.testimonials-two__card__image {
  display: inline-block;
  border-radius: 20px;
}
.testimonials-two__card__image img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}
.testimonials-two__card__info {
  padding: 23px 100px;
  background-color: var(--misiom-base, #ffa501);
}
@media (max-width: 1599px) {
  .testimonials-two__card__info {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1399px) {
  .testimonials-two__card__info {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  .testimonials-two__card__info {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575px) {
  .testimonials-two__card__info {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 430px) {
  .testimonials-two__card__info {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.testimonials-two__card__name {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--misiom-white, #ffffff);
  text-transform: uppercase;
}
.testimonials-two__card__designation {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
  color: var(--misiom-white, #ffffff);
  line-height: 1.2;
  text-transform: uppercase;
}
.testimonials-two__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 100px;
  bottom: -37px;
}
@media (max-width: 1599px) {
  .testimonials-two__shape {
    left: 40px;
  }
}
@media (max-width: 1399px) {
  .testimonials-two__shape {
    bottom: -40px;
  }
}
@media (max-width: 991px) {
  .testimonials-two__shape {
    display: none;
  }
}

/*-------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/
.why-choose {
  position: relative;
  z-index: 1;
  background-color: var(--misiom-black, #18191c);
  overflow: hidden;
  padding-bottom: 74px;
}
.why-choose::after {
  position: absolute;
  content: "";
  width: 589px;
  height: 589px;
  right: -284px;
  bottom: -335px;
  border-radius: 294px;
  filter: blur(589px);
  background-image: radial-gradient(circle at center, rgba(var(--misiom-base-rgb, 255, 165, 1), 1) 0%, rgba(var(--misiom-base-rgb, 255, 165, 1), 0) 100%);
  z-index: -1;
}
.why-choose__image {
  width: 49%;
  height: 485px;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media (max-width: 1199px) {
  .why-choose__image {
    width: 47%;
  }
}
@media (max-width: 991px) {
  .why-choose__image {
    display: none;
  }
}
.why-choose__image img {
  width: 115% !important;
  height: 100%;
  object-fit: cover;
}
.why-choose .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .why-choose .sec-title {
    margin-bottom: 48px;
  }
}
.why-choose .sec-title__top__box {
  border-color: RGBA(var(--misiom-border-color-rgb, 225, 226, 231), 0.1);
}
.why-choose__container {
  margin-right: 50px;
}
@media (max-width: 991px) {
  .why-choose__container {
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .why-choose__container .row {
    --bs-gutter-x: 0px;
  }
}
.why-choose__wrapper {
  padding-top: 55px;
  background-color: var(--misiom-black, #18191c);
}
@media (max-width: 991px) {
  .why-choose__wrapper {
    padding: 0px;
    background-color: transparent;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose__wrapper {
    padding-top: 40px;
  }
}
.why-choose__item {
  padding: 0px 55px;
}
@media (max-width: 991px) {
  .why-choose__item {
    padding: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose__item {
    padding: 0px 40px;
  }
}
.why-choose__item__top {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose__item__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.why-choose__item__icon {
  width: 58px;
  height: 58px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--misiom-base, #ffa501);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: RGBA(var(--misiom-white-rgb, 255, 255, 255), 0.051);
}
.why-choose__item:hover .why-choose__item__icon {
  color: var(--misiom-white, #ffffff);
  background-color: var(--misiom-base, #ffa501);
}
.why-choose__item__title {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--misiom-white, #ffffff);
  text-transform: uppercase;
}
.why-choose__item__text {
  margin-bottom: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-area {
  overflow: hidden;
  background-color: var(--misiom-base, #ffa501);
}
.funfact-area .container-fluid {
  padding: 0px;
}
.funfact-area .row {
  --bs-gutter-x: 0px;
}
.funfact-area .row > *:not(:last-child) {
  position: relative;
}
.funfact-area .row > *:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: var(--misiom-white, #ffffff);
}
@media (max-width: 575px) {
  .funfact-area .row > *:not(:last-child)::after {
    width: 100%;
    height: 2px;
    top: auto;
    left: 0px;
    bottom: 0px;
    transform: none;
  }
}
@media (max-width: 1199px) {
  .funfact-area .row > *:nth-child(2)::after {
    display: none;
  }
}
@media (max-width: 575px) {
  .funfact-area .row > *:nth-child(2)::after {
    display: block;
  }
}
.funfact-area .row > *:nth-child(1)::before,
.funfact-area .row > *:nth-child(2)::before {
  content: "";
  display: none;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: var(--misiom-white, #ffffff);
}
@media (max-width: 1199px) {
  .funfact-area .row > *:nth-child(1)::before,
  .funfact-area .row > *:nth-child(2)::before {
    display: block;
  }
}
@media (max-width: 575px) {
  .funfact-area .row > *:nth-child(1)::before,
  .funfact-area .row > *:nth-child(2)::before {
    display: none;
  }
}
.funfact-area__item {
  padding: 60px;
}
@media (max-width: 480px) {
  .funfact-area__item {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 430px) {
  .funfact-area__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .funfact-area__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .funfact-area__item {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .funfact-area__item {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.funfact-area__icon {
  width: 103px;
  height: 103px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  font-size: 50px;
  color: var(--misiom-white, #ffffff);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: RGBA(var(--misiom-white-rgb, 255, 255, 255), 0.102);
}
@media (max-width: 375px) {
  .funfact-area__icon {
    margin-bottom: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .funfact-area__icon {
    margin-bottom: 25px;
  }
}
.funfact-area__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.funfact-area__item:hover .funfact-area__icon {
  color: var(--misiom-base, #ffa501);
  background-color: var(--misiom-white, #ffffff);
}
.funfact-area__count {
  margin-bottom: 50px;
  font-size: 80px;
  line-height: 1;
  font-weight: 500;
  color: var(--misiom-white, #ffffff);
  letter-spacing: -3px;
}
.funfact-area__title {
  margin-bottom: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-white, #ffffff);
  font-weight: 500;
  line-height: 1.375;
  text-align: right;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta-one {
  background-color: var(--misiom-white, #ffffff);
}
.cta-one .container-fluid {
  max-width: 1724px;
}
.cta-one__wrapper {
  padding: 112.5px 135px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--misiom-base, #ffa501);
}
@media (max-width: 1799px) {
  .cta-one__wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 991px) {
  .cta-one__wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 767px) {
  .cta-one__wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575px) {
  .cta-one__wrapper {
    padding: 60px 30px;
  }
}
.cta-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.cta-one .row {
  position: relative;
  z-index: 1;
}
.cta-one__col-1 {
  width: 35%;
}
@media (max-width: 1599px) {
  .cta-one__col-1 {
    width: 100%;
  }
}
.cta-one__col-2 {
  width: 24.4%;
}
@media (max-width: 1599px) {
  .cta-one__col-2 {
    width: 100%;
  }
}
.cta-one__col-3 {
  width: 40.6%;
}
@media (max-width: 1599px) {
  .cta-one__col-3 {
    width: 100%;
  }
}
@media (max-width: 1599px) {
  .cta-one__content {
    text-align: center;
  }
}
.cta-one__content--2 {
  margin-top: 50px;
}
@media (max-width: 1599px) {
  .cta-one__content--2 {
    margin-top: 0px;
  }
}
.cta-one__title {
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--misiom-white, #ffffff);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .cta-one__title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .cta-one__title {
    font-size: 45px;
  }
}
@media (max-width: 440px) {
  .cta-one__title {
    font-size: 40px;
  }
}
.cta-one__title--2 {
  margin-bottom: 0px;
}
.cta-one__title span {
  font-weight: 400;
}
.cta-one__text {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 500;
  text-align: right;
  line-height: 1.375;
  color: var(--misiom-white, #ffffff);
  text-transform: uppercase;
}
@media (max-width: 1599px) {
  .cta-one__text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cta-one__text {
    font-size: 18px;
  }
}
.cta-one__text--2 {
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 1599px) {
  .cta-one__text--2 {
    text-align: center;
  }
}
.cta-one__button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-one__image {
  width: 175px;
  height: 175px;
  flex-shrink: 0;
  border-radius: 50%;
}
@media (max-width: 412px) {
  .cta-one__image {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 360px) {
  .cta-one__image {
    width: 138px;
    height: 138px;
  }
}
.cta-one .misiom-circle-btn {
  margin-left: -50px;
}
@media (max-width: 412px) {
  .cta-one .misiom-circle-btn {
    width: 150px;
    height: 150px;
    font-size: 60px;
  }
}
@media (max-width: 360px) {
  .cta-one .misiom-circle-btn {
    width: 138px;
    height: 138px;
  }
}
.cta-one__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -10px;
  right: -10px;
}
@media (max-width: 1199px) {
  .cta-one__shape {
    display: none;
  }
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
.login-page {
  background-color: var(--misiom-white, #ffffff);
}
.login-page__info {
  margin-bottom: 50px;
  padding: 15px 30px;
  border-radius: 20px;
  background-color: var(--misiom-white2, #f1f3f5);
}
@media (max-width: 767px) {
  .login-page__info {
    margin-bottom: 40px;
  }
}
.login-page__info__text {
  margin-bottom: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}
.login-page__info__text span {
  color: var(--misiom-black, #18191c);
}
.login-page__info__text a {
  line-height: 1.25;
  color: var(--misiom-base, #ffa501);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.login-page__info__text a:hover {
  background-size: 100% 1px;
}
.login-page__form {
  position: relative;
}
@media (max-width: 991px) {
  .login-page__form--register {
    margin-top: 40px;
  }
}
.login-page__form__title {
  margin-bottom: 31px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.login-page__form__inner {
  padding: 60px;
  border-radius: 20px;
  background-color: var(--misiom-white, #ffffff);
  border: 1px solid var(--misiom-border-color, #e1e2e7);
}
@media (max-width: 767px) {
  .login-page__form__inner {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .login-page__form__inner {
    padding: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .login-page__form__inner {
    padding: 40px;
  }
}
.login-page__form__bottom {
  display: flex;
  gap: 25px;
  align-items: center;
}
@media (max-width: 412px) {
  .login-page__form__bottom {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
.login-page__form__checked-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .login-page__form__checked-box {
    display: block;
  }
}
.login-page__form__checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  text-transform: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--misiom-text, #797b81);
  text-transform: capitalize;
}
.login-page__form__checked-box label span::before {
  content: "";
  width: 6px;
  height: 9px;
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  opacity: 0;
  pointer-events: none;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  border-bottom: 2px solid var(--misiom-base, #ffa501);
  border-right: 2px solid var(--misiom-base, #ffa501);
}
.login-page__form__checked-box input[type=checkbox] {
  display: none;
}
.login-page__form__checked-box input[type=checkbox] + label span {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 50%;
  vertical-align: middle;
  background: transparent;
  cursor: pointer;
  border: 1px solid var(--misiom-gray, #75767a);
  transition: all 300ms ease;
}
.login-page__form__checked-box input[type=checkbox]:checked + label span {
  border-color: var(--misiom-base, #ffa501);
}
.login-page__form__checked-box input[type=checkbox]:checked + label span::before {
  opacity: 1;
}
.login-page__form__forgot-password {
  display: inline-block;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.5;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.login-page__form__forgot-password:hover {
  background-size: 100% 1px;
}
.login-page__form__forgot-password:hover {
  color: var(--misiom-base, #ffa501);
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq-accordion {
  position: relative;
  z-index: 1;
}
.faq-accordion .accordion {
  border-radius: 20px;
  background-color: var(--misiom-white, #ffffff);
  border: 1px solid var(--misiom-border-color, #e1e2e7);
}
.faq-accordion .accordion + .accordion {
  margin-top: 15px;
}
.faq-accordion .accordion-title {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 430px) {
  .faq-accordion .accordion-title {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.faq-accordion .accordion-title h3 {
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
.faq-accordion .accordion-title__icon {
  flex-shrink: 0;
  position: relative;
  transition: all 500ms ease;
}
.faq-accordion .accordion-title__icon::after, .faq-accordion .accordion-title__icon::before {
  content: "";
  width: 2px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 500ms ease;
  transform: translate(-50%, -50%);
  background-color: var(--misiom-black, #18191c);
}
.faq-accordion .accordion-title__icon::after {
  width: 18px;
  height: 2px;
}
.faq-accordion .active.accordion {
  border-color: var(--misiom-base, #ffa501);
}
.faq-accordion .active .accordion-title__icon::after, .faq-accordion .active .accordion-title__icon::before {
  opacity: 0;
  background-color: var(--misiom-base, #ffa501);
}
.faq-accordion .active .accordion-title__icon::after {
  opacity: 1;
}
.faq-accordion .accordion-content .inner {
  padding: 0px 30px 21px 30px;
}
@media (max-width: 430px) {
  .faq-accordion .accordion-content .inner {
    padding: 0px 25px 16px 25px;
  }
}
.faq-accordion .accordion-content p {
  margin-bottom: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}

.faq-one {
  background-color: var(--misiom-white, #ffffff);
}
.faq-one__text {
  margin-bottom: 50px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}
.faq-one__shape img {
  max-width: 100%;
  height: auto;
}
.faq-one__image {
  max-width: 400px;
}
.faq-one__image__box {
  margin-bottom: -10px;
  border-radius: 20px;
}
.faq-one__image__box img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}
.faq-one__image__title {
  padding: 40px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.333;
  color: var(--misiom-white, #ffffff);
  text-transform: uppercase;
  border-radius: 20px;
  background-color: var(--misiom-base, #ffa501);
}
.faq-one__faq__item + .faq-one__faq__item {
  margin-top: 20px;
}
.faq-one__faq__item {
  display: flex;
  gap: 54px;
  align-items: center;
  position: relative;
}
@media (max-width: 575px) {
  .faq-one__faq__item {
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .faq-one__faq__item {
    gap: 30px;
  }
}
@media (max-width: 425px) {
  .faq-one__faq__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.faq-one__faq__item::after {
  content: "";
  width: 1px;
  height: calc(100% + 20px);
  position: absolute;
  top: 50%;
  left: 23px;
  transform: translateY(-50%);
  background-color: var(--misiom-border-color, #e1e2e7);
}
@media (max-width: 425px) {
  .faq-one__faq__item::after {
    display: none;
  }
}
.faq-one__faq__item:first-child::after, .faq-one__faq__item:last-child::after {
  height: calc(50% + 10px);
  transform: translateY(0%);
}
.faq-one__faq__item:first-child::after {
  top: auto;
  bottom: -10px;
}
.faq-one__faq__item:last-child::after {
  top: -10px;
}
.faq-one__faq__icon {
  width: 46px;
  height: 46px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: var(--misiom-white, #ffffff);
  border-radius: 50%;
  background-color: var(--misiom-base, #ffa501);
}
.faq-one__faq__icon::after {
  content: "";
  width: 54px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -54px;
  transform: translateY(-50%);
  transition: all 500ms ease;
  background-color: var(--misiom-border-color, #e1e2e7);
}
@media (max-width: 575px) {
  .faq-one__faq__icon::after {
    width: 40px;
    right: -40px;
  }
}
@media (max-width: 480px) {
  .faq-one__faq__icon::after {
    width: 30px;
    right: -30px;
  }
}
@media (max-width: 425px) {
  .faq-one__faq__icon::after {
    width: 1px;
    height: 30px;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -30px;
    transform: translate(-50%, 0%);
  }
}
.faq-one__faq__item:hover .faq-one__faq__icon::after {
  background-color: var(--misiom-base, #ffa501);
}
.faq-one__faq__content {
  padding: 25px 30px 20px;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  transition: all 500ms ease;
  border: 1px solid var(--misiom-border-color, #e1e2e7);
}
.faq-one__faq__content::before, .faq-one__faq__content::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 20px 10px 20px 0;
  transition: all 500ms ease;
  border-color: transparent var(--misiom-border-color, #e1e2e7) transparent transparent;
}
.faq-one__faq__content::after {
  left: -8px;
  border-width: 18px 8px 18px 0;
  border-color: transparent var(--misiom-white, #ffffff) transparent transparent;
}
.faq-one__faq__item:hover .faq-one__faq__content {
  border-color: var(--misiom-base, #ffa501);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
}
.faq-one__faq__item:hover .faq-one__faq__content::before {
  border-color: transparent var(--misiom-base, #ffa501) transparent transparent;
}
.faq-one__faq__title {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
.faq-one__faq__text {
  margin-bottom: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}

/*--------------------------------------------------------------
# Package
--------------------------------------------------------------*/
.package-card {
  border-radius: 20px;
  background-color: var(--misiom-white, #ffffff);
  filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.07));
}
.package-card__image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.package-card__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: inherit;
  transition: all 0.3s ease-in-out;
}
.package-card__content {
  position: relative;
  padding: 33px 60px 60px;
}
@media (max-width: 1599px) {
  .package-card__content {
    padding: 33px 40px 40px;
  }
}
@media (max-width: 1399px) {
  .package-card__content {
    padding: 33px 30px 30px;
  }
}
.package-card__category {
  display: inline-block;
  position: absolute;
  top: -17.5px;
  right: 60px;
  z-index: 1;
  padding: 10px 20px;
  font-size: 12px;
  color: var(--misiom-white, #ffffff);
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  border-radius: 30px;
  background-color: var(--misiom-base, #ffa501);
}
.package-card__title {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
@media (max-width: 412px) {
  .package-card__title {
    font-size: 22px;
  }
}
.package-card__price {
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  color: var(--misiom-base, #ffa501);
}
@media (max-width: 412px) {
  .package-card__price {
    font-size: 32px;
  }
}
.package-card__price span {
  font-size: 16px;
  font-weight: 500;
  color: var(--misiom-text, #797b81);
}
.package-card__list {
  padding-top: 21px;
  margin-bottom: 27px;
  border-top: 1px solid var(--misiom-border-color, #e1e2e7);
}
.package-card__list li + li {
  margin-top: 15px;
}
.package-card__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.625;
}
.package-card__list li.active {
  color: var(--misiom-black, #18191c);
}
.package-card__list__icon {
  position: relative;
  top: 1px;
  flex-shrink: 0;
}

.packages-one {
  position: relative;
  background-color: var(--misiom-white, #ffffff);
}
.packages-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.packages-one .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .packages-one .container {
    max-width: 1760px;
  }
}
.packages-one .tab-buttons {
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.packages-one .tab-buttons button.active-btn {
  color: var(--misiom-white, #ffffff);
}
.packages-one .tab-buttons button.active-btn::before, .packages-one .tab-buttons button.active-btn::after {
  width: calc(50% + 22px);
}
.packages-one .tabs-content .tab {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 1000ms ease;
}
.packages-one .tabs-content .tab.active-tab {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*--------------------------------------------------------------
# Slide Text
--------------------------------------------------------------*/
.slide-text {
  margin-top: 55px;
}
.slide-text .marquee {
  overflow: visible;
}
.slide-text .marquee__top,
.slide-text .marquee__bottom,
.slide-text .marquee__toleft,
.slide-text .marquee__toright {
  gap: 30px;
}
.slide-text__title {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 0px;
  font-size: 120px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.8px;
  color: var(--misiom-white, #ffffff);
  text-transform: uppercase;
  transition: all 500ms ease;
}
@media (max-width: 1399px) {
  .slide-text__title {
    font-size: 100px;
    letter-spacing: -3.8px;
  }
}
@media (max-width: 991px) {
  .slide-text__title {
    font-size: 80px;
    letter-spacing: -3px;
  }
}
@media (max-width: 575px) {
  .slide-text__title {
    font-size: 65px;
    letter-spacing: -2.8px;
  }
}
@media (max-width: 440px) {
  .slide-text__title {
    font-size: 55px;
  }
}
@media (max-width: 390px) {
  .slide-text__title {
    font-size: 50px;
  }
}
.slide-text__title img {
  max-width: 230px;
  height: auto;
  margin: 0 7px 0 3px;
}
@media (max-width: 1399px) {
  .slide-text__title img {
    max-width: 150px;
  }
}
@media (max-width: 991px) {
  .slide-text__title img {
    max-width: 120px;
  }
}
@media (max-width: 575px) {
  .slide-text__title img {
    max-width: 100px;
  }
}
@media (max-width: 440px) {
  .slide-text__title img {
    max-width: 80px;
  }
}
@media (max-width: 390px) {
  .slide-text__title img {
    max-width: 70px;
  }
}
.slide-text__title span {
  display: inline-block;
  position: relative;
}
.slide-text__title span::before, .slide-text__title span::after {
  content: "";
  width: 99%;
  height: 1px;
  position: absolute;
  left: 5px;
  bottom: 5px;
  background-color: var(--misiom-base, #ffa501);
}
.slide-text__title span::after {
  bottom: 0;
}

.slide-text-two {
  padding: 30px 0px;
  background-color: var(--misiom-base, #ffa501);
}
.slide-text-two .marquee {
  overflow: visible;
}
.slide-text-two .marquee__top,
.slide-text-two .marquee__bottom,
.slide-text-two .marquee__toleft,
.slide-text-two .marquee__toright {
  gap: 30px;
}
.slide-text-two__title {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--misiom-white, #ffffff);
  text-transform: uppercase;
  transition: all 500ms ease;
}

/*--------------------------------------------------------------
# Awards
--------------------------------------------------------------*/
.awards-one {
  background-color: var(--misiom-white2, #f1f3f5);
}
@media (min-width: 1200px) {
  .awards-one .container {
    max-width: 1620px;
  }
}
.awards-one .sec-title {
  margin-bottom: 48px;
}
@media (max-width: 1199px) {
  .awards-one .sec-title {
    text-align: center;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1199px) {
  .awards-one .sec-title .sec-title__top__box {
    top: 0px;
  }
}
.awards-one__col-1 {
  flex: 0 0 auto;
  width: 27.6%;
}
@media (max-width: 1199px) {
  .awards-one__col-1 {
    width: 100%;
  }
}
.awards-one__col-2 {
  flex: 0 0 auto;
  width: 72.4%;
}
@media (max-width: 1199px) {
  .awards-one__col-2 {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .awards-one__image {
    text-align: center;
  }
}
.awards-one__image img {
  max-width: 100%;
  height: auto;
}
.awards-one__item {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid var(--misiom-border-color, #e1e2e7);
}
.awards-one__item:first-child {
  border-top: 1px solid var(--misiom-border-color, #e1e2e7);
}
.awards-one__item::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--misiom-black, #18191c);
}
.awards-one__item:hover::after {
  height: 100%;
}
.awards-one__item__content {
  overflow: hidden;
  padding: 20px 40px;
}
@media (max-width: 1399px) {
  .awards-one__item__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .awards-one__item__content {
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  .awards-one__item__content {
    text-align: center;
  }
}
.awards-one__year {
  position: relative;
  transition: all 500ms ease;
}
.awards-one__year__icon {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  opacity: 0;
  margin: auto;
  transform: translateX(-150px);
  transition: all 500ms ease;
}
.awards-one__year__title {
  position: relative;
  bottom: -50px;
  margin-bottom: 0px;
  font-size: 100px;
  line-height: 1;
  font-weight: 400;
  color: var(--misiom-black, #18191c);
  transition: all 500ms ease;
}
@media (max-width: 991px) {
  .awards-one__year__title {
    bottom: 0px;
    font-size: 90px;
  }
}
@media (max-width: 360px) {
  .awards-one__year__title {
    font-size: 80px;
  }
}
.awards-one__item:hover .awards-one__year {
  padding-left: 70px;
}
.awards-one__item:hover .awards-one__year__icon {
  opacity: 1;
  transform: translateX(0px);
}
.awards-one__item:hover .awards-one__year__title {
  bottom: 0px;
  font-size: 60px;
  color: var(--misiom-white, #ffffff);
}
.awards-one__title {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1.375;
  font-weight: 700;
  color: var(--misiom-text, #797b81);
  text-transform: uppercase;
}
.awards-one__icon {
  text-align: right;
}
@media (max-width: 991px) {
  .awards-one__icon {
    text-align: center;
  }
}
.awards-one__link {
  display: inline-flex;
  font-size: 70px;
  color: var(--misiom-base, #ffa501);
}
.awards-one__link svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/*--------------------------------------------------------------
# Business Impact
--------------------------------------------------------------*/
.business-impact {
  position: relative;
  margin: 0 50px;
}
@media (max-width: 1799px) {
  .business-impact {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .business-impact {
    margin: 0 15px;
  }
}
.business-impact__wrapper {
  position: relative;
  background-color: var(--misiom-black, #18191c);
}
.business-impact__bg {
  width: 100%;
  height: calc(100% - 300px);
  position: relative;
  position: absolute;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
}
.business-impact__bg__main {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.business-impact__bg__main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--misiom-black-rgb, 24, 25, 28), 0.7);
}
.business-impact__shape-one, .business-impact__shape-two, .business-impact__shape-three {
  width: 31%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.business-impact__shape-one {
  z-index: 1;
  mix-blend-mode: difference;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  background-image: linear-gradient(90deg, rgb(254, 253, 253) 0%, rgba(254, 253, 253, 0) 100%);
}
.business-impact__shape-two {
  height: 100%;
  z-index: 2;
  mix-blend-mode: screen;
  clip-path: polygon(0% 0%, 4% 0%, 100% 100%, 0% 100%);
  background-image: linear-gradient(0deg, var(--misiom-base, #ffa501) 0%, var(--misiom-black, #18191c) 100%);
}
.business-impact__shape-three {
  width: 46.5%;
  height: 100%;
  z-index: 3;
  mix-blend-mode: difference;
  background-color: var(--misiom-black, #18191c);
  clip-path: polygon(3% 0%, 37% 0%, 100% 100%, 67% 100%);
}
.business-impact .container {
  position: relative;
  z-index: 4;
  max-width: 100%;
  padding-left: 120px;
  padding-right: 130px;
}
@media (max-width: 1799px) {
  .business-impact .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .business-impact .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.business-impact .row {
  --bs-gutter-x: 74px;
}
@media (max-width: 1799px) {
  .business-impact .row {
    --bs-gutter-x: 40px;
  }
}
@media (max-width: 1599px) {
  .business-impact .row {
    --bs-gutter-x: 30px;
  }
}
.business-impact .col-xl-5 {
  width: 45.5%;
}
@media (max-width: 991px) {
  .business-impact .col-xl-5 {
    width: 100%;
  }
}
.business-impact .col-xl-7 {
  width: 54.5%;
}
@media (max-width: 991px) {
  .business-impact .col-xl-7 {
    width: 100%;
  }
}
.business-impact__content {
  padding: 73px 80px 76px;
  border-radius: 20px;
  background-color: var(--misiom-white, #ffffff);
}
@media (max-width: 1599px) {
  .business-impact__content {
    padding: 53px 60px 56px;
  }
}
@media (max-width: 1299px) {
  .business-impact__content {
    padding: 33px 40px 36px;
  }
}
@media (max-width: 480px) {
  .business-impact__content {
    padding: 23px 30px 26px;
  }
}
.business-impact__text {
  margin-bottom: 38px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.666;
  color: var(--misiom-gray, #75767a);
}
.business-impact__list {
  padding-bottom: 46px;
  margin-bottom: 54px;
  border-bottom: 1px solid var(--misiom-border-color, #e1e2e7);
}
@media (max-width: 1199px) {
  .business-impact__list {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.business-impact__list li + li {
  margin-top: 12px;
}
.business-impact__list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  color: var(--misiom-black, #18191c);
  margin-bottom: 12px;
}
.business-impact__list__icon {
  width: 16px;
  height: 16px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 3px;
  font-size: 10px;
  color: var(--misiom-white, #ffffff);
  border-radius: 50%;
  background-color: var(--misiom-base, #ffa501);
}
.business-impact__about {
  display: flex;
  gap: 20px 84px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .business-impact__about {
    gap: 20px 60px;
  }
}
@media (max-width: 1199px) {
  .business-impact__about {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.business-impact__about__year {
  margin-bottom: 0px;
  position: relative;
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  color: var(--misiom-black, #18191c);
}
@media (max-width: 1399px) {
  .business-impact__about__year {
    font-size: 80px;
  }
}
@media (max-width: 480px) {
  .business-impact__about__year {
    font-size: 70px;
  }
}
.business-impact__about__year::before {
  content: "";
  width: 1px;
  height: calc(100% - 12px);
  position: absolute;
  top: 50%;
  right: -55px;
  transform: translateY(-50%);
  background-color: var(--misiom-border-color, #e1e2e7);
}
@media (max-width: 1399px) {
  .business-impact__about__year::before {
    right: -30px;
  }
}
@media (max-width: 1199px) {
  .business-impact__about__year::before {
    display: none;
  }
}
.business-impact__about__title {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
.business-impact__funfact {
  height: 100%;
  display: flex;
  gap: 0px;
  position: relative;
  padding-top: 120px;
}
@media (max-width: 1599px) {
  .business-impact__funfact {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .business-impact__funfact {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .business-impact__funfact {
    flex-direction: column;
  }
}
.business-impact__funfact__card {
  --color-1: var(--misiom-white);
  --color-2: var(--misiom-black);
  --color-3: var(--misiom-gray);
  --color-4: var(--misiom-base);
  width: 50%;
  flex: 0 0 auto;
  padding: 33px 64px 32px 40px;
  border-radius: 20px;
  background-color: var(--color-1);
  align-self: flex-end;
}
@media (max-width: 1299px) {
  .business-impact__funfact__card {
    padding: 23px 30px 21px;
  }
}
@media (max-width: 991px) {
  .business-impact__funfact__card {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .business-impact__funfact__card {
    width: 100%;
    align-self: flex-start;
  }
}
.business-impact__funfact__card[data-theme=business-impact-funfact-2] {
  --color-1: var(--misiom-base);
  --color-2: var(--misiom-white);
  --color-3: var(--misiom-white);
  --color-4: var(--misiom-white);
  align-self: flex-start;
}
.business-impact__funfact__top {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 21px;
  padding-bottom: 22px;
  border-bottom: 1px solid RGBA(var(--misiom-black-rgb, 24, 25, 28), 0.1);
}
.business-impact__funfact__count {
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  color: var(--color-2);
}
@media (max-width: 1199px) {
  .business-impact__funfact__count {
    font-size: 40px;
  }
}
.business-impact__funfact__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 48px;
  width: 32px;
  color: var(--color-4);
}
@media (max-width: 1199px) {
  .business-impact__funfact__icon {
    font-size: 32px;
  }
}
.business-impact__funfact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.business-impact__funfact__text {
  margin-bottom: 0px;
  font-size: 16px;
  color: var(--color-3);
  font-weight: 600;
  line-height: 1.875;
}
.business-impact__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -70px;
  right: 29%;
}
@media (max-width: 1599px) {
  .business-impact__shape {
    right: 26%;
  }
}
@media (max-width: 1599px) {
  .business-impact__shape {
    right: 25%;
  }
}
@media (max-width: 1299px) {
  .business-impact__shape {
    display: none;
  }
}

/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.work-process {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  counter-reset: workProcessStep;
  background-color: var(--misiom-white2, #f1f3f5);
  padding-bottom: 0;
}
.work-process__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.work-process .container {
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .work-process .container {
    max-width: 1624px;
  }
}
.work-process__top {
  margin-bottom: 90px;
  text-align: center;
  position: relative;
  z-index: 5;
}
.work-process .sec-title {
  margin-bottom: 38px;
}
.work-process__text {
  margin-bottom: 18px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}
.work-process__text .line {
  justify-content: center;
}
.work-process .animate-box {
  margin-bottom: 27px;
}
.work-process__button {
  text-align: center;
}
.work-process__wrapper {
  width: 100%;
  display: flex;
  gap: 40px 60px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px 15px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .work-process__wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.work-process__wrapper::after {
  position: absolute;
  left: 0;
  right: 2px;
  margin: 0 auto;
  bottom: 475px;
  content: "";
  width: 41.5%;
  height: 1px;
  background-color: var(--misiom-border-color, #e1e2e7);
  z-index: -1;
}
@media (max-width: 1550px) {
  .work-process__wrapper::after {
    right: 38px;
    width: 34.5%;
  }
}
@media (max-width: 1450px) {
  .work-process__wrapper::after {
    right: 65px;
  }
}
.work-process__left, .work-process__right {
  width: 37.5%;
  display: flex;
  gap: 0px;
  flex: 0 0 auto;
  align-items: flex-start;
}
@media (max-width: 1599px) {
  .work-process__left, .work-process__right {
    width: 43%;
  }
}
@media (max-width: 1399px) {
  .work-process__left, .work-process__right {
    width: 45%;
  }
}
@media (max-width: 1199px) {
  .work-process__left, .work-process__right {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .work-process__left, .work-process__right {
    width: 100%;
  }
}
.work-process__card {
  --color-1: var(--misiom-border-color);
  --color-2: var(--misiom-border-color);
  --color-3: var(--misiom-black);
  --color-4: var(--misiom-text);
  --color-5: var(--misiom-border-color);
  text-align: center;
  max-width: 270px;
  position: relative;
  z-index: 1;
}
.work-process__card::after {
  position: absolute;
  right: -136px;
  top: 53px;
  content: "";
  width: 217px;
  height: 1px;
  background-color: var(--misiom-border-color, #e1e2e7);
  z-index: -1;
}
@media (max-width: 1299px) {
  .work-process__card::after {
    display: none;
  }
}
.work-process__card__icon {
  width: 107px;
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 20px;
  font-size: 50px;
  color: var(--misiom-white, #ffffff);
  border-radius: 50%;
  background-color: var(--misiom-base, #ffa501);
}
.work-process__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.work-process__card__step {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 30px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: var(--misiom-black, #18191c);
  border-radius: 50%;
  background-color: var(--misiom-white, #ffffff);
  border: 2px solid var(--color-1);
}
.work-process__card__step::after {
  counter-increment: workProcessStep;
  content: counter(workProcessStep, decimal-leading-zero);
}
.work-process__card__content {
  padding: 26px 30px 34px;
  position: relative;
  border-radius: 20px;
  background-color: var(--color-2);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
}
.work-process__card__content::after {
  content: "";
  width: 30px;
  height: 15px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-5);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.work-process__card__title {
  margin-bottom: 17px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-3);
  text-transform: uppercase;
}
.work-process__card__text {
  margin-bottom: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--color-4);
  font-weight: 500;
  line-height: 1.875;
  font-size: 15px;
  line-height: 26px;
}
.work-process__card[data-theme=work-process__card--2] {
  --color-1: var(--misiom-black);
  --color-2: var(--misiom-black);
  --color-3: var(--misiom-white);
  --color-5: var(--misiom-black);
  margin-top: 440px;
}
@media (max-width: 1199px) {
  .work-process__card[data-theme=work-process__card--2] {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .work-process__card[data-theme=work-process__card--2] {
    margin-top: 40px;
  }
}
.work-process__card[data-theme=work-process__card--2]:after {
  width: 1px;
  height: 386px;
  right: 0;
  left: 0;
  margin: auto;
  top: -386px;
}
.work-process__card[data-theme=work-process__card--3] {
  --color-2: var(--misiom-white);
  --color-5: var(--misiom-white);
  margin-top: 590px;
}
@media (max-width: 1199px) {
  .work-process__card[data-theme=work-process__card--3] {
    margin-top: 300px;
  }
}
@media (max-width: 767px) {
  .work-process__card[data-theme=work-process__card--3] {
    margin-top: 0px;
  }
}
.work-process__card[data-theme=work-process__card--3]:after {
  width: 1px;
  height: 386px;
  right: 0;
  left: 0;
  margin: auto;
  top: -386px;
}
.work-process__card[data-theme=work-process__card--4] {
  --color-1: var(--misiom-base);
  --color-2: var(--misiom-base);
  --color-3: var(--misiom-white);
  --color-4: var(--misiom-white);
  --color-5: var(--misiom-base);
  margin-top: 150px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .work-process__card[data-theme=work-process__card--4] {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .work-process__card[data-theme=work-process__card--4] {
    margin-top: 40px;
  }
}
.work-process__card[data-theme=work-process__card--4]:after {
  left: -193px;
  right: auto;
  width: 275px;
}
@media (max-width: 1550px) {
  .work-process__card[data-theme=work-process__card--4]:after {
    left: -228px;
    width: 310px;
  }
}
@media (max-width: 1450px) {
  .work-process__card[data-theme=work-process__card--4]:after {
    left: -197px;
  }
}

.work-process-two {
  position: relative;
  counter-reset: workProcessStep2;
  background-color: var(--misiom-white, #ffffff);
}
@media (min-width: 1200px) {
  .work-process-two .container {
    max-width: 1440px;
  }
}
.work-process-two__image {
  width: 45.3%;
  height: calc(100% - 240px);
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  border-radius: 0px 20px 20px 0px;
}
@media (max-width: 1199px) {
  .work-process-two__image {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 20px;
  }
}
.work-process-two__image img {
  object-fit: cover;
  border-radius: inherit;
}
@media (max-width: 1199px) {
  .work-process-two .sec-title {
    margin-bottom: 48px;
    text-align: center;
  }
}
.work-process-two__item {
  display: grid;
  grid-gap: 30px;
  align-items: center;
  grid-template-columns: 1fr 110px;
  padding: 32px 40px 31px;
  border-radius: 20px;
  border: 1px solid var(--misiom-border-color, #e1e2e7);
}
@media (max-width: 767px) {
  .work-process-two__item {
    padding: 22px 30px 30px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .work-process-two__item {
    text-align: center;
  }
}
@media (max-width: 390px) {
  .work-process-two__item {
    padding: 17px 25px 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .work-process-two__item {
    padding: 22px 30px 21px;
  }
}
.work-process-two__item:not(:last-child) {
  margin-bottom: 30px;
}
.work-process-two__item__top {
  display: flex;
  gap: 80px;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .work-process-two__item__top {
    gap: 50px;
  }
}
@media (max-width: 575px) {
  .work-process-two__item__top {
    gap: 20px;
    text-align: center;
    flex-direction: column;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .work-process-two__item__top {
    gap: 40px;
  }
}
.work-process-two__item__step {
  position: relative;
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  color: RGBA(var(--misiom-text-rgb, 130, 126, 118), 0.3);
  transition: all 500ms ease;
}
.work-process-two__item__step::before {
  counter-increment: workProcessStep2;
  content: counter(workProcessStep2, decimal-leading-zero);
}
.work-process-two__item__step::after {
  content: "";
  width: 1px;
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  background-color: var(--misiom-border-color, #e1e2e7);
}
@media (max-width: 991px) {
  .work-process-two__item__step::after {
    right: -25px;
  }
}
@media (max-width: 575px) {
  .work-process-two__item__step::after {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .work-process-two__item__step::after {
    right: -20px;
  }
}
.work-process-two__item.active .work-process-two__item__step {
  color: var(--misiom-base, #ffa501);
}
.work-process-two__item__title {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.375;
  color: RGBA(var(--misiom-black-rgb, 24, 25, 28), 0.3);
  text-transform: uppercase;
  transition: all 500ms ease;
}
.work-process-two__item.active .work-process-two__item__title {
  color: var(--misiom-black, #18191c);
}
.work-process-two__item__text {
  margin-bottom: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: RGBA(var(--misiom-text-rgb, 130, 126, 118), 0.4);
  font-weight: 500;
  line-height: 1.875;
  transition: all 500ms ease;
}
.work-process-two__item.active .work-process-two__item__text {
  color: var(--misiom-text, #797b81);
}
.work-process-two__item__image {
  border-radius: 20px;
}
.work-process-two__item__image img {
  border-radius: inherit;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio-one {
  position: relative;
  counter-reset: count;
  background-color: var(--misiom-white, #ffffff);
}
@media (max-width: 1583px) {
  .portfolio-one {
    padding-bottom: var(--section-space, 120px);
  }
}
@media (max-width: 767px) {
  .portfolio-one {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .portfolio-one {
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .portfolio-one__container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.portfolio-one__carousel .owl-stage-outer {
  position: relative;
}
.portfolio-one__item {
  position: relative;
  counter-increment: count;
}
.portfolio-one__item__image {
  position: relative;
  overflow: hidden;
}
.portfolio-one__item__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--accent-color);
  opacity: 0.9;
}
.portfolio-one__item__image img {
  width: 100%;
  display: block;
  transition: 0.5s;
  background-size: cover;
}
.portfolio-one__item__content {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  writing-mode: sideways-lr;
}
@media (max-width: 375px) {
  .portfolio-one__item__content {
    padding: 30px;
  }
}
.portfolio-one__item__title {
  margin-bottom: 0px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--misiom-white, #ffffff);
  text-transform: uppercase;
}
@media (max-width: 425px) {
  .portfolio-one__item__title {
    font-size: 30px;
  }
}
@media (max-width: 375px) {
  .portfolio-one__item__title {
    font-size: 25px;
  }
}
.portfolio-one__item__title a {
  color: inherit;
}
.portfolio-one__item__title a:hover {
  color: var(--misiom-base, #ffa501);
}
.portfolio-one__item__rm {
  width: 48px;
  height: 48px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--misiom-white, #ffffff);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--misiom-base, #ffa501);
  transform: rotate(90deg);
}
.portfolio-one__item__rm:hover {
  color: var(--misiom-black, #18191c);
  background-color: var(--misiom-white, #ffffff);
}
.portfolio-one__hover {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  overflow: hidden;
  padding: 80px;
  pointer-events: auto;
  will-change: transform, top, left, width, height;
  backface-visibility: hidden;
  counter-increment: count;
}
@media (max-width: 991px) {
  .portfolio-one__hover {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .portfolio-one__hover {
    padding: 30px;
  }
}
@media (max-width: 390px) {
  .portfolio-one__hover {
    padding: 25px;
  }
}
.portfolio-one__hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--accent-color);
  opacity: 0.9;
}
.portfolio-one__hover__content {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 30px 60px;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.portfolio-one__hover__bottom {
  display: flex;
  gap: 40px 100px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .portfolio-one__hover__bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.portfolio-one__hover__right {
  max-width: 800px;
}
.portfolio-one__hover__title, .portfolio-one__hover__serial, .portfolio-one__hover__text, .portfolio-one__hover__btn {
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.portfolio-one__hover__title {
  margin-bottom: 0px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--misiom-white, #ffffff);
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .portfolio-one__hover__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .portfolio-one__hover__title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .portfolio-one__hover__title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .portfolio-one__hover__title {
    font-size: 25px;
  }
}
@media (max-width: 390px) {
  .portfolio-one__hover__title {
    font-size: 22px;
  }
}
.portfolio-one__hover__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.portfolio-one__hover__title a:hover {
  background-size: 100% 1px;
}
.portfolio-one__hover__title a:hover {
  color: var(--misiom-base, #ffa501);
}
.portfolio-one__hover__text {
  margin-bottom: 31px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.625;
  color: var(--misiom-white2, #f1f3f5);
}
@media (max-width: 480px) {
  .portfolio-one__hover__text {
    font-size: 16px;
  }
}
.portfolio-one__hover .misiom-btn:hover {
  color: var(--misiom-black, #18191c);
}
.portfolio-one__hover .misiom-btn::before, .portfolio-one__hover .misiom-btn::after {
  background-color: var(--misiom-white, #ffffff);
}
.portfolio-one__hover__serial {
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  color: var(--misiom-base, #ffa501);
}
@media (max-width: 767px) {
  .portfolio-one__hover__serial {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .portfolio-one__hover__serial {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .portfolio-one__hover__serial {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .portfolio-one__hover__serial {
    font-size: 50px;
  }
}
@media (max-width: 390px) {
  .portfolio-one__hover__serial {
    font-size: 40px;
  }
}

.portfolio-two {
  background-color: var(--misiom-white, #ffffff);
}
@media (min-width: 1200px) {
  .portfolio-two .container {
    max-width: 1585px;
  }
}
.portfolio-two__top {
  margin-bottom: 48px;
}
.portfolio-two .sec-title {
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .portfolio-two .sec-title {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .portfolio-two .sec-title__title {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .portfolio-two__right {
    text-align: center;
  }
}
.portfolio-two__text {
  margin-bottom: 26px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}
.portfolio-two__card + .portfolio-two__card {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .portfolio-two__card + .portfolio-two__card {
    margin-top: 30px;
  }
}
.portfolio-two__card__image {
  height: 100%;
  display: block;
  border-radius: 20px;
}
.portfolio-two__card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}
.portfolio-two__card__content {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 50px 80px;
  border-radius: 20px;
  background-color: var(--misiom-white, #ffffff);
  border: 1px solid var(--misiom-border-color, #e1e2e7);
}
@media (max-width: 1599px) {
  .portfolio-two__card__content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .portfolio-two__card__content {
    height: auto;
    display: block;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .portfolio-two__card__content {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .portfolio-two__card__content {
    padding: 40px;
  }
}
@media (max-width: 412px) {
  .portfolio-two__card__content {
    padding: 25px;
  }
}
.portfolio-two__card__tagline {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--misiom-base, #ffa501);
  text-transform: uppercase;
}
.portfolio-two__card__title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.333;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
@media (max-width: 430px) {
  .portfolio-two__card__title {
    font-size: 25px;
  }
}
@media (max-width: 375px) {
  .portfolio-two__card__title {
    font-size: 22px;
  }
}
.portfolio-two__card__title a {
  color: inherit;
}
.portfolio-two__card__title a:hover {
  color: var(--misiom-base, #ffa501);
}
.portfolio-two__card__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.portfolio-two__card__title a:hover {
  background-size: 100% 1px;
}
.portfolio-two__card__button {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .portfolio-two__card__button {
    margin-bottom: 40px;
  }
}
.portfolio-two__card__text {
  margin-bottom: 21px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}
.portfolio-two__card__btn {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--misiom-black, #18191c);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--misiom-white2, #f1f3f5);
}
.portfolio-two__card__btn:hover {
  color: var(--misiom-white, #ffffff);
  background-color: var(--misiom-base, #ffa501);
}

.portfolio-three {
  background-color: var(--misiom-white, #ffffff);
}
@media (min-width: 1200px) {
  .portfolio-three .container {
    max-width: 1440px;
  }
}
.portfolio-three .row {
  --bs-gutter-x: 89px;
}
@media (max-width: 1399px) {
  .portfolio-three .row {
    --bs-gutter-x: 50px;
  }
}
@media (max-width: 991px) {
  .portfolio-three .row {
    --bs-gutter-x: 30px;
  }
}
.portfolio-three__col {
  flex: 0 0 auto;
}
.portfolio-three__col--1 {
  width: 52%;
}
@media (max-width: 767px) {
  .portfolio-three__col--1 {
    width: 100%;
  }
}
.portfolio-three__col--2 {
  width: 48%;
}
@media (max-width: 767px) {
  .portfolio-three__col--2 {
    width: 100%;
  }
}
.portfolio-three__card__image {
  display: block;
  margin-bottom: 25px;
  border-radius: 20px;
}
.portfolio-three__card__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
}
.portfolio-three__card__content {
  transform: translateZ(1px);
  backface-visibility: hidden;
}
.portfolio-three__card__tagline {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.333;
  color: var(--misiom-base, #ffa501);
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .portfolio-three__card__tagline {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-three__card__tagline {
    font-size: 14px;
  }
}
.portfolio-three__card__title {
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.333;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .portfolio-three__card__title {
    font-size: 25px;
  }
}
@media (max-width: 390px) {
  .portfolio-three__card__title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-three__card__title {
    font-size: 22px;
  }
}
.portfolio-three__card__title a {
  color: inherit;
}
.portfolio-three__card__title a:hover {
  color: var(--misiom-base, #ffa501);
}
.portfolio-three__card__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.portfolio-three__card__title a:hover {
  background-size: 100% 1px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  background-color: var(--misiom-white, #ffffff);
}
.portfolio-details__title {
  margin-bottom: 38px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.12;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .portfolio-details__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .portfolio-details__title {
    font-size: 30px;
  }
}
@media (max-width: 440px) {
  .portfolio-details__title {
    font-size: 25px;
  }
}
.portfolio-details__sub-title {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .portfolio-details__sub-title br {
    display: none;
  }
}
.portfolio-details__text {
  margin-bottom: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}
.portfolio-details__text + .portfolio-details__text {
  margin-top: 25px;
}
.portfolio-details__text-2 {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--misiom-black, #18191c);
}
.portfolio-details__text-2 + .portfolio-details__text-2 {
  margin-top: 25px;
}
.portfolio-details__list {
  margin: 20px 0px;
}
.portfolio-details__list li + li {
  margin-top: 7px;
}
.portfolio-details__list li {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-black, #18191c);
  font-weight: 500;
  line-height: 1.875;
}
.portfolio-details__list__icon {
  position: relative;
  top: 1px;
  flex-shrink: 0;
  color: var(--misiom-base, #ffa501);
}
.portfolio-details__thumbnail {
  margin-bottom: 44px;
}
.portfolio-details__thumbnail .scale-anim {
  border-radius: 20px;
}
.portfolio-details__thumbnail img {
  width: 100%;
  display: block;
  border-radius: inherit;
}
.portfolio-details__info {
  display: flex;
  gap: 87px 100px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .portfolio-details__info {
    gap: 67px 80px;
  }
}
@media (max-width: 991px) {
  .portfolio-details__info {
    gap: 27px 40px;
  }
}
.portfolio-details__info__title {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
.portfolio-details__info__text {
  margin-bottom: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
  text-transform: capitalize;
}
.portfolio-details__box {
  margin-bottom: 55px;
  padding: 40px 100px;
  border-top: 1px solid var(--misiom-border-color, #e1e2e7);
  border-bottom: 1px solid var(--misiom-border-color, #e1e2e7);
}
@media (max-width: 1199px) {
  .portfolio-details__box {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .portfolio-details__box {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.portfolio-details__box__title {
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.333;
  color: var(--misiom-base, #ffa501);
}
@media (max-width: 767px) {
  .portfolio-details__box__title {
    font-size: 25px;
  }
}
.portfolio-details__challenges {
  margin-bottom: 52px;
}
.portfolio-details__image {
  border-radius: 20px;
}
.portfolio-details__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
}
.portfolio-details__approach {
  margin-top: 53px;
}
.portfolio-details__approach .portfolio-details__text-2 {
  margin: 25px 0px;
}
.portfolio-details__pagination {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  margin-top: 51px;
  padding: 30px 0px;
  border-top: 1px solid var(--misiom-border-color, #e1e2e7);
  border-bottom: 1px solid var(--misiom-border-color, #e1e2e7);
}
.portfolio-details__pagination__prev, .portfolio-details__pagination__next {
  display: flex;
  align-items: center;
  gap: 20px;
}
.portfolio-details__pagination__btn {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
  background-color: var(--misiom-white2, #f1f3f5);
}
@media (max-width: 360px) {
  .portfolio-details__pagination__btn {
    width: 45px;
    height: 45px;
  }
}
.portfolio-details__pagination__prev:hover .portfolio-details__pagination__btn, .portfolio-details__pagination__next:hover .portfolio-details__pagination__btn {
  background-color: var(--misiom-base, #ffa501);
}
.portfolio-details__pagination__icon {
  display: inline-flex;
  font-size: 20px;
  color: var(--misiom-black, #18191c);
  transition: all 500ms ease;
}
@media (max-width: 360px) {
  .portfolio-details__pagination__icon {
    font-size: 18px;
  }
}
.portfolio-details__pagination__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.portfolio-details__pagination__prev:hover .portfolio-details__pagination__icon, .portfolio-details__pagination__next:hover .portfolio-details__pagination__icon {
  color: var(--misiom-white, #ffffff);
}
.portfolio-details__pagination__prev:hover .portfolio-details__pagination__icon {
  animation: slideLeft 500ms;
}
.portfolio-details__pagination__next:hover .portfolio-details__pagination__icon {
  animation: slideRight 500ms;
}
.portfolio-details__pagination__text {
  font-size: 16px;
  font-weight: 700;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
  transition: all 500ms ease;
}
.portfolio-details__pagination__text:hover {
  color: var(--misiom-base, #ffa501);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: all 500ms ease;
  border: 1px solid var(--misiom-border-color, #e1e2e7);
}
.service-card:hover {
  border-color: var(--misiom-base, #ffa501);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
.service-card__content {
  padding: 54px 60px 70px;
}
@media (max-width: 575px) {
  .service-card__content {
    padding-top: 44px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 480px) {
  .service-card__content {
    padding-top: 34px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 430px) {
  .service-card__content {
    padding-top: 24px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-card__content {
    padding-top: 44px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card__content {
    padding-top: 24px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .service-card__content {
    padding-top: 34px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.service-card__title {
  margin-bottom: 27px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.333;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
.service-card__title a {
  color: inherit;
}
.service-card__title a:hover {
  color: var(--misiom-base, #ffa501);
}
.service-card__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card__title a:hover {
  background-size: 100% 1px;
}
.service-card__list {
  margin-bottom: 33px;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--misiom-border-color, #e1e2e7);
}
.service-card__list li + li {
  margin-top: 8px;
}
.service-card__list li {
  padding-left: 15px;
  position: relative;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.375;
}
.service-card__list li::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 9px;
  left: 0px;
  background-color: var(--misiom-base, #ffa501);
}
.service-card__number {
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  color: var(--misiom-base, #ffa501);
}
.service-card__number::after {
  counter-increment: serviceSerial1;
  content: counter(serviceSerial1, decimal-leading-zero);
}
.service-card__image {
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  transition: all 500ms ease;
  border-radius: 0px 0px 20px 20px;
}
.service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: all 500ms ease;
  filter: grayscale(0%) sepia(0%) hue-rotate(0deg) saturate(0%);
}
.service-card:hover .service-card__image {
  height: 158px;
}
.service-card:hover .service-card__image img {
  filter: none;
}

.service-card-two {
  flex: 1;
  align-items: center;
  position: relative;
  transition: 0.5s;
  border-radius: 20px;
  background-color: var(--misiom-white, #ffffff);
  border: 1px solid var(--misiom-border-color, #e1e2e7);
}
@media (max-width: 1399px) {
  .service-card-two {
    width: calc(50% - 15px);
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .service-card-two {
    width: 100%;
  }
}
.service-card-two.active {
  flex: 1 1 11.5%;
}
@media (max-width: 1399px) {
  .service-card-two.active {
    flex: 0 0 auto;
  }
}
.service-card-two.active, .service-card-two:hover {
  border-color: var(--misiom-base, #ffa501) !important;
}
@media (max-width: 1399px) {
  .service-card-two.active {
    border-color: var(--misiom-border-color, #e1e2e7) !important;
  }
}
.service-card-two__content {
  padding: 60px;
  transition: all 500ms ease;
}
@media (max-width: 575px) {
  .service-card-two__content {
    padding: 60px 40px 40px;
  }
}
@media (max-width: 480px) {
  .service-card-two__content {
    padding: 60px 30px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-card-two__content {
    padding: 60px 40px 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card-two__content {
    padding: 60px 274px 40px 40px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .service-card-two__content {
    padding: 60px 30px 30px;
  }
}
.service-card-two.active .service-card-two__content {
  padding-right: 300px;
}
@media (max-width: 1199px) {
  .service-card-two.active .service-card-two__content {
    padding-right: 60px;
  }
}
@media (max-width: 575px) {
  .service-card-two.active .service-card-two__content {
    padding-right: 40px;
  }
}
@media (max-width: 480px) {
  .service-card-two.active .service-card-two__content {
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-card-two.active .service-card-two__content {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card-two.active .service-card-two__content {
    padding-right: 274px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .service-card-two.active .service-card-two__content {
    padding-right: 187px;
  }
}
.service-card-two__number {
  width: 81px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: var(--misiom-white, #ffffff);
  position: absolute;
  top: -40.5px;
  left: 60px;
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--misiom-border-color, #e1e2e7);
}
@media (max-width: 575px) {
  .service-card-two__number {
    left: 40px;
  }
}
@media (max-width: 480px) {
  .service-card-two__number {
    left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-card-two__number {
    left: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card-two__number {
    left: 40px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .service-card-two__number {
    left: 30px;
  }
}
.service-card-two__number::after {
  transition: all 500ms ease;
  counter-increment: serviceSerial2;
  content: counter(serviceSerial2, decimal-leading-zero);
}
.service-card-two.active .service-card-two__number, .service-card-two:hover .service-card-two__number {
  background-color: var(--misiom-base, #ffa501) !important;
}
@media (max-width: 1399px) {
  .service-card-two.active .service-card-two__number {
    background-color: var(--misiom-border-color, #e1e2e7) !important;
  }
}
.service-card-two__object {
  max-width: 100%;
  height: auto;
  margin-bottom: 38px;
  transition: all 500ms ease;
  filter: grayscale(0%) sepia(0%) hue-rotate(0deg) saturate(0%);
}
.service-card-two.active .service-card-two__object, .service-card-two:hover .service-card-two__object {
  filter: none;
}
@media (max-width: 1399px) {
  .service-card-two.active .service-card-two__object {
    filter: grayscale(0%) sepia(0%) hue-rotate(0deg) saturate(0%);
  }
}
.service-card-two__title {
  padding-bottom: 21px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.333;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
  border-bottom: 1px solid var(--misiom-border-color, #e1e2e7);
}
.service-card-two__title a {
  color: inherit;
}
.service-card-two__title a:hover {
  color: var(--misiom-base, #ffa501);
}
.service-card-two__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card-two__title a:hover {
  background-size: 100% 1px;
}
.service-card-two__list {
  margin-bottom: 25px;
}
.service-card-two__list li + li {
  margin-top: 4px;
}
.service-card-two__list li {
  padding-left: 15px;
  position: relative;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.375;
}
.service-card-two__list li::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 9px;
  left: 0px;
  background-color: var(--misiom-base, #ffa501);
}
.service-card-two__image {
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  object-fit: cover;
  transition: all 500ms ease;
  border-radius: 0px 20px 20px 0px;
}
@media (max-width: 1399px) {
  .service-card-two__image {
    width: 42%;
  }
}
@media (max-width: 1199px) {
  .service-card-two__image {
    display: none;
  }
}
.service-card-two.active .service-card-two__image {
  width: 42.5%;
}
@media (max-width: 1199px) {
  .service-card-two.active .service-card-two__image {
    display: none;
  }
}
@media (max-width: 1399px) {
  .service-card-two.active .service-card-two__image {
    width: 42%;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .service-card-two.active .service-card-two__image {
    width: 35%;
  }
}

.services-one {
  counter-reset: serviceSerial1;
  background-color: var(--misiom-white, #ffffff);
}
@media (min-width: 1400px) {
  .services-one .container {
    max-width: 1600px;
  }
}

.services-two {
  counter-reset: serviceSerial2;
  background-color: var(--misiom-white, #ffffff);
}
.services-two .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1400px) {
  .services-two .container {
    max-width: 1800px;
  }
}
.services-two__top {
  margin-bottom: 100px;
  text-align: center;
}
.services-two .sec-title {
  margin-bottom: 38px;
}
.services-two__text {
  margin-bottom: 21px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}
.services-two__text .line {
  justify-content: center;
}
.services-two__button {
  text-align: center;
}
.services-two .services-two__wrapper {
  width: 100%;
  display: flex;
  gap: 70.5px 30px;
  box-sizing: border-box;
}
@media (max-width: 1399px) {
  .services-two .services-two__wrapper {
    flex-wrap: wrap;
  }
}
.services-two--dark {
  position: relative;
  background-color: var(--misiom-black, #18191c);
}
.services-two--dark .services-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.services-two--dark .misiom-btn:hover {
  color: var(--misiom-black, #18191c);
}
.services-two--dark .misiom-btn::before,
.services-two--dark .misiom-btn::after {
  background-color: var(--misiom-white, #ffffff);
}
.services-two--dark .service-card-two {
  border-color: var(--misiom-black5, #2d2f32);
  background-color: var(--misiom-black, #18191c);
}
@media (max-width: 1399px) {
  .services-two--dark .service-card-two.active {
    border-color: var(--misiom-black5, #2d2f32) !important;
  }
}
.services-two--dark .service-card-two__number {
  background-color: var(--misiom-black5, #2d2f32);
}
@media (max-width: 1399px) {
  .services-two--dark .service-card-two.active .service-card-two__number {
    background-color: var(--misiom-black5, #2d2f32) !important;
  }
}
.services-two--dark .service-card-two__title {
  color: var(--misiom-white, #ffffff);
  border-color: var(--misiom-black5, #2d2f32);
}
.services-two--dark .misiom-btn-two {
  border-color: var(--misiom-black5, #2d2f32);
}
.services-two--dark .misiom-btn-two__icon-box {
  background-color: var(--misiom-black5, #2d2f32);
}
.services-two--dark .misiom-btn-two__text,
.services-two--dark .misiom-btn-two__icon span {
  color: var(--misiom-gray, #75767a);
}
.services-two--dark .misiom-btn-two:hover .misiom-btn-two__icon {
  background-color: var(--misiom-black5, #2d2f32);
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
  background-color: var(--misiom-white, #ffffff);
}
.service-details__title {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -1px;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .service-details__title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .service-details__title {
    font-size: 30px;
  }
}
@media (max-width: 440px) {
  .service-details__title {
    font-size: 25px;
  }
}
.service-details__title-md {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -1px;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .service-details__title-md {
    font-size: 25px;
  }
}
@media (max-width: 440px) {
  .service-details__title-md {
    font-size: 20px;
  }
}
.service-details__box {
  margin-bottom: 31px;
}
.service-details__text {
  margin-bottom: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}
.service-details__text + .service-details__text {
  margin-top: 15px;
}
.service-details__thumbnail {
  margin-bottom: 34px;
}
.service-details__thumbnail .scale-anim {
  border-radius: 20px;
}
.service-details__thumbnail img {
  width: 100%;
  display: block;
  border-radius: 20px;
}
.service-details__list {
  margin-bottom: 40px;
}
.service-details__list__title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.333;
  font-weight: 700;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
.service-details__list__info {
  margin: 0px;
}
.service-details__list__info li + li {
  margin-top: 10px;
}
.service-details__list__info li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333;
  color: var(--misiom-text, #797b81);
}
.service-details__list__info__icon {
  position: relative;
  top: 1px;
  font-size: 16px;
  color: var(--misiom-base, #ffa501);
}
.service-details__list__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-details__features {
  margin-bottom: 43px;
}
.service-details__features .service-details__text {
  margin-bottom: 0px;
}
.service-details__features .scale-anim {
  border-radius: 20px;
}
.service-details__features img {
  width: 100%;
  display: block;
  border-radius: 20px;
}
.service-details__features__box {
  margin-top: 30px;
}
.service-details__features__item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 390px) {
  .service-details__features__item {
    flex-direction: column;
  }
}
.service-details__features__item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--misiom-border-color, #e1e2e7);
}
.service-details__features__item__icon {
  width: 70px;
  height: 70px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--misiom-white, #ffffff);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--misiom-base, #ffa501);
}
.service-details__features__item:hover .service-details__features__item__icon {
  background-color: var(--misiom-black, #18191c);
}
.service-details__features__item__content {
  position: relative;
  top: 10px;
}
@media (max-width: 390px) {
  .service-details__features__item__content {
    top: 0px;
  }
}
.service-details__features__item__title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
.service-details__features__item__text {
  margin-bottom: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.375;
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.product {
  position: relative;
}
.product__sidebar {
  position: relative;
}
.product__sidebar__item + .product__sidebar__item {
  margin-top: 30px;
}
.product__sidebar__item {
  padding: 30px;
  border-radius: 20px;
  background-color: var(--misiom-white2, #f1f3f5);
}
.product__sidebar__title {
  margin-bottom: 27px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
.product__search-box {
  padding: 0px;
  background-color: transparent;
}
.product__search {
  position: relative;
}
.product__search input[type=search],
.product__search input[type=text] {
  width: 100%;
  height: 60px;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 500;
  color: var(--misiom-text, #797b81);
  border-radius: 20px;
  transition: all 400ms ease;
  background-color: transparent;
  border: 1px solid var(--misiom-border-color, #e1e2e7);
}
.product__search input[type=search]:focus,
.product__search input[type=text]:focus {
  color: var(--misiom-black, #18191c);
  border-color: var(--misiom-base, #ffa501);
}
.product__price-ranger #slider-range {
  position: relative;
  margin: 0px;
  border: none;
  height: 4px;
  border-radius: 20px;
  background: var(--misiom-base, #ffa501);
}
.product__price-ranger #slider-range .ui-slider-range {
  height: 100%;
  background: var(--misiom-base, #ffa501);
}
.product__price-ranger #slider-range .ui-slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--misiom-base, #ffa501);
  border: 0;
  height: 15px;
  width: 15px !important;
  border-radius: 50%;
  margin-left: -3px;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
}
.product__price-ranger .ranger-min-max-block {
  position: relative;
  display: block;
  margin: 24px 0 0 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product__price-ranger .ranger-min-max-block {
    margin-left: -10px;
  }
}
.product__price-ranger .ranger-min-max-block input[type=text] {
  padding: 0;
  position: relative;
  display: inline-block;
  color: var(--misiom-text, #797b81);
  font-size: 14px;
  font-weight: 500;
  width: 50px;
  min-width: 50px;
  line-height: 1;
  border: none;
  outline: none;
  text-align: center;
  background-color: transparent;
}
.product__price-ranger .ranger-min-max-block span {
  position: relative;
  display: inline-block;
  color: var(--misiom-black, #18191c);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  left: -2px;
}
.product__price-ranger .ranger-min-max-block input[type=submit] {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
  padding: 0 20px;
  height: 35px;
  float: right;
  text-align: center;
  border: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
  border-radius: 100px;
  transition: all 500ms ease;
  background-color: var(--misiom-white, #ffffff);
}
.product__price-ranger .ranger-min-max-block input[type=submit]:hover {
  color: var(--misiom-white, #ffffff);
  background-color: var(--misiom-base, #ffa501);
}
.product__categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product__categories ul li + li {
  margin-top: 20px;
}
.product__categories ul li {
  position: relative;
}
.product__categories ul li a {
  position: relative;
  z-index: 1;
  padding: 13.5px 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: var(--misiom-text, #797b81);
  text-transform: capitalize;
  border-radius: 100px;
  transition: all 500ms ease;
  background-color: var(--misiom-white, #ffffff);
}
.product__categories ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--misiom-base, #ffa501);
}
.product__categories ul li a .product__categories__text {
  display: flex;
  align-items: center;
  gap: 9px;
}
.product__categories ul li a .product__categories__icon {
  display: inline-flex;
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  transition: all 500ms ease;
}
.product__categories ul li a .product__categories__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.product__categories ul li a:hover {
  color: var(--misiom-white, #ffffff);
}
.product__categories ul li a:hover::after {
  left: 0;
  width: 100%;
}
.product__categories ul li a:hover .product__categories__icon {
  color: var(--misiom-white, #ffffff);
}
.product__info-top {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .product__info-top {
    display: block;
    margin-bottom: 40px;
  }
}
.product__showing-text {
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.318;
  color: var(--misiom-text, #797b81);
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .product__showing-text {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
@media (max-width: 430px) {
  .product__showing-text {
    font-size: 18px;
  }
}
.product__showing-sort {
  margin: 0;
}
.product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  position: relative;
  display: block;
  width: 100%;
  min-width: 220px !important;
  border-radius: 20px;
  background-color: var(--misiom-white2, #f1f3f5);
}
@media (max-width: 767px) {
  .product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    min-width: 141px !important;
  }
}
.product__showing-sort .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.product__showing-sort .bootstrap-select .dropdown-menu {
  border: none;
  border-radius: 0px;
}
.product__showing-sort .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 50px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: transparent !important;
  margin: 0;
  padding: 0;
  padding-left: 25px;
  padding-right: 45px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  color: var(--misiom-text, #797b81) !important;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 50px;
  font-weight: 500;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}
.product__showing-sort .bootstrap-select > .dropdown-toggle > .filter-option {
  text-align: left;
}
@media (max-width: 767px) {
  .product__showing-sort .bootstrap-select > .dropdown-toggle > .filter-option {
    text-align: left;
  }
}
.product__showing-sort .bootstrap-select > .dropdown-toggle::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 17px;
  color: var(--misiom-text, #797b81);
}
.product__showing-sort .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--misiom-border-color, #e1e2e7);
}
.product__showing-sort .bootstrap-select .dropdown-menu > li > a {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px 11px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  color: var(--misiom-text, #797b81);
  background-color: var(--misiom-white2, #f1f3f5);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product__showing-sort .bootstrap-select .dropdown-menu > li:hover > a,
.product__showing-sort .bootstrap-select .dropdown-menu > li.selected > a {
  color: var(--misiom-white, #ffffff);
  border-color: var(--misiom-base, #ffa501);
  background-color: var(--misiom-base, #ffa501);
}
.product__item {
  position: relative;
  border-radius: 20px;
  transition: all 500ms ease;
  background-color: var(--misiom-white, #ffffff);
  border: 1px solid var(--misiom-border-color, #e1e2e7);
}
.product__item:hover {
  border-color: var(--misiom-base, #ffa501);
}
.product__item__image {
  padding: 20px 20px 0px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.product__item__image img {
  max-width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 800ms cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 800ms cubic-bezier(0, 0, 0.44, 1.18);
}
.product__item__btn-group {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.product__item__btn-group a + a {
  margin-top: 10px;
}
.product__item__btn-group a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 14px;
  color: var(--misiom-base, #ffa501);
  opacity: 0;
  border-radius: 50%;
  visibility: hidden;
  background-color: var(--misiom-white2, #f1f3f5);
}
.product__item__btn-group a:hover {
  color: var(--misiom-white, #ffffff);
  background-color: var(--misiom-base, #ffa501);
}
.product__item__btn-group a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.product__item__btn-group a:nth-child(1) {
  -webkit-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}
.product__item__btn-group a:nth-child(2) {
  -webkit-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}
.product__item__btn-group a:nth-child(3) {
  -webkit-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}
.product__item:hover .product__item__image img {
  transform: scale(1.05);
}
.product__item:hover .product__item__btn-group a {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.product__item__content {
  padding: 30px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .product__item__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.product__item .misiom-ratings {
  margin-bottom: 16px;
  justify-content: center;
}
.product__item__title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
.product__item__title a {
  color: inherit;
}
.product__item__title a:hover {
  color: var(--misiom-base, #ffa501);
}
.product__item__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.product__item__title a:hover {
  background-size: 100% 1px;
}
.product__item__price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  color: var(--misiom-text, #797b81);
  line-height: 1.222;
}
.product__item__price span:not(:last-child)::after {
  content: "-";
  margin-left: 5px;
  margin-right: 5px;
  font-size: 18px;
  color: var(--misiom-text, #797b81);
}
.product__item .misiom-btn {
  padding: 14px 30px;
  font-size: 13px;
  color: var(--misiom-text, #797b81);
}
.product__item .misiom-btn:hover {
  color: var(--misiom-white, #ffffff);
}

.product-page {
  background-color: var(--misiom-white, #ffffff);
}
.product-page--sidebar .post-pagination {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .product-page--sidebar .post-pagination {
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.cart-page {
  position: relative;
  background-color: var(--misiom-white, #ffffff);
}
.cart-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cart-page .table-responsive {
    margin-bottom: 30px;
  }
}
.cart-page__table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 24px;
}
@media (max-width: 1199px) {
  .cart-page__table {
    min-width: 1170px;
  }
}
.cart-page__table thead tr {
  border-bottom: 1px solid var(--misiom-border-color, #e1e2e7);
}
.cart-page__table thead tr th {
  border: none;
  box-shadow: none;
  border: 0 !important;
  padding: 0 30px 26px;
  font-size: 20px;
  color: var(--misiom-black, #18191c);
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cart-page__table thead tr th {
    font-size: 20px;
  }
}
.cart-page__table thead tr th:first-child {
  padding-left: 0;
}
.cart-page__table thead tr th:last-child {
  padding-right: 0;
  text-align: right;
}
.cart-page__table tbody tr td {
  padding: 28.5px 30px;
  font-size: 18px;
  font-weight: 500;
  color: var(--misiom-text, #797b81);
  letter-spacing: 0;
  text-transform: capitalize;
  line-height: 1;
  vertical-align: middle;
  border-top: none;
  box-shadow: none;
  background-color: transparent;
  border-top: 0 !important;
  border-right: 1px solid var(--misiom-border-color, #e1e2e7);
  border-bottom: 1px solid var(--misiom-border-color, #e1e2e7);
}
.cart-page__table tbody tr td.cart-page__table__total {
  text-align: center;
}
.cart-page__table tbody tr td .cart-page__table__remove {
  margin-left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  line-height: 1;
  color: var(--misiom-black2, #17191b);
}
.cart-page__table tbody tr td .cart-page__table__remove svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.cart-page__table tbody tr td .cart-page__table__remove:hover {
  color: var(--misiom-base, #ffa501);
}
.cart-page__table tbody tr td:first-child {
  padding-left: 0px;
}
.cart-page__table tbody tr td:last-child {
  padding-right: 0px;
  border-right: 0px;
}
.cart-page__table__meta {
  display: flex;
  align-items: center;
  gap: 30px;
}
.cart-page__table__meta__img {
  width: 113px;
  height: 113px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid var(--misiom-border-color, #e1e2e7);
}
.cart-page__table__meta__img img {
  max-width: 100%;
  height: auto;
}
.cart-page__table__meta__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.333;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .cart-page__table__meta__title {
    font-size: 18px;
  }
}
.cart-page__table__meta__title a {
  color: inherit;
}
.cart-page__table__meta__title a:hover {
  color: var(--misiom-base, #ffa501);
}
.cart-page__table__meta__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.cart-page__table__meta__title a:hover {
  background-size: 100% 1px;
}
.cart-page__table__quantity {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.cart-page__table__quantity__title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
}
.cart-page__table__quantity .quantity-box {
  position: relative;
  width: 172px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid var(--misiom-border-color, #e1e2e7);
}
.cart-page__table__quantity .quantity-box__input {
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-color: transparent;
  width: 50px;
  height: 100%;
  padding: 0;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--misiom-text, #797b81);
  line-height: 1;
  background-color: transparent;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  transition: all 500ms ease;
}
.cart-page__table__quantity .quantity-box__btn {
  border: none;
  outline: none;
  padding: 0;
  display: inline-flex;
  font-size: 8px;
  color: var(--misiom-black, #18191c);
  transition: all 500ms ease;
  background-color: var(--misiom-white2, #f1f3f5);
}
.cart-page__table__quantity .quantity-box__btn.add {
  padding: 5px 5px 2px;
  position: absolute;
  top: 9px;
  right: 21px;
  z-index: 1;
}
.cart-page__table__quantity .quantity-box__btn.sub {
  padding: 2px 5px 5px;
  position: absolute;
  right: 21px;
  bottom: 9px;
  z-index: 1;
}
.cart-page__table__quantity .quantity-box__btn:hover {
  color: var(--misiom-base, #ffa501);
}
.cart-page__bottom {
  margin-top: 8px;
}
.cart-page__coupone__form {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .cart-page__coupone__form {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}
.cart-page__coupone__form input[type=text] {
  display: block;
  width: 275px;
  height: 50px;
  border: none;
  outline: none;
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 100px;
  transition: all 500ms ease;
  background-color: var(--misiom-white2, #f1f3f5);
}
@media (max-width: 1199px) {
  .cart-page__coupone__form input[type=text] {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .cart-page__coupone__form input[type=text] {
    width: 100%;
  }
}
.cart-page__coupone__form input[type=text]:focus {
  color: var(--misiom-black2, #17191b);
}
.cart-page__cart-checkout__title {
  margin-bottom: 0px;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
.cart-page__cart-total {
  max-width: 370px;
  position: relative;
  margin: 0px 0px 40px auto;
}
@media (max-width: 991px) {
  .cart-page__cart-total {
    margin-left: 0px;
  }
}
.cart-page__cart-total li + li {
  margin-top: 23px;
}
.cart-page__cart-total li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}
.cart-page__button {
  max-width: 370px;
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cart-page__button {
    margin-left: 0px;
  }
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-page {
  position: relative;
  background-color: var(--misiom-white, #ffffff);
}
.checkout-page__notice {
  margin-bottom: 26px;
}
.checkout-page .notice-box {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  color: var(--misiom-text, #797b81);
  text-transform: capitalize;
}
.checkout-page .notice-box a {
  color: var(--misiom-base, #ffa501);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.checkout-page .notice-box a:hover {
  background-size: 100% 1px;
}
.checkout-page__billing-address {
  position: relative;
}
.checkout-page__title {
  margin-bottom: 31px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--misiom-black3, #000000);
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .checkout-page__title {
    font-size: 26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-page__title {
    font-size: 26px;
  }
}
.checkout-page__title__check {
  position: relative;
  top: -1px;
  margin-left: 5px;
  font-size: 26px;
  color: var(--misiom-base, #ffa501);
  flex-shrink: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-page__form .form-one__group {
    grid-template-columns: repeat(1, 1fr);
  }
}
.checkout-page__check-box {
  display: block;
  position: relative;
}
.checkout-page__check-box input[type=checkbox] {
  display: none;
}
.checkout-page__check-box label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  cursor: pointer;
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.625;
  text-transform: capitalize;
}
.checkout-page__check-box label span::before {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  color: var(--misiom-white, #ffffff);
  font-size: 9px;
  font-weight: 900;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.checkout-page__check-box input[type=checkbox] + label span {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 3px;
  left: 0;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid var(--misiom-base, #ffa501);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.checkout-page__check-box input[type=checkbox]:checked + label span {
  background-color: var(--misiom-base, #ffa501);
}
.checkout-page__check-box input[type=checkbox]:checked + label span::before {
  opacity: 1;
}
.checkout-page__your-order {
  position: relative;
  margin: 41px 0 0;
}
.checkout-page__your-order .checkout-page__title {
  margin-bottom: 33px;
}
@media (max-width: 480px) {
  .checkout-page__your-order .checkout-page__title {
    margin-bottom: 20px;
  }
}
.checkout-page__order-table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 0;
}
.checkout-page__order-table thead tr th {
  border: none;
  margin: 0px;
  padding: 20px 0;
  font-size: 20px;
  color: var(--misiom-black, #18191c);
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  border-top: 1px solid var(--misiom-border-color, #e1e2e7);
  border-bottom: 1px solid var(--misiom-border-color, #e1e2e7);
}
.checkout-page__order-table thead tr th:last-child {
  text-align: right;
}
.checkout-page__order-table tbody tr td {
  font-size: 16px;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  padding: 0 0 20px;
  border: none;
}
.checkout-page__order-table tbody tr td:last-child {
  text-align: right;
}
.checkout-page__order-table tbody tr td.pro__price {
  font-weight: 600;
  color: var(--misiom-text, #797b81);
}
.checkout-page__order-table tbody tr td.pro__price--total {
  font-weight: 700;
  color: var(--misiom-black3, #000000);
}
.checkout-page__order-table tbody tr:first-child td {
  padding-top: 20px;
}
.checkout-page__order-table tbody tr:nth-child(3) td {
  padding-bottom: 20px;
}
.checkout-page__order-table tbody tr:last-child td {
  padding-top: 20px;
  padding-bottom: 0px;
  border-top: 1px solid var(--misiom-border-color, #e1e2e7);
}
.checkout-page__payment {
  padding: 36px 40px 33px;
  margin-bottom: 30px;
  border-radius: 30px;
  background-color: var(--misiom-white2, #f1f3f5);
}
@media (max-width: 430px) {
  .checkout-page__payment {
    padding: 26px 30px 23px;
  }
}
.checkout-page__payment__item + .checkout-page__payment__item {
  margin-top: 25px;
}
.checkout-page__payment__item {
  position: relative;
}
.checkout-page__payment__title {
  margin-bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--misiom-black, #18191c);
  line-height: 1.333;
}
.checkout-page__payment__title::before {
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 50%;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 13px;
  color: transparent;
  position: relative;
  top: -1px;
  transition: all 500ms ease;
  background-color: var(--misiom-white, #ffffff);
  border: 1px solid var(--misiom-border-color, #e1e2e7);
}
.checkout-page__payment__title--logo {
  display: flex;
  gap: 0px;
  align-items: center;
}
.checkout-page__payment__title__logo {
  max-width: 100%;
  height: auto;
  position: relative;
  top: -2px;
  flex-shrink: 0;
  margin-left: 15px;
}
.checkout-page__payment .checkout-page__payment__item--active .checkout-page__payment__title::before {
  content: "\f00c";
  color: var(--misiom-white, #ffffff);
  background-color: var(--misiom-base, #ffa501);
  border-color: var(--misiom-base, #ffa501);
}
.checkout-page__payment__content {
  margin-top: 12px;
  padding-left: 28px;
}
.checkout-page__payment__content p {
  margin-bottom: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}
.checkout-page__button {
  text-align: right;
}

/*--------------------------------------------------------------
# Shop Details
--------------------------------------------------------------*/
.product-details {
  position: relative;
}
.product-details__image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  border: 1px solid var(--misiom-border-color, #e1e2e7);
}
.product-details__top {
  margin-bottom: 15px;
  display: flex;
  gap: 15px 20px;
  align-items: baseline;
}
@media (max-width: 440px) {
  .product-details__top {
    margin-bottom: 20px;
    flex-direction: column;
  }
}
.product-details__name {
  margin-bottom: 0px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .product-details__name {
    font-size: 30px;
  }
}
@media (max-width: 430px) {
  .product-details__name {
    font-size: 25px;
  }
}
.product-details__price {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: var(--misiom-base, #ffa501);
}
.product-details__review {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 20px;
  padding-bottom: 29px;
  border-bottom: 1px solid var(--misiom-border-color, #e1e2e7);
}
.product-details__review a {
  font-size: 16px;
  font-weight: 500;
  color: var(--misiom-text, #797b81);
  line-height: 1.25;
  text-transform: capitalize;
}
.product-details__review a:hover {
  color: var(--misiom-base, #ffa501);
}
.product-details__review a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.product-details__review a:hover {
  background-size: 100% 1px;
}
.product-details__excerpt {
  margin-top: 21px;
  margin-bottom: 34px;
}
.product-details__excerpt__text {
  margin-bottom: 21px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}
.product-details__excerpt__list {
  margin: 0;
}
.product-details__excerpt__list li + li {
  margin-top: 10px;
}
.product-details__excerpt__list li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--misiom-text, #797b81);
}
.product-details__excerpt__list li:last-child {
  color: var(--misiom-base, #ffa501);
}
.product-details__quantity {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px 20px;
  margin-bottom: 40px;
}
.product-details__quantity__title {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
.product-details__quantity .quantity-box {
  width: 153px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid var(--misiom-border-color, #e1e2e7);
}
.product-details__quantity .quantity-box__input {
  width: 60px;
  height: 44px;
  outline: none;
  border: none;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  padding: 0;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--misiom-black, #18191c);
  line-height: 1;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  transition: all 500ms ease;
  background-color: transparent;
  border-left: 1px solid var(--misiom-border-color, #e1e2e7);
  border-right: 1px solid var(--misiom-border-color, #e1e2e7);
}
.product-details__quantity .quantity-box__btn {
  width: 45px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  padding: 0;
  font-size: 13px;
  color: var(--misiom-text, #797b81);
  transition: all 500ms ease;
  background-color: transparent;
}
.product-details__quantity .quantity-box__btn:hover {
  color: var(--misiom-base, #ffa501);
}
.product-details__buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.product-details__social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
.product-details__social__title {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
.product-details__description-wrapper {
  margin-top: 50px;
}
.product-details__description {
  position: relative;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--misiom-border-color, #e1e2e7);
}
.product-details__description__title {
  margin-bottom: 21px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.333;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
.product-details__description__text {
  margin-bottom: 0px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}
.product-details__list {
  margin-top: 26px;
  margin-bottom: 26px;
}
.product-details__list li + li {
  margin-top: 6px;
}
.product-details__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  color: var(--misiom-black, #18191c);
}
.product-details__list__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  top: 6px;
  font-size: 16px;
  color: var(--misiom-base, #ffa501);
}
.product-details__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.product-details__form__top {
  margin-bottom: 31px;
}
.product-details__form__title {
  margin-bottom: 20px !important;
}
.product-details__form__ratings {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 18px;
}
@media (max-width: 1599px) {
  .product-details__form__ratings {
    gap: 20px;
  }
}
@media (max-width: 375px) {
  .product-details__form__ratings {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product-details__form__ratings__text {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--misiom-text, #797b81);
  text-transform: capitalize;
}
.product-details__ratings {
  display: flex;
  gap: 7px;
  align-items: center;
}
.product-details__ratings__icon {
  display: inline-flex;
  position: relative;
  top: -2px;
  font-size: 20px;
  color: var(--misiom-base, #ffa501);
  transition: all 500ms ease;
}
.product-details__ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  background-color: var(--misiom-white, #ffffff);
}
.error-404__content {
  text-align: center;
}
.error-404__image {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
  margin: 0px 80px -100px 0px;
  animation: moveX 2s linear infinite;
}
@media (max-width: 1199px) {
  .error-404__image {
    margin-right: 35px;
  }
}
@media (max-width: 767px) {
  .error-404__image {
    display: none;
  }
}
.error-404__title-top {
  margin-bottom: 5px;
  font-size: 280px;
  font-weight: 700;
  line-height: 1;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .error-404__title-top {
    font-size: 230px;
  }
}
@media (max-width: 767px) {
  .error-404__title-top {
    font-size: 180px;
  }
}
@media (max-width: 480px) {
  .error-404__title-top {
    font-size: 160px;
  }
}
@media (max-width: 390px) {
  .error-404__title-top {
    font-size: 140px;
  }
}
.error-404__title {
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--misiom-black, #18191c);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .error-404__title {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .error-404__title {
    font-size: 30px;
  }
}
.error-404__text {
  margin-bottom: 26px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--misiom-text, #797b81);
  font-weight: 500;
  line-height: 1.875;
}
.error-404__search {
  position: relative;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 570px;
}
.error-404__search input[type=text],
.error-404__search input[type=search] {
  width: 100%;
  height: 60px;
  display: block;
  border: none;
  outline: none;
  padding: 0px 30px;
  font-family: var(--misiom-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--misiom-text, #797b81);
  border-radius: 100px;
  transition: all 500ms ease;
  background-color: var(--misiom-white2, #f1f3f5);
}
.error-404__search input[type=text]:focus,
.error-404__search input[type=search]:focus {
  color: var(--misiom-black, #18191c);
}
/*# sourceMappingURL=misiom.css.map */
