/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../images/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@charset "UTF-8";
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    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 zoomInDown {
  from {
    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);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 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(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 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 zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 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(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 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);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 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(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 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 zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 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(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 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);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    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 zoomInUp {
  from {
    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);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    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.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 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 zoomOutDown {
  40% {
    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.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 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);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    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.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 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 zoomOutUp {
  40% {
    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.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 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);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@charset "UTF-8";
@font-face {
  font-family: neosans;
  src: url(../fonts/NeoSansArabicMedium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: neosans;
  src: url(../fonts/NeoSansArabicRegular.ttf);
  font-weight: normal;
}
.navigation {
  display: flex;
  flex-flow: column;
  background: transparent;
  transition: all 350ms ease-in-out;
}

@media screen and (max-width: 490px) {
  .index .appbar {
    height: 43px;
    width: calc(100% - 22px);
    margin-top: 2vh;
  }
  [dir=rtl] .index .appbar {
    margin-right: 14px;
  }
  [dir=ltr] .index .appbar {
    margin-left: 14px;
  }
}
.index .appbar.mobile {
  padding: 0;
}

.appbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 2.6875em;
  width: calc(100% - 4.375em);
  margin-top: 5vh;
}
@media screen and (max-width: 490px) {
  .appbar .mobile {
    display: none;
  }
}
.appbar.mobile {
  display: none;
  margin-top: 0;
}
@media screen and (max-width: 490px) {
  .appbar.mobile {
    display: flex;
  }
  .appbar.mobile div {
    display: block;
  }
  .appbar.mobile .overlay {
    display: none;
  }
}
[dir=rtl] .appbar {
  margin-right: 2.1875em;
}
[dir=ltr] .appbar {
  margin-left: 2.1875em;
}
.appbar .trailing {
  display: flex;
}
.appbar .actions {
  display: flex;
}

.sidebar {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  width: 5.0625em;
}
[dir=rtl] .sidebar {
  margin-right: 30px;
}
[dir=ltr] .sidebar {
  margin-left: 30px;
}
.sidebar .menu-item {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: default;
  color: #caced4;
  width: 100%;
  height: 5vh;
  transition: all 350ms ease-in-out;
}
[dark=on] .sidebar .menu-item {
  color: rgba(255, 255, 255, 0.5);
}
.sidebar .menu-item .title {
  font-size: 0.75em;
  font-weight: normal;
}
.sidebar .menu-item:not(.inactive), .sidebar .menu-item.active {
  cursor: pointer;
}
[color="1"] .sidebar .menu-item:not(.inactive):hover, [color="1"] .sidebar .menu-item:not(.inactive).active, [color="1"] .sidebar .menu-item.active:hover, [color="1"] .sidebar .menu-item.active.active {
  color: #7b7202;
}
[color="2"] .sidebar .menu-item:not(.inactive):hover, [color="2"] .sidebar .menu-item:not(.inactive).active, [color="2"] .sidebar .menu-item.active:hover, [color="2"] .sidebar .menu-item.active.active {
  color: #2085BF;
}
[color="3"] .sidebar .menu-item:not(.inactive):hover, [color="3"] .sidebar .menu-item:not(.inactive).active, [color="3"] .sidebar .menu-item.active:hover, [color="3"] .sidebar .menu-item.active.active {
  color: #459A95;
}
[color="4"] .sidebar .menu-item:not(.inactive):hover, [color="4"] .sidebar .menu-item:not(.inactive).active, [color="4"] .sidebar .menu-item.active:hover, [color="4"] .sidebar .menu-item.active.active {
  color: #B1A693;
}
[dark=on] .sidebar .menu-item:not(.inactive):hover, [dark=on] .sidebar .menu-item:not(.inactive).active, [dark=on] .sidebar .menu-item.active:hover, [dark=on] .sidebar .menu-item.active.active {
  color: white;
}
.sidebar .menu-item:not(.inactive):hover .title, .sidebar .menu-item:not(.inactive).active .title, .sidebar .menu-item.active:hover .title, .sidebar .menu-item.active.active .title {
  font-weight: 500;
}
[color="1"] .sidebar .menu-item:not(.inactive):hover::after, [color="1"] .sidebar .menu-item:not(.inactive).active::after, [color="1"] .sidebar .menu-item.active:hover::after, [color="1"] .sidebar .menu-item.active.active::after {
  background-color: #7b7202;
}
[color="2"] .sidebar .menu-item:not(.inactive):hover::after, [color="2"] .sidebar .menu-item:not(.inactive).active::after, [color="2"] .sidebar .menu-item.active:hover::after, [color="2"] .sidebar .menu-item.active.active::after {
  background-color: #2085BF;
}
[color="3"] .sidebar .menu-item:not(.inactive):hover::after, [color="3"] .sidebar .menu-item:not(.inactive).active::after, [color="3"] .sidebar .menu-item.active:hover::after, [color="3"] .sidebar .menu-item.active.active::after {
  background-color: #459A95;
}
[color="4"] .sidebar .menu-item:not(.inactive):hover::after, [color="4"] .sidebar .menu-item:not(.inactive).active::after, [color="4"] .sidebar .menu-item.active:hover::after, [color="4"] .sidebar .menu-item.active.active::after {
  background-color: #B1A693;
}
[dark=on] .sidebar .menu-item:not(.inactive):hover::after, [dark=on] .sidebar .menu-item:not(.inactive).active::after, [dark=on] .sidebar .menu-item.active:hover::after, [dark=on] .sidebar .menu-item.active.active::after {
  background-color: white;
}
.sidebar .menu-item::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #caced4;
  border-radius: 1em;
  cursor: pointer;
  transition: all 350ms ease-in-out;
}
[dir=rtl] .sidebar .menu-item::after {
  left: 0em;
}
[dir=ltr] .sidebar .menu-item::after {
  right: 0em;
}
[dark=on] .sidebar .menu-item::after {
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 426px) {
  .sidebar {
    width: 1.125em;
  }
  .sidebar .title {
    display: none;
  }
  [dir=rtl] .sidebar {
    margin-right: 0;
  }
  [dir=ltr] .sidebar {
    margin-left: 0;
  }
  [dir=rtl] .sidebar {
    right: 0;
  }
  [dir=ltr] .sidebar {
    left: 0;
  }
}

.body {
  position: relative;
  flex: 1 1 100%;
}
.body .page {
  display: none;
  overflow-x: hidden;
  flex-flow: column;
  justify-content: center;
  position: absolute;
  width: calc(100% - calc(4.1666666667% * 2));
  height: calc(100% - 5vh);
  top: 0;
  left: 0;
}
[dir=rtl] .body .page {
  margin-right: 4.1666666667%;
}
[dir=ltr] .body .page {
  margin-left: 4.1666666667%;
}
[dir=rtl] .body .page {
  margin-left: 4.1666666667%;
}
[dir=ltr] .body .page {
  margin-right: 4.1666666667%;
}
@media screen and (max-width: 499px) {
  .body .page {
    margin-top: 5vh;
    align-items: center;
    justify-content: flex-start;
  }
}
.body .page-title {
  font-size: 2.5em;
  font-weight: 500;
}
[color="1"] .body .page-title {
  color: #7b7202;
}
[color="2"] .body .page-title {
  color: #2085BF;
}
[color="3"] .body .page-title {
  color: #459A95;
}
[color="4"] .body .page-title {
  color: #B1A693;
}
[dark=on] .body .page-title {
  color: white;
}
@media screen and (max-width: 499px) {
  .body .page-title {
    font-size: 1.5625em;
    text-align: center;
  }
}
.body .page-sub-title {
  font-size: 1.25em;
  font-weight: normal;
  line-height: 2.1875em;
  margin-top: 2.125em;
}
[dark=on] .body .page-sub-title {
  color: white;
}
@media screen and (max-width: 499px) {
  .body .page-sub-title {
    font-size: 0.875em;
    text-align: center;
  }
}
.body .page-body {
  margin-top: 2.125em;
  width: 100%;
}
.body .page-card {
  position: relative;
  width: 23.8125em;
  height: 17.9375em;
  border-radius: 0.5em;
}
[dark=off] .body .page-card {
  background-color: white;
}
[dark=on] .body .page-card {
  background-color: #2D2D2D;
}

[dark=on] .body .statics-page .container .caption {
  color: white;
}
.popup {
  display: none;
  position: fixed;
  z-index: 500;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.popup .buler-background {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
[dark=on] .popup .buler-background {
  background-color: rgba(0, 0, 0, 0.8);
}
.popup .forground {
  opacity: 0;
  display: flex;
  flex-flow: column;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 350ms ease-in-out;
}
.popup .forground.active {
  opacity: 1;
}
.popup .actions {
  display: flex;
  visibility: hidden;
  position: relative;
  flex: auto;
  align-items: center;
}
.popup .actions .icon {
  display: flex;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  width: 2em;
  height: 2em;
  margin-top: 3.1875em;
  margin-bottom: 2.125em;
  cursor: pointer;
}
[dir=rtl] .popup .actions .icon {
  margin-right: 6.75%;
}
[dir=ltr] .popup .actions .icon {
  margin-left: 6.75%;
}
.popup .content {
  position: relative;
  overflow-y: auto;
  flex: 1 1 100%;
}
@media screen and (min-width: 1541px) {
  .popup .content {
    display: flex;
    justify-content: center;
  }
}
.popup .footer {
  display: flex;
  visibility: hidden;
  flex-flow: column;
  position: relative;
  width: 100%;
  font-size: 0.875em;
  font-weight: normal;
  align-items: center;
  justify-content: center;
}
[dark=off] .popup .footer {
  color: #677071;
}
[dark=on] .popup .footer {
  color: #D0D0D0;
}
@media screen and (max-width: 425px) {
  .popup .footer {
    font-size: 0.75em;
  }
}
.popup .footer .logo {
  display: flex;
  margin-bottom: 0.25em;
}
.popup .footer .logo img {
  cursor: pointer;
  border-radius: 50%;
  width: 6.5625em;
  height: 6.5625em;
}
.popup .search {
  display: none;
  width: 90%;
}
[dir=rtl] .popup .search {
  margin-right: 6.6666666667%;
}
[dir=ltr] .popup .search {
  margin-left: 6.6666666667%;
}
.popup .search .title {
  font-size: 2.5em;
  font-weight: 500;
}
[dark=off] .popup .search .title {
  color: #677071;
}
[dark=on] .popup .search .title {
  color: #D0D0D0;
}
[dark=on] .popup .search .title {
  color: white;
}
.popup .search .search-input {
  display: flex;
  position: relative;
  margin-top: 2.125em;
  margin-bottom: 4.375em;
  max-width: 70%;
  border-bottom: 0.0625em solid #677071;
}
@media screen and (max-width: 580px) {
  .popup .search .search-input {
    max-width: 93%;
    margin-bottom: 2.5em;
  }
}
.popup .search .search-input input {
  position: relative;
  width: 100%;
  font-family: neosans;
  font-size: 1.25em;
  font-weight: normal;
  padding: 0.625em 0.25em 0.5em;
  line-height: 30px;
  background-color: transparent;
  border: none;
}
[dark=off] .popup .search .search-input input {
  color: #677071;
}
[dark=on] .popup .search .search-input input {
  color: #D0D0D0;
}
.popup .search .search-input input::placeholder {
  color: rgba(103, 112, 113, 0.68);
}
[dark=on] .popup .search .search-input input::placeholder {
  color: rgba(255, 255, 255, 0.68);
}
@media screen and (max-width: 580px) {
  .popup .search .search-input input {
    font-size: 0.75em;
  }
}
.popup .search .search-input img {
  cursor: pointer;
  padding: 0.5em 1em;
}
.popup .search .search-history .history-title {
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 1.9375em;
}
[dark=off] .popup .search .search-history .history-title {
  color: #677071;
}
[dark=on] .popup .search .search-history .history-title {
  color: #D0D0D0;
}
[dark=on] .popup .search .search-history .history-title {
  color: white;
}
.popup .search .search-history .history {
  font-size: 1em;
  font-weight: normal;
  color: rgba(103, 112, 113, 0.68);
}
[dark=on] .popup .search .search-history .history {
  color: rgba(255, 255, 255, 0.68);
}
@media screen and (max-width: 580px) {
  .popup .search .search-history .history {
    max-width: 95%;
    font-size: 0.75em;
  }
}
.popup .search .search-history .history div {
  margin-top: 1.0625em;
}
.popup .menu {
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  flex-flow: row wrap;
  max-width: 1400px;
  column-gap: 4.375em;
  row-gap: 1.875em;
  justify-content: center;
  position: relative;
  height: 100%;
  padding: 0 5em;
}
@media screen and (min-width: 1541px) {
  .popup .menu {
    width: 80vw;
  }
}
@media screen and (max-width: 514px) {
  .popup .menu {
    padding: 0 0em;
  }
}
@media screen and (max-width: 426px) {
  .popup .menu {
    flex-flow: column;
    padding: 0 1.25em;
    row-gap: 0em;
    justify-content: flex-start;
  }
}
.popup .menu .menu-item-header .header:not(:first-child) {
  margin-top: 1.25em;
}
@media screen and (max-width: 426px) {
  .popup .menu .menu-item-header .header:not(:first-child) {
    margin-top: 0em;
  }
}
@media screen and (max-width: 426px) {
  .popup .menu .menu-item-header .header:not(:last-child) {
    border-bottom: 1px solid rgba(103, 112, 113, 0.2);
  }
}
.popup .menu .menu-item .header,
.popup .menu .menu-item-header .header {
  display: flex;
  justify-content: space-between;
  font-size: 1.25em;
  font-weight: 500;
  padding: 0.625em 0;
}
[dark=off] .popup .menu .menu-item .header,
[dark=off] .popup .menu .menu-item-header .header {
  color: #677071;
}
[dark=on] .popup .menu .menu-item .header,
[dark=on] .popup .menu .menu-item-header .header {
  color: #D0D0D0;
}
[dark=on] .popup .menu .menu-item .header,
[dark=on] .popup .menu .menu-item-header .header {
  color: white;
}
.popup .menu .menu-item .header .icon,
.popup .menu .menu-item-header .header .icon {
  display: none;
}
[dir=rtl] .popup .menu .menu-item .header .icon,
[dir=rtl] .popup .menu .menu-item-header .header .icon {
  transform: rotate(0deg);
}
[dir=ltr] .popup .menu .menu-item .header .icon,
[dir=ltr] .popup .menu .menu-item-header .header .icon {
  transform: rotate(180deg);
}
@media screen and (max-width: 426px) {
  .popup .menu .menu-item .header,
.popup .menu .menu-item-header .header {
    cursor: pointer;
  }
  .popup .menu .menu-item .header .icon,
.popup .menu .menu-item-header .header .icon {
    display: block;
    transition: all 350ms ease-in-out;
  }
  [dir=rtl] .popup .menu .menu-item .header .icon,
[dir=rtl] .popup .menu .menu-item-header .header .icon {
    transform: rotate(0deg);
  }
  [dir=ltr] .popup .menu .menu-item .header .icon,
[dir=ltr] .popup .menu .menu-item-header .header .icon {
    transform: rotate(180deg);
  }
  .popup .menu .menu-item .header .icon img,
.popup .menu .menu-item-header .header .icon img {
    width: 0.625em;
    height: 0.625em;
  }
}
[dir=rtl] .popup .menu .menu-item.extended .icon,
[dir=rtl] .popup .menu .menu-item-header.extended .icon {
  transform: rotate(-90deg);
}
[dir=ltr] .popup .menu .menu-item.extended .icon,
[dir=ltr] .popup .menu .menu-item-header.extended .icon {
  transform: rotate(270deg);
}
@media screen and (max-width: 426px) {
  .popup .menu .menu-item:not(:last-child),
.popup .menu .menu-item-header:not(:last-child) {
    border-bottom: 1px solid rgba(103, 112, 113, 0.2);
  }
}
.popup .menu .menu-item .sub-menu,
.popup .menu .menu-item-header .sub-menu {
  display: flex;
  flex-flow: column;
}
.popup .menu .menu-item .sub-menu .menu-item,
.popup .menu .menu-item-header .sub-menu .menu-item {
  border-bottom: none;
  display: flex;
  align-items: center;
  margin-top: 1.0625em;
  cursor: pointer;
  height: 1.25em;
}
.popup .menu .menu-item .sub-menu .menu-item .sub-title,
.popup .menu .menu-item-header .sub-menu .menu-item .sub-title {
  font-size: 0.75em;
  font-weight: normal;
}
[dark=off] .popup .menu .menu-item .sub-menu .menu-item .sub-title,
[dark=off] .popup .menu .menu-item-header .sub-menu .menu-item .sub-title {
  color: #677071;
}
[dark=on] .popup .menu .menu-item .sub-menu .menu-item .sub-title,
[dark=on] .popup .menu .menu-item-header .sub-menu .menu-item .sub-title {
  color: #D0D0D0;
}
[dir=rtl] .popup .menu .menu-item .sub-menu .menu-item .sub-title,
[dir=rtl] .popup .menu .menu-item-header .sub-menu .menu-item .sub-title {
  margin-right: 0.28125em;
}
[dir=ltr] .popup .menu .menu-item .sub-menu .menu-item .sub-title,
[dir=ltr] .popup .menu .menu-item-header .sub-menu .menu-item .sub-title {
  margin-left: 0.28125em;
}
[dark=on] .popup .menu .menu-item .sub-menu .menu-item .sub-title,
[dark=on] .popup .menu .menu-item-header .sub-menu .menu-item .sub-title {
  color: white;
}
.popup .menu .menu-item .sub-menu .menu-item .icon,
.popup .menu .menu-item-header .sub-menu .menu-item .icon {
  display: flex;
}
@media screen and (max-width: 426px) {
  .popup .menu .menu-item .sub-menu .menu-item,
.popup .menu .menu-item-header .sub-menu .menu-item {
    margin-top: 0em;
    margin-bottom: 1.25em;
  }
  .popup .menu .menu-item .sub-menu .menu-item .sub-title,
.popup .menu .menu-item-header .sub-menu .menu-item .sub-title {
    font-size: 1.125em;
  }
  .popup .menu .menu-item .sub-menu .menu-item:first-child,
.popup .menu .menu-item-header .sub-menu .menu-item:first-child {
    margin-top: 1em;
  }
  .popup .menu .menu-item .sub-menu .menu-item .icon,
.popup .menu .menu-item-header .sub-menu .menu-item .icon {
    display: none;
  }
}
@media screen and (max-width: 426px) {
  .popup .menu .menu-item .sub-menu,
.popup .menu .menu-item-header .sub-menu {
    display: none;
    height: 0;
    transition: all 1s ease-in-out;
  }
  .popup .menu .menu-item .sub-menu.extended,
.popup .menu .menu-item-header .sub-menu.extended {
    height: 200px;
  }
}

.dropdown {
  position: relative;
}
.dropdown .overlay {
  position: fixed;
  display: none;
  z-index: 100;
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.dropdown.more .container {
  display: none;
}
.dropdown.more .content {
  display: flex;
  flex-flow: column;
  position: absolute;
  z-index: 100;
  width: 17.75em;
  height: 12.75em;
  border-radius: 0.5em;
}
[dir=rtl] .dropdown.more .content {
  left: 0;
}
[dir=ltr] .dropdown.more .content {
  right: 0;
}
[dark=off] .dropdown.more .content {
  background-color: white;
}
[dark=on] .dropdown.more .content {
  background-color: #2D2D2D;
}
.dropdown.more .header {
  align-self: center;
  position: relative;
  font-size: 0.75em;
  font-weight: 500;
  text-align: center;
  margin-top: 1.375em;
}
[dark=off] .dropdown.more .header {
  color: #677071;
}
[dark=on] .dropdown.more .header {
  color: #D0D0D0;
}
[dir=rtl] .dropdown.more .header {
  left: 0.625em;
}
[dir=ltr] .dropdown.more .header {
  right: 0.625em;
}
.dropdown.more .services {
  margin: 0px 1em;
  flex: 1 1 100%;
  z-index: 200;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: 1fr 1fr;
}
.dropdown.more .services .service {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-evenly;
  cursor: pointer;
}
.dropdown.more .services .title {
  position: relative;
  font-size: 0.625em;
  font-weight: normal;
}
[dark=off] .dropdown.more .services .title {
  color: #677071;
}
[dark=on] .dropdown.more .services .title {
  color: #D0D0D0;
}
@media screen and (max-width: 490px) {
  .dropdown.more .content {
    display: flex !important;
    width: 12.875em;
    height: 18.375em;
  }
  [dir=rtl] .dropdown.more .content .header {
    left: 0em;
  }
  [dir=ltr] .dropdown.more .content .header {
    right: 0em;
  }
  .dropdown.more .services {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
}
.dropdown.calender .container {
  display: none;
}
.dropdown.calender .content {
  display: flex;
  flex-flow: column;
  position: absolute;
  z-index: 100;
  width: 22.0625em;
  height: 22.4375em;
  border-radius: 0.5em;
  align-items: center;
}
[dir=rtl] .dropdown.calender .content {
  left: 0;
}
[dir=ltr] .dropdown.calender .content {
  right: 0;
}
@media screen and (max-width: 490px) {
  [dir=rtl] .dropdown.calender .content {
    left: -5em;
  }
  [dir=ltr] .dropdown.calender .content {
    right: -5em;
  }
}
[dark=off] .dropdown.calender .content {
  background-color: white;
}
[dark=on] .dropdown.calender .content {
  background-color: #2D2D2D;
}
@media screen and (max-width: 426px) {
  .dropdown.calender .content {
    width: 16.625em;
    height: 16.9375em;
  }
}
.dropdown.calender .header {
  font-size: 0.75em;
  font-weight: bold;
  margin-top: 1.5625em;
  margin-bottom: 1.25em;
}
[color="1"] .dropdown.calender .header {
  color: #7b7202;
}
[color="2"] .dropdown.calender .header {
  color: #2085BF;
}
[color="3"] .dropdown.calender .header {
  color: #459A95;
}
[color="4"] .dropdown.calender .header {
  color: #B1A693;
}
[dark=on] .dropdown.calender .header {
  color: white;
}
@media screen and (max-width: 426px) {
  .dropdown.calender .header {
    font-size: 0.625em;
  }
}
.dropdown.calender .dates-slider {
  display: flex;
  flex-flow: column;
  overflow-y: auto;
  width: 100%;
  align-items: center;
}
.dropdown.calender .dates-slider::-webkit-scrollbar {
  width: 0px;
}
.dropdown.calender .dates-slider .date-container {
  display: flex;
  align-items: center;
  width: 20.8125em;
  height: 4.5625em;
  background-color: #f4f4f6;
  border-radius: 0.5em;
  margin-bottom: 0.625em;
}
[dark=on] .dropdown.calender .dates-slider .date-container {
  background-color: #414141;
}
@media screen and (max-width: 426px) {
  .dropdown.calender .dates-slider .date-container {
    width: 15.6875em;
    height: 3.4375em;
  }
}
.dropdown.calender .dates-slider .date-container .date {
  width: 3.8125em;
  height: 3.8125em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  border-radius: 0.375em;
}
[color="1"] .dropdown.calender .dates-slider .date-container .date {
  background-color: #7b7202;
}
[color="2"] .dropdown.calender .dates-slider .date-container .date {
  background-color: #2085BF;
}
[color="3"] .dropdown.calender .dates-slider .date-container .date {
  background-color: #459A95;
}
[color="4"] .dropdown.calender .dates-slider .date-container .date {
  background-color: #B1A693;
}
[dark=off] .dropdown.calender .dates-slider .date-container .date {
  color: white;
}
[dark=on] .dropdown.calender .dates-slider .date-container .date {
  color: white;
}
[dir=rtl] .dropdown.calender .dates-slider .date-container .date {
  margin-right: 0.375em;
}
[dir=ltr] .dropdown.calender .dates-slider .date-container .date {
  margin-left: 0.375em;
}
[dir=rtl] .dropdown.calender .dates-slider .date-container .date {
  margin-left: 0.625em;
}
[dir=ltr] .dropdown.calender .dates-slider .date-container .date {
  margin-right: 0.625em;
}
.dropdown.calender .dates-slider .date-container .date .day {
  font-size: 1em;
  font-weight: 500;
}
.dropdown.calender .dates-slider .date-container .date .month {
  font-size: 0.5em;
  font-weight: normal;
  margin: 0.375em 0;
}
.dropdown.calender .dates-slider .date-container .date .year {
  font-size: 0.375em;
  font-weight: normal;
}
@media screen and (max-width: 426px) {
  .dropdown.calender .dates-slider .date-container .date {
    width: 2.875em;
    height: 2.875em;
  }
  .dropdown.calender .dates-slider .date-container .date .day {
    font-size: 0.75em;
    font-weight: bold;
  }
  .dropdown.calender .dates-slider .date-container .date .month,
.dropdown.calender .dates-slider .date-container .date .year {
    font-size: 0.25em;
  }
}
.dropdown.calender .dates-slider .details {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  height: 100%;
}
.dropdown.calender .dates-slider .details .title {
  font-size: 0.75em;
  font-weight: bold;
}
[dark=off] .dropdown.calender .dates-slider .details .title {
  color: #677071;
}
[dark=on] .dropdown.calender .dates-slider .details .title {
  color: #D0D0D0;
}
[dark=on] .dropdown.calender .dates-slider .details .title {
  color: white;
}
@media screen and (max-width: 426px) {
  .dropdown.calender .dates-slider .details .title {
    font-size: 0.625em;
  }
}
.dropdown.calender .dates-slider .details .date-label {
  display: flex;
}
.dropdown.calender .dates-slider .details .date-label :first-child {
  margin-bottom: 0.5em;
}
.dropdown.calender .dates-slider .details .date-label .label {
  font-size: 0.625em;
  font-weight: normal;
}
[dark=off] .dropdown.calender .dates-slider .details .date-label .label {
  color: #677071;
}
[dark=on] .dropdown.calender .dates-slider .details .date-label .label {
  color: #D0D0D0;
}
[dark=on] .dropdown.calender .dates-slider .details .date-label .label {
  color: white;
}
@media screen and (max-width: 426px) {
  .dropdown.calender .dates-slider .details .date-label .label {
    font-size: 0.5em;
  }
}
.dropdown.calender .dates-slider .details .date-label .value {
  font-size: 0.625em;
  font-weight: normal;
}
[color="1"] .dropdown.calender .dates-slider .details .date-label .value {
  color: #7b7202;
}
[color="2"] .dropdown.calender .dates-slider .details .date-label .value {
  color: #2085BF;
}
[color="3"] .dropdown.calender .dates-slider .details .date-label .value {
  color: #459A95;
}
[color="4"] .dropdown.calender .dates-slider .details .date-label .value {
  color: #B1A693;
}
[dark=on] .dropdown.calender .dates-slider .details .date-label .value {
  color: white;
}
@media screen and (max-width: 426px) {
  .dropdown.calender .dates-slider .details .date-label .value {
    font-size: 0.5em;
  }
}

.home-page .message-with-image {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-page .message-with-image .pic {
  position: relative;
  width: 27.3125em;
  height: 25.875em;
}
@media screen and (max-width: 1050px) {
  .home-page .message-with-image .pic {
    display: none;
  }
}
.home-page .message-with-image .pic .img {
  position: absolute;
  z-index: 1;
  width: 20.5625em;
  height: 20.5625em;
  top: 2.6875em;
  right: 3.375em;
}
.home-page .message-with-image .pic .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page .message-with-image .pic .up-dots, .home-page .message-with-image .pic .down-dots {
  background: url(../images/dots.svg);
  width: 10.5625em;
  height: 8.3125em;
  position: absolute;
}
.home-page .message-with-image .pic .up-dots {
  top: 0;
}
[dir=rtl] .home-page .message-with-image .pic .up-dots {
  right: 0;
}
[dir=ltr] .home-page .message-with-image .pic .up-dots {
  left: 0;
}
.home-page .message-with-image .pic .down-dots {
  bottom: 0;
}
[dir=rtl] .home-page .message-with-image .pic .down-dots {
  left: 0;
}
[dir=ltr] .home-page .message-with-image .pic .down-dots {
  right: 0;
}
.home-page .message-group {
  height: 31.25em;
}
.home-page .message {
  font-size: 1em;
  line-height: 2.1875em;
  max-width: 40.0625em;
}
[dark=on] .home-page .message {
  color: white;
}
.home-page .page-body {
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 499px) {
  .home-page .page-body {
    align-items: center;
  }
}
.home-page .more-button {
  display: inline-flex;
  font-size: 1.25em;
  margin-top: 1.625em;
  cursor: pointer;
  align-items: flex-end;
  align-self: flex-start;
}
[color="1"] .home-page .more-button {
  color: #7b7202;
}
[color="2"] .home-page .more-button {
  color: #2085BF;
}
[color="3"] .home-page .more-button {
  color: #459A95;
}
[color="4"] .home-page .more-button {
  color: #B1A693;
}
[dark=on] .home-page .more-button {
  color: white;
}
@media screen and (max-width: 499px) {
  .home-page .more-button {
    align-self: center;
  }
}
[dir=rtl] .home-page .more-button .icon {
  margin-right: 0.5625em;
}
[dir=ltr] .home-page .more-button .icon {
  margin-left: 0.5625em;
}
[dir=rtl] .home-page .home-slider {
  direction: rtl;
}
[dir=ltr] .home-page .home-slider {
  direction: ltr;
}
.home-page .home-slider .message-group {
  display: flex;
  flex-flow: column;
}

[dir=rtl] .about-page .page-body {
  direction: rtl;
}
[dir=ltr] .about-page .page-body {
  direction: ltr;
}
.about-page .card-gallery {
  display: flex;
  position: relative;
  flex-flow: column;
  width: 21.875em;
  height: 16.25em;
  padding: 0.625em;
  border-radius: 0.5em;
  font-size: 1.25em;
  font-weight: 500;
}
[dark=off] .about-page .card-gallery {
  background-color: white;
}
[dark=on] .about-page .card-gallery {
  background-color: #2D2D2D;
}
[dark=off] .about-page .card-gallery {
  color: #677071;
}
[dark=on] .about-page .card-gallery {
  color: #D0D0D0;
}
[dark=on] .about-page .card-gallery {
  color: white;
}
@media screen and (max-width: 769px) {
  .about-page .card-gallery {
    width: 18.75em;
    height: 13.75em;
    font-size: 0.875em;
  }
}
.about-page .card-gallery .img {
  width: 100%;
  height: 12.125em;
  border-radius: 0.5em;
  object-fit: cover;
}
@media screen and (max-width: 769px) {
  .about-page .card-gallery .img {
    height: 10em;
  }
}
.about-page .card-gallery .footer {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .about-page .card-gallery .footer .caption {
    margin-top: 0.625em;
  }
}
.about-page .card-gallery:hover .overlay {
  opacity: 1;
  visibility: visible;
}
[dir=rtl] .about-page .card-gallery:hover .overlay {
  left: 0;
}
[dir=ltr] .about-page .card-gallery:hover .overlay {
  right: 0;
}
.about-page .card-gallery .overlay {
  visibility: hidden;
  position: absolute;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.5625em;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.5em;
  padding: 1.25em;
  text-align: center;
  opacity: 0;
  transition: all 350ms ease-in-out;
}
[color="1"] .about-page .card-gallery .overlay {
  background-color: #7b7202;
}
[color="2"] .about-page .card-gallery .overlay {
  background-color: #2085BF;
}
[color="3"] .about-page .card-gallery .overlay {
  background-color: #459A95;
}
[color="4"] .about-page .card-gallery .overlay {
  background-color: #B1A693;
}
@media screen and (max-width: 769px) {
  .about-page .card-gallery .overlay {
    font-size: 0.75em;
    line-height: 1.875em;
  }
}
[dir=rtl] .about-page .card-gallery .overlay {
  left: 3.125em;
}
[dir=ltr] .about-page .card-gallery .overlay {
  right: 3.125em;
}
.about-page .card-gallery .overlay .header {
  font-size: 1.25em;
  font-weight: 500;
}
[dark=off] .about-page .card-gallery .overlay .header {
  color: white;
}
[dark=on] .about-page .card-gallery .overlay .header {
  color: white;
}
@media screen and (max-width: 769px) {
  .about-page .card-gallery .overlay .header {
    font-size: 1.25em;
    font-weight: bold;
  }
}
.about-page .card-gallery .overlay .more {
  font-size: 0.875em;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  align-self: center;
  cursor: pointer;
}
[dark=off] .about-page .card-gallery .overlay .more {
  color: white;
}
[dark=on] .about-page .card-gallery .overlay .more {
  color: white;
}
@media screen and (max-width: 769px) {
  .about-page .card-gallery .overlay .more {
    font-size: 0.625em;
  }
}
[dir=rtl] .about-page .card-gallery .overlay .more .title {
  margin-left: 0.5em;
}
[dir=ltr] .about-page .card-gallery .overlay .more .title {
  margin-right: 0.5em;
}
.about-page .card-gallery .overlay .more img {
  width: 1.125em;
  margin-top: 0.25em;
  font-size: 1em;
}
[dir=rtl] .about-page .card-gallery .overlay .more img {
  margin-right: 0.125em;
}
[dir=ltr] .about-page .card-gallery .overlay .more img {
  margin-left: 0.125em;
}
@media screen and (max-width: 769px) {
  .about-page .card-gallery .overlay .more img {
    font-size: 1.75em;
  }
}

.news-page .news-card-grid {
  display: flex;
  flex-flow: column;
  row-gap: 1.5625em;
}
.news-page .news-card {
  margin-right: 10px;
  display: flex;
  border-radius: 0.5em;
  width: 32.875em;
  height: 10.6875em;
  padding: 0.875em;
  text-align: start;
}
[dark=off] .news-page .news-card {
  background-color: white;
}
[dark=on] .news-page .news-card {
  background-color: #2D2D2D;
}
@media screen and (max-width: 499px) {
  .news-page .news-card {
    width: 18.75em;
    height: 6.5em;
    padding: 0.5em;
  }
}
.news-page .news-card .details {
  margin: 0px 1em;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (max-width: 499px) {
  .news-page .news-card .details {
    margin: 0px 0.375em;
  }
}
.news-page .news-card .img {
  object-fit: cover;
  width: 8.875em;
  height: 100%;
  border-radius: 0.5em;
}
@media screen and (max-width: 499px) {
  .news-page .news-card .img {
    width: 5.5em;
  }
  [dir=rtl] .news-page .news-card .img {
    margin-left: 0.125em;
  }
  [dir=ltr] .news-page .news-card .img {
    margin-right: 0.125em;
  }
}
.news-page .news-card .header {
  font-size: 1.25em;
  font-weight: 500;
}
[color="1"] .news-page .news-card .header {
  color: #7b7202;
}
[color="2"] .news-page .news-card .header {
  color: #2085BF;
}
[color="3"] .news-page .news-card .header {
  color: #459A95;
}
[color="4"] .news-page .news-card .header {
  color: #B1A693;
}
@media screen and (max-width: 499px) {
  .news-page .news-card .header {
    font-size: 0.625em;
  }
}
.news-page .news-card .desc {
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1.5em;
}
[dark=off] .news-page .news-card .desc {
  color: #677071;
}
[dark=on] .news-page .news-card .desc {
  color: #D0D0D0;
}
[dark=on] .news-page .news-card .desc {
  color: white;
}
@media screen and (max-width: 499px) {
  .news-page .news-card .desc {
    font-size: 0.5em;
    font-weight: normal;
    line-height: 1.5625em;
  }
}
.news-page .news-card .actions {
  display: flex;
  justify-content: space-between;
}
.news-page .news-card .actions .more {
  font-size: 0.875em;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  align-self: center;
  cursor: pointer;
}
[color="1"] .news-page .news-card .actions .more {
  color: #7b7202;
}
[color="2"] .news-page .news-card .actions .more {
  color: #2085BF;
}
[color="3"] .news-page .news-card .actions .more {
  color: #459A95;
}
[color="4"] .news-page .news-card .actions .more {
  color: #B1A693;
}
.news-page .news-card .actions .more img {
  width: 0.875em;
}
[dir=rtl] .news-page .news-card .actions .more img {
  margin-right: 0.5em;
}
[dir=ltr] .news-page .news-card .actions .more img {
  margin-left: 0.5em;
}
@media screen and (max-width: 499px) {
  .news-page .news-card .actions .more {
    font-size: 0.5em;
  }
  .news-page .news-card .actions .more img {
    width: 1.25em;
  }
}
.news-page .news-card .actions .date {
  font-size: 0.5em;
  font-weight: normal;
}
[dark=off] .news-page .news-card .actions .date {
  color: #677071;
}
[dark=on] .news-page .news-card .actions .date {
  color: #D0D0D0;
}

@media screen and (max-height: 697px) {
  .services-page .services {
    margin-top: 0em;
  }
}
.services-page .header {
  text-align: center;
  width: calc(100% - calc(6% + 1.875em));
}
@media screen and (max-width: 426px) {
  .services-page .header {
    width: 100%;
  }
}
.services-page .services {
  overflow: hidden;
  height: auto;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.services-page .services .tab-view {
  width: 100%;
  height: 23.5em;
  margin-top: 1.875em;
  position: relative;
}
@media screen and (max-height: 660px) {
  .services-page .services .tab-view {
    overflow-y: auto;
  }
}
.services-page .services .tab-view .charachter {
  position: absolute;
  top: 0;
}
[dir=rtl] .services-page .services .tab-view .charachter {
  left: calc(6% + 4.0625em);
}
[dir=ltr] .services-page .services .tab-view .charachter {
  right: calc(6% + 4.0625em);
}
[dir=rtl] .services-page .services .tab-view .charachter.move {
  right: 0;
}
[dir=ltr] .services-page .services .tab-view .charachter.move {
  left: 0;
}
@media screen and (max-width: 1440px) {
  .services-page .services .tab-view .charachter img {
    width: 15.8125em;
    height: 20.3125em;
  }
}
@media screen and (max-width: 1306px) {
  .services-page .services .tab-view .charachter {
    display: none;
  }
  .services-page .services .tab-view .charachter img {
    width: 12.8125em;
    height: 17.3125em;
  }
}
@media screen and (max-width: 426px) {
  .services-page .services .tab-view .charachter {
    display: none;
  }
}
.services-page .services .tab-view .view {
  display: none;
  width: calc(100% - calc(6% + 4.0625em));
  height: 100%;
}
@media screen and (max-width: 426px) {
  .services-page .services .tab-view .view {
    width: 100%;
  }
}
.services-page .services .tab-view .view-content {
  display: none;
  flex-flow: column;
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.services-page .services .tab-view .view-content .services-group {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 8.375em 8.375em 8.375em;
  grid-template-rows: 6.3125em 6.3125em;
  row-gap: 1.6875em;
  column-gap: 1.6875em;
  justify-content: center;
  align-content: center;
}
@media screen and (max-width: 750px) {
  .services-page .services .tab-view .view-content .services-group {
    grid-template-columns: 8.375em 8.375em;
    grid-template-rows: 6.3125em 6.3125em 6.3125em;
    row-gap: 1.125em;
    column-gap: 1.25em;
  }
}
.services-page .services .tab-view .view-content .more {
  display: flex;
  font-size: 1.25em;
  height: 1.25em;
  margin-bottom: 0.5em;
}
[color="1"] .services-page .services .tab-view .view-content .more {
  color: #7b7202;
}
[color="2"] .services-page .services .tab-view .view-content .more {
  color: #2085BF;
}
[color="3"] .services-page .services .tab-view .view-content .more {
  color: #459A95;
}
[color="4"] .services-page .services .tab-view .view-content .more {
  color: #B1A693;
}
[dark=on] .services-page .services .tab-view .view-content .more {
  color: white;
}
.services-page .services .tab-view .view-content .more img {
  width: 1.125em;
  margin-top: 0.125em;
}
[dir=rtl] .services-page .services .tab-view .view-content .more img {
  margin-right: 0.5em;
}
[dir=ltr] .services-page .services .tab-view .view-content .more img {
  margin-left: 0.5em;
}
@media screen and (max-width: 1024px) {
  .services-page .services .tab-view .view-content .more {
    margin-top: 0em;
  }
}
.services-page .services .tabs {
  display: flex;
  background: #caced4;
  border-radius: 0.5em;
  position: relative;
  width: 18em;
  height: 3.1875em;
}
@media screen and (min-height: 740px) {
  .services-page .services .tabs {
    margin-top: 2.5em;
  }
}
[dark=on] .services-page .services .tabs {
  background-color: #414141;
}
[dir=rtl] .services-page .services .tabs {
  margin-left: calc(6% + 4.0625em);
}
[dir=ltr] .services-page .services .tabs {
  margin-right: calc(6% + 4.0625em);
}
@media screen and (max-width: 426px) {
  .services-page .services .tabs {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.services-page .services .tabs .indecator {
  position: absolute;
  margin: 0.1875em;
  top: 0px;
  right: 0px;
  border-radius: 0.5em;
  width: 8.8125em;
  height: 2.8125em;
  z-index: 0;
  transition: all 350ms ease-in-out;
}
[dark=off] .services-page .services .tabs .indecator {
  background-color: white;
}
[dark=on] .services-page .services .tabs .indecator {
  background-color: #2D2D2D;
}
[dir=rtl] .services-page .services .tabs .indecator {
  transform: translateX(-141px);
}
[dir=ltr] .services-page .services .tabs .indecator {
  transform: translateX(0px);
}
[dir=rtl] .services-page .services .tabs .indecator.move {
  transform: translateX(0px);
}
[dir=ltr] .services-page .services .tabs .indecator.move {
  transform: translateX(-141px);
}
.services-page .services .tabs .item {
  position: relative;
  z-index: 1;
  font-size: 1.25em;
  cursor: pointer;
  width: 9em;
  display: flex;
  justify-content: center;
  align-items: center;
}
[dark=off] .services-page .services .tabs .item {
  color: #677071;
}
[dark=on] .services-page .services .tabs .item {
  color: #D0D0D0;
}
.services-page .service-card {
  position: relative;
  border-radius: 0.75em;
  width: 8.375em;
  height: 6.3125em;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
[dark=off] .services-page .service-card {
  background-color: white;
}
[dark=on] .services-page .service-card {
  background-color: #2D2D2D;
}
@media screen and (max-width: 1024px) {
  .services-page .service-card {
    width: 7.375em;
    height: 5.3125em;
  }
}
.services-page .service-card .notch {
  width: 4.6875em;
  height: 0.25em;
  top: 0;
  left: 1.84375em;
  position: absolute;
  border-radius: 0px 0px 0.5em 0.5em;
  content: "";
}
@media screen and (max-width: 1024px) {
  .services-page .service-card .notch {
    left: 1.375em;
    height: 0.1875em;
  }
}
[color="1"] .services-page .service-card .notch {
  background-color: #7b7202;
}
[color="2"] .services-page .service-card .notch {
  background-color: #2085BF;
}
[color="3"] .services-page .service-card .notch {
  background-color: #459A95;
}
[color="4"] .services-page .service-card .notch {
  background-color: #B1A693;
}
.services-page .service-card .icon {
  margin-top: 0.25em;
}
@media screen and (max-width: 1024px) {
  .services-page .service-card .icon {
    margin-top: 0em;
  }
}
.services-page .service-card .title {
  margin-top: 1em;
  font-size: 0.875em;
}
[dark=off] .services-page .service-card .title {
  color: #677071;
}
[dark=on] .services-page .service-card .title {
  color: #D0D0D0;
}
@media screen and (max-width: 1024px) {
  .services-page .service-card .title {
    margin-top: 0.5em;
  }
}

.entertainment-page .entertainment-card {
  width: 20.9375em;
  height: 20.6875em;
  position: relative;
  text-align: start;
}
[dir=rtl] .entertainment-page .entertainment-card {
  margin-left: 0em;
}
[dir=ltr] .entertainment-page .entertainment-card {
  margin-right: 0em;
}
@media screen and (max-width: 426px) {
  .entertainment-page .entertainment-card {
    width: 15.5em;
    height: 16.25em;
  }
}
.entertainment-page .entertainment-card .img {
  width: 19.4375em;
  height: 16.5em;
  border-radius: 0.5em;
  object-fit: cover;
}
@media screen and (max-width: 426px) {
  .entertainment-page .entertainment-card .img {
    width: 14.375em;
    height: 12.25em;
  }
}
.entertainment-page .entertainment-card .header {
  margin-top: 0.875em;
  font-size: 1.125em;
  font-weight: 500;
}
[color="1"] .entertainment-page .entertainment-card .header {
  color: #7b7202;
}
[color="2"] .entertainment-page .entertainment-card .header {
  color: #2085BF;
}
[color="3"] .entertainment-page .entertainment-card .header {
  color: #459A95;
}
[color="4"] .entertainment-page .entertainment-card .header {
  color: #B1A693;
}
[dark=on] .entertainment-page .entertainment-card .header {
  color: white;
}
@media screen and (max-width: 426px) {
  .entertainment-page .entertainment-card .header {
    font-size: 0.875em;
  }
}
.entertainment-page .entertainment-card .more {
  margin-top: 0.75em;
  display: flex;
  font-size: 0.875em;
  font-weight: normal;
}
[dark=off] .entertainment-page .entertainment-card .more {
  color: #677071;
}
[dark=on] .entertainment-page .entertainment-card .more {
  color: #D0D0D0;
}
[dark=on] .entertainment-page .entertainment-card .more {
  color: white;
}
.entertainment-page .entertainment-card .more .icon {
  width: auto;
  margin-top: 0.25em;
}
[dir=rtl] .entertainment-page .entertainment-card .more .icon {
  margin-right: 0.5em;
}
[dir=ltr] .entertainment-page .entertainment-card .more .icon {
  margin-left: 0.5em;
}
@media screen and (max-width: 426px) {
  .entertainment-page .entertainment-card .more .more {
    font-size: 0.625em;
  }
}
.entertainment-page .entertainment-card .date {
  position: absolute;
  padding: 1em;
  top: 1.5em;
  font-size: 0.625em;
  font-weight: 500;
  border-radius: 0.5em;
  text-align: center;
}
[dir=rtl] .entertainment-page .entertainment-card .date {
  left: 0;
}
[dir=ltr] .entertainment-page .entertainment-card .date {
  right: 0;
}
[dark=off] .entertainment-page .entertainment-card .date {
  color: white;
}
[dark=on] .entertainment-page .entertainment-card .date {
  color: white;
}
[color="1"] .entertainment-page .entertainment-card .date {
  background-color: #7b7202;
}
[color="2"] .entertainment-page .entertainment-card .date {
  background-color: #2085BF;
}
[color="3"] .entertainment-page .entertainment-card .date {
  background-color: #459A95;
}
[color="4"] .entertainment-page .entertainment-card .date {
  background-color: #B1A693;
}
@media screen and (max-width: 426px) {
  .entertainment-page .entertainment-card .date {
    padding: 1.5em 1em;
    top: 3em;
    font-size: 0.375em;
    border-radius: 0.75em;
  }
}

.collages-page .card-gallery {
  width: 14.6875em;
  height: 17.625em;
  padding: 0.4375em;
  border-radius: 0.75em;
  font-size: 1.25em;
  font-weight: 500;
}
[dark=off] .collages-page .card-gallery {
  color: #677071;
}
[dark=on] .collages-page .card-gallery {
  color: #D0D0D0;
}
[dark=on] .collages-page .card-gallery {
  color: white;
}
@media screen and (max-width: 769px) {
  .collages-page .card-gallery {
    width: 13.625em;
    height: 16.375em;
    font-size: 1.125em;
  }
}
.collages-page .card-gallery .img {
  width: 100%;
  height: 13.75em;
  border-radius: 0.75em;
  object-fit: cover;
}
@media screen and (max-width: 769px) {
  .collages-page .card-gallery .img {
    height: 12.75em;
  }
}
.collages-page .card-gallery .footer {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .collages-page .card-gallery .footer .caption {
    margin-top: 0em;
  }
}

.statics {
  display: grid;
  margin-right: 10px;
  grid-template-columns: 14.5em 14.5em 14.5em 14.5em;
  grid-template-rows: 14.5em;
  justify-content: center;
  row-gap: 2.8125em;
  column-gap: 2.8125em;
}
@media screen and (max-width: 1288px) {
  .statics {
    column-gap: 0.8125em;
  }
}
@media screen and (max-width: 1150px) {
  .statics {
    grid-template-columns: 12.5em 12.5em 12.5em 12.5em;
    column-gap: 0.3125em;
  }
}
@media screen and (max-width: 985px) {
  .statics {
    grid-template-columns: 9.5em 9.5em 9.5em 9.5em;
    column-gap: 1.5625em;
  }
}
@media screen and (max-width: 768px) {
  .statics {
    grid-template-columns: 7.25em 7.25em;
    grid-template-rows: 7.25em 7.25em;
    row-gap: 4.21875em;
    column-gap: 4.21875em;
  }
}
@media screen and (max-width: 499px) {
  .statics {
    grid-template-columns: 7.5em 7.5em;
    grid-template-rows: 8.625em 8.625em;
    row-gap: 1.875em;
    column-gap: 1.875em;
  }
}
.statics .container {
  height: 14.5em;
  width: 14.5em;
  border-radius: 0.75em;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
  row-gap: 1em;
}
@media screen and (max-width: 1288px) {
  .statics .container {
    height: 12.5em;
    width: 12.5em;
  }
}
@media screen and (max-width: 1150px) {
  .statics .container {
    height: 10.5em;
    width: 10.5em;
  }
}
@media screen and (max-width: 962px) {
  .statics .container {
    height: 9.5em;
    width: 9.5em;
  }
}
@media screen and (max-width: 499px) {
  .statics .container {
    height: 8.625em;
    width: 7.5em;
  }
}
[dark=off] .statics .container {
  background-color: white;
}
[dark=on] .statics .container {
  background-color: #2D2D2D;
}
.statics .container .circle {
  position: absolute;
  top: 2.375em;
  width: 3.5625em;
  height: 3.5625em;
  border-radius: 50%;
  background-color: rgba(103, 112, 113, 0.11);
}
[dir=rtl] .statics .container .circle {
  right: 4.9375em;
}
[dir=ltr] .statics .container .circle {
  left: 4.9375em;
}
@media screen and (max-width: 1288px) {
  .statics .container .circle {
    height: 3.125em;
    width: 3.125em;
    top: 1.5625em;
  }
  [dir=rtl] .statics .container .circle {
    right: 4.0625em;
  }
  [dir=ltr] .statics .container .circle {
    left: 4.0625em;
  }
}
@media screen and (max-width: 1150px) {
  .statics .container .circle {
    height: 2.875em;
    width: 2.875em;
    top: 1.375em;
  }
  [dir=rtl] .statics .container .circle {
    right: 3.4375em;
  }
  [dir=ltr] .statics .container .circle {
    left: 3.4375em;
  }
}
@media screen and (max-width: 962px) {
  .statics .container .circle {
    height: 2.625em;
    width: 2.625em;
    top: 1.125em;
  }
  [dir=rtl] .statics .container .circle {
    right: 3.125em;
  }
  [dir=ltr] .statics .container .circle {
    left: 3.125em;
  }
}
@media screen and (max-width: 499px) {
  .statics .container .circle {
    height: 2em;
    width: 2em;
    top: 1.125em;
  }
  [dir=rtl] .statics .container .circle {
    right: 2.5em;
  }
  [dir=ltr] .statics .container .circle {
    left: 2.5em;
  }
}
.statics .container .counter-container {
  display: flex;
  direction: ltr;
}
@media screen and (max-width: 1288px) {
  .statics .container .icon img {
    width: 3em;
    height: 3em;
  }
}
@media screen and (max-width: 1150px) {
  .statics .container .icon img {
    width: 2.8125em;
    height: 2.8125em;
  }
}
@media screen and (max-width: 962px) {
  .statics .container .icon img {
    width: 2.5em;
    height: 2.5em;
  }
}
@media screen and (max-width: 499px) {
  .statics .container .icon img {
    width: 1.5625em;
    height: 1.5625em;
  }
}
.statics .container .counter,
.statics .container .suffix {
  font-size: 2.1875em;
  font-weight: bold;
}
[color="1"] .statics .container .counter,
[color="1"] .statics .container .suffix {
  color: #7b7202;
}
[color="2"] .statics .container .counter,
[color="2"] .statics .container .suffix {
  color: #2085BF;
}
[color="3"] .statics .container .counter,
[color="3"] .statics .container .suffix {
  color: #459A95;
}
[color="4"] .statics .container .counter,
[color="4"] .statics .container .suffix {
  color: #B1A693;
}
@media screen and (max-width: 1150px) {
  .statics .container .counter,
.statics .container .suffix {
    font-size: 1.9375em;
  }
}
@media screen and (max-width: 962px) {
  .statics .container .counter,
.statics .container .suffix {
    font-size: 1.6875em;
  }
}
@media screen and (max-width: 768px) {
  .statics .container .counter,
.statics .container .suffix {
    font-size: 1.5625em;
  }
}
@media screen and (max-width: 499px) {
  .statics .container .counter,
.statics .container .suffix {
    font-size: 1.25em;
  }
}
.statics .container .caption {
  font-size: 1.25em;
  font-weight: normal;
}
[dark=off] .statics .container .caption {
  color: #677071;
}
[dark=on] .statics .container .caption {
  color: #D0D0D0;
}
@media screen and (max-width: 1150px) {
  .statics .container .caption {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  .statics .container .caption {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 499px) {
  .statics .container .caption {
    font-size: 0.875em;
  }
}

.sites-page .sites {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(7.5em, 1fr));
  grid-column-gap: 3.4375em;
  grid-row-gap: 3.4375em;
  align-items: center;
  overflow-y: auto;
  max-height: 20.75em;
}
@media screen and (max-width: 768px) {
  .sites-page .sites {
    grid-template-columns: repeat(auto-fill, minmax(5em, 1fr));
  }
}
@media screen and (max-width: 426px) {
  .sites-page .sites {
    grid-template-columns: repeat(auto-fill, minmax(5em, 1fr));
  }
}
@media screen and (max-width: 375px) {
  .sites-page .sites {
    grid-template-columns: repeat(auto-fill, minmax(3.75em, 1fr));
  }
}
.sites-page .sites .site {
  cursor: pointer;
}
.sites-page .sites .site .img {
  width: 100%;
  object-fit: scale-down;
}

.contact-page {
  height: 777px !important;
  overflow: hidden !important;
}
@media screen and (max-height: 605px) {
  .contact-page {
    margin-top: 0 !important;
  }
}
.scaffold .contact-page {
  overflow: hidden !important;
}
@media screen and (max-width: 499px) {
  .contact-page {
    height: auto !important;
  }
}
.contact-page .page-sub-title {
  display: flex;
  flex-flow: column;
}
@media screen and (max-height: 660px) {
  .contact-page .page-sub-title {
    margin-top: 1.125em;
  }
}
.contact-page .page-sub-title .contact-info {
  margin-top: 1.25em;
}
@media screen and (max-height: 640px) {
  .contact-page .page-sub-title .contact-info {
    margin-top: 0.25em;
  }
}
.contact-page .page-sub-title .contact {
  font-size: 0.9375em;
  line-height: 1.25em;
  margin-bottom: 0em;
}
@media screen and (max-width: 989px) {
  .contact-page .page-sub-title .contact {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 1fr 1fr;
    justify-content: flex-start;
    row-gap: 1em;
  }
}
@media screen and (max-width: 499px) {
  .contact-page .page-sub-title .contact {
    justify-content: center;
    column-gap: 1.875em;
  }
}
.contact-page .page-sub-title .contact .contact-item {
  align-items: flex-start;
}
.contact-page .page-sub-title .contact .contact-item .info {
  margin-top: 0.125em;
}
@media screen and (max-width: 586px) {
  .contact-page .page-sub-title .contact .contact-item .icon {
    margin-top: 0.25em;
    width: 0.9375em;
    height: 0.9375em;
  }
}
@media screen and (max-width: 586px) {
  .contact-page .page-sub-title .contact .contact-item {
    font-size: 0.8125em;
  }
}
@media screen and (max-width: 499px) {
  .contact-page .page-sub-title .contact .contact-item {
    font-size: 0.75em;
  }
}
.contact-page .page-sub-title .contact .contact-item-social .icon {
  margin-top: 0em;
  align-self: flex-start;
}
.contact-page .page-sub-title .contact .contact-item-social .icon img {
  width: 1.125em;
}
@media screen and (max-width: 989px) {
  .contact-page .page-sub-title .contact .contact-item-social .icon img {
    width: 100%;
    height: 1.25em;
  }
}
@media screen and (max-width: 586px) {
  .contact-page .page-sub-title .contact .contact-item-social .icon img {
    width: 100%;
    height: 0.9375em;
  }
}
@media screen and (max-width: 989px) {
  [dir=rtl] .contact-page .page-sub-title .contact .contact-item-social {
    margin-right: 0.875em;
  }
  [dir=ltr] .contact-page .page-sub-title .contact .contact-item-social {
    margin-left: 0.875em;
  }
}
@media screen and (max-width: 586px) {
  [dir=rtl] .contact-page .page-sub-title .contact .contact-item-social {
    margin-right: 0.375em;
  }
  [dir=ltr] .contact-page .page-sub-title .contact .contact-item-social {
    margin-left: 0.375em;
  }
}
@media screen and (max-width: 499px) {
  [dir=rtl] .contact-page .page-sub-title .contact .contact-item-social {
    margin-right: 0.25em;
  }
  [dir=ltr] .contact-page .page-sub-title .contact .contact-item-social {
    margin-left: 0.25em;
  }
}
.contact-page .page-body {
  position: relative;
  margin-top: 1.125em;
}
@media screen and (max-height: 625px) {
  .contact-page .page-body {
    margin-top: 0.125em;
  }
}
.contact-page .map {
  width: 90%;
  height: 18.75em;
  border-radius: 0.75em;
  padding: 1em;
  position: relative;
}
[dark=off] .contact-page .map {
  background-color: white;
}
[dark=on] .contact-page .map {
  background-color: #2D2D2D;
}
.contact-page .map iframe {
  border-radius: 1.25em;
  padding: 0.625em;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-page .form {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  border-radius: 0.75em;
  width: 256px;
  height: 250px;
  padding: 0 0.875em;
  position: absolute;
  top: 2.5em;
  font-size: 0.625em;
}
[dark=off] .contact-page .form {
  background-color: white;
}
[dark=on] .contact-page .form {
  background-color: #2D2D2D;
}
[color="1"] .contact-page .form {
  color: #7b7202;
}
[color="2"] .contact-page .form {
  color: #2085BF;
}
[color="3"] .contact-page .form {
  color: #459A95;
}
[color="4"] .contact-page .form {
  color: #B1A693;
}
.contact-page .form .label {
  margin: 1em 0;
}
.contact-page .form input,
.contact-page .form textarea {
  font-family: neosans;
  font-weight: 500;
  font-size: 0.75em;
  border: none;
  padding: 1em;
  background-color: rgba(103, 112, 113, 0.11);
  width: 100%;
  border-radius: 0.25em;
}
[dark=on] .contact-page .form input,
[dark=on] .contact-page .form textarea {
  color: white;
}
.contact-page .form input:focus,
.contact-page .form textarea:focus {
  outline: auto;
}
[color="1"] .contact-page .form input:focus,
[color="1"] .contact-page .form textarea:focus {
  outline-color: #7b7202;
}
[color="2"] .contact-page .form input:focus,
[color="2"] .contact-page .form textarea:focus {
  outline-color: #2085BF;
}
[color="3"] .contact-page .form input:focus,
[color="3"] .contact-page .form textarea:focus {
  outline-color: #459A95;
}
[color="4"] .contact-page .form input:focus,
[color="4"] .contact-page .form textarea:focus {
  outline-color: #B1A693;
}
.contact-page .form textarea {
  height: 100%;
}
[dir=rtl] .contact-page .form {
  right: 3.125em;
}
[dir=ltr] .contact-page .form {
  left: 3.125em;
}
.contact-page .form .row {
  display: flex;
  width: 100%;
}
.contact-page .form .col {
  width: 100%;
}
.contact-page .form button {
  margin: 1em 0;
  font-family: neosans;
  width: 100%;
  border: none;
  border-radius: 4px;
  height: 32px;
}
[color="1"] .contact-page .form button {
  background-color: #7b7202;
}
[color="2"] .contact-page .form button {
  background-color: #2085BF;
}
[color="3"] .contact-page .form button {
  background-color: #459A95;
}
[color="4"] .contact-page .form button {
  background-color: #B1A693;
}
[dark=off] .contact-page .form button {
  color: white;
}
[dark=on] .contact-page .form button {
  color: white;
}
.contact-page .desktop {
  display: block;
}
@media screen and (max-width: 1150px) {
  .contact-page .desktop {
    display: none;
  }
}
.contact-page .mobile {
  display: none;
}
.contact-page .mobile .map {
  display: block;
  width: 17.5em;
  height: 16.8125em;
}
.contact-page .mobile .form {
  height: 269px;
  position: relative;
  top: 0em;
  padding: 0.5em 1.5em;
}
.contact-page .mobile .form textarea {
  height: 120px;
}
[dir=rtl] .contact-page .mobile .form {
  right: 0em;
}
[dir=ltr] .contact-page .mobile .form {
  left: 0em;
}
@media screen and (max-width: 1150px) {
  .contact-page .mobile {
    display: block;
  }
}

.slider-container {
  width: 100%;
  height: 357px;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .slider-container {
    height: 252px;
  }
}
@media screen and (max-width: 375px) {
  .slider-container {
    height: 149px;
  }
}
.slider-container .btn {
  cursor: pointer;
  position: absolute;
  top: 45%;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  z-index: 2;
}
[dark=off] .slider-container .btn {
  background-color: white;
}
[dark=on] .slider-container .btn {
  background-color: #2D2D2D;
}
@media screen and (max-width: 375px) {
  .slider-container .btn {
    width: 23px;
    height: 23px;
  }
  .slider-container .btn img {
    width: 4px;
    height: 5px;
  }
}
.slider-container .btn img {
  position: absolute;
  transform: translate(-35%, -50%);
  left: 50%;
  top: 50%;
}
[dir=rtl] .slider-container .btn.prev-btn {
  right: 20px;
}
[dir=ltr] .slider-container .btn.prev-btn {
  left: 20px;
}
@media screen and (max-width: 1024px) {
  [dir=rtl] .slider-container .btn.prev-btn {
    right: 17px;
  }
  [dir=ltr] .slider-container .btn.prev-btn {
    left: 17px;
  }
}
[dir=ltr] .slider-container .btn.prev-btn img {
  transform: translate(-50%, -50%) scaleX(-1);
}
[dir=rtl] .slider-container .btn.next-btn {
  left: 20px;
}
[dir=ltr] .slider-container .btn.next-btn {
  right: 20px;
}
@media screen and (max-width: 1024px) {
  [dir=rtl] .slider-container .btn.next-btn {
    left: 17px;
  }
  [dir=ltr] .slider-container .btn.next-btn {
    right: 17px;
  }
}
[dir=rtl] .slider-container .btn.next-btn img {
  transform: translate(-50%, -50%) scaleX(-1);
}
.slider-container .images-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
}
.slider-container .images-slider .slider-box {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 8px;
}
.slider-container .images-slider .slider-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(63, 66, 78, 0.5);
  border-radius: 8px;
}
.slider-container .images-slider .slider-box .slider-header {
  position: absolute;
  bottom: 54px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 500;
  max-width: 426px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
[dir=rtl] .slider-container .images-slider .slider-box .slider-header {
  right: 20px;
}
[dir=ltr] .slider-container .images-slider .slider-box .slider-header {
  left: 20px;
}
[dark=off] .slider-container .images-slider .slider-box .slider-header {
  color: white;
}
[dark=on] .slider-container .images-slider .slider-box .slider-header {
  color: white;
}
@media screen and (max-width: 1024px) {
  .slider-container .images-slider .slider-box .slider-header {
    bottom: 38px;
    font-size: 14px;
    max-width: 298px;
  }
  [dir=rtl] .slider-container .images-slider .slider-box .slider-header {
    right: 17px;
  }
  [dir=ltr] .slider-container .images-slider .slider-box .slider-header {
    left: 17px;
  }
}
@media screen and (max-width: 375px) {
  .slider-container .images-slider .slider-box .slider-header {
    bottom: 22px;
    font-size: 8px;
    max-width: 170px;
  }
}
.slider-container .images-slider .slider-box .slider-desc {
  position: absolute;
  bottom: 22px;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  max-width: 352px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
[dir=rtl] .slider-container .images-slider .slider-box .slider-desc {
  right: 20px;
}
[dir=ltr] .slider-container .images-slider .slider-box .slider-desc {
  left: 20px;
}
[dark=off] .slider-container .images-slider .slider-box .slider-desc {
  color: white;
}
[dark=on] .slider-container .images-slider .slider-box .slider-desc {
  color: white;
}
@media screen and (max-width: 1024px) {
  .slider-container .images-slider .slider-box .slider-desc {
    bottom: 16px;
    font-size: 12px;
    max-width: 242px;
  }
  [dir=rtl] .slider-container .images-slider .slider-box .slider-desc {
    right: 17px;
  }
  [dir=ltr] .slider-container .images-slider .slider-box .slider-desc {
    left: 17px;
  }
}
@media screen and (max-width: 375px) {
  .slider-container .images-slider .slider-box .slider-desc {
    bottom: 10px;
    font-size: 7px;
    max-width: 141px;
  }
}
.slider-container .images-slider .slider-box .img {
  width: 100%;
  height: 357px;
  object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .slider-container .images-slider .slider-box .img {
    height: 252px;
  }
}
@media screen and (max-width: 375px) {
  .slider-container .images-slider .slider-box .img {
    height: 149px;
  }
}

.g-wrapper {
  padding-left: 20.3125%;
  padding-right: 20.3125%;
}
@media screen and (max-width: 1367px) {
  .g-wrapper {
    padding-left: 8.2723279649%;
    padding-right: 8.2723279649%;
  }
}
@media screen and (max-width: 1280px) {
  .g-wrapper {
    padding-left: 5.46875%;
    padding-right: 5.46875%;
  }
}
@media screen and (max-width: 1024px) {
  .g-wrapper {
    padding-left: 6.8359375%;
    padding-right: 6.8359375%;
  }
}
@media screen and (max-width: 768px) {
  .g-wrapper {
    padding-left: 5.2083333333%;
    padding-right: 5.2083333333%;
  }
}
@media screen and (max-width: 375px) {
  .g-wrapper {
    padding-left: 4.8%;
    padding-right: 4.8%;
  }
}

@media screen and (min-width: 1280px) {
  .with-panel .side-contnet {
    min-width: 550px;
  }
}
@media screen and (min-width: 1025px) {
  [dir=rtl] .with-panel {
    padding-left: 0%;
  }
  [dir=ltr] .with-panel {
    padding-right: 0%;
  }
}

.panel {
  width: 100%;
}
.panel .side-contnet {
  min-width: auto;
}
@media screen and (max-width: 1024px) {
  .panel {
    display: none;
  }
}
.panel .content {
  max-width: 400px;
  display: flex;
  flex-flow: column;
  row-gap: 30px;
}
@media screen and (max-width: 1360px) {
  .panel .content {
    max-width: 300px;
  }
}
@media screen and (max-width: 1280px) {
  .panel .content {
    max-width: 261px;
  }
}

.c-link {
  text-decoration: none;
}
[color="1"] .c-link {
  color: #7b7202;
}
[color="2"] .c-link {
  color: #2085BF;
}
[color="3"] .c-link {
  color: #459A95;
}
[color="4"] .c-link {
  color: #B1A693;
}

.forum-m {
  margin: 1.875em 1.875em;
}
.forum-m .pages-nav {
  display: flex;
  flex-flow: row wrap;
  row-gap: 0.625em;
  column-gap: 0.625em;
  font-size: 16px;
  justify-content: center;
}
.forum-m .pages-nav .page-number,
.forum-m .pages-nav .controll-btn {
  font-size: 16px;
  font-family: neosans;
  margin: 0;
  border: 0;
  height: 40px;
  border-radius: 0.25em;
}
[color="1"] .forum-m .pages-nav .page-number,
[color="1"] .forum-m .pages-nav .controll-btn {
  color: #7b7202;
}
[color="2"] .forum-m .pages-nav .page-number,
[color="2"] .forum-m .pages-nav .controll-btn {
  color: #2085BF;
}
[color="3"] .forum-m .pages-nav .page-number,
[color="3"] .forum-m .pages-nav .controll-btn {
  color: #459A95;
}
[color="4"] .forum-m .pages-nav .page-number,
[color="4"] .forum-m .pages-nav .controll-btn {
  color: #B1A693;
}
[dark=off] .forum-m .pages-nav .page-number,
[dark=off] .forum-m .pages-nav .controll-btn {
  background-color: #F8F8F8;
}
[dark=on] .forum-m .pages-nav .page-number,
[dark=on] .forum-m .pages-nav .controll-btn {
  background-color: #414141;
}
.forum-m .pages-nav .controll-btn {
  width: 68px;
  font-size: 0.875em;
  color: #414141;
}
.forum-m .pages-nav .controll-btn.disabled {
  color: rgba(103, 112, 113, 0.5);
}
.forum-m .pages-nav .page-number {
  width: 2.5em;
}
[dark=off] .forum-m .pages-nav .page-number.active {
  color: white;
}
[dark=on] .forum-m .pages-nav .page-number.active {
  color: white;
}
[color="1"] .forum-m .pages-nav .page-number.active {
  background-color: #7b7202;
}
[color="2"] .forum-m .pages-nav .page-number.active {
  background-color: #2085BF;
}
[color="3"] .forum-m .pages-nav .page-number.active {
  background-color: #459A95;
}
[color="4"] .forum-m .pages-nav .page-number.active {
  background-color: #B1A693;
}
.forum-m .header-title {
  position: relative;
  font-size: 1.875em;
  font-weight: bold;
  padding: 0 10px;
  line-height: 30px;
}
[color="1"] .forum-m .header-title {
  color: #7b7202;
}
[color="2"] .forum-m .header-title {
  color: #2085BF;
}
[color="3"] .forum-m .header-title {
  color: #459A95;
}
[color="4"] .forum-m .header-title {
  color: #B1A693;
}
@media screen and (max-width: 1024px) {
  .forum-m .header-title {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 375px) {
  .forum-m .header-title {
    font-size: 1.25em;
  }
}
.forum-m .header-title::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 39px;
}
[color="1"] .forum-m .header-title::before {
  background-color: #7b7202;
}
[color="2"] .forum-m .header-title::before {
  background-color: #2085BF;
}
[color="3"] .forum-m .header-title::before {
  background-color: #459A95;
}
[color="4"] .forum-m .header-title::before {
  background-color: #B1A693;
}
[dir=rtl] .forum-m .header-title::before {
  right: 0;
}
[dir=ltr] .forum-m .header-title::before {
  left: 0;
}
@media screen and (max-width: 1024px) {
  .forum-m .header-title::before {
    height: 34px;
  }
}
@media screen and (max-width: 375px) {
  .forum-m .header-title::before {
    height: 29px;
  }
}
.forum-m .title {
  font-size: 1.25em;
  font-weight: bold;
  margin: 1.875em 0;
  margin-bottom: 0.9375em;
  line-height: 1.875em;
}
[color="1"] .forum-m .title {
  color: #7b7202;
}
[color="2"] .forum-m .title {
  color: #2085BF;
}
[color="3"] .forum-m .title {
  color: #459A95;
}
[color="4"] .forum-m .title {
  color: #B1A693;
}
.forum-m .paragraph {
  font-size: 1em;
  line-height: 1.875em;
  margin: 0.9375em 0;
}
[dark=off] .forum-m .paragraph {
  color: #677071;
}
[dark=on] .forum-m .paragraph {
  color: #D0D0D0;
}
.forum-m .image-section {
  max-width: 46em;
  max-height: 26.5625em;
  margin: 0.9375em 0;
}
.forum-m .image-section img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.forum-m .date {
  font-size: 1em;
  font-weight: 500;
}
[dark=off] .forum-m .date {
  color: #677071;
}
[dark=on] .forum-m .date {
  color: #D0D0D0;
}

.no-buler {
  background: rgba(255, 255, 255, 0.6);
}

.forum-page {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.forum-page .g-icon {
  width: 1.1875em;
}
[dir=rtl] .forum-page .g-icon {
  margin-left: 0.75em;
}
[dir=ltr] .forum-page .g-icon {
  margin-right: 0.75em;
}
.forum-page .more .g-icon {
  width: 1.1875em;
}
[dir=rtl] .forum-page .more .g-icon {
  margin-left: 0em;
}
[dir=ltr] .forum-page .more .g-icon {
  margin-right: 0em;
}
.forum-page .scroll {
  display: none;
}
[dark=off] .forum-page .sticky .n-scroll {
  display: none;
}
[dark=off] .forum-page .sticky .scroll {
  display: block;
}
.forum-page .sticky .appbar.mobile {
  margin-top: 0em !important;
}
@media screen and (max-width: 490px) {
  .forum-page .sticky .appbar {
    margin-top: 0.625em !important;
  }
}
.forum-page .navigation {
  position: absolute;
  z-index: 99;
  width: 100%;
}
.forum-page .navigation.sticky {
  position: fixed;
  padding-bottom: 10px;
}
[dark=off] .forum-page .navigation.sticky {
  background-color: white;
}
[dark=on] .forum-page .navigation.sticky {
  background-color: #2D2D2D;
}
.forum-page .navigation .appbar:not(.mobile) {
  margin-top: 1.875em;
  width: 100%;
  align-self: center;
}
@media screen and (max-width: 490px) {
  .forum-page .navigation .appbar:not(.mobile) {
    margin-top: 0.875em;
  }
}
.forum-page .navigation .appbar.mobile {
  margin-top: 0.5em;
}
.forum-page .navigation .appbar {
  width: 100%;
}
[dir=rtl] .forum-page .navigation .appbar {
  margin-right: 0;
}
[dir=ltr] .forum-page .navigation .appbar {
  margin-left: 0;
}
@media screen and (max-width: 490px) {
  .forum-page .navigation .appbar {
    margin-top: 1.25em;
  }
  [dir=rtl] .forum-page .navigation .appbar .g-lang.g-icon {
    margin-left: 0em;
  }
  [dir=ltr] .forum-page .navigation .appbar .g-lang.g-icon {
    margin-right: 0em;
  }
}
.forum-page .navigation .trailing {
  display: flex;
  flex: 1;
}
.forum-page .navigation .actions {
  flex: 1;
  justify-content: flex-end;
}
.forum-page .forum-content {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: column;
  height: 100%;
}
.forum-page .forum-content .header-background {
  position: relative;
  width: 100%;
  height: 17.375em;
  z-index: 1;
}
@media screen and (max-width: 490px) {
  .forum-page .forum-content .header-background {
    height: 13.5625em;
  }
}
.forum-page .forum-content .header-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.forum-page .forum-content .header-background::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.forum-page .forum-content .header-background .header {
  position: absolute;
  font-size: 2.5em;
  font-weight: 500;
  z-index: 100;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  bottom: 1.6875em;
  left: 50%;
}
[dark=off] .forum-page .forum-content .header-background .header {
  color: white;
}
[dark=on] .forum-page .forum-content .header-background .header {
  color: white;
}
@media screen and (max-width: 490px) {
  .forum-page .forum-content .header-background .header {
    font-size: 1.25em;
    bottom: 1.875em;
  }
}
.forum-page .body {
  display: flex;
  flex-flow: column;
}
.forum-page .body .content {
  flex-grow: 1;
  align-self: center;
  width: 100%;
}
.forum-page .body .footer {
  font-size: 1em;
  height: 14.125em;
  align-items: center;
  display: flex;
  flex-flow: column;
  column-gap: 1.25em;
}
[dark=off] .forum-page .body .footer {
  color: white;
}
[dark=on] .forum-page .body .footer {
  color: white;
}
[dark=off] .forum-page .body .footer {
  background-color: #474A58;
}
[dark=on] .forum-page .body .footer {
  background-color: #414141;
}
@media screen and (max-width: 768px) {
  .forum-page .body .footer {
    height: auto;
  }
}
.forum-page .body .footer .footer-c {
  width: 100%;
  height: 100%;
  display: flex;
}
.forum-page .body .footer .footer-content {
  width: 100%;
  font-size: 0.875em;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  display: flex;
}
@media screen and (max-width: 768px) {
  .forum-page .body .footer .footer-content {
    flex-flow: column;
    align-items: center;
  }
}
.forum-page .body .footer .footer-content .info {
  display: flex;
  column-gap: 1.625em;
}
@media screen and (max-width: 768px) {
  .forum-page .body .footer .footer-content .info {
    margin-top: 2.5em;
    flex-flow: column;
    align-items: center;
    row-gap: 2.5em;
  }
}
.forum-page .body .footer .footer-content .logo {
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .forum-page .body .footer .footer-content .logo {
    align-self: auto;
  }
}
.forum-page .body .footer .footer-content .about {
  display: flex;
  flex-flow: column;
  row-gap: 1.3125em;
}
@media screen and (max-width: 768px) {
  .forum-page .body .footer .footer-content .about {
    align-items: center;
  }
}
.forum-page .body .footer .footer-content .about .title {
  margin: 0;
  margin-bottom: 0;
  line-height: 1.25em;
  font-size: 1.25em;
  font-weight: 500;
}
[dark=off] .forum-page .body .footer .footer-content .about .title {
  color: white;
}
[dark=on] .forum-page .body .footer .footer-content .about .title {
  color: white;
}
@media screen and (max-width: 768px) {
  .forum-page .body .footer .footer-content .about .title {
    font-size: 1.125em;
  }
}
.forum-page .body .footer .footer-content .about .desc {
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.875em;
  max-width: 32.3125em;
}
@media screen and (max-width: 1024px) {
  .forum-page .body .footer .footer-content .about .desc {
    max-width: 26.5em;
  }
}
@media screen and (max-width: 768px) {
  .forum-page .body .footer .footer-content .about .desc {
    margin: 0 1.125em;
    text-align: center;
  }
}
.forum-page .body .footer .footer-content .contact {
  display: flex;
  flex-flow: column;
  margin: 0;
  row-gap: 1.3125em;
}
@media screen and (max-width: 768px) {
  .forum-page .body .footer .footer-content .contact {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
}
.forum-page .body .footer .footer-content .contact .title {
  margin: 0;
  margin-bottom: 0;
  line-height: 1.25em;
  font-size: 1.25em;
  font-weight: 500;
}
[dark=off] .forum-page .body .footer .footer-content .contact .title {
  color: white;
}
[dark=on] .forum-page .body .footer .footer-content .contact .title {
  color: white;
}
.forum-page .body .footer .footer-content .contact .contact-item {
  line-height: 20px;
}
.forum-page .body .footer .footer-content .contact .contact-item .icon {
  height: auto;
  width: auto;
  margin: 0;
}
[dir=rtl] .forum-page .body .footer .footer-content .contact .contact-item .icon {
  margin-left: 1em;
}
[dir=ltr] .forum-page .body .footer .footer-content .contact .contact-item .icon {
  margin-right: 1em;
}
.forum-page .body .footer .footer-content .contact .items {
  display: flex;
  flex-flow: column;
  row-gap: 1.25em;
}
@media screen and (max-width: 768px) {
  .forum-page .body .footer .footer-content .contact .items {
    align-items: center;
  }
}
.forum-page .body .footer .footer-content .contact .contact-item-social {
  cursor: auto;
}
[dir=rtl] .forum-page .body .footer .footer-content .contact .contact-item-social {
  margin-right: 0;
}
[dir=ltr] .forum-page .body .footer .footer-content .contact .contact-item-social {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .forum-page .body .footer .footer-content .contact .contact-item-social {
    align-self: center;
  }
}
.forum-page .body .footer .footer-content .contact .contact-item-social .icon {
  cursor: pointer;
}
[dir=rtl] .forum-page .body .footer .footer-content .contact .contact-item-social .icon:not(:last-child) {
  margin-left: 1em;
}
[dir=ltr] .forum-page .body .footer .footer-content .contact .contact-item-social .icon:not(:last-child) {
  margin-right: 1em;
}
.forum-page .body .footer .footer-content .contact .contact-item-social .icon img {
  width: auto;
  height: auto;
  object-fit: contain;
}
.forum-page .body .footer .copyrights {
  padding: 1em 0;
  text-align: center;
  width: 100%;
}
[dark=off] .forum-page .body .footer .copyrights {
  background-color: #3F424E;
}
[dark=on] .forum-page .body .footer .copyrights {
  background-color: #2D2D2D;
}
@media screen and (max-width: 490px) {
  .forum-page .body .footer .copyrights {
    font-size: 0.75em;
  }
}
.forum-page .news-card {
  display: flex;
  font-size: 16px;
  border-radius: 0.75em;
  padding: 0.875em;
  max-width: 50.4375em;
  height: 10.6875em;
}
[dark=off] .forum-page .news-card {
  background-color: #F8F8F8;
}
[dark=on] .forum-page .news-card {
  background-color: #414141;
}
@media screen and (max-width: 375px) {
  .forum-page .news-card {
    padding: 0.5625em;
    height: 7em;
    border-radius: 0.5em;
  }
}
.forum-page .news-card .img {
  width: 8.875em;
  height: 8.9375em;
  object-fit: cover;
  border-radius: 0.75em;
}
@media screen and (max-width: 375px) {
  .forum-page .news-card .img {
    border-radius: 0.5em;
    width: 5.875em;
    height: 5.875em;
  }
}
.forum-page .news-card .details {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
[dir=rtl] .forum-page .news-card .details {
  margin-right: 1em;
}
[dir=ltr] .forum-page .news-card .details {
  margin-left: 1em;
}
@media screen and (max-width: 375px) {
  [dir=rtl] .forum-page .news-card .details {
    margin-right: 0.5625em;
  }
  [dir=ltr] .forum-page .news-card .details {
    margin-left: 0.5625em;
  }
}
.forum-page .news-card .details .header {
  font-size: 1.25em;
  font-weight: 500;
}
[color="1"] .forum-page .news-card .details .header {
  color: #7b7202;
}
[color="2"] .forum-page .news-card .details .header {
  color: #2085BF;
}
[color="3"] .forum-page .news-card .details .header {
  color: #459A95;
}
[color="4"] .forum-page .news-card .details .header {
  color: #B1A693;
}
@media screen and (max-width: 375px) {
  .forum-page .news-card .details .header {
    font-size: 0.75em;
  }
}
.forum-page .news-card .details .desc {
  font-size: 0.75em;
  line-height: 1.5em;
}
[dark=off] .forum-page .news-card .details .desc {
  color: #677071;
}
[dark=on] .forum-page .news-card .details .desc {
  color: #D0D0D0;
}
@media screen and (max-width: 375px) {
  .forum-page .news-card .details .desc {
    font-size: 0.5em;
  }
}
.forum-page .news-card .details .actions {
  display: flex;
  justify-content: space-between;
}
.forum-page .news-card .details .actions .more .title {
  font-size: 0.875em;
  font-weight: normal;
}
[color="1"] .forum-page .news-card .details .actions .more .title {
  color: #7b7202;
}
[color="2"] .forum-page .news-card .details .actions .more .title {
  color: #2085BF;
}
[color="3"] .forum-page .news-card .details .actions .more .title {
  color: #459A95;
}
[color="4"] .forum-page .news-card .details .actions .more .title {
  color: #B1A693;
}
@media screen and (max-width: 375px) {
  .forum-page .news-card .details .actions .more .title {
    font-size: 0.5em;
  }
}
.forum-page .news-card .details .actions .more img {
  object-fit: scale-down;
}
@media screen and (max-width: 375px) {
  .forum-page .news-card .details .actions .more img {
    width: 0.5625em;
  }
}
.forum-page .news-card .details .actions .date {
  font-size: 0.625em;
  font-weight: normal;
}
[dark=off] .forum-page .news-card .details .actions .date {
  color: #677071;
}
[dark=on] .forum-page .news-card .details .actions .date {
  color: #D0D0D0;
}
@media screen and (max-width: 375px) {
  .forum-page .news-card .details .actions .date {
    font-size: 0.5em;
  }
}
.forum-page .collapsible-panel {
  position: relative;
  font-size: 16px;
  max-width: 55.5em;
  height: 3em;
  overflow: hidden;
  transition: all 350ms 0ms;
}
[color="1"] .forum-page .collapsible-panel[active=true] .c-header {
  background-color: #7b7202;
}
[color="2"] .forum-page .collapsible-panel[active=true] .c-header {
  background-color: #2085BF;
}
[color="3"] .forum-page .collapsible-panel[active=true] .c-header {
  background-color: #459A95;
}
[color="4"] .forum-page .collapsible-panel[active=true] .c-header {
  background-color: #B1A693;
}
[dark=off] .forum-page .collapsible-panel[active=true] .c-header {
  color: white;
}
[dark=on] .forum-page .collapsible-panel[active=true] .c-header {
  color: white;
}
[color="1"] .forum-page .collapsible-panel[active=true] .c-header .arrow2 {
  fill: #7b7202;
}
[color="2"] .forum-page .collapsible-panel[active=true] .c-header .arrow2 {
  fill: #2085BF;
}
[color="3"] .forum-page .collapsible-panel[active=true] .c-header .arrow2 {
  fill: #459A95;
}
[color="4"] .forum-page .collapsible-panel[active=true] .c-header .arrow2 {
  fill: #B1A693;
}
[dir=ltr] .forum-page .collapsible-panel .c-arraw {
  transform: rotateZ(180deg);
}
.forum-page .collapsible-panel[opened=true] {
  height: auto;
}
.forum-page .collapsible-panel[opened=true] .c-arraw {
  transform: rotateZ(-90deg);
}
[dir=rtl] .forum-page .collapsible-panel[opened=true] .c-arraw {
  transform: rotateZ(270deg);
}
[dark=off] .forum-page .collapsible-panel[opened=true] .c-content {
  background-color: white;
}
[dark=on] .forum-page .collapsible-panel[opened=true] .c-content {
  background-color: #2D2D2D;
}
.forum-page .collapsible-panel .c-header {
  cursor: pointer;
  height: 3em;
  position: relative;
  z-index: 1;
  transition: all 350ms 0ms;
  font-size: 1em;
  border-radius: 0.5em;
  padding: 0 0.75em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
[dark=off] .forum-page .collapsible-panel .c-header {
  background-color: #F8F8F8;
}
[dark=on] .forum-page .collapsible-panel .c-header {
  background-color: #414141;
}
[dark=off] .forum-page .collapsible-panel .c-header {
  color: #677071;
}
[dark=on] .forum-page .collapsible-panel .c-header {
  color: #D0D0D0;
}
.forum-page .collapsible-panel .c-header .c-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.forum-page .collapsible-panel .c-header .c-arraw {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  transition: all 350ms 0ms;
  position: relative;
}
[dark=off] .forum-page .collapsible-panel .c-header .c-arraw {
  background-color: white;
}
[dark=on] .forum-page .collapsible-panel .c-header .c-arraw {
  background-color: #2D2D2D;
}
[dir=rtl] .forum-page .collapsible-panel .c-header .c-arraw {
  margin-right: 0.6875em;
}
[dir=ltr] .forum-page .collapsible-panel .c-header .c-arraw {
  margin-left: 0.6875em;
}
.forum-page .collapsible-panel .c-header .c-arraw .c-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
[dark=off] .forum-page .collapsible-panel .c-header .c-arraw .c-icon .arrow2 {
  fill: #677071;
}
[dark=on] .forum-page .collapsible-panel .c-header .c-arraw .c-icon .arrow2 {
  fill: #D0D0D0;
}
.forum-page .collapsible-panel .c-content {
  background: transparent;
  position: relative;
  top: -6px;
  padding-top: 6px;
}
.forum-page .collapsible-panel .c-content .c-sub {
  display: flex;
  flex-flow: column;
  padding: 0 0.375em;
}
.forum-page .collapsible-panel .c-content .sub-menu {
  font-size: 16px;
  padding: 0.5em 0.375em;
  cursor: pointer;
  position: relative;
}
[dark=off] .forum-page .collapsible-panel .c-content .sub-menu {
  color: #677071;
}
[dark=on] .forum-page .collapsible-panel .c-content .sub-menu {
  color: #D0D0D0;
}
[color="1"] .forum-page .collapsible-panel .c-content .sub-menu.active {
  color: #7b7202;
}
[color="2"] .forum-page .collapsible-panel .c-content .sub-menu.active {
  color: #2085BF;
}
[color="3"] .forum-page .collapsible-panel .c-content .sub-menu.active {
  color: #459A95;
}
[color="4"] .forum-page .collapsible-panel .c-content .sub-menu.active {
  color: #B1A693;
}
.forum-page .collapsible-panel .c-content .sub-menu.active::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  top: 6px;
}
[color="1"] .forum-page .collapsible-panel .c-content .sub-menu.active::before {
  background-color: #7b7202;
}
[color="2"] .forum-page .collapsible-panel .c-content .sub-menu.active::before {
  background-color: #2085BF;
}
[color="3"] .forum-page .collapsible-panel .c-content .sub-menu.active::before {
  background-color: #459A95;
}
[color="4"] .forum-page .collapsible-panel .c-content .sub-menu.active::before {
  background-color: #B1A693;
}
[dir=rtl] .forum-page .collapsible-panel .c-content .sub-menu.active::before {
  right: 0;
}
[dir=ltr] .forum-page .collapsible-panel .c-content .sub-menu.active::before {
  left: 0;
}
.forum-page .collapsible-panel .c-content .sub-menu:not(:last-child) {
  border-bottom: 1px solid rgba(103, 112, 113, 0.05);
}
.forum-page .forum-menu {
  display: flex;
  column-gap: 1.875em;
}
@media screen and (max-width: 1023px) {
  .forum-page .forum-menu {
    flex-flow: column;
    row-gap: 3.75em;
  }
}
.forum-page .forum-side-menu {
  display: flex;
  flex-flow: column;
  row-gap: 0.5em;
  width: 18.8125em;
  padding: 1.125em;
  border-radius: 0.5em;
  align-self: flex-start;
}
[dark=off] .forum-page .forum-side-menu {
  background-color: #F8F8F8;
}
[dark=on] .forum-page .forum-side-menu {
  background-color: #414141;
}
@media screen and (max-width: 1023px) {
  .forum-page .forum-side-menu {
    order: 2;
    width: 100%;
  }
}
[color="1"] .forum-page .forum-side-menu .collapsible-panel[active=true] .c-header {
  background-color: #7b7202;
}
[color="2"] .forum-page .forum-side-menu .collapsible-panel[active=true] .c-header {
  background-color: #2085BF;
}
[color="3"] .forum-page .forum-side-menu .collapsible-panel[active=true] .c-header {
  background-color: #459A95;
}
[color="4"] .forum-page .forum-side-menu .collapsible-panel[active=true] .c-header {
  background-color: #B1A693;
}
.forum-page .forum-side-menu .collapsible-panel .c-header {
  line-height: 30px;
}
[dark=off] .forum-page .forum-side-menu .collapsible-panel .c-header {
  background-color: white;
}
[dark=on] .forum-page .forum-side-menu .collapsible-panel .c-header {
  background-color: #2D2D2D;
}
[dark=off] .forum-page .forum-side-menu .collapsible-panel .c-arraw {
  background-color: #F8F8F8;
}
[dark=on] .forum-page .forum-side-menu .collapsible-panel .c-arraw {
  background-color: #414141;
}
.forum-page .side-contnet {
  display: flex;
  flex-flow: column;
  row-gap: 3.125em;
}
.forum-page .side-contnet .side-section {
  display: flex;
  flex-flow: column;
  row-gap: 1.5625em;
}
.forum-page .side-contnet .side-c {
  display: flex;
  flex-flow: column;
  row-gap: 1.875em;
}
.forum-page .side-contnet .side-c .side-inner-c {
  display: flex;
  flex-flow: column;
  row-gap: 1.25em;
}
.forum-page .side-contnet .side-c .side-inner-c.deanships-forum {
  flex-flow: row wrap;
  row-gap: 25px;
  column-gap: 30px;
  justify-content: flex-start;
}
@media screen and (max-width: 375px) {
  .forum-page .side-contnet .side-c .side-inner-c.deanships-forum {
    row-gap: 1.125em;
    column-gap: 1.125em;
  }
  .forum-page .side-contnet .side-c .side-inner-c.deanships-forum .card {
    width: 160px;
    height: 90px;
    font-size: 16px;
  }
}

.bread-crumb {
  display: flex;
  justify-content: center;
}
[dark=off] .bread-crumb {
  background-color: #F8F8F8;
}
[dark=on] .bread-crumb {
  background-color: #414141;
}
.bread-crumb.sticky {
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 5.1875em;
  left: 0;
}
@media screen and (max-width: 490px) {
  .bread-crumb.sticky {
    top: 6.625em;
  }
}

/* Style the list */
ul.breadcrumb {
  display: flex;
  width: 100%;
  padding: 1.0625em 0;
  list-style: none;
  font-size: 0.875em;
}
[dark=off] ul.breadcrumb {
  background-color: #F8F8F8;
}
[dark=on] ul.breadcrumb {
  background-color: #414141;
}
@media screen and (max-width: 490px) {
  ul.breadcrumb {
    padding: 1em 0;
    font-size: 0.75em;
    line-height: 1.875em;
  }
}

[color="1"] ul.breadcrumb li.active {
  color: #7b7202;
}
[color="2"] ul.breadcrumb li.active {
  color: #2085BF;
}
[color="3"] ul.breadcrumb li.active {
  color: #459A95;
}
[color="4"] ul.breadcrumb li.active {
  color: #B1A693;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
  padding: 8px;
  content: "/ ";
}
[dark=off] ul.breadcrumb li + li:before {
  color: #677071;
}
[dark=on] ul.breadcrumb li + li:before {
  color: #D0D0D0;
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  text-decoration: none;
}
[dark=off] ul.breadcrumb li a {
  color: #677071;
}
[dark=on] ul.breadcrumb li a {
  color: #D0D0D0;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  text-decoration: underline;
}
[dark=off] ul.breadcrumb li a:hover {
  color: #677071;
}
[dark=on] ul.breadcrumb li a:hover {
  color: #D0D0D0;
}

.about-forum {
  display: flex;
  flex-flow: row wrap;
  row-gap: 2.25em;
  column-gap: 2.25em;
}
@media screen and (max-width: 1024px) {
  .about-forum {
    row-gap: 1.75em;
    column-gap: 1.75em;
  }
}
@media screen and (max-width: 647px) {
  .about-forum {
    justify-content: center;
  }
}
.about-forum .card-gallery {
  display: flex;
  position: relative;
  flex-flow: column;
  background: #f4f4f6;
  width: 22.125em;
  height: 16.625em;
  padding: 0.625em;
  padding-bottom: 0;
  border-radius: 0.5em;
  font-size: 1em;
  font-weight: 500;
}
[dark=on] .about-forum .card-gallery {
  background-color: #414141;
}
[dark=off] .about-forum .card-gallery {
  color: #677071;
}
[dark=on] .about-forum .card-gallery {
  color: #D0D0D0;
}
@media screen and (max-width: 1024px) {
  .about-forum .card-gallery {
    width: 17.25em;
    height: 13em;
    padding: 0.5em;
  }
}
@media screen and (max-width: 376px) {
  .about-forum .card-gallery {
    width: 21.25em;
    height: 16em;
    padding: 0.625em;
  }
}
.about-forum .card-gallery .img {
  width: 100%;
  height: 12em;
  border-radius: 0.5em;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .about-forum .card-gallery .img {
    height: 9.375em;
  }
}
@media screen and (max-width: 376px) {
  .about-forum .card-gallery .img {
    height: 11.5625em;
  }
}
.about-forum .card-gallery .footer {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f6 !important;
  font-size: 1.125em;
  font-weight: 500;
}
[dark=on] .about-forum .card-gallery .footer {
  background-color: #414141 !important;
}
@media screen and (max-width: 1024px) {
  .about-forum .card-gallery .footer {
    font-size: 1em;
  }
}
@media screen and (max-width: 376px) {
  .about-forum .card-gallery .footer {
    font-size: 1em;
  }
}
[dark=off] .about-forum .card-gallery .footer .caption {
  color: #677071;
}
[dark=on] .about-forum .card-gallery .footer .caption {
  color: #D0D0D0;
}
[dark=on] .about-forum .card-gallery .footer .caption {
  color: white !important;
}

.news-forum {
  display: flex;
  flex-flow: row;
  column-gap: 2.9375em;
}
@media screen and (max-width: 900px) {
  .news-forum {
    flex-flow: column;
    justify-content: flex-start;
  }
}
.news-forum .title {
  margin-top: 0;
  margin-bottom: 0;
}
.news-forum .date {
  margin-top: 1.25em;
  margin-bottom: 1.875em;
}
@media screen and (max-width: 650px) {
  .news-forum .date {
    font-size: 0.75em;
  }
}
.news-forum .image-section {
  margin: 0 0;
}
.news-forum .paragraph {
  margin-top: 1.875em;
}
.news-forum .post {
  max-width: 46em;
}
.news-forum .post .title {
  font-size: 1.875em;
  font-weight: bold;
  line-height: 60px;
}
@media screen and (max-width: 900px) {
  .news-forum .post .title {
    font-size: 1.625em;
    line-height: 50px;
  }
}
@media screen and (max-width: 650px) {
  .news-forum .post .title {
    font-size: 1.125em;
    line-height: 30px;
  }
}
.news-forum .last-news {
  width: 22.125em;
  height: 36.125em;
  border-radius: 0.5em;
  display: flex;
  flex-flow: column;
  align-items: center;
}
[dark=off] .news-forum .last-news {
  background-color: #F8F8F8;
}
[dark=on] .news-forum .last-news {
  background-color: #414141;
}
@media screen and (max-width: 900px) {
  .news-forum .last-news {
    width: 18.75em;
  }
}
@media screen and (max-width: 650px) {
  .news-forum .last-news {
    width: 100%;
  }
}
.news-forum .last-news .title {
  font-size: 1.25em;
  font-weight: 500;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
[dark=off] .news-forum .last-news .title {
  color: #677071;
}
[dark=on] .news-forum .last-news .title {
  color: #D0D0D0;
}
.news-forum .last-news .news {
  flex: 1 1 100%;
  overflow-y: auto;
  display: flex;
  flex-flow: column;
  row-gap: 0.75em;
}
.news-forum .last-news .more {
  margin-top: 0.375em;
  margin-bottom: 0.625em;
}
.news-forum .last-news .more .title {
  font-size: 1em;
  font-weight: normal;
}
[color="1"] .news-forum .last-news .more .title {
  color: #7b7202;
}
[color="2"] .news-forum .last-news .more .title {
  color: #2085BF;
}
[color="3"] .news-forum .last-news .more .title {
  color: #459A95;
}
[color="4"] .news-forum .last-news .more .title {
  color: #B1A693;
}
.news-forum .last-news .news-card {
  display: flex;
  border-radius: 0.5em;
  width: 19.75em;
  height: 6.5em;
  padding: 0.5em;
  text-align: start;
}
[dark=off] .news-forum .last-news .news-card {
  background-color: white;
}
[dark=on] .news-forum .last-news .news-card {
  background-color: #2D2D2D;
}
@media screen and (max-width: 900px) {
  .news-forum .last-news .news-card {
    width: 16.375em;
  }
}
@media screen and (max-width: 650px) {
  .news-forum .last-news .news-card {
    width: calc(100% - 2.375em);
    align-self: center;
  }
}
.news-forum .last-news .news-card .details {
  margin: 0px 0.5625em;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .news-forum .last-news .news-card .details {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 650px) {
  .news-forum .last-news .news-card .details {
    white-space: normal;
    text-overflow: inherit;
  }
}
.news-forum .last-news .news-card .img {
  object-fit: cover;
  width: 5.5em;
  height: 100%;
  border-radius: 0.5em;
}
.news-forum .last-news .news-card .header {
  font-size: 0.75em;
  font-weight: 500;
}
[color="1"] .news-forum .last-news .news-card .header {
  color: #7b7202;
}
[color="2"] .news-forum .last-news .news-card .header {
  color: #2085BF;
}
[color="3"] .news-forum .last-news .news-card .header {
  color: #459A95;
}
[color="4"] .news-forum .last-news .news-card .header {
  color: #B1A693;
}
.news-forum .last-news .news-card .desc {
  font-size: 0.5em;
  font-weight: normal;
  line-height: 1.5625em;
}
[dark=off] .news-forum .last-news .news-card .desc {
  color: #677071;
}
[dark=on] .news-forum .last-news .news-card .desc {
  color: #D0D0D0;
}
@media screen and (max-width: 900px) {
  .news-forum .last-news .news-card .desc {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
  }
}
.news-forum .last-news .news-card .actions {
  display: flex;
  justify-content: space-between;
}
.news-forum .last-news .news-card .actions .more {
  margin: 0;
  font-size: 0.5em;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  align-self: center;
  cursor: pointer;
}
[color="1"] .news-forum .last-news .news-card .actions .more {
  color: #7b7202;
}
[color="2"] .news-forum .last-news .news-card .actions .more {
  color: #2085BF;
}
[color="3"] .news-forum .last-news .news-card .actions .more {
  color: #459A95;
}
[color="4"] .news-forum .last-news .news-card .actions .more {
  color: #B1A693;
}
.news-forum .last-news .news-card .actions .more .title {
  margin: 0;
}
.news-forum .last-news .news-card .actions .more img {
  width: 1.5625em;
}
[dir=rtl] .news-forum .last-news .news-card .actions .more img {
  margin-right: 0.5em;
}
[dir=ltr] .news-forum .last-news .news-card .actions .more img {
  margin-left: 0.5em;
}
.news-forum .last-news .news-card .actions .date {
  font-size: 0.5em;
  font-weight: normal;
  margin: 0;
}
[dark=off] .news-forum .last-news .news-card .actions .date {
  color: #677071;
}
[dark=on] .news-forum .last-news .news-card .actions .date {
  color: #D0D0D0;
}
.news-forum .side {
  display: flex;
  flex-flow: column;
  row-gap: 2.5em;
}
@media screen and (max-width: 900px) {
  .news-forum .side {
    flex-flow: row;
    column-gap: 1.6875em;
  }
}
@media screen and (max-width: 650px) {
  .news-forum .side {
    flex-flow: column;
    row-gap: 1.25em;
  }
}
.news-forum .twitter {
  height: 36.125em;
}
@media screen and (max-width: 900px) {
  .news-forum .twitter {
    width: 18.75em;
  }
}
@media screen and (max-width: 650px) {
  .news-forum .twitter {
    width: 100%;
  }
}
.news-forum .twitter .title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 1.25em 0 !important;
  padding: 0em 0.625em;
  color: #00aced;
  font-size: 1.25em;
  font-weight: 500;
}
.news-forum .twitter .logo {
  display: flex;
  align-items: center;
}
.news-forum .twitter img {
  width: 1.875em;
  height: 1.5625em;
}

.services-forum {
  display: flex;
  flex-flow: row wrap;
  column-gap: 2.125em;
  row-gap: 1.875em;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .services-forum {
    column-gap: 2em;
    row-gap: 1.75em;
  }
}
@media screen and (max-width: 768px) {
  .services-forum {
    column-gap: 2.125em;
    row-gap: 1.875em;
  }
}
@media screen and (max-width: 376px) {
  .services-forum {
    column-gap: 2em;
    row-gap: 1.75em;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 369px) {
  .services-forum {
    justify-content: center;
  }
}
.services-forum .service-card {
  position: relative;
  border-radius: 0.75em;
  width: 10.0625em;
  height: 7.625em;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
[dark=off] .services-forum .service-card {
  background-color: #F8F8F8;
}
[dark=on] .services-forum .service-card {
  background-color: #414141;
}
@media screen and (max-width: 1024px) {
  .services-forum .service-card {
    width: 9.4375em;
    height: 7.125em;
  }
}
@media screen and (max-width: 768px) {
  .services-forum .service-card {
    width: 10.0625em;
    height: 7.625em;
  }
}
@media screen and (max-width: 376px) {
  .services-forum .service-card {
    width: 9.4375em;
    height: 7.125em;
  }
}
.services-forum .service-card .notch {
  width: 5.6875em;
  height: 0.3125em;
  top: 0;
  left: 2.21875em;
  position: absolute;
  border-radius: 0px 0px 0.5em 0.5em;
  content: "";
}
@media screen and (max-width: 1024px) {
  .services-forum .service-card .notch {
    width: 5.3125em;
    left: 2.0625em;
  }
}
@media screen and (max-width: 768px) {
  .services-forum .service-card .notch {
    width: 5.6875em;
    left: 2.21875em;
  }
}
@media screen and (max-width: 375x) {
  .services-forum .service-card .notch {
    width: 5.3125em;
    left: 2.0625em;
  }
}
@media screen and (max-width: 369px) {
  .services-forum .service-card .notch {
    width: calc(80%);
    left: 10%;
  }
}
[color="1"] .services-forum .service-card .notch {
  background-color: #7b7202;
}
[color="2"] .services-forum .service-card .notch {
  background-color: #2085BF;
}
[color="3"] .services-forum .service-card .notch {
  background-color: #459A95;
}
[color="4"] .services-forum .service-card .notch {
  background-color: #B1A693;
}
.services-forum .service-card .icon {
  margin-top: 0.625em;
  width: 2.375em;
  height: 2.375em;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .services-forum .service-card .icon {
    width: 2.1875em;
    height: 2.1875em;
  }
}
@media screen and (max-width: 768px) {
  .services-forum .service-card .icon {
    width: 2.375em;
    height: 2.375em;
  }
}
@media screen and (max-width: 376px) {
  .services-forum .service-card .icon {
    width: 2.1875em;
    height: 2.1875em;
  }
}
.services-forum .service-card .title {
  margin: 0;
  margin-top: 0.625em;
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: normal;
}
[dark=off] .services-forum .service-card .title {
  color: #677071;
}
[dark=on] .services-forum .service-card .title {
  color: #D0D0D0;
}
@media screen and (max-width: 1024px) {
  .services-forum .service-card .title {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  .services-forum .service-card .title {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 376px) {
  .services-forum .service-card .title {
    font-size: 1em;
  }
}

.deanships-forum {
  display: flex;
  flex-flow: row wrap;
  row-gap: 1.875em;
  column-gap: 1.875em;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .deanships-forum {
    row-gap: 1.4375em;
    column-gap: 1.4375em;
  }
}
@media screen and (max-width: 376px) {
  .deanships-forum {
    row-gap: 1.125em !important;
    column-gap: 1.125em !important;
  }
}
.deanships-forum .card {
  width: 16.25em;
  height: 9.0625em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5em;
}
[dark=off] .deanships-forum .card {
  background-color: #F8F8F8;
}
[dark=on] .deanships-forum .card {
  background-color: #414141;
}
@media screen and (max-width: 1024px) {
  .deanships-forum .card {
    width: 12.6875em;
    height: 6.75em;
  }
}
@media screen and (max-width: 768px) {
  .deanships-forum .card {
    width: 12.125em;
    height: 9.0625em;
  }
}
@media screen and (max-width: 376px) {
  .deanships-forum .card {
    width: 9.9375em;
    height: 5.625em;
  }
}
.deanships-forum .card .card-title {
  text-align: center;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5em;
}
@media screen and (max-width: 1024px) {
  .deanships-forum .card .card-title {
    font-size: 0.9375em;
    line-height: 1.875em;
  }
}
@media screen and (max-width: 768px) {
  .deanships-forum .card .card-title {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 376px) {
  .deanships-forum .card .card-title {
    font-size: 0.75em;
    line-height: 1.5em;
  }
}
[dark=off] .deanships-forum .card .card-title {
  color: #677071;
}
[dark=on] .deanships-forum .card .card-title {
  color: #D0D0D0;
}

button:focus {
  outline: auto;
}
[color="1"] button:focus {
  outline-color: #7b7202;
}
[color="2"] button:focus {
  outline-color: #2085BF;
}
[color="3"] button:focus {
  outline-color: #459A95;
}
[color="4"] button:focus {
  outline-color: #B1A693;
}

.search-forum {
  display: flex;
  flex-flow: column;
}
.search-forum .search-notfound {
  display: flex;
  flex-flow: column;
  margin-top: 1.875em;
}
.search-forum .search-notfound .search-message {
  font-size: 1.125em;
  line-height: 30px;
}
[dark=off] .search-forum .search-notfound .search-message {
  color: #677071;
}
[dark=on] .search-forum .search-notfound .search-message {
  color: #D0D0D0;
}
@media screen and (max-width: 1024px) {
  .search-forum .search-notfound .search-message {
    font-size: 1em;
  }
}
.search-forum .search-notfound .search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font-size: 16px;
  width: 8.875em;
  height: 2.375em;
  border-radius: 0.25em;
  margin-top: 1.875em;
}
[color="1"] .search-forum .search-notfound .search-btn {
  background-color: #7b7202;
}
[color="2"] .search-forum .search-notfound .search-btn {
  background-color: #2085BF;
}
[color="3"] .search-forum .search-notfound .search-btn {
  background-color: #459A95;
}
[color="4"] .search-forum .search-notfound .search-btn {
  background-color: #B1A693;
}
.search-forum .search-notfound .search-btn .label {
  font-family: neosans;
  font-size: 0.875em;
}
[dark=off] .search-forum .search-notfound .search-btn .label {
  color: white;
}
[dark=on] .search-forum .search-notfound .search-btn .label {
  color: white;
}
[dir=rtl] .search-forum .search-notfound .search-btn .label {
  padding-left: 8px;
}
[dir=ltr] .search-forum .search-notfound .search-btn .label {
  padding-right: 8px;
}
.search-forum .search-notfound .search-btn .icon {
  width: 0.875em;
  height: 0.625em;
}
.search-forum .search-notfound .search-btn .icon img {
  width: 100%;
  object-fit: scale-down;
}
.search-forum .search-result {
  margin-top: 1.25em;
  display: flex;
  flex-flow: column;
}
.search-forum .search-result .result {
  display: flex;
  flex-flow: column;
  row-gap: 1.25em;
}
.search-forum .search-result .pages-nav {
  margin-top: 1.875em;
  max-width: 50.4375em;
}

.competitions-forum {
  display: flex;
  flex-flow: column;
  row-gap: 1em;
}

[dark=off] .collapsible-panel[active=true] .c-header {
  background-color: #677071;
}
[dark=on] .collapsible-panel[active=true] .c-header {
  background-color: #D0D0D0;
}
[dark=off] .collapsible-panel[active=true] .c-header {
  color: white;
}
[dark=on] .collapsible-panel[active=true] .c-header {
  color: white;
}
[dark=off] .collapsible-panel[active=true] .c-header .arrow2 {
  fill: #677071;
}
[dark=on] .collapsible-panel[active=true] .c-header .arrow2 {
  fill: #D0D0D0;
}
.collapsible-panel .c-content {
  width: 100%;
  overflow-x: auto;
}

table {
  min-width: 39.25em;
  width: 100%;
  margin-top: 1.25em;
  border-radius: 1.25em;
}
table th {
  font-size: 1em;
  text-align: start;
}
[dark=off] table th {
  background-color: #F8F8F8;
}
[dark=on] table th {
  background-color: #414141;
}
[color="1"] table th {
  color: #7b7202;
}
[color="2"] table th {
  color: #2085BF;
}
[color="3"] table th {
  color: #459A95;
}
[color="4"] table th {
  color: #B1A693;
}
table td,
table th {
  font-size: 1em;
  padding: 1em 0;
  min-width: 3em;
}
table td:first-child,
table th:first-child {
  padding: 0 0.5em;
}
[dark=off] table td {
  color: #677071;
}
[dark=on] table td {
  color: #D0D0D0;
}
[dark=off] table tr:nth-child(odd) {
  background-color: #F8F8F8;
}
[dark=on] table tr:nth-child(odd) {
  background-color: #414141;
}
table tr:hover {
  background-color: #ddd !important;
}
[dark=on] table tr:hover {
  background-color: #636363 !important;
}

button {
  cursor: pointer;
}

#bot {
  position: absolute;
  bottom: 5em;
}
[dir=rtl] #bot {
  left: 7.0625em;
}
[dir=ltr] #bot {
  right: 7.0625em;
}
@media screen and (max-width: 425px) {
  [dir=rtl] #bot {
    left: 5em;
  }
  [dir=ltr] #bot {
    right: 5em;
  }
}
#bot .popup-chat {
  position: absolute;
  display: none;
  flex-flow: column;
  row-gap: 0.625em;
  width: 19.9375em;
  height: 3.875em;
  align-items: flex-end;
  bottom: 3.4375em;
}
[dir=rtl] #bot .popup-chat {
  left: -3.75em;
}
[dir=ltr] #bot .popup-chat {
  right: -3.75em;
}
#bot .popup-chat .close-notification {
  cursor: pointer;
  z-index: 10;
}
#bot .popup-chat .pop {
  box-shadow: 0px 3px 6px rgba(129, 142, 161, 0.16);
  cursor: pointer;
  z-index: 10;
  padding: 8px;
  display: flex;
  column-gap: 8px;
  border-radius: 8px;
}
[dark=off] #bot .popup-chat .pop {
  background-color: white;
}
[dark=on] #bot .popup-chat .pop {
  background-color: #2D2D2D;
}
[dark=on] #bot .popup-chat .pop {
  background-color: white;
}
[dir=rtl] #bot .popup-chat .pop {
  border-bottom-left-radius: 0px;
}
[dir=ltr] #bot .popup-chat .pop {
  border-bottom-right-radius: 0px;
}
#bot .popup-chat .pop .message {
  display: flex;
  flex-flow: column;
  justify-content: center;
  row-gap: 0.3125em;
}
#bot .popup-chat .pop .message .title {
  font-size: 14px;
  font-weight: 500;
}
[color="1"] #bot .popup-chat .pop .message .title {
  color: #7b7202;
}
[color="2"] #bot .popup-chat .pop .message .title {
  color: #2085BF;
}
[color="3"] #bot .popup-chat .pop .message .title {
  color: #459A95;
}
[color="4"] #bot .popup-chat .pop .message .title {
  color: #B1A693;
}
#bot .popup-chat .pop .message .subtitle {
  font-size: 14px;
}
[dark=off] #bot .popup-chat .pop .message .subtitle {
  color: #677071;
}
[dark=on] #bot .popup-chat .pop .message .subtitle {
  color: #D0D0D0;
}
[dark=on] #bot .popup-chat .pop .message .subtitle {
  color: #677071;
}
#bot .message-icon {
  cursor: pointer;
  position: absolute;
  width: 3.875em;
  height: 3.875em;
  border-radius: 50%;
  border: 1px solid;
  z-index: 10;
}
[color="1"] #bot .message-icon {
  border-color: #7b7202;
}
[color="2"] #bot .message-icon {
  border-color: #2085BF;
}
[color="3"] #bot .message-icon {
  border-color: #459A95;
}
[color="4"] #bot .message-icon {
  border-color: #B1A693;
}
[dark=off] #bot .message-icon {
  background-color: white;
}
[dark=on] #bot .message-icon {
  background-color: #2D2D2D;
}
[dark=on] #bot .message-icon {
  background-color: white;
}
#bot .message-icon .img {
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
}
[dir=ltr] #bot .message-icon .img {
  left: 50%;
}
#bot .message-icon .badge {
  padding: 0.5em 0.6875em;
  border-radius: 50%;
  text-align: center;
  font-size: 0.625em;
  font-weight: 500;
  top: 15%;
  position: absolute;
  transform: translate(-50%, -50%);
}
[color="1"] #bot .message-icon .badge {
  background-color: #7b7202;
}
[color="2"] #bot .message-icon .badge {
  background-color: #2085BF;
}
[color="3"] #bot .message-icon .badge {
  background-color: #459A95;
}
[color="4"] #bot .message-icon .badge {
  background-color: #B1A693;
}
[dark=off] #bot .message-icon .badge {
  color: white;
}
[dark=on] #bot .message-icon .badge {
  color: white;
}
[dir=rtl] #bot .message-icon .badge {
  left: 58%;
}
[dir=ltr] #bot .message-icon .badge {
  right: 58%;
}
[dir=rtl] #bot .message-icon .badge {
  left: 86%;
}
#bot .chat {
  display: none;
  flex-flow: column;
  position: absolute;
  width: 21.1875em;
  height: 34.375em;
  border-radius: 0.5em;
  bottom: -4.0625em;
  z-index: 10;
}
[dark=off] #bot .chat {
  background-color: white;
}
[dark=on] #bot .chat {
  background-color: #2D2D2D;
}
[dir=rtl] #bot .chat {
  left: -3.875em;
}
[dir=ltr] #bot .chat {
  right: -3.875em;
}
#bot .chat .chat-content {
  flex: 1;
}
#bot .chat .chat-content .chat-reg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
#bot .chat .chat-content .chat-reg .chat-c {
  padding: 0 0.8125em;
}
#bot .chat .chat-content .chat-reg .row {
  margin-top: 1.0625em;
}
#bot .chat .chat-content .chat-reg .label {
  margin-bottom: 0.75em;
  font-size: 0.75em;
}
[color="1"] #bot .chat .chat-content .chat-reg .label {
  color: #7b7202;
}
[color="2"] #bot .chat .chat-content .chat-reg .label {
  color: #2085BF;
}
[color="3"] #bot .chat .chat-content .chat-reg .label {
  color: #459A95;
}
[color="4"] #bot .chat .chat-content .chat-reg .label {
  color: #B1A693;
}
#bot .chat .chat-content .send-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.8125em;
  border: 0;
  font-size: 16px;
  width: calc(100% - 26px);
  height: 3em;
  border-radius: 0.5em;
  margin-bottom: 0.5em;
}
[color="1"] #bot .chat .chat-content .send-btn {
  background-color: #7b7202;
}
[color="2"] #bot .chat .chat-content .send-btn {
  background-color: #2085BF;
}
[color="3"] #bot .chat .chat-content .send-btn {
  background-color: #459A95;
}
[color="4"] #bot .chat .chat-content .send-btn {
  background-color: #B1A693;
}
#bot .chat .chat-content .send-btn .label {
  font-family: neosans;
  font-size: 1.125em;
  height: 12px;
}
[dark=off] #bot .chat .chat-content .send-btn .label {
  color: white;
}
[dark=on] #bot .chat .chat-content .send-btn .label {
  color: white;
}
#bot .chat .chat-content textarea {
  height: 100%;
}
#bot .chat .chat-content input,
#bot .chat .chat-content textarea {
  font-family: neosans;
  font-weight: 500;
  font-size: 0.75em;
  border: none;
  padding: 1em;
  background-color: rgba(103, 112, 113, 0.11);
  width: 100%;
  border-radius: 0.25em;
}
[dark=on] #bot .chat .chat-content input,
[dark=on] #bot .chat .chat-content textarea {
  color: white;
}
#bot .chat .chat-content input:focus,
#bot .chat .chat-content textarea:focus {
  outline: auto;
}
[color="1"] #bot .chat .chat-content input:focus,
[color="1"] #bot .chat .chat-content textarea:focus {
  outline-color: #7b7202;
}
[color="2"] #bot .chat .chat-content input:focus,
[color="2"] #bot .chat .chat-content textarea:focus {
  outline-color: #2085BF;
}
[color="3"] #bot .chat .chat-content input:focus,
[color="3"] #bot .chat .chat-content textarea:focus {
  outline-color: #459A95;
}
[color="4"] #bot .chat .chat-content input:focus,
[color="4"] #bot .chat .chat-content textarea:focus {
  outline-color: #B1A693;
}
#bot .chat .chat-content .chat-box {
  display: none;
  flex-flow: column;
  justify-content: space-between;
  height: 34.375em;
  font-size: 16px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#bot .chat .chat-content .chat-chat {
  display: flex;
  flex-flow: column;
  row-gap: 0.875em;
  padding: 8px;
  flex: 1;
  overflow: auto;
}
#bot .chat .chat-content .chat-send {
  box-shadow: 0px -3px 6px rgba(129, 142, 161, 0.16);
  display: flex;
  align-items: center;
  padding: 0.5em;
  border-radius: 0.5em;
}
[dark=off] #bot .chat .chat-content .chat-send {
  background-color: #F8F8F8;
}
[dark=on] #bot .chat .chat-content .chat-send {
  background-color: #414141;
}
#bot .chat .chat-content .chat-send .icon {
  cursor: pointer;
}
#bot .chat .chat-content .chat-send .send-message {
  border: 0;
  outline: 0;
  width: 66px;
  height: 33px;
  font-family: neosans;
  font-size: 0.875em;
  border-radius: 8px;
  background: #caced4;
}
[dark=off] #bot .chat .chat-content .chat-send .send-message {
  color: white;
}
[dark=on] #bot .chat .chat-content .chat-send .send-message {
  color: white;
}
[color="1"] #bot .chat .chat-content .chat-send .send-message.active {
  background-color: #7b7202;
}
[color="2"] #bot .chat .chat-content .chat-send .send-message.active {
  background-color: #2085BF;
}
[color="3"] #bot .chat .chat-content .chat-send .send-message.active {
  background-color: #459A95;
}
[color="4"] #bot .chat .chat-content .chat-send .send-message.active {
  background-color: #B1A693;
}
#bot .chat .chat-content .chat-send input {
  font-size: 0.875em;
  font-weight: normal;
  outline: 0;
}
[dark=off] #bot .chat .chat-content .chat-send input {
  background-color: #F8F8F8;
}
[dark=on] #bot .chat .chat-content .chat-send input {
  background-color: #414141;
}
[dark=off] #bot .chat .chat-content .chat-send input {
  color: #677071;
}
[dark=on] #bot .chat .chat-content .chat-send input {
  color: #D0D0D0;
}
#bot .chat .chat-content .chat-send input::placeholder {
  color: #caced4;
}
#bot .chat .chat-content .bot-chat,
#bot .chat .chat-content .user-chat {
  display: flex;
  column-gap: 0.5em;
  align-items: center;
}
#bot .chat .chat-content .bot-chat .group-messages,
#bot .chat .chat-content .user-chat .group-messages {
  display: flex;
  flex-flow: column;
  row-gap: 8px;
  font-size: 0.875em;
  line-height: 1.25em;
}
#bot .chat .chat-content .bot-chat .group-messages div,
#bot .chat .chat-content .user-chat .group-messages div {
  padding: 8px 10px;
  border-radius: 8px 8px 8px 8px;
}
[dark=off] #bot .chat .chat-content .user-chat .group-messages {
  color: #677071;
}
[dark=on] #bot .chat .chat-content .user-chat .group-messages {
  color: #D0D0D0;
}
#bot .chat .chat-content .user-chat .group-messages div {
  border: 1px solid #caced4;
}
[dark=off] #bot .chat .chat-content .user-chat .group-messages div {
  background-color: #F8F8F8;
}
[dark=on] #bot .chat .chat-content .user-chat .group-messages div {
  background-color: #414141;
}
[dark=off] .user-caht #bot .chat .chat-content .user-chat .group-messages div {
  background-color: #F8F8F8;
}
[dark=on] .user-caht #bot .chat .chat-content .user-chat .group-messages div {
  background-color: #414141;
}
[dir=rtl] #bot .chat .chat-content .user-chat .group-messages div:last-child {
  border-bottom-right-radius: 0px;
}
[dir=ltr] #bot .chat .chat-content .user-chat .group-messages div:last-child {
  border-bottom-left-radius: 0px;
}
#bot .chat .chat-content .bot-chat {
  justify-content: flex-end;
}
[dark=off] #bot .chat .chat-content .bot-chat {
  color: white;
}
[dark=on] #bot .chat .chat-content .bot-chat {
  color: white;
}
#bot .chat .chat-content .bot-chat img {
  order: 2;
}
#bot .chat .chat-content .bot-chat img {
  align-self: flex-end;
}
[color="1"] #bot .chat .chat-content .bot-chat .group-messages div {
  background-color: #7b7202;
}
[color="2"] #bot .chat .chat-content .bot-chat .group-messages div {
  background-color: #2085BF;
}
[color="3"] #bot .chat .chat-content .bot-chat .group-messages div {
  background-color: #459A95;
}
[color="4"] #bot .chat .chat-content .bot-chat .group-messages div {
  background-color: #B1A693;
}
[dark=off] .user-caht #bot .chat .chat-content .bot-chat .group-messages div {
  background-color: #F8F8F8;
}
[dark=on] .user-caht #bot .chat .chat-content .bot-chat .group-messages div {
  background-color: #414141;
}
[dir=rtl] #bot .chat .chat-content .bot-chat .group-messages div:last-child {
  border-bottom-left-radius: 0px;
}
[dir=ltr] #bot .chat .chat-content .bot-chat .group-messages div:last-child {
  border-bottom-right-radius: 0px;
}
#bot .chat .chat-header {
  box-shadow: 0px 3px 6px rgba(129, 142, 161, 0.16);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 8px);
  border-radius: 0.5em;
  padding: 0.625em;
  height: 3.875em;
  margin: 0.25em;
}
[color="1"] #bot .chat .chat-header {
  background-color: #7b7202;
}
[color="2"] #bot .chat .chat-header {
  background-color: #2085BF;
}
[color="3"] #bot .chat .chat-header {
  background-color: #459A95;
}
[color="4"] #bot .chat .chat-header {
  background-color: #B1A693;
}
[dark=off] #bot .chat .chat-header {
  color: white;
}
[dark=on] #bot .chat .chat-header {
  color: white;
}
#bot .chat .chat-header .chat-details {
  flex: 1;
  padding: 0 0.5em;
}
#bot .chat .chat-header .chat-title {
  font-size: 1em;
  font-weight: 500;
}
#bot .chat .chat-header .chat-status {
  margin-top: 0.375em;
  font-size: 0.75em;
}
#bot .chat .c-arraw {
  transform: rotateZ(-90deg);
  cursor: pointer;
  width: 2.125em;
  height: 2.125em;
  border-radius: 50%;
  position: relative;
}
[dark=off] #bot .chat .c-arraw {
  background-color: white;
}
[dark=on] #bot .chat .c-arraw {
  background-color: #2D2D2D;
}
#bot .chat .c-arraw .c-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
[dark=off] #bot .chat .c-arraw .c-icon .arrow2 {
  fill: #677071;
}
[dark=on] #bot .chat .c-arraw .c-icon .arrow2 {
  fill: #D0D0D0;
}

