﻿body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}
.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@charset "UTF-8";
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg)
      scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg)
      scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg)
      scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px);
    transform: translateX(120px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px);
    -ms-transform: translateX(120px);
    transform: translateX(120px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
.blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@-moz-keyframes blinker {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
}
@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
}
@keyframes blinker {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
}
.blink_mef {
  -webkit-animation-name: blinkerf;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinkerf;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinkerf;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@-moz-keyframes blinkerf {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
@-webkit-keyframes blinkerf {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
@keyframes blinkerf {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
.blink_mes {
  -webkit-animation-name: blinkers;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinkers;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinkers;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@-moz-keyframes blinkers {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blinkers {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blinkers {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-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;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
    transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
    transform: translateY(-6.4px);
  }
}
@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
    transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
    transform: translateY(-6.4px);
  }
}
.shake-vertical {
  -webkit-animation: shake-vertical 2s ease-in-out infinite both;
  animation: shake-vertical 2s ease-in-out infinite both;
  -o-animation: shake-vertical 2s ease-in-out infinite both;
  -moz-animation: shake-vertical 2s ease-in-out infinite both;
  -o-animation: shake-vertical 2s ease-in-out infinite both;
}
.shake-vertical-slow {
  -webkit-animation: shake-vertical 8s ease-in-out infinite both;
  animation: shake-vertical 8s ease-in-out infinite both;
  -o-animation: shake-vertical 8s ease-in-out infinite both;
  -moz-animation: shake-vertical 8s ease-in-out infinite both;
  -o-animation: shake-vertical 8s ease-in-out infinite both;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  line-height: 45px;
  font-size: 0;
  z-index: 9;
}
.slick-prev:before,
.slick-next:before {
}
.slick-prev {
  left: -10px;
  background: #1b73bb url("../images/left-arrow.png") no-repeat center;
}
.slick-next {
  right: -10px;
  background: #1b73bb url("../images/right-arrow.png") no-repeat center;
}
.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: left;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 33px;
  height: 4px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(80, 80, 80, 1);
  margin: 0 15px 0 0;
  text-indent: -999;
}
.slick-dots li.slick-active button {
  background: rgba(80, 80, 80, 0.2);
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "â€¢";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.mm-hidden {
  display: none !important;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.mm-panels {
  overflow: hidden;
}
.mm-panel {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panel.mm-highest {
  z-index: 1;
}
.mm-panel.mm-noanimation {
  -webkit-transition: none !important;
  transition: none !important;
}
.mm-panel.mm-noanimation.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}
.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}
.mm-panels > .mm-panel:after,
.mm-panels > .mm-panel:before {
  content: "";
  display: block;
  height: 20px;
}
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}
.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
  box-sizing: border-box;
  height: 40px;
  bottom: auto;
}
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after,
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}
.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}
.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 29px;
}
.mm-next:after,
.mm-prev:before {
  content: "";
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-navbar .mm-btn:first-child {
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0;
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.mm-listview {
  font: inherit;
  font-size: 16px;
  line-height: 18px;
}
.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}
.mm-listview > li {
  position: relative;
}
.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-listview > li > a,
.mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 12px;
  margin: 0;
  font-family: "Roboto-Regular";
  text-transform: capitalize;
}
.mm-listview > li:not(.mm-divider):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mm-listview > li:not(.mm-divider):after {
  left: 0px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}
.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}
.mm-menu {
  background: #21b8ff;
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #fff;
  font-family: "Roboto-Regular";
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: #fff;
}
.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li .mm-next:after {
  border-color: #fff;
}
.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 99;
}
html.mm-opened {
  overflow-x: hidden;
  position: relative;
}
html.mm-blocking {
  overflow: hidden;
}
html.mm-blocking body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
}
.mm-menu.mm-offcanvas.mm-opened {
  display: block;
}
.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10;
}
.mm-menu.mm-offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 280px;
}
html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
.mobileiconblk .iconcomblk {
  display: inline-block;
  margin: 10px 0 10px 10px;
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    transform: translate(300px, 0);
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    transform: translate(300px, 0);
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
}
@charset "UTF-8";
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.mm-menu .mm-listview.mm-border-none > li:after,
.mm-menu .mm-listview > li.mm-border-none:after,
.mm-menu.mm-border-none .mm-listview > li:after {
  content: none;
}
.mm-menu .mm-listview.mm-border-full > li:after,
.mm-menu .mm-listview > li.mm-border-full:after,
.mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important;
}
.mm-menu .mm-listview.mm-border-offset > li:after,
.mm-menu .mm-listview > li.mm-border-offset:after,
.mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px;
}
.mm-menu.mm-fx-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
html.mm-opened .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
html.mm-opening .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
html.mm-right.mm-opening .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu.mm-fx-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
html.mm-opened .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
html.mm-opening .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
html.mm-right.mm-opening .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-fx-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
html.mm-opening .mm-menu.mm-fx-menu-fade {
  opacity: 1;
}
.mm-menu .mm-fx-panels-none.mm-panel,
.mm-menu.mm-fx-panels-none .mm-panel {
  -webkit-transition-property: none;
  transition-property: none;
}
.mm-menu .mm-fx-panels-none.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-none .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu .mm-fx-panels-zoom.mm-panel,
.mm-menu.mm-fx-panels-zoom .mm-panel {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
}
.mm-menu .mm-fx-panels-zoom.mm-panel.mm-opened,
.mm-menu.mm-fx-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu .mm-fx-panels-zoom.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-zoom .mm-panel.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}
.mm-menu .mm-fx-panels-slide-0.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu .mm-fx-panels-slide-100.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu .mm-fx-panels-slide-up.mm-panel,
.mm-menu.mm-fx-panels-slide-up .mm-panel {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-opened,
.mm-menu.mm-fx-panels-slide-up .mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-slide-up .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li {
  -webkit-transition: none 0.4s ease;
  transition: none 0.4s ease;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}
.mm-menu.mm-fx-listitems-slide .mm-listview > li {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}
html.mm-opening
  .mm-menu.mm-fx-listitems-slide
  .mm-panel.mm-opened
  .mm-listview
  > li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.mm-menu.mm-fx-listitems-fade .mm-listview > li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}
html.mm-opening
  .mm-menu.mm-fx-listitems-fade
  .mm-panel.mm-opened
  .mm-listview
  > li {
  opacity: 1;
}
.mm-menu.mm-fx-listitems-drop .mm-listview > li {
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  opacity: 0;
  top: -25%;
}
html.mm-opening
  .mm-menu.mm-fx-listitems-drop
  .mm-panel.mm-opened
  .mm-listview
  > li {
  opacity: 1;
  top: 0;
}
.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
html.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
@media all and (max-width: 140px) {
  html.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media all and (max-width: 140px) {
  html.mm-right.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}
.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom,
.mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}
html.mm-iconbar body {
  overflow-x: hidden;
}
html.mm-iconbar .mm-page {
  background: inherit;
  min-height: 100vh;
}
html.mm-iconbar .mm-slideout {
  box-sizing: border-box;
  padding-right: 60px;
  -webkit-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
  -webkit-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0);
}
.mm-menu.mm-iconbar {
  display: block;
}
.mm-menu .mm-panels > .mm-panel.mm-listview-justify:after,
.mm-menu .mm-panels > .mm-panel.mm-listview-justify:before,
.mm-menu.mm-listview-justify .mm-panels > .mm-panel:after,
.mm-menu.mm-listview-justify .mm-panels > .mm-panel:before {
  content: none;
  display: none;
}
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview,
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li,
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 40px;
}
.mm-menu
  .mm-panels
  > .mm-panel.mm-listview-justify
  > .mm-listview
  > li:not(.mm-divider),