.open-data-forum {
  display: flex;
  flex-flow: column;
  row-gap: 3.125em;
}
.open-data-forum .opend-data-section {
  display: flex;
  flex-flow: column;
  row-gap: 1.875em;
  max-width: 44.125em;
}
.open-data-forum .opend-data-section .open-data-content {
  display: flex;
  flex-flow: column;
  row-gap: 8px;
  font-size: 1.125em;
  line-height: 30px;
}
[dark=off] .open-data-forum .opend-data-section .open-data-content {
  color: #677071;
}
[dark=on] .open-data-forum .opend-data-section .open-data-content {
  color: #D0D0D0;
}
@media screen and (max-width: 1024px) {
  .open-data-forum .opend-data-section .open-data-content {
    font-size: 1em;
  }
}

.media-center-forum .side-section .side-c {
  row-gap: 3.75em;
}
.media-center-forum .side-section .side-c .side-inner-c {
  display: flex;
  flex-flow: row wrap;
  column-gap: 3em;
  row-gap: 3em;
}
.media-center-forum .confrence-card {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 20.9375em;
  height: 19.4375em;
  row-gap: 0.71875em;
}
@media screen and (min-width: 1024px) and (max-width: 1156px) {
  .media-center-forum .confrence-card {
    width: 17.0625em;
    height: 16.875em;
  }
}
@media screen and (min-width: 701px) and (max-width: 813px) {
  .media-center-forum .confrence-card {
    width: 18.625em;
    height: 18.375em;
  }
}
.media-center-forum .confrence-card .img {
  width: 19.4375em;
  height: 16.5em;
  border-radius: 0.5em;
}
@media screen and (min-width: 1024px) and (max-width: 1156px) {
  .media-center-forum .confrence-card .img {
    width: 15.8125em;
    height: 13.4375em;
  }
}
@media screen and (min-width: 701px) and (max-width: 813px) {
  .media-center-forum .confrence-card .img {
    width: 17.25em;
    height: 14.625em;
  }
}
.media-center-forum .confrence-card .details {
  display: flex;
  flex-flow: column;
  row-gap: 0.59375em;
}
.media-center-forum .confrence-card .details .header {
  font-size: 1.125em;
  font-weight: 500;
}
[color="1"] .media-center-forum .confrence-card .details .header {
  color: #7b7202;
}
[color="2"] .media-center-forum .confrence-card .details .header {
  color: #2085BF;
}
[color="3"] .media-center-forum .confrence-card .details .header {
  color: #459A95;
}
[color="4"] .media-center-forum .confrence-card .details .header {
  color: #B1A693;
}
.media-center-forum .confrence-card .details .more .title {
  font-size: 0.875em;
  font-weight: normal;
}
[dark=off] .media-center-forum .confrence-card .details .more .title {
  color: #677071;
}
[dark=on] .media-center-forum .confrence-card .details .more .title {
  color: #D0D0D0;
}
.media-center-forum .confrence-card .details .date {
  position: absolute;
  top: 24px;
  padding: 10px 6px;
  border-radius: 8px;
  transform: translate(-10%, -50%);
  font-size: 0.625em;
  font-weight: 500;
}
[color="1"] .media-center-forum .confrence-card .details .date {
  background-color: #7b7202;
}
[color="2"] .media-center-forum .confrence-card .details .date {
  background-color: #2085BF;
}
[color="3"] .media-center-forum .confrence-card .details .date {
  background-color: #459A95;
}
[color="4"] .media-center-forum .confrence-card .details .date {
  background-color: #B1A693;
}
[dir=rtl] .media-center-forum .confrence-card .details .date {
  left: 0;
}
[dir=ltr] .media-center-forum .confrence-card .details .date {
  right: 0;
}
[dark=off] .media-center-forum .confrence-card .details .date {
  color: white;
}
[dark=on] .media-center-forum .confrence-card .details .date {
  color: white;
}
@media screen and (min-width: 1024px) and (max-width: 1156px) {
  .media-center-forum .confrence-card .details .date {
    font-size: 0.5em;
  }
}
@media screen and (min-width: 701px) and (max-width: 813px) {
  .media-center-forum .confrence-card .details .date {
    font-size: 0.5625em;
  }
}

.side-text {
  font-size: 18px;
  line-height: 30px;
}
[dark=off] .side-text {
  color: #677071;
}
[dark=on] .side-text {
  color: #D0D0D0;
}
@media screen and (max-width: 1024px) {
  .side-text {
    font-size: 16px;
  }
}

.collage-manager-forum .address-c {
  margin-top: 0.3125em;
  display: flex;
  flex-flow: column;
  row-gap: 16px;
}
.collage-manager-forum .address-c .address {
  display: flex;
  column-gap: 20px;
}
@media screen and (max-width: 572px) {
  .collage-manager-forum .address-c .address {
    flex-flow: column;
    row-gap: 16px;
  }
}
.collage-manager-forum .address-c .contact-item-social {
  display: flex;
  column-gap: 10px;
  align-items: flex-end;
  line-height: 20px;
}
.collage-manager-forum .address-c .contact-item {
  display: flex;
  column-gap: 10px;
}
.collage-manager-forum .address-c .contact-item .info {
  font-size: 0.9375em;
  font-weight: normal;
}
[dark=off] .collage-manager-forum .address-c .contact-item .info {
  color: #677071;
}
[dark=on] .collage-manager-forum .address-c .contact-item .info {
  color: #D0D0D0;
}
.collage-manager-forum .limit .info {
  max-width: 10.8125em;
}