.mm-menu.mm-listview-justify
  .mm-panels
  > .mm-panel
  > .mm-listview
  > li:not(.mm-divider) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mm-menu
  .mm-panels
  > .mm-panel.mm-listview-justify
  > .mm-listview
  > li
  > a:not(.mm-next),
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > span,
.mm-menu.mm-listview-justify
  .mm-panels
  > .mm-panel
  > .mm-listview
  > li
  > a:not(.mm-next),
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > span {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mm-listview-small .mm-listview > li > a:not(.mm-next),
.mm-listview-small .mm-listview > li > span {
  padding: 7px 10px 7px 20px;
}
.mm-listview-small .mm-listview > li.mm-vertical > .mm-next,
.mm-listview-small .mm-vertical > .mm-listview > li > .mm-next {
  height: 34px;
}
.mm-listview-large .mm-listview > li > a:not(.mm-next),
.mm-listview-large .mm-listview > li > span {
  padding: 15px 10px 15px 20px;
}
.mm-listview-large .mm-listview > li.mm-vertical > .mm-next,
.mm-listview-large .mm-vertical > .mm-listview > li > .mm-next {
  height: 50px;
}
.mm-listview-huge .mm-listview > li > a:not(.mm-next),
.mm-listview-huge .mm-listview > li > span {
  padding: 20px 10px 20px 20px;
}
.mm-listview-huge .mm-listview > li.mm-vertical > .mm-next,
.mm-listview-huge .mm-vertical > .mm-listview > li > .mm-next {
  height: 60px;
}
.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview .mm-spacer {
  padding-top: 40px;
}
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview .mm-inset > li {
  padding: 5px 0;
}
.mm-menu .mm-listview.mm-multiline > li > a,
.mm-menu .mm-listview.mm-multiline > li > span,
.mm-menu .mm-listview > li.mm-multiline > a,
.mm-menu .mm-listview > li.mm-multiline > span,
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal;
}
.mm-menu.mm-opened[class*="mm-pagedim"] ~ #mm-blocker {
  opacity: 0;
}
html.mm-opening .mm-menu.mm-opened[class*="mm-pagedim"] ~ #mm-blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
.mm-menu.mm-opened.mm-pagedim ~ #mm-blocker {
  background: inherit;
}
.mm-menu.mm-opened.mm-pagedim-white ~ #mm-blocker {
  background: #fff;
}
.mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker {
  background: #000;
}
.mm-menu.mm-popup {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.mm-menu.mm-popup.mm-opened ~ .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
.mm-menu.mm-popup.mm-opened ~ #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}
html.mm-opening .mm-menu.mm-popup {
  opacity: 1;
}
.mm-menu.mm-offcanvas.mm-right {
  left: auto;
}
html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
html.mm-front #mm-blocker {
  z-index: 1;
}
html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2;
}
.mm-menu.mm-offcanvas.mm-front,
.mm-menu.mm-offcanvas.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-front.mm-right,
.mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.mm-menu.mm-offcanvas.mm-bottom {
  top: auto;
}
html.mm-opening .mm-menu.mm-offcanvas.mm-front,
html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
.mm-menu.mm-shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
}
.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%;
}
.mm-menu.mm-shadow-page.mm-front:after,
.mm-menu.mm-shadow-page.mm-next:after {
  content: none;
  display: none;
}
.mm-menu.mm-shadow-page:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n + 2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark .mm-navbar > * {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-btn:after,
.mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-shadow-page.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu.mm-shadow-panels.mm-theme-dark .mm-panel.mm-opened:nth-child(n + 2) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-hoverselected.mm-theme-dark
  .mm-listview
  > li
  > a.mm-fullsubopen:hover
  + span,
.mm-menu.mm-hoverselected.mm-theme-dark
  .mm-listview
  > li
  > a:not(.mm-fullsubopen):hover {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-parentselected.mm-theme-dark
  .mm-listview
  > li
  > a.mm-selected.mm-fullsubopen
  + a,
.mm-menu.mm-parentselected.mm-theme-dark
  .mm-listview
  > li
  > a.mm-selected.mm-fullsubopen
  + span,
.mm-menu.mm-parentselected.mm-theme-dark
  .mm-listview
  > li
  > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333;
}
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-shadow-page.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-shadow-panels.mm-theme-white .mm-panel.mm-opened:nth-child(n + 2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-hoverselected.mm-theme-white
  .mm-listview
  > li
  > a.mm-fullsubopen:hover
  + span,
.mm-menu.mm-hoverselected.mm-theme-white
  .mm-listview
  > li
  > a:not(.mm-fullsubopen):hover {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-parentselected.mm-theme-white
  .mm-listview
  > li
  > a.mm-selected.mm-fullsubopen
  + a,
.mm-menu.mm-parentselected.mm-theme-white
  .mm-listview
  > li
  > a.mm-selected.mm-fullsubopen
  + span,
.mm-menu.mm-parentselected.mm-theme-white
  .mm-listview
  > li
  > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff;
}
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-navbar a,
.mm-menu.mm-theme-black .mm-navbar > * {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-btn:after,
.mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-shadow-page.mm-theme-black:after {
  content: none;
  display: none;
}
.mm-menu.mm-shadow-panels.mm-theme-black .mm-panel.mm-opened:nth-child(n + 2) {
  box-shadow: false;
}
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-hoverselected.mm-theme-black
  .mm-listview
  > li
  > a.mm-fullsubopen:hover
  + span,
.mm-menu.mm-hoverselected.mm-theme-black
  .mm-listview
  > li
  > a:not(.mm-fullsubopen):hover {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-parentselected.mm-theme-black
  .mm-listview
  > li
  > a.mm-selected.mm-fullsubopen
  + a,
.mm-menu.mm-parentselected.mm-theme-black
  .mm-listview
  > li
  > a.mm-selected.mm-fullsubopen
  + span,
.mm-menu.mm-parentselected.mm-theme-black
  .mm-listview
  > li
  > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000;
}
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu .mm-tileview.mm-listview:after,
.mm-menu.mm-tileview .mm-listview:after {
  content: "";
  display: block;
  clear: both;
}
.mm-menu .mm-tileview.mm-listview > li,
.mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative;
}
.mm-menu .mm-tileview.mm-listview > li:after,
.mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span,
.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}
.mm-menu .mm-tileview.mm-listview > li > .mm-next,
.mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto;
}
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:before {
  content: none;
  display: none;
}
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}
.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}
html.mm-widescreen body {
  position: relative;
}
html.mm-widescreen #mm-blocker {
  display: none !important;
}
html.mm-widescreen .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  width: 70% !important;
  margin-left: 30% !important;
}
html.mm-widescreen .mm-page {
  background: inherit;
  box-sizing: border-box;
}
html.mm-widescreen.mm-blocking,
html.mm-widescreen.mm-blocking body {
  overflow: auto;
}
.mm-menu.mm-widescreen {
  border-right-width: 1px;
  border-right-style: solid;
  display: block !important;
  width: 30% !important;
  min-width: 0 !important;
  max-width: none !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 100 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.mm-menu.mm-widescreen.mm-pageshadow:after {
  content: none;
  display: none;
}
.mm-menu.mm-autoheight {
  -webkit-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.mm-menu.mm-autoheight:not(.mm-offcanvas) {
  position: relative;
}
.mm-menu.mm-measureheight .mm-panel.mm-vertical.mm-opened,
.mm-menu.mm-measureheight .mm-panel:not(.mm-vertical) {
  display: block !important;
}
.mm-menu.mm-measureheight .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}
.mm-columns {
  -webkit-transition-property: width;
  transition-property: width;
}
.mm-columns .mm-panels > .mm-panel {
  right: auto;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform;
}
.mm-columns .mm-panels > .mm-panel.mm-opened,
.mm-columns .mm-panels > .mm-panel.mm-subopened {
  border-left: 1px solid;
  border-color: inherit;
  display: block !important;
}
.mm-columns .mm-panels > .mm-columns-0 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-columns-0 .mm-panels > .mm-panel {
  z-index: 0;
}
.mm-columns-0 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-columns-0 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0;
}
html.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  html.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.mm-columns .mm-panels > .mm-columns-1 {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%;
}
.mm-columns-1 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-columns-1 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-columns .mm-panels > .mm-columns-2 {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%;
}
.mm-columns-2 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-columns-2 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}
html.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  html.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(880px, 0);
    -ms-transform: translate(880px, 0);
    transform: translate(880px, 0);
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-880px, 0);
    -ms-transform: translate(-880px, 0);
    transform: translate(-880px, 0);
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0);
  }
}
.mm-columns .mm-panels > .mm-columns-3 {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%;
}
.mm-columns-3 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-columns-3 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}
html.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  html.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(1320px, 0);
    -ms-transform: translate(1320px, 0);
    transform: translate(1320px, 0);
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-1320px, 0);
    -ms-transform: translate(-1320px, 0);
    transform: translate(-1320px, 0);
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0);
  }
}
.mm-columns .mm-panels > .mm-columns-4 {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%;
}
.mm-columns-4 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-columns-4 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}
html.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  html.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(1760px, 0);
    -ms-transform: translate(1760px, 0);
    transform: translate(1760px, 0);
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-1760px, 0);
    -ms-transform: translate(-1760px, 0);
    transform: translate(-1760px, 0);
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0);
  }
}
.mm-columns.mm-offcanvas.mm-bottom,
.mm-columns.mm-offcanvas.mm-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
html.mm-opening .mm-columns.mm-offcanvas.mm-front,
html.mm-opening .mm-columns.mm-offcanvas.mm-next {
  -webkit-transition-property: width, min-width, max-width, -webkit-transform;
  transition-property: width, min-width, max-width, -webkit-transform;
  transition-property: width, min-width, max-width, transform;
  transition-property: width, min-width, max-width, transform, -webkit-transform;
}
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
em.mm-counter + a.mm-next {
  width: 90px;
}
em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
em.mm-counter + a.mm-fullsubopen + a,
em.mm-counter + a.mm-fullsubopen + span {
  padding-right: 90px;
}
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a,
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span {
  padding-right: 90px;
}
.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}
.mm-nosubresults > .mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}
.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}
.mm-hasdividers .mm-fixeddivider {
  display: block;
}
.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}
html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
html.mm-dropdown #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}
html.mm-dropdown .mm-menu {
  z-index: 2;
}
html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none;
}
.mm-menu.mm-tip:before {
  content: "";
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-menu.mm-tipleft:before {
  left: 22px;
}
.mm-menu.mm-tipright:before {
  right: 22px;
}
.mm-menu.mm-tiptop:before {
  top: -8px;
}
.mm-menu.mm-tipbottom:before {
  bottom: -8px;
}
.mm-iconpanel .mm-panels > .mm-panel {
  -webkit-transition-property: left, -webkit-transform;
  transition-property: left, -webkit-transform;
  transition-property: transform, left;
  transition-property: transform, left, -webkit-transform;
}
.mm-iconpanel .mm-panels > .mm-panel.mm-opened,
.mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
  border-left: 1px solid;
  border-color: inherit;
  display: block !important;
}
.mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0;
}
.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}
.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mm-subopened .mm-subblocker {
  opacity: 0.6;
  bottom: -100000px;
}
.mm-keyboardfocus a:focus {
  outline: 0;
}
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.5);
}
.mm-navbars-bottom,
.mm-navbars-top {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
}
.mm-navbars-bottom > .mm-navbar,
.mm-navbars-top > .mm-navbar {
  border: none;
  padding: 0;
  position: relative;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-navbars-top {
  border-bottom-style: solid;
  border-bottom-width: 0;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.mm-navbars-bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0;
}
.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}
.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}
.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}
.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}
.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline;
}
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}
.mm-hasnavbar-top-1 .mm-panels {
  top: 40px;
}
.mm-hasnavbar-top-2 .mm-panels {
  top: 80px;
}
.mm-hasnavbar-top-3 .mm-panels {
  top: 120px;
}
.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}
.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px;
}
.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px;
}
.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px;
}
.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}
.mm-navbar-size-2 {
  height: 80px;
}
.mm-navbar-size-3 {
  height: 120px;
}
.mm-navbar-size-4 {
  height: 160px;
}
.mm-navbar-content-2 > * {
  width: 50%;
}
.mm-navbar-content-3 > * {
  width: 33.33%;
}
.mm-navbar-content-4 > * {
  width: 25%;
}
.mm-navbar-content-5 > * {
  width: 20%;
}
.mm-navbar-content-6 > * {
  width: 16.67%;
}
.mm-menu.mm-rtl {
  direction: rtl;
}
.mm-menu.mm-rtl.mm-offcanvas {
  right: auto;
}
.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-rtl .mm-panel.mm-subopened {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0;
}
.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0;
}
.mm-menu.mm-rtl .mm-navbar .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
.mm-menu.mm-rtl .mm-listview > li:not(.mm-divider)::after {
  left: 0;
  right: 20px;
}
.mm-menu.mm-rtl .mm-listview > li > a:not(.mm-next),
.mm-menu.mm-rtl .mm-listview > li > span:not(.mm-next) {
  padding-left: 10px;
  padding-right: 20px !important;
  margin-right: 0 !important;
}
.mm-menu.mm-rtl .mm-listview .mm-next {
  right: auto;
  left: 0;
}
.mm-menu.mm-rtl .mm-listview .mm-next:before {
  left: auto;
  right: 0;
}
.mm-menu.mm-rtl .mm-listview .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-menu.mm-rtl .mm-listview .mm-next + a,
.mm-menu.mm-rtl .mm-listview .mm-next + span {
  margin-left: 50px;
}
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a,
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
  padding-left: 50px;
}
.mm-menu.mm-rtl em.mm-counter {
  left: 45px;
  right: auto;
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
  margin-left: 90px;
}
.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a,
.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
  padding-left: 90px;
}
.mm-menu.mm-rtl label.mm-check,
.mm-menu.mm-rtl label.mm-toggle {
  left: 20px;
  right: auto !important;
}
.mm-menu.mm-rtl label.mm-toggle + a,
.mm-menu.mm-rtl label.mm-toggle + span {
  padding-left: 80px;
}
.mm-menu.mm-rtl label.mm-check + a,
.mm-menu.mm-rtl label.mm-check + span {
  padding-left: 60px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-check,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle {
  left: 60px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl a.mm-next + label.mm-check + span,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  margin-left: 50px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  padding-left: 70px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl a.mm-next + label.mm-check + span {
  padding-left: 50px;
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle {
  left: 100px;
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-left: 90px;
}
.mm-menu.mm-rtl .mm-panel[class*="mm-iconpanel-"] {
  left: 0;
}
.mm-menu.mm-rtl .mm-panel[class*="mm-iconpanel-"].mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
  -webkit-transition-property: right, -webkit-transform;
  transition-property: right, -webkit-transform;
  transition-property: transform, right;
  transition-property: transform, right, -webkit-transform;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  right: 0;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  right: 40px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  right: 80px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  right: 120px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  right: 160px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  right: 200px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  right: 240px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}
.mm-search,
.mm-search input {
  box-sizing: border-box;
}
.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
  position: relative;
}
.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px;
}
.mm-search input::-ms-clear {
  display: none;
}
.mm-search .mm-clear,
.mm-search .mm-next {
  right: 0;
}
.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-panel.mm-hassearch {
  padding-top: 40px;
}
.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}
.mm-panel.mm-hassearch.mm-hasnavbar > .mm-search {
  top: 40px;
}
.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0;
}
.mm-noresults .mm-indexer {
  display: none !important;
}
li.mm-nosubresults > a.mm-next {
  display: none;
}
li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}
.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
}
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 15;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}
.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}
.mm-hasindexer .mm-indexer {
  right: 0;
}
.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}
.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected
  .mm-listview
  > li
  > a.mm-selected.mm-fullsubopen
  + span,
.mm-menu.mm-parentselected
  .mm-listview
  > li
  > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5);
}
input.mm-check,
input.mm-toggle {
  position: absolute;
  left: -10000px;
}
label.mm-check,
label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}
label.mm-check:before,
label.mm-toggle:before {
  content: "";
  display: block;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}
li.mm-vertical label.mm-check,
li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
}
li.mm-vertical label.mm-toggle {
  top: 5px;
}
li.mm-vertical label.mm-check {
  top: 5px;
}
label.mm-check,
label.mm-toggle {
  right: 20px;
}
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}
a.mm-next + label.mm-check,
a.mm-next + label.mm-toggle {
  right: 60px;
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span,
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  margin-right: 50px;
}
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px;
}
em.mm-counter + a.mm-next + label.mm-check,
em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px;
}
em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span,
em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px;
}
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75);
}
.mm-navbars-bottom > .mm-navbar {
  background: #13a4b1;
  padding: 15px 0;
  clear: both;
  overflow: hidden;
  height: auto;
} /********** mm menu open **********/
#menu:not(.mm-menu) {
  display: none;
} /********** mm menu close **********/