.skills-forum .table-data {
  overflow-x: auto;
}
.skills-forum .table td {
  padding: 0 9px;
  height: 48px;
  vertical-align: middle;
}
.skills-forum .table td.c-pdf {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.125em;
}
[dark=off] .skills-forum .table td.c-pdf .arrow2 {
  fill: #677071;
}
[dark=on] .skills-forum .table td.c-pdf .arrow2 {
  fill: #D0D0D0;
}
.skills-forum .contact-information {
  margin-top: 1.5em;
  display: flex;
  flex-flow: column;
  row-gap: 0.625em;
}
[dark=off] .skills-forum .contact-information {
  color: #677071;
}
[dark=on] .skills-forum .contact-information {
  color: #D0D0D0;
}
.skills-forum .contact-information span {
  font-size: 16px;
  line-height: 30px;
}
.skills-forum .contact-information img {
  width: 8.5em;
}
@media screen and (max-width: 1024px) {
  .skills-forum .contact-information span {
    font-size: 14px;
  }
}
.skills-forum .map {
  padding: 0.625em;
  border-radius: 0.75em;
  width: 44.125em;
  height: 21.5625em;
}
[dark=off] .skills-forum .map {
  background-color: #F8F8F8;
}
[dark=on] .skills-forum .map {
  background-color: #414141;
}
@media screen and (max-width: 1024px) {
  .skills-forum .map {
    width: 35.75em;
    height: 17.5em;
  }
}
@media screen and (max-width: 632px) {
  .skills-forum .map {
    width: 21.1875em;
    height: 10.375em;
  }
}
.skills-forum .map iframe {
  width: 100%;
  height: 100%;
}

.c-title {
  line-height: 1.875em;
}

.c-content {
  overflow: hidden;
}

.c-collapse {
  font-size: 1em;
  font-weight: 500;
  line-height: 30px;
}
[dark=off] .c-collapse {
  color: #677071;
}
[dark=on] .c-collapse {
  color: #D0D0D0;
}

.c-space {
  height: 30px;
}

.students-affairs-forum {
  flex-flow: row;
}
.students-affairs-forum .side-contnet {
  max-width: 50.4375em;
}
.students-affairs-forum .side-contnet .side-text {
  max-width: 33.5625em;
  line-height: 1.875em;
}
[dark=off] .students-affairs-forum .side-contnet .side-text {
  color: #677071;
}
[dark=on] .students-affairs-forum .side-contnet .side-text {
  color: #D0D0D0;
}
.students-affairs-forum .royaa {
  display: flex;
  flex-flow: column;
  row-gap: 1.25em;
}
.students-affairs-forum .r-title {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 30px;
}
[color="1"] .students-affairs-forum .r-title {
  color: #7b7202;
}
[color="2"] .students-affairs-forum .r-title {
  color: #2085BF;
}
[color="3"] .students-affairs-forum .r-title {
  color: #459A95;
}
[color="4"] .students-affairs-forum .r-title {
  color: #B1A693;
}
.students-affairs-forum .r-details {
  max-width: 38em;
  display: flex;
  flex-flow: column;
  row-gap: 0.75em;
}
.students-affairs-forum .r-desc {
  font-size: 1em;
  line-height: 30px;
}
[dark=off] .students-affairs-forum .r-desc {
  color: #677071;
}
[dark=on] .students-affairs-forum .r-desc {
  color: #D0D0D0;
}
@media screen and (max-width: 1024px) {
  .students-affairs-forum .r-desc {
    font-size: 0.875em;
  }
}
.students-affairs-forum .royaa-box {
  border-radius: 0.75em;
  display: flex;
  flex-flow: column;
  row-gap: 0.875em;
  padding: 0.875em;
  column-gap: 1em;
}
[dark=off] .students-affairs-forum .royaa-box {
  background-color: #F8F8F8;
}
[dark=on] .students-affairs-forum .royaa-box {
  background-color: #414141;
}
.students-affairs-forum .royaa-box.cv {
  column-gap: 0.875em;
}
.students-affairs-forum .royaa-box.cv .r-info {
  display: flex;
  column-gap: 5.3125em;
  row-gap: 0.625em;
}
.students-affairs-forum .royaa-box.cv .r-details {
  justify-content: space-between;
}
.students-affairs-forum .royaa-box.cv .r-cv-btn {
  width: 8.875em;
  height: 2.375em;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5em;
  border-radius: 0.5em;
}
[color="1"] .students-affairs-forum .royaa-box.cv .r-cv-btn {
  background-color: #7b7202;
}
[color="2"] .students-affairs-forum .royaa-box.cv .r-cv-btn {
  background-color: #2085BF;
}
[color="3"] .students-affairs-forum .royaa-box.cv .r-cv-btn {
  background-color: #459A95;
}
[color="4"] .students-affairs-forum .royaa-box.cv .r-cv-btn {
  background-color: #B1A693;
}
[dark=off] .students-affairs-forum .royaa-box.cv .r-cv-btn {
  color: white;
}
[dark=on] .students-affairs-forum .royaa-box.cv .r-cv-btn {
  color: white;
}
[dir=ltr] .students-affairs-forum .royaa-box.cv .r-cv-btn img {
  transform: scale(-1);
}
.students-affairs-forum .royaa-box.cv .info-section {
  display: flex;
  flex-flow: column;
  row-gap: 0.625em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.students-affairs-forum .royaa-box.cv .info-section .r-data {
  display: flex;
  column-gap: 0.375em;
  font-weight: 500;
}
.students-affairs-forum .royaa-box.cv .info-section .r-data .r-label {
  white-space: nowrap;
  line-height: 20px;
  font-size: 0.875em;
}
[color="1"] .students-affairs-forum .royaa-box.cv .info-section .r-data .r-label {
  color: #7b7202;
}
[color="2"] .students-affairs-forum .royaa-box.cv .info-section .r-data .r-label {
  color: #2085BF;
}
[color="3"] .students-affairs-forum .royaa-box.cv .info-section .r-data .r-label {
  color: #459A95;
}
[color="4"] .students-affairs-forum .royaa-box.cv .info-section .r-data .r-label {
  color: #B1A693;
}
.students-affairs-forum .royaa-box.cv .info-section .r-data .r-value {
  font-size: 0.875em;
  line-height: 20px;
}
@media screen and (min-width: 1024px) {
  .students-affairs-forum .royaa-box.cv .info-section .r-data .r-value {
    max-width: 11.25em;
  }
}
[dark=off] .students-affairs-forum .royaa-box.cv .info-section .r-data .r-value {
  color: #677071;
}
[dark=on] .students-affairs-forum .royaa-box.cv .info-section .r-data .r-value {
  color: #D0D0D0;
}
@media screen and (min-width: 1024px) {
  .students-affairs-forum .royaa-box.cv {
    width: 43.9375em;
  }
}
@media screen and (max-width: 1024px) {
  .students-affairs-forum .royaa-box.cv .r-info {
    flex-flow: column;
  }
}
@media screen and (min-width: 600px) {
  .students-affairs-forum .royaa-box.img {
    flex-flow: row;
    row-gap: 1.25em;
  }
}
.students-affairs-forum .royaa-box.img .r-img {
  min-width: 8.875em;
  max-width: 8.875em;
  height: 8.875em;
  flex-shrink: 142px;
}
@media screen and (max-width: 600px) {
  .students-affairs-forum .royaa-box.img .r-img {
    align-self: center;
  }
}
.students-affairs-forum .royaa-box.img .r-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.75em;
}
.students-affairs-forum .r-more {
  cursor: pointer;
  display: flex;
  column-gap: 8px;
}
.students-affairs-forum .r-more span {
  font-size: 0.875em;
  line-height: 30px;
}
[color="1"] .students-affairs-forum .r-more span {
  color: #7b7202;
}
[color="2"] .students-affairs-forum .r-more span {
  color: #2085BF;
}
[color="3"] .students-affairs-forum .r-more span {
  color: #459A95;
}
[color="4"] .students-affairs-forum .r-more span {
  color: #B1A693;
}
[dir=ltr] .students-affairs-forum .r-more img {
  transform: scale(-1);
}