.ink-cursor {
  pointer-events: none;
  position: fixed;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transform-origin: center center;
  mix-blend-mode: difference;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-filter: url(#goo);
  filter: url(#goo);
}
.ink-cursor,
.ink-cursor span {
  display: block;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
}
.ink-cursor span {
  position: absolute;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #f12d2d;
  transform-origin: center center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: transform;
}
@media (max-width: 1000px) {
  .ink-cursor,
  .ink-cursor span {
    display: none;
  }
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont-1.eot") format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2") format("woff2"),
    url("../fonts/fontawesome-webfont.woff") format("woff"),
    url("../fonts/fontawesome-webfont.ttf") format("truetype"),
    url("../fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AmaticSC-Bold";
  src: url("../fonts/AmaticSC-Bold.eot");
  src: url("../fonts/AmaticSC-Bold-1.eot") format("embedded-opentype"),
    url("../fonts/AmaticSC-Bold.svg") format("svg"),
    url("../fonts/AmaticSC-Bold.ttf") format("truetype"),
    url("../fonts/AmaticSC-Bold.woff") format("woff"),
    url("../fonts/AmaticSC-Bold-1.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AmaticSC-Regular";
  src: url("../fonts/AmaticSC-Regular.eot");
  src: url("../fonts/AmaticSC-Regular-1.eot") format("embedded-opentype"),
    url("../fonts/AmaticSC-Regular.svg") format("svg"),
    url("../fonts/AmaticSC-Regular.ttf") format("truetype"),
    url("../fonts/AmaticSC-Regular.woff") format("woff"),
    url("../fonts/AmaticSC-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular-1.eot") format("embedded-opentype"),
    url("../fonts/Roboto-Regular.svg") format("svg"),
    url("../fonts/Roboto-Regular.ttf") format("truetype"),
    url("../fonts/Roboto-Regular.woff") format("woff"),
    url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold-1.eot") format("embedded-opentype"),
    url("../fonts/Roboto-Bold.svg") format("svg"),
    url("../fonts/Roboto-Bold.ttf") format("truetype"),
    url("../fonts/Roboto-Bold.woff") format("woff"),
    url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoMedium";
  src: url("../fonts/RobotoMedium.eot");
  src: url("../fonts/RobotoMedium.eot") format("embedded-opentype"),
    url("../fonts/RobotoMedium-1.woff2") format("woff2"),
    url("../fonts/RobotoMedium.woff") format("woff"),
    url("../fonts/RobotoMedium.ttf") format("truetype"),
    url("../fonts/RobotoMedium.svg") format("svg");
}
@font-face {
  font-family: "RobotoLight";
  src: url("../fonts/RobotoLight.eot");
  src: url("../fonts/RobotoLight.eot") format("embedded-opentype"),
    url("../fonts/RobotoLight-1.woff2") format("woff2"),
    url("../fonts/RobotoLight.woff") format("woff"),
    url("../fonts/RobotoLight.ttf") format("truetype"),
    url("../fonts/RobotoLight.svg") format("svg");
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont-1.eot") format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2") format("woff2"),
    url("../fonts/fontawesome-webfont.woff") format("woff"),
    url("../fonts/fontawesome-webfont.ttf") format("truetype"),
    url("../fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus {
  outline: none;
}
::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Roboto-Regular";
}
:-moz-placeholder {
  opacity: 1;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Roboto-Regular";
}
::-moz-placeholder {
  opacity: 1;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Roboto-Regular";
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}
:-ms-input-placeholder {
  opacity: 1;
  color: #565459;
  font-size: 13px;
  letter-spacing: 1px;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
button {
  margin: 0;
  padding: 0;
  font-size: inherit;
  background: none;
  border: none;
  font-family: inherit;
  line-height: 0;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-word-break: keep-all;
  word-break: keep-all;
  -webkit-word-break: keep-all;
  -moz-word-break: keep-all;
  word-wrap: break-word;
}
input[type="button"],
input[type="submit"] {
  border: none;
  cursor: pointer;
  outline: none;
}
body {
  margin: 0px;
  padding: 0 0 0 0;
  font-family: "AmaticSC-Bold";
  color: #000;
  overflow-x: hidden;
  position: relative;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.clear {
  clear: both;
}
.container {
  width: 89%;
  margin: 0 auto;
}
.sprite {
  background: url(../images/sprite.png) no-repeat 0 0;
}
.blackoverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.ibvm {
  display: inline-block;
  vertical-align: middle;
}
.ibvt {
  display: inline-block;
  vertical-align: top;
}
.ibvb {
  display: inline-block;
  vertical-align: bottom;
}
.dflex {
  display: flex;
}
.dflex-spbetw {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.lnheight {
  line-height: 0;
}
p:last-child {
  margin: 0;
}
.sectionblk {
  position: relative;
}
.sectioncircleblk {
  position: absolute;
}
.sectioncircleblk img {
  width: 100%;
}
.uppercase {
  text-transform: uppercase;
}
p {
  font-size: 16px;
  color: #000;
  font-family: "Roboto-Regular";
  margin-bottom: 15px;
  line-height: 22px;
}
.heading {
  font-size: 60px;
  line-height: 60px;
  color: #000;
  font-family: "AmaticSC-Bold";
  margin-bottom: 40px;
}
.img-responsive {
  width: 100%;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.seccontainer {
  width: 89%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
header {
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 9;
}
.headerwrapper {
  position: relative;
  width: 100%;
}
.headerwrapper:after {
  position: absolute;
  content: "";
  background: url("../images/sec1-circle3.png") no-repeat 0 0;
  width: 628px;
  top: -470px;
  left: -110px;
  height: 634px;
  z-index: -1;
}
.headermenublk {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
  position: relative;
}
.headermenublk a {
  color: #000;
}
.enqbtn {
  position: relative;
  margin: 0 40px 0 0;
}
.enqbtn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  left: 0;
  bottom: -2px;
}
.menubtn {
  position: relative;
}
.menubtn:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: -24px;
  margin: auto;
}
.menuicon a {
  background: #40ffc2;
  border-radius: 100%;
  padding: 20px 24px;
  width: 77px;
}
.menuicon a img {
  vertical-align: middle;
  display: inline-block;
}
.cpgoenkapic {
  margin: 0 33px 0 0;
}
.headermenublk {
  margin: 7px 75px 0 0;
}
.menuicon {
  margin: 0 0 0 10px;
}
.homepage-header .headermenublk a,
.homepage-header .headermenublk {
  color: #fff;
}
.homepage-header .enqbtn:after {
  background: #fff;
}
.homepage-header .menubtn:before {
  background: #fff;
}
.sec1-circle1 {
  top: -320px;
  left: -340px;
  width: 67%;
  z-index: 1;
}
.sec1-circle2 {
  top: -440px;
  right: -60px;
  width: 45%;
}
.sec1-circle3 {
  top: -440px;
  left: -110px;
  width: 46%;
  z-index: 2;
  width: 628px;
}
.sec1-circle4 {
  top: 150px;
  left: 0;
  width: 40%;
  right: 0;
  margin: auto;
}
.sec1-circle5 {
  top: 220px;
  left: -60px;
  width: 50%;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  padding: 30px;
}
.sec1-circle6 {
  top: 480px;
  right: 60px;
  width: 93px;
}
.intropicblk {
  position: absolute;
  left: -65px;
  top: 350px;
  width: 65%;
  z-index: 2;
}
.intropicblk img {
  width: 100%;
}
.introtxtblk {
  color: #000;
  position: absolute;
  top: 240px;
  right: 0;
  text-align: center;
  z-index: 1;
}
.introsubtxt {
  font-size: 35px;
  line-height: 35px;
  margin: 0 0 20px 0;
}
.introheading {
  font-size: 97px;
  line-height: 87px;
  margin: 0 0 0px 0;
  letter-spacing: -3px;
}
.introsmallheading {
  font-size: 58px;
  line-height: 58px;
}
.introblk .explorebtn {
  margin: 20px auto 0;
}
.explorebtn {
  background: url("../images/explorebtnbg.png") no-repeat 0 0;
  width: 226px;
  height: 81px;
  font-size: 42px;
  line-height: 42px;
  text-align: center;
  padding: 17px 0 0 0;
}
.explorebtn a {
  display: block;
}
.introwrapper {
  height: 900px;
}
.uppertxt {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 60px;
}
.sectionttl {
  font-size: 100px;
  line-height: 100px;
  text-transform: uppercase;
}
.secsubtxt {
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  margin: 15px 0 0 0;
}
.sectiondesc p {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-family: "Roboto-Regular";
  margin: 20px 0 0 0;
}
.sectiondesc p.font14 {
  font-size: 14px;
  line-height: 18px;
}
.overviewrapper {
  margin: 60px 0 0 0;
}
.overviewblk {
  padding: 160px 0 0 0;
  margin: 0 0 140px 0;
}
.explorebtn.smallbtn {
  width: 150px;
  height: 54px;
  font-size: 27px;
  line-height: 27px;
  padding: 11px 0 0 0;
  background-size: cover;
  margin: 30px 0 0 0;
}
.overviewtxtblk {
  width: 34%;
  margin: 0 10% 0 0;
}
.glancenum {
  font-size: 60px;
  line-height: 60px;
}
.glancenumdesc {
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
}
.glanceinfoblk .sectiondesc p {
  margin: 14px 0 0 0;
}
.glanceschool {
  width: 55%;
}
.glanceitem {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.glanceitemblk {
  margin: 27px 0 0 0;
  padding: 0 0 30px 0;
  position: relative;
}
.glanceitemblk:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 7px;
  border-radius: 50px;
  background: #000;
  left: 0;
}
.glancepicblk {
  width: 35%;
  position: absolute;
  top: -100px;
  right: 0;
}
.glancepicblk img {
  width: 100%;
}
.glanceschool {
  padding: 10% 0 0 0;
}
.glanceinfoblk.sectiondesc {
  width: 90%;
}
.sec2-circle1 {
  left: -400px;
  top: 0;
}
.sec2-circle2 {
  right: 0;
  top: 200px;
  width: 81px;
  left: 0;
  margin: auto;
}
.sec2-circle3 {
  right: -19%;
  bottom: 150px;
  width: 29%;
  z-index: -1;
}
.springtxtblk {
  padding: 0 0 0 57px;
  line-height: 60px;
  position: relative;
}
.springtxtblk:before {
  position: absolute;
  content: "";
  background: url("../images/invert-comma.png") no-repeat 0 0;
  width: 35px;
  height: 29px;
  top: 0;
  left: 0;
}
.whyspringwrapper {
  padding: 140px 0 0 0;
  position: relative;
}
.wavelineblk {
  position: absolute;
  width: 100%;
  height: 29px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.whyspringblk {
  width: 100%;
  background: url("../images/why-spring-bg.png") no-repeat 0 0;
  height: 620px;
  position: relative;
  padding: 170px 0 0 80px;
  z-index: 1;
  background-size: cover;
}
.springbud {
  position: absolute;
  top: -140px;
  right: 30px;
}
.sec3-circle1 {
  top: -80px;
  left: 170px;
}
.font48 {
  font-size: 48px;
  line-height: 48px;
}
.whyspringblk .sectiondesc {
  width: 47%;
}
.studentpic {
  bottom: -50px;
  right: 30px;
  z-index: 2;
  width: 50%;
}
.learnprocesswrapper {
  padding: 70px 0 70px 0;
  margin: 60px 0 0 0;
}
.processtxtblk .sectionttl {
  font-size: 80px;
  line-height: 80px;
  padding: 0 20px;
  background: #fff;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.processtxtblk {
  text-align: center;
  position: relative;
}
.processtxtblk:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  background: #000;
  top: 40px;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 50px;
}
.learnprocessitem {
  width: 25%;
  background: #ccc;
  padding: 20px 0 0 0;
  border-radius: 30px;
  text-align: left;
  overflow: hidden;
  margin: 0 20px 0 0;
}
.learnum {
  font-size: 24px;
  line-height: 24px;
  color: #000;
  text-align: right;
  padding: 0 20px;
}
.processname {
  font-size: 48px;
  line-height: 48px;
  color: #000;
  padding: 0 20px;
}
.processdesc {
  padding: 0 20px;
}
.processpicblk {
  margin: 20px auto 0;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.processpicblk img {
  width: 100%;
}
.learnprocessitem.playgroupblk {
  background: #02fff6;
  padding: 20px 0 0 0;
}
.learnprocessitem.nurseryblk {
  background: #32ff7a;
}
.learnprocessitem.juniorkgblk {
  background: #d4e2ff;
}
.learnprocessitem.seniorkgblk {
  background: #ffeaa9;
}
.processblk {
  margin: 60px 0 0 0;
}
.opportcornerwrapper {
  padding: 0 0 60px 0;
}
.opportcornerblk {
  height: auto;
  border-radius: 30px;
  position: relative;
}
.opportunityblk {
  width: 65%;
  background: #0ec3fc;
  padding: 3% 0 5% 5%;
}
.opportunityblk:after {
  position: absolute;
  content: "";
  background: url("../images/opportunity-bg-corner.png") no-repeat 0 0;
  width: 288px;
  height: 143px;
  top: 0;
  right: 0;
}
.opportunitytxtblk {
  width: 90%;
}
.school-list {
  width: 75%;
}
.oppotpicblk {
  bottom: 0;
  right: 0px;
  width: 45%;
}
.opportunityblk .sectiondesc {
  width: 85%;
}
.readerblk {
  width: 32%;
  background: #f2e2ff;
  padding: 5% 0 0 3%;
}
.font14 {
  font-size: 14px;
  line-height: 14px;
}
.readerblk .sectiondesc {
  width: 65%;
}
.readerbudblk.springbud {
  top: auto;
  bottom: 0;
  width: 49%;
  right: -60px;
}
.springbud img {
  width: 100%;
}
.opportbulb {
  position: absolute;
  top: -40px;
  right: 26px;
  width: 138px;
  height: 150px;
  -webkit-animation: bulb 3s linear infinite alternate both;
  animation: bulb 3s linear infinite alternate both;
  -moz-animation: bulb 3s linear infinite alternate both;
  -o-animation: bulb 3s linear infinite alternate both;
  z-index: 2;
}
@-webkit-keyframes bulb {
  0% {
    background: url(../images/inactive-bulb.png) no-repeat 0 0;
  }
  30% {
    background: url(../images/active-bulb.png) no-repeat 0 0;
  }
  60% {
    background: url(../images/inactive-bulb.png) no-repeat 0 0;
  }
  100% {
    background: url(../images/active-bulb.png) no-repeat 0 0;
  }
}
.contactwrapper {
  padding: 0 0 0 0;
}
.contactwrapblk {
  width: 100%;
  background: #d2fffb;
  padding: 80px 5% 0 5%;
  position: relative;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.contactwrapblk:before {
  position: absolute;
  content: "";
  background: url("../images/contactbg-sec.png") no-repeat 0 0;
  width: 100%;
  height: 19vh;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size: cover;
}
.contactwrapblk .uppertxt {
  text-align: center;
  padding: 0 0 30px 0;
  position: relative;
}
.contactwrapblk .uppertxt:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  background: #000;
  border-radius: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.contactinfoblk {
  width: 65%;
}
.enqinfoblk {
  width: 30%;
}
.cntsecttl {
  font-size: 48px;
  line-height: 48px;
  color: #000;
}
.cntinfowrapper {
  margin: 40px 0 0 0;
}
.contactlistblk {
  margin: 40px 0 0 0;
}
.cntinnerblk {
  font-size: 18px;
  line-height: 20px;
  font-family: "Roboto-Regular";
}
.cnttl {
  color: #5da7a0;
  margin: 0 5px 5px 0;
}
.cnttlinfoblk span {
  display: block;
}
.cntinnerblk {
  margin: 0 0 20px 0;
}
.cntinnerblk:last-child {
  margin: 0;
}
.cntinnerblk.font16 {
  font-size: 16px;
  line-height: 18px;
  display: flex;
}
.cnttlinfoblk span.uppercase {
  margin: 0 0 8px 0;
}
.cnttlinfoblk span a {
  text-decoration: underline;
}
.dirarrow {
  margin: 0 0 0 10px;
}
.contactpicblk {
  margin: 30px 0 0 -55px;
}
.cntablistinfoblk {
  margin-bottom: 15px;
}
.cntfield {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #000;
  padding: 0 0 5px 0;
  outline: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 18px;
  line-height: 18px;
  color: #000;
}
.cntfielditem {
  margin: 25px 0 0 0;
}
.cntfield {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #000;
  padding: 0 0 5px 0;
  outline: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 18px;
  line-height: 18px;
  color: #000;
}
.cntlisting.cntfield {
  cursor: pointer;
}
.happychildblk {
  width: 100%;
  background: url("../images/happy-children.webp") repeat 0 0;
  height: 150px;
  margin: 70px 0 0 0;
}
.schoollinkwrapper {
  width: 100%;
  padding: 30px 0 20px;
  background: #d0dd14;
  position: relative;
}
.schoollinkwrapper .spring-buds-img {
  top: -15px;
  left: 275px;
  width: 5%;
}
.linkttl {
  font-size: 28px;
  line-height: 28px;
  color: #000;
  font-family: "Roboto-Bold";
  margin: 0 0 13px 0;
}
.linklist li {
  font-size: 18px;
  line-height: 18px;
  color: #000;
  font-family: "Roboto-Regular";
  margin: 0 0 13px 0;
}
.linklist li:last-child {
  margin: 0;
}
.followtxt {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-family: "Roboto-Regular";
}
.copyrightblk {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-family: "Roboto-Regular";
}
.socialitem {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 15px;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}
.socialitem a:hover {
  background: transparent;
  color: #fff;
  border-color: #3b5998;
}
.socialitem a:hover i {
  color: #3b5998;
}
.socialitem.linkedin a:hover i {
  color: #d12792;
}
.socialitem.twitter a:hover i {
  color: #c4302b;
}
.socialitem.linkedin a:hover {
  background: transparent;
  color: #d12792;
  border-color: #d12792;
}
.socialitem.linkedin a i:hover {
  color: #d6249f;
}
.socialitem.linkedin a {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: #fff;
  border-color: #d12792;
}
.socialitem.twitter a:hover {
  background: transparent;
  color: #c4302b;
  border-color: #c4302b;
}
.socialitem.twitter a {
  background: #c4302b;
  color: #fff;
  border-color: #c4302b;
}
.socialitem {
  position: relative;
}
.socialitem i {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  color: #fff;
}
.socialitem a {
  font-size: 17px;
  line-height: 42px;
  text-align: center;
  display: block;
  width: 35px;
  height: 35px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 100%;
  background: #3b5998;
  color: #fff;
  border-color: #3b5998;
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-twitter:before {
  content: "\f099";
}
.gallerywrapper {
  padding: 0 0 100px 0;
}
.galleryblk {
  width: 100%;
  background: #ffeaa9;
  padding: 40px 50px 180px 50px;
  border-radius: 30px;
  position: relative;
}
.galleryblk:after {
  position: absolute;
  content: "";
  background: url("../images/gal-strip.png") no-repeat 0 0;
  width: 100%;
  height: 134px;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
}
.gallerynamelist .uppertxt {
  margin: 0 0 30px 0;
}
.gallerysecblk .resp-vtabs .resp-tabs-list li {
  font-size: 34px;
  line-height: 36px;
  color: #000;
  font-family: "AmaticSC-Bold";
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding: 0 40px 15px 0px;
  margin: 0 0 15px 0;
}
.gallerysecblk .gallerynamelist {
  width: 350px;
}
.gallerysecblk .resp-vtabs .gallerynamelist ul.resp-tabs-list {
  width: 100%;
}
.gallerydatalist.fr.resp-tabs-container {
  width: calc(100% - 390px);
  float: right;
}
.gallerydatalist img {
  width: 100%;
}
.gallerysecblk .resp-vtabs .resp-tabs-list li.resp-tab-active:after {
  position: absolute;
  content: "";
  background: url("../images/gallery/gal-active-arrow.png") no-repeat 0 0;
  width: 31px;
  height: 18px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.gallerydatalist .explorebtn.smallbtn {
  margin: 30px auto 0;
}
.galcircle1 {
  bottom: -40px;
  left: 230px;
  z-index: 1;
}
.galcircle2 {
  bottom: -20px;
  left: 450px;
  z-index: 1;
}
.galcircle3 {
  bottom: 10px;
  right: 70px;
  z-index: 1;
}
.footerwrapper {
  width: 100%;
  padding: 20px 0 40px;
  background: #d4fffc;
}
.schoollinkwrapper .menu-link-blk li ul li {
  margin-bottom: 10px !important;
  line-height: 18px;
  font-size: 16px;
}
.schoollinkwrapper .menu-link-blk li {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 20px;
}
.footerblk {
  align-items: center;
}
.pagewrap {
  position: relative;
  z-index: 1;
  background: #fff;
}
.inner-banner {
  position: relative;
  width: 100%;
  height: 560px;
  height: 92vh;
  background: #fff;
}
.blog-banner {
  background: #fff724;
}
.inner-banner:after {
  width: 100%;
  height: 15vh;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  content: "";
  background: #fff;
  z-index: 1;
}
.banner-bigcircle {
  width: 110vh;
  height: 110vh;
  position: absolute;
  top: 30px;
  right: 12%;
  background: #fffb92;
  border-radius: 100%;
  z-index: 1;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
}
.banner-blk {
  position: relative;
  width: 89%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.banner-blk:after {
  width: 100%;
  height: 15vh;
  position: absolute;
  bottom: -52px;
  left: -140px;
  content: "";
  background: url("../images/wave-img.png") no-repeat;
  z-index: 1;
}
.banner-img {
  border-radius: 50%;
  width: 41%;
  border: 2px solid #00e8eb;
  position: absolute;
  right: 0;
  z-index: 2;
  top: 22%;
  padding: 15px;
}
.banner-img img {
  width: 100%;
}
.banner-subtxt {
  font-size: 24px;
  font-family: "Roboto-Regular";
  line-height: 26px;
}
.banner-txt {
  width: 48%;
  position: absolute;
  top: 45%;
  z-index: 2;
}
.banner-txt .introheading {
  margin-bottom: 15px;
}
.circle1 {
  background: #fff724;
  width: 80px;
  height: 80px;
  border: 25px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: -35px;
  bottom: -5px;
  z-index: 3;
}
.circle2 {
  background: #fff724;
  width: 60px;
  height: 60px;
  border: 25px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: -35px;
  bottom: -5px;
  z-index: 3;
}
.circle2 {
  background: #fff724;
  width: 60px;
  height: 60px;
  border: 16px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 31%;
  bottom: 18px;
  z-index: 3;
}
.circle3 {
  background: #fff724;
  width: 140px;
  height: 140px;
  border: 42px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 42%;
  bottom: -2px;
  z-index: 3;
}
.circle4 {
  background: #fff724;
  width: 56px;
  height: 56px;
  border: 15px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 56%;
  bottom: 20px;
  z-index: 3;
}
.big-circle {
  background: #fff;
  width: 634px;
  height: 634px;
  border-radius: 50%;
  position: absolute;
  left: -19%;
  top: -77%;
}
.spring-buds-img {
  position: absolute;
  top: 30px;
  right: 0;
}
.sprite {
  background: url("../images/sprite.png") no-repeat;
  width: 100%;
  height: 600px;
}
.breadcrumb li {
  font-size: 24px;
  font-family: "AmaticSC-Bold";
  margin-right: 40px;
  position: relative;
}
.breadcrumb li:before {
  background: url(../images/right-arrow.png) no-repeat;
  width: 12px;
  height: 13px;
  position: absolute;
  right: -27px;
  content: "";
  top: 10px;
}
.breadcrumb li:last-child:before {
  display: none;
}
.breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 50px 0;
}
.inner-navigation-blk {
  background: #21b8ff;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 50px;
  margin-bottom: 30px;
}
.inner-navigation-blk li {
  font-size: 30px;
  font-family: "AmaticSC-Bold";
  padding: 10px 40px;
}
.inner-navigation-blk li.active,
.inner-navigation-blk li:hover {
  background: #ccff52;
  border-radius: 50px;
}
.blog-blk {
  margin-bottom: 60px;
}
.blog-img {
  width: 25%;
  border-radius: 15px;
  margin-right: 30px;
}
.blog-img img {
  border-radius: 15px;
}
.blog-ttl {
  font-size: 48px;
  line-height: 50px;
  color: #000;
  font-family: "AmaticSC-Bold";
  margin-bottom: 5px;
}
.blog-date {
  font-size: 18px;
  color: #000;
  font-family: "Roboto-Regular";
  margin-bottom: 10px;
}
.blog-info {
  border-bottom: 5px solid #000;
  padding-bottom: 20px;
  width: 70%;
}
.blog-wrapper .spring-buds-img {
  top: 180px;
  right: 270px;
}
.circle {
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}
.blog-circle1 {
  width: 398px;
  height: 398px;
  background: #fff;
  border: 100px solid #ccff52;
  top: 505px;
  left: -120px;
}
.blog-circle2 {
  width: 398px;
  height: 398px;
  background: #fff;
  border: 95px solid #21b8ff;
  bottom: -25px;
  right: -95px;
}
.blog-detail-banner {
  background: #e3ffbe;
  height: 45vh;
}
.blog-detail-banner:after {
  width: 105%;
  height: 53px;
  position: absolute;
  bottom: 0;
  left: -52px;
  content: "";
  background: url("../images/blog-wave-img.png") no-repeat;
  z-index: 1;
}
.blog-detail-banner .circle1 {
  background: #ccff52;
  left: auto;
  right: 0;
  bottom: 6px;
}
.blog-detail-banner .circle2 {
  background: #ccff52;
  left: 40%;
}
.blog-detail-banner .circle3 {
  background: #ccff52;
  left: 48%;
}
.blog-detail-banner .circle4 {
  background: #ccff52;
  left: 65%;
}
.blog-subtxt {
  font-size: 24px;
  line-height: 26px;
  font-family: "Roboto-Regular";
  margin-bottom: 20px;
}
.blog-dtl-ttl {
  margin-bottom: 20px;
}
.blog-dtl-blk {
  margin: 60px 0 0;
}
.blog-dtl-left {
  width: 46%;
  margin-right: 50px;
  border-radius: 50px;
}
.blog-dtl-left img {
  border-radius: 50px;
}
.blog-dtl-right {
  width: 48%;
  padding: 25px 0 0;
}
.blog-dtl-wrap .spring-buds-img {
  top: 20px;
  right: 320px;
}
.blog-dtl-wrap .introheading {
  font-size: 65px;
}
.blog-dtl-circle1 {
  width: 217px;
  height: 217px;
  background: #fff;
  border: 44px solid #ccff52;
  top: 432px;
  left: 484px;
}
.blog-dtl-circle2 {
  width: 110px;
  height: 110px;
  background: #fff;
  border: 35px solid #21b8ff;
  bottom: -50px;
  right: 100px;
}
.testimonial-banner {
  background: #00e8eb;
  width: 100%;
  height: 560px;
}
.testimonial-banner .banner-bigcircle {
  background: #27fcff;
}
.testimonial-banner .banner-circle {
  background: #00e8eb;
}
.testimonial-wrap {
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.testimonial-blk {
  width: 46%;
  border-radius: 40px;
  margin-bottom: 50px;
  padding: 30px;
}
.yellow-bg {
  background: #ffeaa9;
}
.blue-bg {
  background: #d4e2ff;
}
.green-bg {
  background: #e3ffbe;
}
.purple-bg {
  background: #f2e2ff;
}
.testimonial-name {
  font-size: 16px;
  margin: 15px 0 5px 0;
  font-family: "RobotoMedium";
}
.testimonial-name + .testimonial-name {
  margin-top: 0;
}
.testimonial-circle1 {
  width: 319px;
  height: 319px;
  background: #fff;
  border: 80px solid #ccff52;
  top: 490px;
  left: -120px;
}
.testimonial-circle2 {
  width: 280px;
  height: 280px;
  background: #fff;
  border: 65px solid #21b8ff;
  bottom: -25px;
  right: -95px;
}
.news-banner {
  background: #ff6262;
  width: 100%;
  height: 560px;
}
.news-banner .banner-bigcircle {
  background: #fea1a1;
}
.news-banner .banner-circle {
  background: #ff6262;
}
.news-wrap {
  margin: 50px 0 0;
}
.news-sect .heading {
  margin-bottom: 10px;
}
.news-blk {
  width: 46%;
  border-bottom: 8px solid #000;
  padding-bottom: 30px;
  margin-bottom: 80px;
}
.news-date {
  font-size: 18px;
  margin: 10px 0;
  font-family: "Roboto-Regular";
}
.subtxt {
  font-size: 18px;
  margin: 10px 0;
  font-family: "Roboto-Regular";
}
.news-circle1 {
  width: 319px;
  height: 319px;
  background: #fff;
  border: 80px solid #ccff52;
  top: 547px;
  left: -120px;
}
.news-circle2 {
  width: 398px;
  height: 398px;
  background: #fff;
  border: 102px solid #21b8ff;
  bottom: -85px;
  right: -54px;
}
.job-opening-banner {
  background: #759fff;
  width: 100%;
  height: 560px;
}
.job-opening-banner .banner-bigcircle {
  background: #94b5ff;
}
.job-opening-banner .banner-circle {
  background: #759fff;
}
.job-opening-wrap {
  margin-bottom: 60px;
}
.job-opening-blk {
  width: 30%;
  border-radius: 40px;
  margin-bottom: 30px;
  padding: 30px 20px;
}
.job-opening-ttl {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Roboto-Regular";
}
.enquire-form-wrap {
  width: 100%;
  background: #d2fffb;
  position: relative;
  padding: 40px 50px;
  border-radius: 40px;
}
.enquire-form-wrap:before {
  width: 107%;
  height: 210px;
  position: absolute;
  bottom: -52px;
  left: -75px;
  content: "";
  background: url(../images/form-wave.png) no-repeat;
  z-index: 1;
  background-size: cover;
}
.smalltxt {
  font-size: 14px;
  line-height: 18px;
  font-family: "Roboto-Regular";
}
.form-field .cntfielditem {
  width: 28%;
  margin: 0 8% 50px 0;
}
.form-field .cntfielditem:nth-child(3n) {
  margin-right: 0;
}
.msgfield {
  flex-grow: 1;
}
.enq-form-blk {
  padding: 40px 0 80px;
}
.enq-form-blk .explorebtn {
  margin: 0 auto;
}
.custom-file {
  position: relative;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.custom-file span {
  font-size: 13px;
  color: #000;
  background: #72beb7;
  padding: 5px 30px;
  position: absolute;
  right: 0;
  bottom: 5px;
  border-radius: 25px;
  font-family: "RobotoMedium";
}
.enquire-sect {
  position: relative;
}
.enquire-sect .wavelineblk {
  height: 453px;
}
.enq-circle1 {
  background: #fff;
  width: 91px;
  height: 91px;
  border: 25px solid #d2fffb;
  border-radius: 50%;
  position: absolute;
  left: 79px;
  bottom: 8px;
  z-index: 3;
}
.enq-circle2 {
  background: #fff;
  width: 70px;
  height: 70px;
  border: 20px solid #d2fffb;
  border-radius: 50%;
  position: absolute;
  left: 222px;
  bottom: 6px;
  z-index: 3;
}
.enq-circle3 {
  background: #fff;
  width: 70px;
  height: 70px;
  border: 20px solid #d2fffb;
  border-radius: 50%;
  position: absolute;
  right: -3px;
  bottom: 24px;
  z-index: 3;
}
.selectfield {
  position: relative;
}
.selectfield:before {
  content: "\f107";
  position: absolute;
  top: 0;
  right: 0;
  font: 18px/1 FontAwesome;
  color: #77c1ba;
  pointer-events: none;
}
.contact-banner {
  background: #d4e2ff;
  width: 100%;
  height: 560px;
}
.contact-banner .banner-bigcircle {
  background: #e3ebfc;
}
.contact-banner .banner-circle {
  background: #d4e2ff;
}
.contact-form {
  background: #f2e2ff;
}
.contact-form .enq-circle {
  border-color: #f2e2ff;
}
.contact-wrap {
  margin-bottom: 80px;
}
.contact-blk {
  width: 46%;
  margin-bottom: 60px;
  border-bottom: 5px solid #000;
}
.location-icon.sprite {
  background-position: -11px -11px;
  width: 15px;
  height: 18px;
}
.tel-icon.sprite {
  background-position: -40px -11px;
  width: 17px;
  height: 12px;
}
.email-icon.sprite {
  background-position: -84px -11px;
  width: 16px;
  height: 11px;
}
.google-icon.sprite {
  background-position: -127px -11px;
  width: 38px;
  height: 36px;
}
.contact-info {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  align-items: center;
}
.contact-info p {
  margin-left: 20px;
  line-height: 20px;
  width: 98%;
}
.align-items-start {
  align-items: start;
}
.addresstxt {
  min-height: 60px;
}
.contact-circle1 {
  width: 319px;
  height: 319px;
  background: #fff;
  border: 80px solid #ccff52;
  top: 373px;
  left: -120px;
}
.contact-circle2 {
  width: 398px;
  height: 398px;
  background: #fff;
  border: 102px solid #21b8ff;
  top: 945px;
  right: -140px;
}
.contact-form .spring-buds-img {
  top: -70px;
  right: 300px;
}
.life-sbis-banner {
  background: #d2fffb;
  width: 100%;
  height: 560px;
}
.life-sbis-banner .banner-bigcircle {
  background: #a8fdf5;
}
.life-sbis-banner .banner-circle {
  background: #d2fffb;
}
.life-sbis-info {
  width: 30%;
}
.life-sbis-blk {
  border-bottom: 5px solid #000;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.environment.sprite {
  background-position: -188px -11px;
  width: 49px;
  height: 63px;
}
.learning.sprite {
  background-position: -275px -11px;
  width: 50px;
  height: 62px;
}
.sense.sprite {
  background-position: -357px -11px;
  width: 84px;
  height: 55px;
}
.life-icon-blk {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.life-icon {
  margin-right: 10px;
}
.life-sbis-wrap {
  margin-bottom: 50px;
}
.life-slider-wrap {
  background: #e3ffbe;
  border-radius: 50px;
  padding: 70px 50px 100px;
  position: relative;
}
.life-sbis-img {
  border-radius: 35px;
  width: 90%;
  margin: 0 auto;
}
.life-sbis-img img {
  width: 100%;
  border-radius: 35px;
}
.life-slider-blk {
  margin: 50px auto;
}
.life-icon-blk .secsubtxt {
  font-size: 28px;
  line-height: 30px;
}
.life-sbis-slider .slick-next {
  background: url("../images/next-arrow.png") no-repeat center;
  width: 58px;
  height: 54px;
  left: 0;
  right: -58px;
  margin: auto;
  top: auto;
  bottom: -90px;
}
.life-sbis-slider .slick-next:after {
  position: absolute;
  content: "";
  background: url("../images/right-arrow-bg.png") no-repeat 0 0;
  top: -1px;
  right: 0;
  width: 58px;
  height: 54px;
}
.life-sbis-slider .slick-prev {
  background: url("../images/prev-arrow.png") no-repeat center;
  width: 58px;
  height: 54px;
  left: -58px;
  right: 0;
  margin: auto;
  top: auto;
  bottom: -90px;
}
.life-sbis-slider .slick-prev:after {
  position: absolute;
  content: "";
  background: url("../images/left-arrow-bg.png") no-repeat 0 0;
  top: 0;
  left: 0;
  width: 58px;
  height: 54px;
}
.slick-initialized .slick-slide {
  outline: none;
}
.life-sbis-circle1 {
  width: 350px;
  height: 350px;
  background: #fff;
  border: 100px solid #ccff52;
  top: 500px;
  left: -120px;
}
.life-sbis-circle2 {
  width: 300px;
  height: 300px;
  background: #fff;
  border: 80px solid #21b8ff;
  bottom: -90px;
  right: -5px;
}
.life-slider-wrap .spring-buds-img {
  top: -40px;
  right: 450px;
}
.why-us-sect .heading {
  margin-bottom: 10px;
}
.tech-ttl {
  font-size: 30px;
  margin-bottom: 5px;
  font-family: "AmaticSC-Bold";
}
.tech-icon {
  margin-bottom: 10px;
}
.critical-icon.sprite {
  background-position: -5px -102px;
  width: 62px;
  height: 78px;
}
.communication-icon.sprite {
  background-position: -84px -102px;
  width: 66px;
  height: 78px;
}
.collaboration-icon.sprite {
  background-position: -177px -102px;
  width: 60px;
  height: 78px;
}
.creativity-icon.sprite {
  background-position: -275px -102px;
  width: 69px;
  height: 78px;
}
.tech-blk {
  width: 22%;
}
.tech-wrap {
  margin: 25px 0 0;
}
.tech-blk p {
  margin: 0;
}
.why-us-circle1 {
  width: 398px;
  height: 398px;
  background: #fff;
  border: 100px solid #b76ae8;
  top: -54px;
  left: -155px;
  z-index: -1;
}
.why-us-circle2 {
  width: 398px;
  height: 398px;
  background: #fff;
  border: 100px solid #21b8ff;
  top: 386px;
  right: -150px;
  z-index: -1;
}
.why-us-circle3 {
  width: 398px;
  height: 398px;
  background: #fff;
  border: 100px solid #ccff52;
  bottom: 335px;
  left: -210px;
  z-index: -1;
}
.why-us-wave {
  position: absolute;
  z-index: 1;
}
.theme-based {
  top: 192px;
  left: 247px;
}
.literacy-lang {
  top: 258px;
  left: 432px;
}
.multi-prog {
  top: 263px;
  left: 395px;
}
.ex-learning {
  top: 235px;
  left: 266px;
}
.show-tell {
  top: 250px;
  left: 395px;
}
.why-us-info {
  width: 92%;
  position: relative;
}
.why-us-info .overviewdescblk {
  width: auto;
  margin: 0 0 65px 0;
}
.learn-pro {
  margin: 50px 0 40px 0;
}
.usp-name {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 20px;
}
.star-sap {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.star-sap .location-subttl {
  margin-right: 10px;
}
.col-12 {
  width: 100%;
}
.slider-shap {
  width: 43%;
}
.smallheading {
  font-size: 48px;
  line-height: 48px;
  color: #000;
  margin-bottom: 20px;
}
.overview-banner {
  background: #e3ffbe;
  width: 100%;
}
.inner-banner.overview-banner:before {
  background: #ccff52;
}
.overview-banner .circle1,
.overview-banner .circle2,
.overview-banner .circle3,
.overview-banner .circle4 {
  background: #ccff52;
}
.inner-banner.overview-banner .banner-bigcircle {
  background: #ccff52;
}
.inner-banner.blog-banner .banner-bigcircle {
  background: #fffb92;
}
.overviewinfoblk .heading {
  margin: 0;
}
.overviewpicblk {
  width: 40%;
  margin: 10% 0 0 0;
}
.overviewinfoblk {
  width: 50%;
  position: relative;
}
.overviewcircle {
  width: 81px;
  height: 81px;
  background: #fff;
  border-radius: 100%;
  border: 25px solid #ff6262;
  top: 30px;
  right: 80px;
}
.overviewinfoblk .spring-buds-img {
  width: 110px;
  top: 140px;
  right: -115px;
}
.spring-buds-img img {
  width: 100%;
}
.overviewlistingblk {
  margin: 85px 0 0 0;
  position: relative;
  z-index: 1;
}
.overview-circle1 {
  width: 400px;
  height: 400px;
  background: #fff;
  border: 100px solid #21b8ff;
  top: 0;
  right: -100px;
  z-index: -1;
}
.overview-circle2 {
  width: 400px;
  height: 400px;
  background: #fff;
  border: 100px solid #ccff52;
  bottom: 20px;
  left: -150px;
  z-index: -1;
}
.overviewdescblk {
  border-radius: 30px;
  width: 92%;
  margin: 0 0 45px 0;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
}
.overviewdescblk .sectiondesc p {
  font-size: 16px;
  line-height: 20px;
}
.overviewdescblk .spring-buds-img {
  width: 110px;
  top: -50px;
  right: 200px;
}
.overview-txtblk {
  padding: 30px 45px;
  width: 100%;
}
.overview-imgblk {
  line-height: 0;
  width: 50%;
}
.overview-imgblk img {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.why-us-info:nth-child(2n) .overview-imgblk img,
.overviewdescblk:nth-child(2n) .overview-imgblk img {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.techdescblk {
  padding: 45px;
  display: block;
}
.awardblkwrapper {
  position: relative;
}
.awardbanner {
  background: #00e8eb;
}
.awardbanner .banner-bigcircle {
  background: #27fcff;
}
.awardbanner .banner-circle {
  background: #00e8eb;
}
.awardttl {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 6px 0;
}
.awardinfoblk {
  font-size: 14px;
  line-height: 18px;
}
.btn-readmore {
  font-size: 28px;
  line-height: 28px;
  font-family: "AmaticSC-Bold";
  margin: 7px 0 0 0;
  text-align: right;
  cursor: pointer;
}
.awardescblk {
  padding: 20px 15px;
  border-radius: 30px;
  width: 85%;
  min-height: 160px;
  margin: -80px 0 0 0;
  z-index: 1;
  position: absolute;
  color: #000;
  font-family: "Roboto-Regular";
  bottom: -90px;
}
.awarditem {
  width: 32%;
  margin: 0 0 140px 0;
}
.awardpic {
  line-height: 0;
  width: 100%;
}
.awardpic img {
  width: 100%;
}
.award-circle1 {
  width: 400px;
  height: 400px;
  background: #fff;
  border: 100px solid #b76ae8;
  top: 380px;
  left: -186px;
  z-index: -1;
}
.award-circle2 {
  width: 400px;
  height: 400px;
  background: #fff;
  border: 100px solid #21b8ff;
  bottom: 400px;
  right: -150px;
  z-index: -1;
}
.awardblk .spring-buds-img {
  position: absolute;
  right: 200px;
  width: 253px;
  bottom: -830px;
  margin: auto;
  height: 345px;
}
.awardblk {
  position: relative;
}
.playgroupblk {
  padding: 0 0 80px 0;
}
.playgroupblk .heading {
  margin-bottom: 10px;
}
.playsliderblk {
  margin: 50px auto;
}
.playgroupslider {
  width: 100%;
  background: #f2e2ff;
  border-radius: 30px;
  padding: 80px 50px 200px 50px;
  position: relative;
}
.playgroupslider:after {
  position: absolute;
  content: "";
  background: url("../images/slider-strip.png") no-repeat 0 0;
  width: 682px;
  height: 44px;
  bottom: 0;
  left: 100px;
  background-size: cover;
}
.playinfowrapper {
  position: relative;
}
.playslider .slick-next {
  background: url("../images/next-arrow.png") no-repeat center;
  width: 58px;
  height: 54px;
  left: 0;
  right: -58px;
  margin: auto;
  top: auto;
  bottom: -90px;
}
.playslider .slick-next:after {
  position: absolute;
  content: "";
  background: url("../images/right-arrow-bg.png") no-repeat 0 0;
  top: -1px;
  right: 0;
  width: 58px;
  height: 54px;
}
.playslider .slick-prev {
  background: url("../images/prev-arrow.png") no-repeat center;
  width: 58px;
  height: 54px;
  left: -58px;
  right: 0;
  margin: auto;
  top: auto;
  bottom: -90px;
}
.playslider .slick-prev:after {
  position: absolute;
  content: "";
  background: url("../images/left-arrow-bg.png") no-repeat 0 0;
  top: 0;
  left: 0;
  width: 58px;
  height: 54px;
}
.playcircle {
  width: 77px;
  height: 77px;
  background: #f2e2ff;
  border-radius: 100%;
  border: 25px solid #fff;
  position: absolute;
  bottom: 0;
}
.playcircle.circle1 {
  left: 50px;
  bottom: -30px;
}
.playcircle.circle2 {
  left: 280px;
  bottom: 50px;
}
.playcircle.circle3 {
  left: 460px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border: 15px solid #fff;
}
.playcircle.circle4 {
  left: 700px;
  bottom: -60px;
  width: 140px;
  height: 140px;
  border: 45px solid #fff;
}
.playsliderpic {
  width: 93%;
}
.playsliderpic img {
  width: 100%;
}
.playinfowrapper .overviewdescblk .spring-buds-img {
  width: 110px;
  top: auto;
  right: 10px;
  bottom: -100px;
}
.playgroupsliderwrapper {
  position: relative;
}
.wavearrowblk {
  position: absolute;
  width: 100%;
  height: 323px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.playgroup-banner {
  background: #e3ffbe;
}
.playgroup-banner .banner-bigcircle {
  background: #ccff52;
}
.playgroup-banner .banner-circle {
  background: #ccff52;
}
.playgroup-circle1 {
  width: 400px;
  height: 400px;
  background: #fff;
  border: 100px solid #21b8ff;
  top: 0;
  right: -100px;
  z-index: -1;
}
.playgroup-circle2 {
  width: 400px;
  height: 400px;
  background: #fff;
  border: 100px solid #ccff52;
  bottom: 20px;
  left: -150px;
  z-index: -1;
}
.playgroupslider .spring-buds-img {
  top: -40px;
  right: 450px;
}
.inner-banner.philosophy-banner {
  background: #ff409a;
}
.philosophy-banner .banner-bigcircle {
  background: #ff77b7;
}
.philosophy-banner .banner-circle {
  background: #ff409a;
}
.philosophyblk {
  margin: 0 auto;
  position: relative;
}
.philo-circle1 {
  position: absolute;
  width: 236px;
  height: 236px;
  background: #fff;
  border: 65px solid #21b8ff;
  bottom: -60px;
  right: -80px;
  border-radius: 100%;
  left: auto;
}
.philo-circle2 {
  position: absolute;
  width: 278px;
  height: 278px;
  background: #fff;
  border: 76px solid #40ffc2;
  bottom: -60px;
  right: auto;
  border-radius: 100%;
  left: -140px;
}
.philopic {
  line-height: 0;
  margin: 0 0 14px 0;
}
.philopicdesc {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-family: "Roboto-Regular";
}
.philoitemblk {
  width: 33.33%;
  text-align: center;
  margin: 0 0 64px 0;
  position: relative;
}
.philosopyitemwrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.inner-banner.trustee-banner {
  background: #ff6262;
}
.trustee-banner .banner-bigcircle {
  background: #fea1a1;
}
.trustee-banner .banner-circle {
  background: #ff6262;
}
.trustee-banner .banner-txt {
  width: 65%;
}
.trusteedescblk {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-family: "Roboto-Regular";
}
.trusteepic {
  line-height: 0;
  margin: 0 0 12px 0;
}
.trusteeitem {
  text-align: center;
  position: relative;
  width: 16.5%;
}
.trusteeitem img {
  width: 100%;
}
.trusteeitem:nth-child(2n + 2) {
  margin: 50px 0 0 0;
}
.trusteeitem:after {
  position: absolute;
  content: "";
  background: url("../images/trustee/path1.png") no-repeat 0 0;
  width: 107px;
  height: 62px;
  top: 100px;
  right: -70px;
  background-size: cover;
  z-index: -1;
}
.trusteeitem:nth-child(2n + 2):after {
  position: absolute;
  content: "";
  background: url("../images/trustee/path2.png") no-repeat 0 0;
  width: 107px;
  height: 66px;
  top: auto;
  bottom: 120px;
  right: -70px;
  background-size: cover;
  z-index: -1;
}
.trusteeitem:last-child:after {
  display: none;
}
.visionheading {
  padding: 0 20px;
  background: #fff;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.visionblk {
  position: relative;
  text-align: center;
  margin: 90px 0 0 0;
}
.visionblk:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  background: #000;
  top: 20px;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 50px;
}
.missioninfoblk {
  position: relative;
  background: #e3ffbe;
  padding: 90px 70px;
  border-radius: 30px;
  width: 65%;
}
.missioninfoblk:before {
  position: absolute;
  content: "";
  background: url("../images/overview/mission-wave.png") no-repeat 0 0;
  width: 279px;
  height: 140px;
  top: -7px;
  right: 0;
}
.missionblk {
  margin: 130px 0 0 0;
  position: relative;
}
.missioninfoblk .spring-buds-img {
  position: absolute;
  top: -70px;
  right: 40px;
}
.missionpicblk {
  position: absolute;
  top: 0;
  right: 0;
  width: 39%;
}
.missionpicblk img {
  width: 100%;
}
.trusteeblk {
  padding: 0 0 130px 0;
}
/***Contact***/
.location-banner {
  background: #e3ffbe;
  width: 100%;
  height: 560px;
}
.location-banner .banner-bigcircle {
  background: #ccff52;
}
.location-banner .banner-circle {
  background: #ccff52;
}
.inner-navigation-blk.location-nav {
  justify-content: center;
}
.inner-navigation-blk.location-nav li {
  font-size: 26px;
  padding: 10px 30px;
}
.list-txt-location {
  position: relative;
}
.list-txt-location li {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.location-opening-sect {
  margin-bottom: 50px;
}
.list-txt-location li i {
  font-size: 10px;
  margin-right: 10px;
}
.learn-p-list-blk {
  padding-top: 50px;
}
.learn-p-box img {
  width: 100%;
}
.learn-p-box {
  width: 30%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  margin-right: 30px;
}
.learn-p-box:nth-child(3n) {
  margin-right: 0;
}
.learn-p-box:before {
  content: "";
  width: 500px;
  height: 114px;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #000000c7;
  border-radius: 5px;
  box-shadow: 10px 10px 50px 30px;
}
.name-process {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 36px;
}
.learn-txt-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: #e3ffbef2;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  transition: 0.5s ease-in-out;
}
.pro-heading {
  color: #000;
  font-size: 32px;
  text-align: center;
  margin-top: 40px;
}
.pro-txt {
  font-size: 15px;
  line-height: 18px;
  font-family: "Roboto-Regular";
  width: 78%;
  margin: auto;
  text-align: center;
  padding-top: 8px;
}
.learn-p-box:hover .learn-txt-box {
  opacity: 1;
  visibility: visible;
  top: 0%;
  transition: 0.5s ease-in-out;
}
.learn-p-box:hover .name-process {
  visibility: hidden;
}
.pre-school-blk .learn-p-box:hover .name-process {
  visibility: visible;
}
.ot-play-area {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding-top: 50px;
}
.ot-play-area .overviewdescblk {
  padding: 45px;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.eqa-bg {
  background: #d2fffb;
}
.indooer-ply-sec {
  position: relative;
}
.indooer-ply-sec .wavelineblk {
  margin: 0;
  top: 15%;
}
.toys-bg {
  background: #d4e2ff;
  width: 100%;
  position: relative;
  padding: 40px 50px;
  border-radius: 40px;
}
.toys-bg .enq-circle1,
.toys-bg .enq-circle2,
.toys-bg .enq-circle3 {
  border-color: #d4e2ff;
}
.in-play-blk {
  padding-bottom: 120px;
  margin-top: 30px;
}
.in-ply-list {
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 20px;
}
.in-ply-list li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.in-ply-list li i {
  font-size: 10px;
  margin-right: 10px;
}
.sappicblk {
  width: 100%;
  margin: 0 0 0 0;
}
.sap-sec {
  padding: 60px 0 0;
}
.sapbk .overviewinfoblk .spring-buds-img {
  width: 80px;
  top: -50px;
  right: -45px;
}
.loc-event {
  margin-bottom: 30px;
}
.processtxtblk.loc-event .sectionttl,
.processtxtblk.learn-pro .sectionttl {
  font-size: 60px;
}
.awarditem.two-sec {
  width: 46%;
}
.awardescblk.loc-txt-aw {
  min-height: auto;
}
.loc-txt-aw .awardttl {
  font-size: 36px;
  font-family: "AmaticSC-Bold";
  line-height: 40px;
}
.breadcrumb li {
  cursor: default;
}
.breadcrumb li a {
  cursor: pointer;
}
.location-opening-sect .heading {
  margin-bottom: 20px;
}
.loc-event-sec {
  padding: 80px 0;
}
.learn-p-list {
  justify-content: center;
}
.location-gallery {
  margin-bottom: 80px;
}
.icon-star:before {
  content: "\f005";
}
.cd-nav-trigger {
  position: absolute;
  right: 5%;
  height: 77px;
  width: 77px;
  z-index: 5;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  top: 0px;
}
.cd-nav-trigger .cd-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 25px;
  height: 5px;
  background-color: #000;
  z-index: 10;
}
.cd-nav-trigger .cd-icon::before,
.cd-nav-trigger .cd-icon:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  content: "";
}
.cd-nav-trigger .cd-icon::before {
  -webkit-transform: translateY(-12px) rotate(0deg);
  -moz-transform: translateY(-12px) rotate(0deg);
  -ms-transform: translateY(-12px) rotate(0deg);
  -o-transform: translateY(-12px) rotate(0deg);
  transform: translateY(-12px) rotate(0deg);
  content: "";
}
.cd-nav-trigger .cd-icon::after {
  -webkit-transform: translateY(12px) rotate(0deg);
  -moz-transform: translateY(12px) rotate(0deg);
  -ms-transform: translateY(12px) rotate(0deg);
  -o-transform: translateY(12px) rotate(0deg);
  transform: translateY(12px) rotate(0deg);
  content: "";
}
.cd-nav-trigger::before,
.cd-nav-trigger::after {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  content: "";
}
.cd-nav-trigger::before {
  background-color: #40ffc2;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  content: "";
}
.cd-nav-trigger::after {
  background-color: #40ffc2;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  content: "";
}
.cd-nav-trigger.close-nav::before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  content: "";
}
.cd-nav-trigger.close-nav::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  content: "";
}
.cd-nav-trigger.close-nav .cd-icon {
  background-color: rgba(255, 255, 255, 0);
}
.cd-nav-trigger.close-nav .cd-icon::before,
.cd-nav-trigger.close-nav .cd-icon::after {
  background-color: #000;
  content: "";
}
.cd-nav-trigger.close-nav .cd-icon::before {
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  content: "";
}
.cd-nav-trigger.close-nav .cd-icon::after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  content: "";
}
.cd-primary-nav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 3;
  background-color: #d4e2ff;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -moz-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
}
.cd-primary-nav li {
  color: #000;
}
.cd-primary-nav a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.no-touch .cd-primary-nav a:hover {
  color: #ffffff;
}
.cd-primary-nav.fade-in {
  visibility: visible;
  opacity: 1;
}
.cd-overlay-nav,
.cd-overlay-content {
  position: fixed;
  top: 18px;
  right: 5%;
  height: 4px;
  width: 4px;
  -webkit-transform: translateX(-20px) translateY(20px);
  -moz-transform: translateX(-20px) translateY(20px);
  -ms-transform: translateX(-20px) translateY(20px);
  -o-transform: translateX(-20px) translateY(20px);
  transform: translateX(-20px) translateY(20px);
}
.cd-overlay-nav span,
.cd-overlay-content span {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.cd-overlay-nav.is-hidden,
.cd-overlay-content.is-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-overlay-nav {
  z-index: 2;
}
.cd-overlay-nav span {
  background-color: #e2ffbd;
}
.cd-overlay-content {
  z-index: 4;
}
.cd-overlay-content span {
  background-color: #e3ffbe;
}
.menu-left-blk {
  background: #e2ffbd;
  width: 75%;
  height: 100vh;
  float: left;
  padding: 0 40px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 1s ease-in;
  opacity: 0;
  position: relative;
}
.menu-left-blk:before {
  background: url("../images/menu-wave.png") no-repeat;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 45px;
  bottom: 0;
  content: "";
}
.menu-right-blk {
  background-color: #21b8ff;
  width: 25%;
  height: 100vh;
  float: right;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 1s ease-in;
  opacity: 0;
  position: relative;
}
.left {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  transition: all 1.2s ease-in;
  opacity: 1;
}
.right {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  transition: all 1.2s ease-in;
  opacity: 1;
}
.menu-right-txt {
  font-size: 44px;
  color: #fff;
  font-family: "AmaticSC-Bold";
  padding: 130px 35px;
}
.menu-right-txt span {
  position: relative;
}
.menu-right-txt span:before {
  position: absolute;
  content: "";
  background: url(../images/menu-up-comma.png) no-repeat 0 0;
  width: 20px;
  height: 18px;
  top: 0;
  left: -22px;
}
.menu-right-txt span:after {
  position: absolute;
  content: "";
  background: url(../images/menu-btm-comma.png) no-repeat 0 0;
  width: 21px;
  height: 17px;
  bottom: 0;
  right: -22px;
}
.cd-nav-trigger.close-nav {
  position: fixed;
  top: 28px;
}
.menu-right-blk .springbud {
  position: absolute;
  top: 300px;
  left: 0px;
  width: 55%;
}
.menu-right-blk.right .springbud {
  left: -83px;
}
.menu-right-blk .springbud {
  left: 0;
}
.menu-link-blk {
  width: 100%;
}
.menu-link-blk li {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 20px;
}
.menu-link-blk li ul li {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  font-family: "RobotoLight";
}
.menu-link-blk li ul {
  margin: 10px 0 0;
}
.menulink {
  margin-right: 35px;
}
.menu-headerblk {
  margin: 10px 0 70px;
  position: relative;
}
.menu-headerblk:before {
  height: 634px;
  background: url(../images/sec1-circle3.png) no-repeat 0 0;
  width: 628px;
  position: absolute;
  left: -233px;
  top: -491px;
  content: "";
  z-index: -1;
  border-radius: 50%;
}
.menu-headerblk .logoblk img {
  width: 25%;
}
.menu-circle1 {
  background: #ff409a;
  width: 91px;
  height: 91px;
  border: 25px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 535px;
  bottom: 2px;
  z-index: 3;
}
.menu-circle2 {
  background: #ff409a;
  width: 70px;
  height: 70px;
  border: 20px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 242px;
  bottom: 38px;
  z-index: 3;
}
.menu-circle3 {
  background: #ff409a;
  width: 56px;
  height: 56px;
  border: 15px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 454px;
  bottom: 24px;
  z-index: 3;
}
.menu-circle4 {
  background: #ff409a;
  width: 70px;
  height: 70px;
  border: 20px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 25px;
  bottom: -12px;
  z-index: 3;
}
.cont-circle {
  background: #fff;
  width: 70px;
  height: 70px;
  border: 20px solid #ffaf00;
  border-radius: 50%;
  position: absolute;
  left: 620px;
  bottom: 200px;
  z-index: 3;
}
.testimonial-blk p {
  margin-bottom: 5px;
}
.testimonial-tabdata.active {
  display: inline-block !important;
}
.testimonial-link.active {
  background: #ccff52;
  border-radius: 50px;
}
.testimonial-blk.testimonial-animate {
  animation: fadeInLeft 2s;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.stickybtn {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 99999;
  display: block;
  transition: 0.5s all ease;
  height: 155px;
  cursor: pointer;
}
.play-grp-blk {
  width: 243px;
  height: 243px;
  border-radius: 50%;
  margin: 0 150px 80px 0;
  text-align: center;
  position: relative;
}
.greeting-time {
  margin: 100px 150px 190px 0;
}
.music {
  margin: 100px 0 130px 0;
}
.snack-time {
  order: 2;
  margin: -110px 130px 190px 100px;
}
.grp-activity {
  order: 1;
  margin-bottom: 60px;
}
.physical-time {
  margin: 0 150px 80px 280px;
}
.reflection-time {
  margin: -75px 0 80px 95px;
}
.play-grp-innerblk {
  width: 1100px;
  margin: 0 auto;
}
.blank-sect {
  order: 4;
}
.blank-sect2 {
  order: 7;
}
.learning-path {
  position: absolute;
  z-index: -1;
}
.path1 {
  top: 8px;
  left: 200px;
}
.path2 {
  top: 156px;
  left: 192px;
}
.path3 {
  top: 88px;
  left: -86px;
}
.path4 {
  top: 57px;
  left: -286px;
}
.path5 {
  top: 78px;
  left: 30px;
}
.path6 {
  top: 40px;
  left: 227px;
}
.moretext {
  display: none;
}
.admission-table table {
  border: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: inherit;
  border-spacing: 0;
}
.admission-table table tr {
  border: 1px solid #ddd;
  padding: 5px;
}
.admission-table table th,
table td {
  padding: 25px 10px;
  text-align: left;
}
.admission-table table td {
  font-family: "Roboto-Regular";
  font-size: 16px;
}
.admission-table table th {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Roboto-Regular";
  background: #ff409a;
  color: #fff;
}
.admission-table table th:first-child {
  border-top-left-radius: 25px;
}
.admission-table table th:last-child {
  border-top-right-radius: 25px;
}
.admission-table table tr:nth-child(even) {
  background: #d4e2ff;
}
.admission-table table tr:nth-child(odd) {
  background: #e1f5fe;
}
.admission-table table tr td:first-child,
.admission-table table tr th:first-child {
  padding-left: 20px;
}
.admission-table {
  width: 70%;
}
.admission-wrapper .spring-buds-img {
  top: 5px;
  right: 470px;
}
.admission-table table tr:last-child td:first-child {
  border-bottom-left-radius: 25px;
}
.admission-table table tr:last-child td:last-child {
  border-bottom-right-radius: 25px;
}
.bullet li {
  font-size: 16px;
  color: #000;
  font-family: "Roboto-Regular";
  margin-bottom: 10px;
}
.test-video-blk {
  width: 24%;
  margin: 0 60px 50px 0;
}
.test-video-img {
  position: relative;
  border: 2px solid #ff409a;
  padding: 10px;
  line-height: 0;
  border-radius: 25px;
}
.test-video-img img {
  border-radius: 25px;
}
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  cursor: pointer;
  background: #ec1b24;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.test-video-blk .fa-play {
  font-size: 14px;
}
.video-testimonial-txt {
  font-size: 16px;
  margin: 15px 0 5px 0;
  font-family: "RobotoMedium";
}
.scroll-to-top {
  position: fixed;
  cursor: pointer;
  bottom: 250px;
  right: 30px;
  display: none;
  width: 72px;
  height: 107px;
  z-index: 999;
  bottom: 60px;
}
.socialmediablk {
  margin-right: 40px;
}
/****Enquire Now Start*******/
.enquire-form {
  position: fixed;
  z-index: 999999;
  top: 18%;
  right: -265px;
  width: 260px;
  background: #f2e2ff;
  transition: all 1s ease-in-out;
  visibility: hidden;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.enquire-form.open {
  right: 0;
  visibility: visible;
  transition: all 1s ease-in-out;
}
.form-blk {
  padding: 20px;
}
.enquire-form .btn-close {
  position: absolute;
  right: 10px;
  color: #17548e;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #000;
  text-align: center;
}
.enquire-form h3 {
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.enquire-form .cntfield {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.enquire-form .cntfielditem {
  margin: 0 0 8px 0;
}
.icon-cancel {
  position: relative;
}
.icon-cancel:after,
.icon-cancel:before {
  content: "";
  width: 13px;
  height: 2px;
  background: #000;
  position: absolute;
  border-radius: 5px;
  left: -7px;
  top: 12px;
}
.icon-cancel:after {
  transform: rotate(45deg);
}
.icon-cancel:before {
  transform: rotate(135deg);
}
.enquire-form .selectfield:before {
  color: #000;
}
.enquire-form .explorebtn.smallbtn {
  padding: 0px 0 0 0;
  font-size: 20px;
  margin: 0;
  transform: scale(0.8);
  margin-left: -17px;
}
.enquire-form::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Roboto-Regular";
}
.enquire-form::-moz-placeholder {
  opacity: 1;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Roboto-Regular";
}
.enquire-form::-moz-placeholder {
  opacity: 1;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Roboto-Regular";
}
/****Enquire Now END*******/
.gallery-banner {
  background: #00e8eb;
  width: 100%;
  height: 560px;
}
.gallery-banner .banner-bigcircle {
  background: #27fcff;
}
.gallery-banner .banner-circle {
  background: #00e8eb;
}
.gallery-blk {
  width: 22.8%;
  margin: 0 30px 40px 0;
  position: relative;
}
.gallery-blk:nth-child(4n) {
  margin-right: 0;
}
.gallery-img {
  line-height: 0;
  position: relative;
  border-radius: 20px;
}
.gallery-img img {
  border-radius: 20px;
}
.gallery-info {
  position: absolute;
  bottom: 0;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-family: "Roboto-Regular";
  width: 100%;
  background: #000;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  align-items: center;
}
.gallery-ttl {
  width: 85%;
}
.gallery-plusicon {
  background: #000;
  font-size: 20px;
  padding: 5px 10px;
}
.gallery-sect .spring-buds-img {
  top: 20px;
  right: 400px;
}
.nursery-struct .music {
  order: 3;
}
.nursery-struct .snack-time {
  order: 2;
}
.nursery-struct .theme-exploratory {
  order: 1;
}
.nursery-struct .literacy {
  margin: 100px 0 130px 0;
}
.nursery-struct .snack-time {
  order: 2;
  margin: -100px 150px 130px 0;
}
.nursery-struct .music {
  order: 3;
  margin: 50px 0 130px 0;
}
.nursery-struct .theme-exploratory {
  order: 1;
  margin: 50px 150px 130px 0;
}
.nursery-struct .grp-activity {
  order: 1;
  margin: 80px 150px 80px 0;
}
.nursery-struct .physical-time {
  margin: 0 115px 80px 0;
  order: 2;
}
.nursery-struct .reflection-time {
  margin: 80px 0 80px 0;
  order: 3;
}
.nursery-struct .path3 {
  top: 169px;
  left: 176px;
}
.nursery-struct .snack-path {
  top: 156px;
  left: -215px;
}
.nursery-struct .music-path {
  top: 10px;
  left: -193px;
}
.nursery-struct .theme-path {
  top: 156px;
  left: -68px;
}
.nursery-struct .goup-path {
  top: 40px;
  left: 198px;
}
.nursery-struct .physical-path {
  top: 117px;
  left: 170px;
}
.buzz-banner {
  background: #ff6262;
}
.buzz-banner .banner-bigcircle {
  background: #fea1a1;
}
.buzz-banner .banner-circle {
  background: #ff6262;
}
.buzz-sect .heading {
  margin-bottom: 10px;
}
.buzz-wrapper {
  position: relative;
}
.buzz-blk {
  width: 100%;
  background: #fff724;
  padding: 100px 50px 150px;
  border-radius: 50px;
  position: relative;
  margin: 100px 0 0;
}
.buzz-video-blk {
  border-radius: 25px;
  width: 60%;
  margin: 0 auto;
}
.buzz-video-img {
  position: relative;
  line-height: 0;
  border-radius: 50px;
}
.buzz-video-img img {
  border-radius: 50px;
}
.buzz-video-img .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #21b8ff;
}
.buzz-blk:after {
  position: absolute;
  content: "";
  background: url(../images/buzz-wave.png) no-repeat 0 0;
  width: 100%;
  height: 97px;
  bottom: -48px;
  left: 20px;
  right: 0;
}
.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
}
.fa-play:before {
  content: "\f04b";
}
.buzz-circle {
  background: #fff724;
  position: absolute;
  z-index: 3;
  border-radius: 50%;
}
.buzz-circle1 {
  width: 138px;
  height: 138px;
  border: 36px solid #fff;
  left: 524px;
  bottom: -50px;
}
.buzz-circle2 {
  width: 60px;
  height: 60px;
  border: 18px solid #fff;
  left: 222px;
  bottom: 25px;
}
.buzz-circle3 {
  width: 70px;
  height: 70px;
  border: 20px solid #fff;
  right: -36px;
  bottom: 24px;
}
.buzz-circle4 {
  width: 60px;
  height: 60px;
  border: 18px solid #fff;
  left: 22px;
  bottom: -9px;
}
.buzz-circle5 {
  width: 56px;
  height: 56px;
  border: 16px solid #fff;
  left: 438px;
  bottom: 15px;
}
.buzz-circle6 {
  width: 56px;
  height: 56px;
  border: 16px solid #fff;
  left: 630px;
  bottom: 85px;
}
.buzz-circle7 {
  width: 90px;
  height: 90px;
  border: 25px solid #a4ff2e;
  left: 60px;
  top: -44px;
  background: #fff;
}
.buzz-spring-buds1 {
  width: 6%;
  top: -58px;
  right: 60px;
}
.buzz-spring-buds2 {
  top: auto;
  right: auto;
  left: 110px;
  bottom: 100px;
}
.ecced-banner {
  background: #00e8eb;
  width: 100%;
  height: 560px;
}
.ecced-banner .banner-bigcircle {
  background: #27fcff;
}
.ecced-banner .banner-circle {
  background: #00e8eb;
}
.ecced-sect h2 {
  margin-bottom: 15px;
}
.ecced-gallery {
  margin: 50px 0 0;
}
.mobile-menu {
  display: none;
}
.thankyou-blk .introheading {
  margin-bottom: 20px;
}
.thankyou-blk {
  text-align: center;
  padding: 30px 0;
}
.location-subttl {
  font-size: 18px;
  line-height: 18px;
  font-family: "RobotoMedium";
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.school-info {
  margin: 25px 0;
}
.location-subttl .icon-star {
  font-size: 10px;
  margin-right: 5px;
}
.location .awardescblk {
  position: relative;
  bottom: 0px;
}
.location .awarditem {
  margin: 0 0 60px 0;
}
.submenu.responsive-submenu {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: none;
  color: #fff;
  border-radius: 0;
}
.dropdown {
  display: block;
  position: relative;
  z-index: 9;
}
.select-header {
  position: relative;
  display: block;
  font-size: 25px;
  padding: 12px 0;
}
.submenu.active .select-header {
  background: #ccff52;
}
.select-header p {
  position: relative;
  display: inline-block;
  font-size: 25px;
  font-family: "AmaticSC-Bold";
  color: #fff;
}
.select-header p::before {
  background: url(../images/down-arrow-w.png) no-repeat;
  width: 12px;
  height: 13px;
  position: absolute;
  right: -27px;
  content: "";
  top: 5px;
  transform: rotate(90deg);
}
.submenu.active .select-header p {
  color: #000;
}
.submenu.active .select-header p::before {
  background: url(../images/right-arrow.png) no-repeat;
}
.listblk-submenu {
  display: none;
}
.submenu.responsive-submenu li {
  padding: 12px 0;
}
.submenu.responsive-submenu a {
  color: #fff;
  font-size: 22px;
}
.submenu {
  border-radius: 45px;
  margin: 0 0 35px;
  background: #21b8ff;
}
.indoor-area .enquire-form-wrap:before {
  display: none;
}
.learnprocessitem {
  min-height: 415px !important;
}
.learnprocessitem.nurseryblk .processpicblk {
  margin: 38px auto 0;
}
.why-us-wave img {
  width: 78%;
}
.lowercase {
  text-transform: lowercase;
}
.contactlistblk .resp-vtabs li.resp-tab-active {
  position: relative;
}
.contactlistblk .resp-vtabs li.resp-tab-active:after {
  position: absolute;
  content: "";
  background: url(../images/gallery/gal-active-arrow.png) no-repeat 0 0;
  width: 31px;
  height: 18px;
  top: 5px;
  bottom: 0;
  right: 12px;
  margin: auto;
  background-size: 80%;
}
.diffont {
  font-family: "RobotoLight";
  font-weight: 400;
}
.play-youtybe {
  position: relative;
}
.gallerysecblk .play-icon {
  width: 60px;
  height: 60px;
}
.g-play-button {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 60px;
  height: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.ecced-sect .spring-buds-img {
  top: 11px;
  right: 300px;
}
.pathways {
  width: 100% !important;
}
.newspic {
  width: 70%;
}
.overviewinfoblk .sectiondesc p {
  font-size: 20px;
  line-height: 24px;
}
.btn-pathway {
  border: 1px solid #d4e2ff;
  background-color: #d4e2ff;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 20px;
  font-size: 17px;
}
.btn-pathway.alumni-btn {
  border: 1px solid #ffeaa9;
  background-color: #ffeaa9;
}
.blog-subheading {
  font-size: 32px;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.admission-table.blog {
  width: 80%;
}
.box-link p {
  display: inline-block;
  margin-right: 15px;
}
.call-now {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 40px;
  background: #ff409a;
  text-align: center;
  font-size: 24px;
  color: #fff;
  display: flex;
  width: 220px;
  justify-content: center;
  align-items: center;
  border-radius: 5px 0 0 0;
}
.call-now a {
  color: #fff;
}
.whatsapp-btn {
  position: fixed;
  right: 0;
  top: 60%;
  z-index: 99999;
  display: block;
  transition: 0.5s all ease;
  height: 155px;
  cursor: pointer;
}
#page.mm-slideout {
  overflow-x: hidden;
}
.scl-item {
  margin-top: 5px;
}
.scl-name {
  font-size: 28px;
  line-height: 34px;
  text-decoration: underline;
  color: #eef86a;
}
.scl-text {
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 16px;
  padding: 5px 0;
}
.scl-btn {
  font-size: 20px;
}
/****popup event****/
#consolPopup {
  padding: 0;
  width: 38%;
  line-height: 0;
}
.fancybox-slide--html .fancybox-close-small {
  background: #000;
  color: #fff !important;
}
.pathways-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: wrap;
  margin-top: 30px;
}
.pathways-blk {
  background: #fff;
  width: 35%;
  border-radius: 15px;
  padding: 10px;
  margin: 0 15px 15px 0;
  display: flex;
  flex-direction: column;
}
.pathways-logoblk {
  width: 90%;
}
.pathways-logoblk img {
  width: 100%;
}
.pathways-blk .scl-btn {
  text-align: right;
  font-family: "RobotoMedium";
  font-size: 14px;
}
.pathways-blk .scl-text {
  line-height: 18px;
  font-size: 14px;
  flex: 1;
}
.b-bigimg {
  width: 80%;
  margin: 20px auto;
  overflow: hidden;
  border-radius: 45px;
  box-shadow: 1px 4px 7px 3px #0000002e;
  line-height: 0;
}
.blog-bullet-list li {
  margin-bottom: 10px;
}
.blog-dtl-wrap .blog-sect a {
  color: #4b4bfb;
}
#consolPopup.fancybox-content {
  overflow: initial !important;
}
.fancybox-slide--html .fancybox-close-small {
  right: -44px !important;
}
.logoblk a img {
  width: 282px;
}
.cpgoenkapic a img {
  width: 200px;
}
.cpgoenkapic {
  background: #fff;
  padding: 7px;
  border-radius: 15px;
}
.testimonial-wrap.whyustestiblk {
  width: 100%;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 5%;
  -webkit-column-gap: 5%;
  column-gap: 5%;
}
.testimonial-wrap.whyustestiblk .testimonial-blk {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
}
/****virtual page***/
.balance-wrap {
  padding: 40px 80px;
}
.balance-box-left {
  width: 40%;
}
.balance-box-center {
  width: 8%;
}
.balance-box-right {
  width: 40%;
}
.fac-txt-blk .heading {
  margin-bottom: 20px;
}
.key-balance-item .bullet li {
  margin-bottom: 5px;
}
.key-box-content {
  margin-top: 150px;
}
.oth-key-left {
  width: 50%;
}
.oth-key-right {
  width: 50%;
}
.oth-item-blk {
  align-items: center;
  justify-content: center;
}
.otf-item-img-left {
  position: relative;
  z-index: 2;
}
.otf-img {
  width: 160px;
}
.otf-headong-blk {
  width: 320px;
  height: 100px;
  background: #fff;
  border-radius: 80px;
  position: relative;
  left: -60px;
  z-index: 1;
  align-items: center;
  justify-content: center;
}
.otf-heading {
  font-family: "Roboto-Regular";
  font-size: 18px;
  color: #424242;
}
.key-offerings .spring-buds-img {
  top: -40px;
  right: 15%;
}
.key-offring {
  padding: 80px 0;
}
.key-info {
  font-size: 18px;
  color: #000;
  font-family: "Roboto-Regular";
  margin-top: 20px;
  text-align: center;
  line-height: 1;
}
.key-blk {
  width: 14%;
}
.key-content-box {
  width: 80%;
  margin: 20px auto 50px auto;
}
.safety-bg {
  background: #f2e2ff;
}
.virtual-video-wrapper {
  justify-content: center;
  padding-top: 20px;
}
.virtual-video-wrapper .test-video-blk {
  width: 30%;
}
.test-video-blk .fa-play {
  font-size: 17px;
}
.test-video-blk .play-icon {
  width: 50px;
  height: 50px;
  background: #ee206d;
}
.safty-vir-blk {
  margin: 50px 0;
}
.test-video-blk .test-video-img {
  border: none;
  padding: 0;
  border-radius: 5px;
}
.test-video-blk .test-video-img img {
  box-shadow: 0px 14px 18px 1px #00000073;
  border-radius: 10px;
}
.vir-slider-blk {
  margin: 35px auto;
  justify-content: space-between;
}
.life-sbis {
  width: 23%;
}
.life-sbis .life-sbis-img {
  width: 100%;
}
.life-sbis a img {
  border-radius: 15px;
}
.landing-nav .menubtn.ibvm:before {
  display: none;
}
.landing-nav .menubtn.ibvm .call-click {
  background: #01a652;
  padding: 3px 22px;
  border-radius: 73px;
}
.landing-nav.headermenublk {
  margin: 7px 0px 0 0;
}
.introformblk {
  color: #000;
  position: absolute;
  top: 100px;
  right: 3%;
  background-color: #00e8eb;
  text-align: center;
  z-index: 1;
  min-height: 400px;
  width: 300px;
  padding: 20px;
  border-radius: 20px;
}
.introformblk .enqinfoblk {
  width: 100%;
}
.flex.box-img-right {
  display: inline-flex;
  width: 100%;
  justify-content: flex-end;
}
.landing-page-address .cont-circle {
  left: 450px;
}
.seccontainer.landing-heading .introsubtxt {
  font-size: 30px;
  line-height: 25px;
  margin: 0 0 20px 0;
}
.seccontainer.landing-heading .introheading {
  font-size: 60px;
  line-height: 40px;
  margin: 0 0 20px 0;
}
.seccontainer.landing-heading .introtxtblk {
  left: 10%;
  right: auto;
  top: 200px;
  width: 60%;
  margin: auto;
}
.list-blk li {
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.list-blk {
  margin: 10px 0 30px;
}
.list-blk li:before {
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
  content: "";
}
/******board landing page*****/
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.btn-call-now-board a {
  background: #2d11bb;
  color: #fff;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  border-radius: 43px;
  text-transform: initial;
  line-height: 1;
  font-size: 20px;
  margin-top: 15px;
}
.btn-call-now-board {
  display: flex;
  flex-wrap: wrap;
  display: inline-block;
}
.contact-wrapper {
  position: relative;
}
.board-form {
  position: absolute;
  width: 480px;
  right: 5%;
  top: 0;
  height: 400px;
  background: #f42774;
  z-index: 9;
  bottom: 0;
  margin: auto;
  border-radius: 25px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}
.board-form.board-form-sect {
  height: 490px;
}
.board-form .form-wrapper-board {
  padding: 30px 40px;
}
.form-wrapper-board .input-field {
  width: 100%;
  margin-bottom: 25px;
}
.board-form .form-blk {
  padding: 0px;
}
.btn-blk.text-left {
  text-align: left;
}
.board-form .btn-blk .submit-btn {
  margin-top: 0;
}
.board-form input[type="text"],
.board-form select {
  color: #fff !important;
}
.borad-ab {
  padding: 80px 0 100px 0;
}
.blog-infoblk.borad-ab p {
  font-size: 17px;
  color: #424242;
  margin-bottom: 15px;
}
.board-list-heading {
  font-size: 40px;
  color: #f4ba12;
  line-height: 1;
}
.board-list-tittle {
  font-size: 22px;
  color: #0b0b0b;
  margin-bottom: 5px;
}
.box-list-counter {
  width: 12%;
  border: 1px solid #0000005c;
  padding: 6px 18px;
}
.box-counter {
  margin-top: 30px;
}
.txt-board {
  margin-top: 10px;
}
.board-left {
  width: 24%;
}
.board-right {
  width: 72%;
}
.baord-list-blk .admission-tittle {
  margin-top: 0;
}
.baord-list-blk {
  padding: 40px 0;
  border-bottom: 1px solid #fff;
  align-items: flex-start;
}
.board-wrap-blk .baord-list-blk:last-child {
  border: none;
}
.board-wrap-blk .baord-list-blk:nth-child(even) {
  flex-direction: row-reverse;
}
.skills-wrap.board-we-offer {
  background: rgb(50, 218, 161);
  background: linear-gradient(
    90deg,
    rgba(50, 218, 161, 1) 0%,
    rgba(141, 233, 106, 1) 100%
  );
}
.pagewrap.mb0 {
  margin-bottom: 0;
}
.slider-contact ul.slick-dots {
  position: absolute;
  bottom: 10%;
  left: 5%;
  text-align: left;
}
.slider-contact ul.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
}
.slider-contact ul.slick-dots li button {
  opacity: 0;
  cursor: pointer;
}
.slider-contact ul.slick-dots li.slick-active {
  background: #f4ba12;
}
.pride {
  background: #ffdc19;
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 220, 25, 1) 0%,
    rgba(255, 165, 25, 1) 56%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 220, 25, 1) 0%,
    rgba(255, 165, 25, 1) 56%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 220, 25, 1) 0%,
    rgba(255, 165, 25, 1) 56%
  );
  padding: 80px 0;
}
.video-play {
  position: absolute;
  bottom: 60px;
  right: 43px;
}
.video-play button {
  width: 50px;
  height: 50px;
  color: #fcc618;
  float: left;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.video-play button img {
  width: 100%;
}
.mute-sound {
  display: none;
}
.inner-pages .banner-wrapper {
  height: auto;
}
.usp-txt-box .bullet li {
  width: 20%;
}
.testimonial-blk.full-width {
  width: 100%;
}
.inner-pages .testimonial-blk.full-width p {
  line-height: 1.5;
}
.banner-blk-left {
  width: 55%;
}
.banner-box-img img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 10px 5px 27px 2px #a6a1a1;
}
.board-landing-header {
  margin-top: 130px;
}
.banner-blk-right {
  width: 40%;
  background: #f32774;
  border-radius: 25px;
  box-shadow: 10px 5px 27px 2px #a6a1a1;
}
.header-blkboard {
  align-items: inherit;
}
.box-blk-wrap-ab .borad-ab {
  padding: 30px;
  background-color: #fff;
  border-radius: 25px;
  width: 53%;
  box-shadow: 10px 5px 27px 2px #a6a1a1;
}
.board-ab-sec {
  margin: 50px 0;
}
.box-blk-wrap-ab .box-list-counter {
  width: 26%;
  border: none;
  border-right: 1px solid #f4ba12;
  padding: 0 18px;
  margin: 10px 0;
}
.box-blk-wrap-ab {
  align-items: inherit;
}
.pride-subheading {
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 20px;
  color: #000;
}
.box-slide-pride {
  background: #fff;
  padding: 30px;
  border-radius: 25px;
  width: 40%;
  box-shadow: 10px 5px 27px 2px #a6a1a1;
}
.box-slide-pride .admission-tittle {
  margin: 0;
}
.item-box-pride-blk {
  width: 100%;
}
.item-box-pride-blk .pride-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.slider-contact {
  width: 100%;
}
.box-slide-pride .slider-contact {
  width: 60%;
  margin: auto;
}
.slider-contact .arrow-addre.left {
  left: -60px;
}
.slider-contact .arrow-addre.right {
  right: -60px;
}
.slider-contact .arrow-addre {
  background: transparent;
  border: none;
  color: #a6a6a6;
  cursor: pointer;
  font-size: 30px;
}
.box-blk-wrap-ab .box-list-counter:nth-child(3),
.box-blk-wrap-ab .box-list-counter:nth-child(6) {
  border-right: none;
}
.board-list-sec {
  margin: 50px 0;
}
.board-list-wrap {
  padding: 30px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 10px 5px 27px 2px #a6a1a1;
}
.board-img-land img {
  box-shadow: none;
}
.board-img-land {
  display: flex;
  align-items: center;
  height: 140px;
  padding: 17px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 25px;
  margin-bottom: 10px;
}
.board-img-land:hover {
  border: 1px solid #000;
}
.board-list-wrap .btn-link {
  background: #f32774;
  text-transform: inherit;
  font-size: 22px;
  padding: 5px 30px;
  position: relative;
  color: #fff;
  border-radius: 25px;
}
.board-ttl {
  color: #000;
  font-size: 26px;
  margin-bottom: 20px;
}
.parent-test-blk {
  padding: 30px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 10px 5px 27px 2px #a6a1a1;
}
.parent-test-blk .videoimgiconvblk {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.parent-test-list {
  width: 30%;
}
.nab-popup {
  width: 700px;
}
.board-form-sect .form-blk Select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding-bottom: 10px;
  position: relative;
  background: url("../images/arrow-down.png") no-repeat 97% 4px;
  font-family: Gotham-Bold;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  outline: 0;
  text-transform: uppercase;
}
.board-form-sect .form-blk select option {
  color: #000;
}
.input-field-sect {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.input-field-sect .input-field {
  width: 47%;
}
.form-wrapper-board .uppertxt {
  padding: 20px 20px 0;
  color: #fff;
}
.btn-enquiry {
  font-size: 16px;
  padding: 11px 25px;
  background: #09369a;
  display: inline-table;
  border-radius: 40px;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
}
.videotestimain {
  margin: 30px 0;
  font-family: BALOOCHETTANREGULAR;
  font-size: 22px;
  line-height: 26px;
}
.visionwrap {
  margin: 25px 0 68px 0;
}
.board-img-land {
  display: flex;
  align-items: center;
  height: 180px;
  padding: 17px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 25px;
  margin-bottom: 10px;
}
.header {
  position: fixed;
  z-index: 99999;
  top: 0;
  width: 100%;
  text-align: left;
  margin: 0auto;
  left: 0;
  right: 0;
  height: 134px;
}
.top-nav.flex {
  align-items: flex-start;
}
.logo-left-blk {
  width: 30%;
  height: 100%;
  z-index: 2;
  position: relative;
}
.logo-left-blk .logo-img-blk img {
  width: 250px;
}
.nav-right-blk {
  width: 70%;
  height: 100%;
  margin-left: 0;
  margin-top: 7px;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
}
.header.subpage {
  background: #fff;
  height: 120px;
  box-shadow: 1px 4px 11px 1px #716d6d52;
}
.item-box-pride-blk {
  width: 100%;
}
.item-box-pride-blk .pride-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.board-logowrap {
  width: 20%;
  flex-basis: calc(20% - 40px);
  text-align: center;
}
.nab-popup {
  width: 700px;
}
.fancybox-slide--html .nab-popup .fancybox-close-small {
  right: 0 !important;
  background: transparent;
  color: #000 !important;
}
.parent-test-list .play-icon {
  width: 50px;
  height: 50px;
}
.pride-content {
  text-align: center;
  margin-top: 10px;
}
.topper-name {
  font-size: 32px;
}
.arrow-addre {
  position: absolute;
  width: 50px;
  height: 50px;
  background: 0 0;
  color: #fff;
  font-size: 19px;
  outline: 0;
  text-decoration: none;
  border: 2px solid #09369a;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 9999;
  background: #09369a;
  text-align: center;
}
.pride-ttl {
  font-size: 44px;
  line-height: 46px;
  color: #f32774;
}
.pop-content-box .uppertxt {
  color: #f32774;
  margin-bottom: 10px;
}
.nav-footer ul {
  display: flex;
  flex-wrap: wrap;
}
.nav-footer ul li {
  font-size: 20px;
}
.nav-footer ul li {
  font-size: 26px;
  margin-right: 15px;
}
.nav-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  flex-wrap: wrap;
}
.contact-number a {
  font-size: 28px;
  line-height: 30px;
  font-family: "AmaticSC-Bold";
  color: #000;
}
.contact-number p {
  font-size: 28px;
  line-height: 30px;
  font-family: "AmaticSC-Bold";
  color: #000;
}
.input-field select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding-bottom: 10px;
  position: relative;
  background: url(../images/arrow-down.png) no-repeat 95% 45%;
  color: #fff;
  font-size: 13px;
  outline: 0;
  text-transform: uppercase;
  text-overflow: ellipsis;
  padding-right: 20px;
}
.input-field select option {
  color: #000000;
}
.input-field input {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding-bottom: 10px;
  color: #fff !important;
  font-size: 13px;
  background: 0 0;
  outline: 0;
  text-transform: uppercase;
}
.input-field input:placeholder {
  color: #fff !important;
  opacity: 1;
  font-size: 13px;
}
.input-field input:-ms-input-placeholder {
  color: #fff !important;
  opacity: 1;
  font-size: 13px;
}
.input-field input::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1;
  font-size: 13px;
}
.input-field input::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
  font-size: 13px;
}
.submit-btn {
  border: 1px solid #fff;
  color: #fff;
  background: 0 0;
  font-size: 24px;
  text-transform: uppercase;
  border-radius: 25px;
  position: relative;
  outline: 0;
  padding: 20px 70px 20px 20px;
  cursor: pointer;
}
.icon-right-small {
  animation: shake1 4s infinite;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: auto;
  width: 13px;
  height: 15px;
  margin-left: 10px;
  right: 20px;
}
.submit-btn .icon-right-small {
  right: 30px;
  top: -8px;
  line-height: 0;
}

.homepage-popup {
  transition: transform 0.25s ease;
  cursor: zoom-in;
}
.homepage-popup.zoom-img {
  transform: scale(1.5);
  cursor: zoom-out;
}
.fancybox-slide--html.active {
  padding: 140px 6px !important;
}
.fancybox-slide--html.active .fancybox-close-small {
  display: none;
}
.processdesc.sectiondesc p {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 0 0;
}
.othimg {
  width: 35%;
  float: right;
}

.chat-box {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #fff;
}

.chat-txt {
  font-size: 18px;
  white-space: nowrap;
  color: #fff;
  font-family: Gotham;
  text-transform: unset;
  position: relative;
  top: 1px;
}
.stickybtn.whatsapp-btn.whatblk {
  position: fixed;
  right: 15px;
  width: 200px;
  height: 37px;
  top: initial;
  bottom: 5px;
  z-index: 999;
  background: #13990a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  box-shadow: -2px 4px 4px 0 #00000061;
}

.call-now {
  position: fixed;
  bottom: 139px;
  right: -89px;
  height: 38px;
  background: #ff409a;
  text-align: center;
  font-size: 21px;
  color: #fff;
  border-radius: 10px;
  display: flex;
  width: 220px;
  transform: rotate(270deg);
  justify-content: center;
  align-items: center;
  border-radius: 15px 14px 0 0;
}