.collage-forum .side-collapse {
  row-gap: 16px !important;
}

.nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

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

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

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

.backgrounds {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.backgrounds .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -100;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.backgrounds::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -50;
  width: 100%;
  height: 100%;
}
[dir=rtl] .backgrounds::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.95) 100%);
}
[dir=ltr] .backgrounds::before {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.95) 100%);
}
[dark=on] .backgrounds::before {
  background: rgba(0, 0, 0, 0.5);
}

.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.d-visibale {
  visibility: visible !important;
}

body {
  min-width: 320px;
  min-height: 480px;
  width: 100vw;
  height: 100vh;
  font-family: neosans, sans-serif;
}
body[dark=off] {
  background-color: white;
}
body[dark=on] {
  background-color: #2D2D2D;
}
body[dir=rtl] {
  direction: rtl;
}
body[dir=ltr] {
  direction: ltr;
}

.scaffold {
  display: flex;
  flex-flow: column;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.scaffold-container {
  display: flex;
  flex-flow: row;
  position: relative;
  flex: 1 1 100%;
}

.g-icon {
  position: relative;
  height: 1.25em;
  width: 2.5em;
  cursor: pointer;
}
.g-icon img {
  width: 100%;
  height: 100%;
}

.spacer-15h {
  height: 0.9375em;
}

.spacer-20w {
  width: 0em;
}

.spacer-5w {
  width: 1.25em;
}

[dir=rtl] .flip-icon {
  transform: scaleX(1);
}
[dir=ltr] .flip-icon {
  transform: scaleX(-1);
}

.controls {
  display: flex;
  font-size: 16px;
  column-gap: 0.875em;
}
@media screen and (max-width: 499px) {
  .controls {
    display: none;
  }
}
.controls.mobile {
  display: none;
}
@media screen and (max-width: 499px) {
  .controls.mobile {
    margin-top: 1.875em;
    display: flex;
  }
}
.controls .control {
  display: flex;
  justify-content: center;
  border-radius: 0.5em;
  width: 3em;
  height: 3em;
}
.controls .control[disabled] {
  opacity: 0.5;
}
[dark=off] .controls .control {
  background-color: white;
}
[dark=on] .controls .control {
  background-color: #2D2D2D;
}
[dir=rtl] .controls .control.prev {
  transform: scaleX(1);
}
[dir=ltr] .controls .control.prev {
  transform: scaleX(-1);
}
[dir=rtl] .controls .control.next {
  transform: scaleX(-1);
}
[dir=ltr] .controls .control.next {
  transform: scaleX(1);
}

.page-title-control {
  display: flex;
  justify-content: space-between;
}

.contact {
  display: flex;
  flex-flow: row;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 580px) {
  .contact {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr 1fr;
    row-gap: 16px;
  }
}
.contact .contact-item {
  display: flex;
  align-items: center;
  line-height: 20px;
  cursor: pointer;
}
.contact .contact-item .icon {
  width: 1.5625em;
  height: 1.5625em;
  margin: 0px 0.5em;
}
.contact .contact-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.contact .contact-item-social {
  display: flex;
  align-items: center;
  cursor: pointer;
}
[dir=rtl] .contact .contact-item-social {
  margin-right: 1.25em;
}
[dir=ltr] .contact .contact-item-social {
  margin-left: 1.25em;
}
@media screen and (max-width: 580px) {
  [dir=rtl] .contact .contact-item-social {
    margin-right: 0.75em;
  }
  [dir=ltr] .contact .contact-item-social {
    margin-left: 0.75em;
  }
}
.contact .contact-item-social .icon {
  align-self: center;
}
.contact .contact-item-social .icon img {
  width: 1.5625em;
  height: 1.5625em;
  object-fit: fill;
}
@media screen and (max-width: 425px) {
  .contact .contact-item-social .icon img {
    width: 1.25em;
    height: 1.25em;
  }
}
[dir=rtl] .contact .contact-item-social .icon {
  margin-left: 0.625em;
}
[dir=ltr] .contact .contact-item-social .icon {
  margin-right: 0.625em;
}
.contact .limit .info {
  max-width: 10.8125em;
}

.dark-mode .dark {
  display: none;
}
[dark=on] .dark-mode .dark {
  display: block;
}
.dark-mode .normal {
  display: block;
}
[dark=on] .dark-mode .normal {
  display: none;
}
