/*------------------------------------------------------------------
Project:	Nantes - multi purpose one-page template
Version:	1.0
Last change:	18/02/2016 [...]
Designed by:	MOOZ Themes / www.MOOZthemes.com
Primary use:	One page
-------------------------------------------------------------------*/

/*--------------------
Color customizations
change these colors to change overlays
--------------------*/

.mz-module:hover .ot-circle.color1 {
  color: #C54A4A;
}

.mz-module:hover .ot-circle.color2 {
  color: #6091DC;
}

.mz-module:hover .ot-circle.color3 {
  color: #6EB377;
}

.mz-module:hover .ot-circle.color4 {
  color: #FCBE03;
}

/*--------------------
1. General
--------------------*/

body {
  margin: 0px;
  font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: -1px;
  font-family: 'Poppins', sans-serif;
  /* color: #ffffff; */
}

p {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.2px;
  color: #444444;
}

.dark-bg p {
  color: #B1B1B1;
}

a:hover,
a:focus,
a:active,
a.active {
  color: #000000;
}

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

::selection {
  text-shadow: none;
  background: #f7f7f7;
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
  
}

section {
  padding: 2rem 0 2rem 0;
}

ul {
  padding-left: 0;
  padding-top: 10px;
}

ul li {
  list-style: none;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #707172;
}

/*section ul li:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f105";
  padding-right: 7px;
  color: #23AD21;
}
*/
/*--------------------
1.1 Reset bootstrap
--------------------*/

.row-0-gutter {
  margin-left: -13px;
  margin-right: -13px;
}

.col-0-gutter {
  padding-left: 0;
  padding-right: 0;
}

/*--------------------
2. Navigation
--------------------*/

.navbar-default {
  background-color: #fff;
  ;
  border-color: transparent;
  margin: 0px;
}

.navbar-default .navbar-brand {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  padding: 0px;
  margin-left: 10px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
  color: #005bbb;
}

.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, .02);
}

.navbar-default .navbar-toggle {
  background-color: #005bbb;
  border-color: white;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #005bbb;
}

.navbar-default .nav li a {
  font-weight: 600;
  color: #005bbb;
  font-size: 15px;
  padding: 15px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  color: white;
  outline: 0;
  background-color: #005bbb;
}

.animasi-middle {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
}

.animasi-middle:after {
  content: '';
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}

.animasi-middle:hover:after {
  width: 100%;
  background: #005bbb;
}

.navbar-default .navbar-nav>.active>a {
  border-radius: 0;
  color: #707172;
  background-color: #fed136;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #707172;
  background-color: #fec503;
}

@media (min-width:768px) {
  .navbar-default {
    background-color: #FFFFFF;
    padding: 5px 0;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
    border: 0;
  }

  .navbar-default .navbar-brand {
    font-size: 2em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    margin-top: 10px;
    margin-left: 10px;
  }

  .navbar-default .navbar-nav>.active>a {
    border-radius: 3px;
  }

  .navbar-default.navbar-shrink {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
  }

  .navbar-default.navbar-shrink .navbar-brand {
    font-size: 1.5em;
    margin-top: 10px;
  }
}

/*--------------------
3. Header
--------------------*/

header {
  margin-top: 53px;
}

.owl-slider-item {
  position: relative;
  background-color: #000;
}

.owl-slider-item img {
  opacity: 1;
}

.owl-slider .owl-controls {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
}

.owl-slider .owl-controls .owl-nav [class*=owl-] {
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.26);
  border-radius: right 10px;
  margin: 0;
  margin-top: 150px;
  font-size: 30px;
  z-index: 1000;
}

.owl-slider .owl-controls .owl-nav [class*=owl-]:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.owl-slider .owl-controls .owl-prev {
  float: left;
}

.owl-slider .owl-controls .owl-next {
  float: right;
}

.intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
  position: absolute;
  top: 50px;
  text-align: center;
  transform: translateX(-50%);
  left: 50%;
}

@media (min-width: 768px) {
  .intro-text {
    padding-top: 230px;
    padding-bottom: 400px;
  }
}

.intro-text .intro-lead-in {
  display: inline-block;
  margin-bottom: 25px;
  padding: 4px 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  color: #fff;
  font-weight: 100;
  line-height: 40px;
}

@media (min-width: 768px) {
  .intro-text .intro-lead-in {
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 45px;
  }
}

.intro-text .intro-heading {
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 25px;
  letter-spacing: -3px;
  word-spacing: 10px;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

@media (min-width: 768px) {
  .intro-text .intro-heading {
    line-height: 95px;
    font-size: 77px;
    margin-bottom: 50px;
  }
}

/*--------------------
4. Sections
--------------------*/

.section-title h2 {
  font-size: 50px;
  color: #333;
  font-weight: 900;
  letter-spacing: -0.6px;
  position: relative;
  margin: 0 0 50px 0;
  padding-bottom: 15px;
}

.section-title h2:after {
  left: 50%;
  z-index: 1;
  width: 60px;
  height: 3px;
  content: " ";
  bottom: -5px;
  margin-left: -30px;
  text-align: center;
  position: absolute;
  background: #D4D4D4;
}

.dark-bg .section-title h2 {
  color: #fff;
}

.section-title p {
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
  margin: 20px 100px 60px 100px;
}

/*--------------------
4.1. CTA sectoin
--------------------*/

.section-cta {
  padding: 40px 0;
  color: #fff;
  background-color: #fcbe03;
}

.section-cta h2 {
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  margin: 0 0 20px;
}

.button-cta {
  border: 2px solid #fff;
  padding: 10px 50px;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  display: inline-block;
  -webkit-transition: all .4s ease;
  /* Safari and Chrome */
  -moz-transition: all .5s ease;
  /* Firefox */
  -o-transition: all .5s ease;
  /* IE 9 */
  -ms-transition: all .5s ease;
  /* Opera */
  transition: all .5s ease;
}

.button-cta:hover {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

/*--------------------
4.1. About
--------------------*/

.mz-module {
  position: relative;
  margin-bottom: 30px;
}

.mz-module-about {
  border: 1px solid #E6E6EA;
  min-height: 280px;
  padding: 20px;
  background-color: #EFEFF1;
}

.mz-module-about h3 {
  font-weight: 500;
  font-size: 19px;
  /* text-transform: uppercase; */
  color: #424242;
  /* letter-spacing: 2px; */
  margin-bottom: 20px;
}

.dark-bg .mz-module-about h3 {
  color: #FFFFFF;
}

.mz-module-about p {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  color: #848484;
}

.mz-module-button {
  background-color: #B6B6C3;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  opacity: 0;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.mz-module:hover .mz-module-button {
  bottom: -45px;
  opacity: 1;
}

.mz-module-button:hover {
  background-color: #1a1a1a;
  color: #fff;
  text-decoration: none;
}

.mz-module-button {
  color: #fff;
}

.ot-circle {
  height: 95px;
  width: 95px;
  text-align: center;
  line-height: 98px;
  color: #FFFFFF;
  margin: 0 2px 4px;
  font-size: 75px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

/*--------------------
4.2. Featured
--------------------*/

.featured-item {
  margin-bottom: 30px;
  height: 110px;
}

.featured-icon {
  float: left;
  font-size: 22px;
  border-radius: 5px;
  width: 55px;
  height: 55px;
  background-color: #F8F8F8;
  line-height: 50px;
  text-align: center;
}

.featured-text {
  text-align: left;
  margin-left: 85px;
}

.featured-text h4 {
  color: #47474C;
  font-size: 17px;
  font-weight: 700;
}

.featured-text p {
  color: #747377;
  margin-top: 7px;
  font-size: 13px;
  line-height: 21px;
  font-weight: 500;
}

/*--------------------
4.2. Skills
--------------------*/

.section-text h3 {
  margin: 0 0 30px;
  font-weight: 800;
  color: #5D5D5D;
}

.section-text h4 {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 17px;
}

.dark-bg .section-text h3 {
  color: #dfdfdf;
}

.dark-bg .section-text h4 {
  color: #dfdfdf;
}

/*--------------------
4.3. Portfolio
--------------------*/

figure {
  position: relative;
  overflow: hidden;
  margin: 0 1px 1px 0;
  background: #726FB9;
  text-align: center;
  cursor: pointer;
}

figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ot-portfolio-item figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.ot-portfolio-item figure figcaption,
.ot-portfolio-item figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.effect-bubba {
  background: #000;
  margin-bottom: 1px;
}

figure.effect-bubba img {
  opacity: 0.90;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
  opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.effect-bubba h2 {
  opacity: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.light-bg {
  background-color: #f8f8f8;
}

.dark-bg {
  background-color: #333231;
  color: #fff;
}

.short-section {
  border-top: 1px solid #5D5D5F;
  border-bottom: 1px solid #5D5D5F;
  padding-top: 70px;
  padding-bottom: 70px;
}

.counter-item h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
}

.counter-item h6 {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 0 0;
  text-transform: uppercase;
}

/*--------------------
4.5. Partners Slider
--------------------*/

.owl-portfolio .owl-controls {
  position: absolute;
  left: 0;
  top: 38%;
  width: 100%;
}

.owl-portfolio .owl-controls .owl-nav [class*=owl-] {
  padding: 8px 17px;
  background: rgba(0, 0, 0, 0.18);
  border-radius: 0;
  margin: 0;
  font-size: 20px;
  z-index: 1000;
}

.owl-portfolio .owl-controls .owl-nav [class*=owl-]:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.owl-portfolio .owl-controls .owl-prev {
  float: left;
}

.owl-portfolio .owl-controls .owl-next {
  float: right;
}

.owl-portfolio-item {
  text-align: center;
  display: inline-block;
}

.partner-logo {
  /* height: 200px; */
  text-align: center;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .partner-logo {
    height: auto;
    text-align: center;
    display: inline-block;
  }
  #contact .btn-nyan3 {
      margin-top:-100px;
  }
  .d-8 {
      display:block !important;
  }
}

.partner-logo img {
  height: 100%;
  width: auto !important;
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #FCBE03;
}

.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 5px;
  margin: 15px 7px 0 7px;
  background: #d6d6d6;
  display: none;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #007a88;
}

/*--------------------
4.6. Team
--------------------*/

.team-item {
  text-align: center;
  background-color: #fff;
}

.team-item h3 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: #2D2D2D;
}

.team-item .team-position {
  color: #989898;
  font-size: 12px;
  margin: 15px 0 10px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}

.team-item p {
  font-size: 13px;
  font-weight: 400;
  color: #292929;
  padding: 5px 10px 20px 10px;
}

.team-socials {
  padding-bottom: 25px;
}

.team-socials a {
  color: #B2B3B7;
  font-size: 20px;
  margin: 0 10px;
}

.team-socials a:hover {
  color: #000;
}

/*--------------------
4.7. Contacts
--------------------*/

section#contact form {
  margin-top: 15px;
}

section#contact.form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
  font-size: 13px;
}

.contact h3 {
  margin-bottom: 30px;
}

.contact p {
  font-size: 13px;
}

.contact .day {
  display: inline-block;
  width: 80px;
}

.contact i {
  margin-right: 5px;
}

/*--------------------
5. Footer
--------------------*/

footer {
  padding: 5px;
  background-color: #000;
}

footer p {
  color: #B7B7B7;
  margin: 0;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.6px;
}

footer p a {
  color: #fff;
}

footer p a span {
  color: #FCBE03;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 700;
}

/*--------------------
6. Modal
--------------------*/

.modal-content {
  border-radius: 0;
}

.modal-header .close {
  font-size: 30px;
}

.modal-title {
  text-transform: uppercase;
  font-size: 10px;
}

.modal-body {
  padding: 0;
}

.modal-body p {
  margin: 30px 20px;
  color: #2D2D2D;
}

.modal-works {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  margin: 25px 20px;
}

.modal-works span {
  background-color: #FED136;
  margin-right: 15px;
  padding: 5px 10px;
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: #fff;
  background-color: #dfdfdf;
  border-color: #dfdfdf;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: var(--e-global-color-ae68bf3);
  border-radius: 0px 0px 0px 0px;
  padding: 15px 45px 15px 45px;
}

.jangmi {
  background: #2874c0;
  padding: 10px;
}

.jangmi h3 {
  height: 100%;
  text-align: center;
  color: white;
  font-size: 2.5rem;
}

.jangmi img {
  height: 70px
}

.jangmi p {
  color: white;
}

.btn-success {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #2874c0;
  border: #2874c0;
  margin-bottom: 2em;
  border-radius: 0px 0px 0px 0px;
  padding: 15px 45px 15px 45px;
}

.btn-xl {
  color: #fff;
  background-color: #FCBE03;
  /* border-color: #726FB9; */
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 0;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 17px 45px;
}

/* Back to top button
---------------------------------- */
#back-top {
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  right: 50px;
}

#back-top a {
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  background: #A9A9B1;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#back-top a:hover {
  background: #fed136;
}

/* arrow icon (span tag) */
#back-top i {
  margin-top: 15px;
  font-size: 28px;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
  #back-top {
    position: fixed;
    bottom: 10px;
    right: 30px;
  }

  #back-top a {
    width: 40px;
    height: 40px;
  }

  #back-top i {
    margin-top: 7px;
    font-size: 20px;
  }
}

.bounce-top:hover {
  -webkit-animation: bounce-top 0.9s both;
  animation: bounce-top 0.9s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-7-23 15:37:21
 * w: https://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }

  24% {
    opacity: 1;
  }

  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }

  24% {
    opacity: 1;
  }

  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

.heartbeat:hover {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-7-23 15:35:38
 * w: https://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,500i,600,700,700i);

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

code {
  color: #e83e8c;
  word-break: break-word;
}

a>code,
pre code {
  color: inherit;
}

code,
kbd,
pre {
  font-size: 87.5%;
}

kbd {
  padding: .2rem .4rem;
  background-color: #212529;
  border-radius: .2rem;
  color: #fff;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  color: #212529;
}

pre code {
  font-size: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #662b81;
  background-color: #662b81;
}

.custom-control-input:focus~.custom-control-label::before {
  -webkit-box-shadow: 0 2px 4px 0 rgba(112, 113, 114, .25);
  box-shadow: 0 2px 4px 0 rgba(112, 113, 114, .25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: transparent;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: #be87d7;
  border-color: #be87d7;
}

.custom-control-input:disabled~.custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::after,
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

.custom-control-label::before {
  pointer-events: none;
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: #662b81;
  background-color: #662b81;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(102, 43, 129, .5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(102, 43, 129, .5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before,
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(102, 43, 129, .5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(.75rem);
  -ms-transform: translateX(.75rem);
  transform: translateX(.75rem);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(102, 43, 129, .25);
  box-shadow: 0 0 0 .2rem rgba(102, 43, 129, .25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file,
.custom-file-input {
  position: relative;
  width: 100%;
  height: 40px;
}

.custom-file {
  display: inline-block;
  margin-bottom: 0;
}

.custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
  border-color: transparent;
  -webkit-box-shadow: 0 2px 4px 0 rgba(112, 113, 114, .25);
  box-shadow: 0 2px 4px 0 rgba(112, 113, 114, .25);
}

.custom-file-input:disabled~.custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label,
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
}

.custom-file-label {
  left: 0;
  height: 40px;
  font-weight: 400;
  border: 1px solid #ced4da;
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
}

.custom-file-label::after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 10px 10px 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + .4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 2px 4px 0 rgba(112, 113, 114, .25);
  box-shadow: 0 0 0 1px #fff, 0 2px 4px 0 rgba(112, 113, 114, .25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 2px 4px 0 rgba(112, 113, 114, .25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 2px 4px 0 rgba(112, 113, 114, .25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #662b81;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #be87d7;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #662b81;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #be87d7;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #662b81;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #be87d7;
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #707172;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #000;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(102, 43, 129, .25);
  box-shadow: 0 0 0 .2rem rgba(102, 43, 129, .25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #662b81;
  border-color: #662b81;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

a.badge:focus,
a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #662b81;
}

a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #481e5b;
}

a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(102, 43, 129, .5);
  box-shadow: 0 0 0 .2rem rgba(102, 43, 129, .5);
}

.badge-secondary {
  color: #212529;
  background-color: #a3a4a5;
}

a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #212529;
  background-color: #898b8c;
}

a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(163, 164, 165, .5);
  box-shadow: 0 0 0 .2rem rgba(163, 164, 165, .5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.badge-warning {
  color: #212529;
  background-color: #f7941d;
}

a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d97a08;
}

a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(247, 148, 29, .5);
  box-shadow: 0 0 0 .2rem rgba(247, 148, 29, .5);
}

.badge-danger {
  color: #fff;
  background-color: #f15a29;
}

a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #d9400e;
}

a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(241, 90, 41, .5);
  box-shadow: 0 0 0 .2rem rgba(241, 90, 41, .5);
}

.badge-light {
  color: #212529;
  background-color: #5cdbec;
}

a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #2ed1e7;
}

a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(92, 219, 236, .5);
  box-shadow: 0 0 0 .2rem rgba(92, 219, 236, .5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link,
.card__list>li.divided span {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #351643;
  background-color: #e0d5e6;
  border-color: #d4c4dc;
}

.alert-primary hr {
  border-top-color: #c8b4d3;
}

.alert-primary .alert-link {
  color: #17091d;
}

.alert-secondary {
  color: #555556;
  background-color: #ededed;
  border-color: #e5e6e6;
}

.alert-secondary hr {
  border-top-color: #d8dada;
}

.alert-secondary .alert-link {
  color: #3c3c3c;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #804d0f;
  background-color: #fdead2;
  border-color: #fde1c0;
}

.alert-warning hr {
  border-top-color: #fcd5a7;
}

.alert-warning .alert-link {
  color: #52320a;
}

.alert-danger {
  color: #7d2f15;
  background-color: #fcded4;
  border-color: #fbd1c3;
}

.alert-danger hr {
  border-top-color: #f9bfab;
}

.alert-danger .alert-link {
  color: #511f0e;
}

.alert-light {
  color: #30727b;
  background-color: #def8fb;
  border-color: #d1f5fa;
}

.alert-light hr {
  border-top-color: #baf0f8;
}

.alert-light .alert-link {
  color: #225056;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.progress,
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.progress {
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  border-radius: .25rem;
  background-color: #e9ecef;
}

.progress-bar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #662b81;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #707172;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #662b81;
  border-color: #662b81;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: 0;
}

@media (min-width:576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width:768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width:992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width:1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #351643;
  background-color: #d4c4dc;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #351643;
  background-color: #c8b4d3;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #351643;
  border-color: #351643;
}

.list-group-item-secondary {
  color: #555556;
  background-color: #e5e6e6;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #555556;
  background-color: #d8dada;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #555556;
  border-color: #555556;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #804d0f;
  background-color: #fde1c0;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #804d0f;
  background-color: #fcd5a7;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #804d0f;
  border-color: #804d0f;
}

.list-group-item-danger {
  color: #7d2f15;
  background-color: #fbd1c3;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #7d2f15;
  background-color: #f9bfab;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7d2f15;
  border-color: #7d2f15;
}

.list-group-item-light {
  color: #30727b;
  background-color: #d1f5fa;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #30727b;
  background-color: #baf0f8;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #30727b;
  border-color: #30727b;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: .875rem;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: .25rem;
}

.toast:not(:last-child) {
  margin-bottom: .75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.toast-body {
  padding: .75rem;
}

.tooltip,
.tooltip .arrow {
  position: absolute;
  display: block;
}

.tooltip {
  z-index: 1070;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: .9;
}

.tooltip .arrow {
  width: .8rem;
  height: .4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}

.popover,
.popover .arrow {
  position: absolute;
  display: block;
}

.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
}

.popover .arrow {
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}

.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
  margin-bottom: .5rem;
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
  bottom: calc((.5rem + 1px)*-1);
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
  margin-left: .5rem;
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
  left: calc((.5rem + 1px)*-1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
  margin-top: .5rem;
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
  top: calc((.5rem + 1px)*-1);
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
  margin-right: .5rem;
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
  right: calc((.5rem + 1px)*-1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: .5rem .75rem;
  color: #707172;
}

@media print {

  *,
  ::after,
  ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: none;
  }

  abbr[title]::after {
    content: " ("attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  blockquote,
  pre {
    border: 1px solid #adb5bd;
  }

  thead {
    display: table-header-group;
  }

  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @ page {
    size: a3;
  }

  .container,
  body {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark tbody+tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

html {
  font-size: 14px;
}

@media (min-width:992px) {
  body {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

@media (min-width:320px) and (max-width:579px) {
  body {
    font-size: 13px;
  }
}

:focus {
  outline: 0;
}

.page-template-gamer {
  color: #fff;
  background-color: #000;
}

.page-template-gamer .menu__main {
  background-color: #000;
  border-bottom: none;
}

.page-template-gamer .menu__main .menu__list>li>a {
  color: #fff;
}

.page-template-gamer .meganavbar__menu>li>a,
.page-template-gamer .menu__main .menu__list>li>a:hover {
  color: #dbdbdb;
}

.page-template-gamer .meganavbar__menu {
  background: #262626;
}

.page-template-gamer .meganavbar__menu>li>a:hover {
  color: #fff;
  background: #0d0d0d;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transition: height .3s, line-height .3s;
  -o-transition: height .3s, line-height .3s;
  transition: height .3s, line-height .3s;
}

@media (max-width:991.98px) {
  .header+.jumbotron {
    margin-top: 60px;
  }
}

@media (max-width:767.98px) {
  .header+.carousel {
    padding-top: 60px;
  }
}

.scroll .menu__small {
  visibility: hidden;
}

.main,
.main__header,
.scroll .menu__main {
  position: relative;
}

@media (min-width:992px) {
  .scroll .menu__main {
    margin-top: -45px;
  }
}

.main>.container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main__header {
  margin-bottom: 40px;
  text-align: center;
}

.main__header.is-margin>h2 {
  margin-bottom: 20px;
}

.main__header--images {
  padding-top: 30px;
}

.main__header>h2,
.main__header>h3 {
  color: #042648;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.main__header>h2 {
  font-size: 2.5rem;
  margin-top: 0;
}

.foot {
  background-color: transparent;
  background-image: linear-gradient(130deg, #005bbb 0%, #005bbb 89%);
  padding: 0;
}

.foot h2 {
  color: white;
}

.foot h4 {
  color: white;
}

.jdl {
  border: 3px solid #fdd033;
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
}

.jdl h2 {
  color: #fdd033;
  margin: 0;
}

.dual-button-left .elementor-align-icon-right,
.dbwt-button-left .elementor-align-icon-right,
.dual-button-right .elementor-align-icon-right,
.dbwt-button-right .elementor-align-icon-right,
.single-button-normal .elementor-align-icon-right {
  float: right;
  margin-left: 5px;
  position: relative;
  z-index: 2
}

.dual-button-left .elementor-align-icon-left,
.dbwt-button-left .elementor-align-icon-left,
.dual-button-right .elementor-align-icon-left,
.dbwt-button-right .elementor-align-icon-left,
.single-button-normal .elementor-align-icon-left {
  float: left;
  margin-right: 5px;
  position: relative;
  z-index: 2
}

.dual-button-wrapper .dual-button-left,
.dual-button-wrapper .dual-button-right {
  float: left;
  position: relative;
  overflow: hidden;
  vertical-align: middle
}

.dual-button-left {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important
}

.dual-button-right {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important
}

.dual-button-normal.dual-button-left .btn-hover,
.dual-button-normal.dual-button-right .btn-hover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  background-color: #444
}

.dual-button-text {
  position: relative;
  z-index: 3
}

.dual-button-wrapper .dual-button-left:hover .btn-hover,
.dual-button-wrapper .dual-button-right:hover .btn-hover {
  opacity: 1
}

.dual-button-normal.style2 .btn-hover {
  top: -100%
}

.dual-button-normal.style2:hover .btn-hover {
  top: 0
}

.dual-button-normal.style3 .btn-hover {
  left: -100%
}

.dual-button-normal.style3:hover .btn-hover {
  left: 0
}

.dual-button-normal.style4 .btn-hover {
  right: -100%;
  left: auto
}

.dual-button-normal.style4:hover .btn-hover {
  right: 0
}

.dual-button-normal.style5 .btn-hover {
  bottom: -100%;
  top: auto
}

.dual-button-normal.style5:hover .btn-hover {
  bottom: 0%
}

.dual-button-normal.style6 .btn-hover {
  width: 0;
  left: 50%;
  right: 50%
}

.dual-button-normal.style6:hover .btn-hover {
  width: 90%;
  left: 5%;
  right: 5%
}

.dual-button-normal.style7 .btn-hover {
  height: 0;
  top: 50%;
  bottom: 50%
}

.dual-button-normal.style7:hover .btn-hover {
  height: 80%;
  top: 10%;
  bottom: 10%
}

.dual-button-normal.style8 .btn-hover {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.dual-button-normal.style8:hover .btn-hover {
  height: 250%
}

.dual-button-push.style1 {
  -webkit-box-shadow: 0 5px #0e83cd !important;
  box-shadow: 0 5px #0e83cd !important;
  top: auto
}

.dual-button-push.style1:hover {
  top: 2px;
  -webkit-box-shadow: 0 3px #0e83cd !important;
  box-shadow: 0 3px #0e83cd !important
}

.dual-button-push.style2 {
  -webkit-box-shadow: 5px 0 #0e83cd !important;
  box-shadow: 5px 0 #0e83cd !important;
  left: auto
}

.dual-button-push.style2:hover {
  left: 2px;
  -webkit-box-shadow: 3px 0 #0e83cd !important;
  box-shadow: 3px 0 #0e83cd !important
}

.dual-button-push.style3 {
  -webkit-box-shadow: 0 -5px #0e83cd !important;
  box-shadow: 0 -5px #0e83cd !important;
  bottom: auto
}

.dual-button-push.style3:hover {
  bottom: 2px;
  -webkit-box-shadow: 0 -3px #0e83cd !important;
  box-shadow: 0 -3px #0e83cd !important
}

.dual-button-push.style4 {
  -webkit-box-shadow: -5px 0 #0e83cd !important;
  box-shadow: -5px 0 #0e83cd !important;
  right: auto
}

.dual-button-push.style4:hover {
  right: 2px;
  -webkit-box-shadow: -3px 0 #0e83cd !important;
  box-shadow: -3px 0 #0e83cd !important
}

.dual-button-slide .elementor-button-icon,
.dual-button-slide .elementor-button-icon {
  position: absolute;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  -webkit-transition: all .3s;
  transition: all .3s
}

.dual-button-slide:hover .elementor-button-icon {
  opacity: 1
}

.dual-button-slide.style1 .elementor-button-icon {
  right: 50%
}

.dual-button-slide.style1:hover {
  padding-right: 40px !important
}

.dual-button-slide.style1:hover .elementor-button-icon {
  right: 10px
}

.dual-button-slide.style2 .elementor-button-icon {
  left: 50%
}

.dual-button-slide.style2:hover {
  padding-left: 40px !important
}

.dual-button-slide.style2:hover .elementor-button-icon {
  left: 10px
}

.dual-button-slide.style3 .elementor-button-icon {
  right: 25%
}

.dual-button-slide.style3:hover {
  padding-right: 40px !important
}

.dual-button-slide.style3:hover .elementor-button-icon {
  right: 5px
}

.dual-button-slide.style4 .elementor-button-icon {
  left: 25%
}

.dual-button-slide.style4:hover {
  padding-left: 40px !important
}

.dual-button-slide.style4:hover .elementor-button-icon {
  left: 5px
}

.dual-button-swipe .elementor-button-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  line-height: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s
}

.dual-button-swipe .elementor-button-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

.dual-button-swipe.style1 .dual-button-text,
.dual-button-swipe.style2 .dual-button-text,
.dual-button-swipe.style3 .dual-button-text,
.dual-button-swipe.style4 .dual-button-text {
  -webkit-transition: all 0.6s;
  transition: all 0.6s
}

.dual-button-swipe.style1 .elementor-button-icon {
  left: 500px
}

.dual-button-swipe.style1 .dual-button-text {
  left: 0
}

.dual-button-swipe.style1:hover .elementor-button-icon {
  left: 0
}

.dual-button-swipe.style1:hover .dual-button-text {
  left: -500px
}

.dual-button-swipe.style2 .elementor-button-icon {
  right: 500px;
  left: auto
}

.dual-button-swipe.style2 .dual-button-text {
  right: 0
}

.dual-button-swipe.style2:hover .elementor-button-icon {
  right: 0
}

.dual-button-swipe.style2:hover .dual-button-text {
  right: -500px
}

.dual-button-swipe.style3 .elementor-button-icon {
  top: 500px
}

.dual-button-swipe.style3 .dual-button-text {
  top: 0
}

.dual-button-swipe.style3:hover .elementor-button-icon {
  top: 0
}

.dual-button-swipe.style3:hover .dual-button-text {
  top: -500px
}

.dual-button-swipe.style4 .elementor-button-icon {
  bottom: 500px;
  top: auto
}

.dual-button-swipe.style4 .dual-button-text {
  bottom: 0
}

.dual-button-swipe.style4:hover .elementor-button-icon {
  bottom: 0
}

.dual-button-swipe.style4:hover .dual-button-text {
  bottom: -500px
}

.dual-button-with-text-wrapper {
  display: inline-block;
  position: relative
}

.dual-button-with-text-wrapper .dbwt-button-left,
.dual-button-with-text-wrapper .dbwt-button-right {
  float: left;
  position: relative;
  overflow: hidden;
  vertical-align: middle
}

.dbwt-button-left {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important
}

.dbwt-button-right {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important
}

.dbwt-button-normal.dbwt-button-left .btn-hover,
.dbwt-button-normal.dbwt-button-right .btn-hover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  background-color: #444
}

.dbwt-button-text,
.dbwt-btn-icon {
  position: absolute;
  z-index: 16;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: -15px -15px 0 0;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  opacity: 1;
  border-width: 2px 2px 2px 2px !important
}

.dual-button-with-text-wrapper .dbwt-button-left:hover .btn-hover,
.dual-button-with-text-wrapper .dbwt-button-right:hover .btn-hover {
  opacity: 1
}

.dbwt-button-normal.style2 .btn-hover {
  top: -100%
}

.dbwt-button-normal.style2:hover .btn-hover {
  top: 0
}

.dbwt-button-normal.style3 .btn-hover {
  left: -100%
}

.dbwt-button-normal.style3:hover .btn-hover {
  left: 0
}

/* .foodi {
  background-image: url(../../images/CTA-Shapes.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  padding: 3rem 0;
} */

@media (min-width:320px) and (max-width:579px) {
  .main__header>h2 {
    font-size: 1.75rem;
  }
}

.main__header span,
.main__header>h6 {
  font-size: 1.5rem;
  font-weight: 600;
}

@media (min-width:320px) and (max-width:579px) {

  .main__header span,
  .main__header>h6 {
    font-size: 1rem;
  }
}

.main__form {
  margin-top: 20px;
}

.main .section,
.main__additional,
.main__package,
.main__program {
  position: relative;
  padding-top: 5.71429rem;
  padding-bottom: 5.71429rem;
}

@media (max-width:991.98px) {

  .main .section,
  .main__additional,
  .main__package,
  .main__program {
    padding-top: 4.28571rem;
    padding-bottom: 4.28571rem;
  }
}

@media (min-width:992px) {
  .main__package--gamer {
    padding-top: 0;
  }
}

.main__banner,
.main__package--gamer .main__content,
.main__quiz {
  position: relative;
}

@media (max-width:767.98px) {
  .main__package--gamer .main__content>.absolute {
    position: relative;
    margin-bottom: 30px;
  }
}

@media (min-width:768px) and (max-width:991.98px) {
  .main__package--gamer .main__content>.absolute {
    position: relative;
    margin-bottom: 60px;
  }
}

@media (min-width:992px) {
  .main__package--gamer .main__content>.absolute {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.main__package--gamer .main__content>.absolute .iconic {
  position: absolute;
  bottom: 0;
  left: 13.5%;
}

@media (max-width:767.98px) {
  .main__package--gamer .main__content>.absolute .iconic {
    right: 0;
  }
}

@media (max-width:991.98px) {
  .main__package--gamer .main__content>.absolute .iconic {
    left: unset;
  }
}

@media (min-width:768px) and (max-width:991.98px) {
  .main__package--gamer .main__content>.absolute .iconic {
    right: -7.5%;
  }
}

.main__package--gamer .main__content>.absolute .iconic img {
  height: 500px;
}

@media (max-width:767.98px) {
  .main__package--gamer .main__content>.absolute .iconic img {
    height: 240px;
  }
}

@media (min-width:768px) and (max-width:991.98px) {
  .main__package--gamer .main__content>.absolute .iconic img {
    height: 300px;
  }
}

.main__package--gamer .main__content>ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.main__package--gamer .main__content>ul>li {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width:767.98px) {
  .main__package--gamer .main__content>ul>li+li {
    padding-top: 40px;
  }
}

@media (min-width:768px) and (max-width:991.98px) {
  .main__package--gamer .main__content>ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width:992px) {
  .main__package--gamer .main__content>ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.main__package--gamer .main__content>ul>li .card {
  margin-top: 0;
}

.main__package--gamer .card {
  background: #707172;
}

.main__package--gamer .card__header .card__tag .value>span,
.main__package--gamer .card__header>h3,
.main__package--gamer .card__list>li .icon [class*=fa-] {
  color: #fdba37;
}

.main__package--gamer .card__header .card__tag .points p {
  color: #fdba37;
  background: unset;
  -webkit-text-fill-color: unset;
}

.main__package--gamer .card__desc strong,
.main__package--gamer .card__desc>ul>li,
.main__package--gamer .card__header .card__tag .value>p,
.main__package--gamer .card__list>li,
.main__quiz .main__content .form-group .text>h5 {
  color: #fff;
}

.main__package--gamer .card__list {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
  border: 0;
}

.main__package--gamer .card__desc {
  margin: 0;
  height: unset;
}

.main__package--gamer .card__desc>ul {
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #b0b1b1;
  border-bottom: 1px solid #b0b1b1;
}

.main__package--gamer .card__footer {
  color: #fff;
  background-color: #fdba37;
}

.main__package--gamer .card__footer:hover {
  background-color: #662B81;
}

.main__package ul.main__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.main__package ul.main__content>li {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width:320px) and (max-width:579px) {
  .main__package ul.main__content>li {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main__package ul.main__content>li:first-child {
    padding-top: 0;
  }

  .main__package ul.main__content>li:last-child {
    padding-bottom: 0;
  }
}

@media (min-width:580px) and (max-width:959px) {
  .main__package ul.main__content>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main__package ul.main__content>li:nth-of-type(-n+2) {
    padding-top: 0;
  }

  .main__package ul.main__content>li:nth-last-of-type(-n+2) {
    padding-bottom: 0;
  }
}

@media (min-width:960px) and (max-width:1199px) {
  .main__package ul.main__content>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main__package ul.main__content>li:nth-of-type(-n+3) {
    padding-top: 0;
  }

  .main__package ul.main__content>li:nth-last-of-type(-n+3) {
    padding-bottom: 0;
  }
}

@media (min-width:1200px) {
  .main__package ul.main__content>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.main__banner .main__header {
  text-align: left;
}

.main__quiz .main__header {
  margin-bottom: 0;
  text-align: left;
  height: 100%;
}

.main__quiz {
  margin-bottom: 5px;
}

.main__quiz>.container>.row [class*=col-12] {
  border-right: none !important;
}

.main__quiz>.container>.row [class*=col-12] .main__header {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media (min-width:768px) {
  .main__quiz>.container>.row [class*=col-12] .main__header {
    max-width: 50%;
  }
}

.main__quiz>.container>.row [class*=col-12] .main__header>span {
  position: relative;
  display: block;
}

.main__quiz>.container>.row [class*=col-12] .main__header>a {
  margin-top: 15px;
}

.main__banner,
.main__quiz>.container>.row [class*=col-] {
  padding-top: 40px;
  padding-bottom: 40px;
  filter: brightness(1.2);
}

@media (min-width:320px) and (max-width:579px) {
  .main__quiz>.container>.row [class*=col-] {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .main__quiz>.container>.row [class*=col-]:first-child {
    padding-top: 40px;
  }
}

@media (min-width:960px) and (max-width:1199px) {
  .main__quiz>.container>.row [class*=col-]:first-child {
    padding-right: 30px;
    border-right: 1px solid #fff;
  }
}

@media (min-width:1200px) {
  .main__quiz>.container>.row [class*=col-]:first-child {
    padding-right: 40px;
    border-right: 1px solid #fff;
  }
}

@media (min-width:320px) and (max-width:579px) {
  .main__quiz>.container>.row [class*=col-]:last-child {
    padding-bottom: 40px;
  }
}

@media (min-width:960px) and (max-width:1199px) {
  .main__quiz>.container>.row [class*=col-]:last-child {
    padding-left: 30px;
  }
}

@media (min-width:1200px) {
  .main__quiz>.container>.row [class*=col-]:last-child {
    padding-left: 40px;
  }
}

.main__quiz .main__header>h2 {
  color: #5cdbec;
  margin-bottom: 15px;
  font-size: 2rem;
}

@media (min-width:320px) and (max-width:579px) {
  .main__quiz .main__header>h2 {
    font-size: 1.75rem;
  }
}

.main__quiz .main__header>h2:before {
  content: "\f05b";
  position: relative;
  display: inline-block;
  padding-right: 8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.main__quiz .main__header>span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width:320px) and (max-width:579px) {
  .main__quiz .main__header .button {
    margin-top: 15px;
  }
}

.main__banner>.container,
.main__quiz .main__content .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main__quiz .main__content .form-group {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.main__quiz .main__content .form-group .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  padding-right: 15px;
}

.main__quiz .main__content .form-group .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  padding-left: 15px;
}

.main__banner>.container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width:1200px) {
  .main__banner>.container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.main__banner .main__header {
  margin-bottom: 30px;
}

@media (min-width:1200px) {
  .main__banner .main__header {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.main__banner .main__header>h2 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
}

@media (min-width:320px) and (max-width:579px) {
  .main__banner .main__header>h2 {
    font-size: 20px;
    text-align: center;
  }
}

.main__banner .main__btn a {
  color: #662b81;
  background: #e6e6e6;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding: 8px 30px;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
}

@media (min-width:320px) and (max-width:579px) {
  .main__banner .main__btn a {
    width: 155px;
  }
}

.main__banner .main__btn a:last-child,
.main__pull [class*=pull__]>a:last-child {
  margin-right: 0;
}

.main__banner .main__btn a [class*=fa-] {
  margin-right: 5px;
}

.main__additional .container {
  max-width: 920px;
}

.main__additional .boxed {
  position: relative;
  margin-top: 4.28571rem;
  text-align: center;
}

.main__additional .boxed h2 {
  color: #84329b;
  margin-bottom: 30px;
  font-size: 2.5rem;
}

.main__additional .boxed>ul {
  position: relative;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.main__additional .boxed>ul>li:last-child>div {
  margin-bottom: 0;
}

.main__additional .boxed+div {
  margin-top: 4.28571rem;
}

.main__additional .boxed+div>a {
  color: #84329b;
  font-weight: 600;
}

.main__program {
  background-color: #333;
}

.main__program>.container>h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 2.5rem;
}

.main__pull {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.85714rem;
  padding: 0 1.78571rem;
}

@media (max-width:767.98px) {
  .main__pull {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1.78571rem;
    padding-bottom: 1.78571rem;
  }
}

@media (min-width:768px) {
  .main__pull {
    height: 5rem;
  }
}

@media (max-width:767.98px) {
  .main__pull .pull__left {
    margin-bottom: 20px;
  }
}

.main__pull [class*=pull__],
.main__pull [class*=pull__]>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.main__pull [class*=pull__]>a {
  height: inherit;
  margin-right: 30px;
  font-weight: 700;
  border-bottom: 5px solid transparent;
}

.main__pull [class*=pull__]>a.active {
  color: #662b81;
  border-color: #662b81;
}

.footer__brand>ul>li>a,
.main__pull [class*=pull__]>a:hover {
  color: #662b81;
}

@media (max-width:991.98px) {
  .main__tab>[class*=col-] {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .main__tab>[class*=col-]:first-child {
    padding-top: 0;
  }

  .main__tab>[class*=col-]:last-child {
    padding-bottom: 0;
  }
}

.main.labirin {
  height: calc(100vh - 120px);
}

.main.labirin .labirin__relative {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: inherit;
}

.main.labirin .labirin__relative span {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}

.main.labirin .labirin__relative span:after {
  content: "";
  background-color: #84329b;
  position: absolute;
  display: block;
  bottom: -5px;
  left: 50%;
  width: 30px;
  height: 3px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main.labirin .labirin__relative span+h2 {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #993090), color-stop(20%, #982f8f), color-stop(80%, #662b81));
  background: -o-linear-gradient(left, #993090 20%, #982f8f 20%, #662b81 80%);
  background: linear-gradient(90deg, #993090 20%, #982f8f 20%, #662b81 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  font-size: 13.75rem;
  text-shadow: 8px 4px 30px rgba(132, 50, 155, .05);
}

@media (max-width:991.98px) {
  .main.labirin .labirin__relative span+h2 {
    font-size: 6.25rem;
  }
}

.main.labirin .labirin__relative .texting,
.main__pull {
  position: relative;
}

@media (min-width:768px) {
  .main.labirin .labirin__relative .texting {
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}

.main.labirin .labirin__relative .texting h3 {
  margin-bottom: 40px;
  line-height: 1.5;
}

@media (max-width:991.98px) {
  .main.labirin .labirin__relative .texting h3 {
    font-size: 18px;
  }
}

.main.labirin .labirin__relative .texting .btn {
  border-radius: 30px;
}

.section>.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section--left .section__image,
.section--left .section__text,
.section--right .section__image,
.section--right .section__text {
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width:991.98px) {

  .section--left .section__image,
  .section--left .section__text,
  .section--right .section__image,
  .section--right .section__text {
    padding: 15px 0;
  }
}

@media (min-width:320px) and (max-width:579px) {
  .section--left .section__image {
    padding-top: 0;
  }
}

@media (min-width:580px) and (max-width:959px) {
  .section--left .section__image {
    padding-top: 0;
  }
}

@media (min-width:320px) and (max-width:579px) {
  .section--left .section__text {
    padding-bottom: 0;
  }
}

@media (min-width:580px) and (max-width:959px) {
  .section--left .section__text {
    padding-bottom: 0;
  }
}

.section--right {
  background: -o-radial-gradient(#fff, #f0f0f0);
  background: radial-gradient(#fff, #f0f0f0);
}

@media (min-width:320px) and (max-width:579px) {
  .section--right .section__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 0;
  }
}

@media (min-width:580px) and (max-width:959px) {
  .section--right .section__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 0;
  }
}

.section--right .section__text {
  text-align: right;
}

@media (max-width:991.98px) {
  .section--right .section__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 0;
    text-align: center;
  }
}

.section--banner .section__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}

.section--banner .section__text>a {
  padding: 15px 50px;
  font-size: 1.875rem;
  font-weight: 600;
  border-radius: 10px;
}

.section--banner .section__text>a [class*=fa-] {
  margin-right: 15px;
}

.section__image,
.section__text {
  width: 100%;
}

@media (min-width:992px) {

  .section__image,
  .section__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.section__image {
  text-align: center;
}

@media (max-width:991.98px) {
  .section__image>img {
    height: 226px;
  }
}

@media (min-width:992px) {
  .section__image>img {
    height: 350px;
  }
}

@media (min-width:320px) and (max-width:579px) {
  .section__text {
    text-align: center;
  }
}

@media (min-width:580px) and (max-width:959px) {
  .section__text {
    text-align: center;
  }
}

.section__text>h2 {
  color: #042648;
  margin-bottom: 15px;
  font-size: 3rem;
}

@media (min-width:320px) and (max-width:579px) {
  .section__text>h2 {
    font-size: 1.875rem;
  }
}

.section__text h6,
.section__text span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}

@media (min-width:320px) and (max-width:579px) {

  .section__text h6,
  .section__text span {
    font-size: 1rem;
  }
}

.section__text span {
  position: relative;
  display: block;
}

.section__text .textContainer_Truncate,
.section__text>p {
  margin: 15px 0 0;
  font-weight: 500;
}

.section__text>a {
  margin-top: 60px;
}

@media (min-width:320px) and (max-width:579px) {
  .section__text>a {
    margin-top: 30px;
  }
}

@media (min-width:580px) and (max-width:959px) {
  .section__text>a {
    margin-top: 30px;
  }
}

.section__text .button_view_ext {
  margin: 10px 0;
}

.section__text .button_view_ext>a {
  color: #662b81;
  font-weight: 500;
  border-bottom: 2px dotted;
}

.section__fluid {
  position: relative;
  overflow: hidden;
}

.section__fluid.cover {
  background-size: cover;
}

@media (min-width:580px) and (max-width:959px) {
  .section__fluid.cover {
    background-position: -125px;
    background-size: 165% auto;
  }
}

@media (min-width:1600px) {
  .section__fluid.cover {
    background-size: contain;
  }
}

.section__fluid>.container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section__accordion,
.section__fluid {
  margin-top: 5.71429rem;
}

@media (max-width:991.98px) {
  .section__accordion.w-75 {
    width: 100% !important;
  }
}

.news--list {
  padding-bottom: 1.42857rem;
}

.news--list .card__excerpt h6 {
  -webkit-line-clamp: 3;
}

.news--related {
  padding-top: 1.42857rem;
}

.news--right .card__excerpt {
  text-align: right;
}

.news__tile {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 30px;
}

.news__tile:last-child {
  margin-bottom: 0;
}

@media (max-width:767.98px) {
  .news__tile>.tile__parent {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .news__tile>.tile__parent:first-child {
    padding-top: 0;
  }

  .news__tile>.tile__parent:last-child {
    padding-bottom: 0;
  }
}

.news__row {
  margin-bottom: 30px;
}

.news__row .card {
  height: 25.5rem;
}

.career__draft>li:last-child,
.contact__info>div:last-child,
.news__row:last-child {
  margin-bottom: 0;
}

.post {
  position: relative;
  margin-bottom: 5.71429rem;
}

.post__detail>h2 {
  color: #000;
}

@media (max-width:991.98px) {
  .post__row>[class*=col-]:first-child {
    padding-bottom: 30px;
  }
}

@media (min-width:992px) {
  .post__row>[class*=col-]:first-child {
    padding-right: 30px;
  }

  .post__row>[class*=col-]:last-child {
    padding-left: 30px;
  }
}

.post__related {
  margin-top: 2.85714rem;
}

@media (max-width:767.98px) {
  .post__related .tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.post__related .tile__child {
  margin-bottom: 1.14286rem;
}

.post__related .card:last-child {
  padding-bottom: 0;
}

.post__related .card--flex {
  height: 100px;
}

@media (max-width:991.98px) {
  .post__related .card--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.post__related .card--flex .tile {
  height: 100%;
}

.post__related .card--flex .card__excerpt {
  padding: 0;
}

.post__related .card--flex .card__excerpt h6 {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.14286rem;
}

.post__related .card--flex .card__excerpt span.date {
  margin-top: .57143rem;
  line-height: 1.5;
}

.post__related .main__header {
  margin-bottom: 1.42857rem;
}

.post__info {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 2px 4px 0 rgba(112, 113, 114, .25);
  box-shadow: 0 2px 4px 0 rgba(112, 113, 114, .25);
  overflow: hidden;
}

.post__info>ul {
  margin-top: 2.14286rem;
  margin-bottom: 2.14286rem;
  padding-left: 0;
  list-style: none;
}

.post__info>ul>li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.post__info>ul>li span {
  font-weight: 600;
}

.post__info>ul>li .discount {
  color: #fff;
  background-color: #f15a29;
  padding: 5px;
  font-size: 12px;
  border-radius: 10%;
}

.post__info>.btn {
  color: #fff;
  display: block;
  font-size: 1.25rem;
}

.post__info>ul,
.promotion {
  position: relative;
}

.promotion__draft {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.promotion__draft [class*=col-] {
  padding-bottom: 30px;
}

.career {
  position: relative;
}

@media (max-width:767.98px) {
  .career--list .form__row>[class*=col-] {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .career--list .form__row>[class*=col-]:first-child {
    padding-top: 0;
  }

  .career--list .form__row>[class*=col-]:last-child {
    padding-bottom: 0;
  }
}

.career--form {
  margin-right: auto;
  margin-left: auto;
  max-width: 920px;
}

.career--form h1,
.career--form h2,
.career--form h3,
.career--form h4,
.career--form h5,
.career--form h6 {
  color: #84329b;
}

.career--form .form--career {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 2px 4px 0 rgba(112, 113, 114, .25);
  box-shadow: 0 2px 4px 0 rgba(112, 113, 114, .25);
}

.career--form .form--career h1,
.career--form .form--career h2,
.career--form .form--career h3,
.career--form .form--career h4,
.career--form .form--career h5,
.career--form .form--career h6 {
  margin-bottom: 20px;
}

.career__tile {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width:320px) and (max-width:579px) {
  .career__tile>.tile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .career__tile>.tile:first-child {
    padding-top: 0;
  }

  .career__tile>.tile:last-child {
    padding-bottom: 0;
  }
}

.career__draft {
  position: relative;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.career__draft tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}

.career__draft td h5 {
  font-weight: 500;
}

.career__draft td [class*=fa-] {
  margin-right: .57143rem;
}

.career__draft>li {
  padding: 1.14286rem .71429rem;
}

.career__draft .toggle__content span {
  display: none;
}

.career__draft .toggle__link {
  color: #707172;
  position: absolute;
  display: block;
  height: 43px;
  font-weight: 600;
  line-height: 43px;
}

@media (min-width:768px) {
  .career__draft .toggle__link {
    margin-top: 20px;
  }
}

.career__draft .toggle__link:before {
  content: "\f0d7";
  position: relative;
  display: inline-block;
  margin-right: 8px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.career__draft .toggle__link.less:before {
  content: "\f0d8";
}

.career__require {
  position: relative;
  margin-bottom: 2.85714rem;
}

.contact__info {
  text-align: center;
}

.contact__info>div {
  position: relative;
  margin-bottom: 15px;
}

.contact__info>div>a {
  font-size: 1.5rem;
}

@media (min-width:320px) and (max-width:579px) {
  .contact__info>div>a {
    font-size: 1rem;
  }
}

.contact__info>div [class*=fa-] {
  margin-right: 7.5px;
}

.contact .maps__listing {
  position: relative;
  padding: 20px;
}

@media (max-width:991.98px) {
  .contact .maps__listing {
    margin-bottom: 30px;
  }
}

.contact .maps__listing:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 150px;
}

.contact .maps__listing>.list {
  padding-top: 1.42857rem;
}

@media (max-width:991.98px) {
  .contact__row>[class*=col-]:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width:992px) {
  .contact__row>[class*=col-]:first-child {
    padding-right: 0;
  }
}

@media (max-width:991.98px) {
  .contact__row>[class*=col-]:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width:992px) {
  .contact__row>[class*=col-]:last-child {
    padding-left: 0;
  }
}

.coverage__tile>.tile--six,
.press__row [class*=col-] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.coverage__tile,
.post--promotion .meta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width:991.98px) {
  .coverage__tile {
    display: block !important;
  }
}

.meta,
.meta__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.meta {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post--promotion .meta {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  margin-right: -15px;
  margin-left: -15px;
}

.meta,
.post--promotion .meta+img {
  margin-bottom: 2.14286rem;
}

.meta__social {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.meta__social+.main__form {
  margin-top: 2.85714rem;
}

.post--promotion .meta__social {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.meta__social>li {
  margin-right: 15px;
}

.meta__social>li:last-child {
  margin-right: 0;
}

.special {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:768px) {
  .special {
    max-width: 75%;
  }
}

.special__offer {
  color: #fff;
  padding: 2.14286rem 10.71429rem 3.57143rem;
  border-radius: 30px;
  overflow: hidden;
}

@media (max-width:767.98px) {
  .special__offer {
    padding: 1.14286rem 1.14286rem 3.42857rem;
  }
}

.special__offer .price {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b0b1b1;
}

.special__offer .price>p {
  color: var(--warning);
  margin-bottom: 0;
  font-size: 4.57143rem;
  font-weight: 600;
}

@media (max-width:991.98px) {
  .special__offer .price>p {
    font-size: 2.28571rem;
  }
}

.special__offer .price span {
  font-style: italic;
  font-weight: 600;
}

.footer__brand>ul,
.special__offer ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.special__offer ul>li p {
  margin-bottom: 0;
  font-size: 2.28571rem;
  font-weight: 600;
}

@media (max-width:991.98px) {
  .special__offer ul>li p {
    font-size: 1.14286rem;
  }
}

.special__button {
  bottom: -20px;
  right: 0;
  left: 0;
  text-align: center;
}

.special__button>.btn {
  font-size: 16px;
  font-weight: 600;
}

@media (min-width:992px) {
  .special__button>.btn {
    width: 250px;
  }
}


.form--career label,
.form--promotion label,
.form--search label {
  margin-right: 15px;
  font-weight: 600;
}

.form--maps label,
.form--promotion label,
.form--search label {
  color: #662b81;
}

.form--maps input[type=text],
.form--promotion input[type=text],
.form--search input[type=text] {
  width: auto;
  padding-right: 40px;
}

.form--promotion input[type=submit],
.form--search input[type=submit] {
  background-image: url(../images/icon/search.svg);
  right: 15px;
}

.form--maps input[type=submit],
.form--promotion input[type=submit],
.form--search input[type=submit] {
  background-color: transparent;
  position: absolute;
  width: 16px;
  height: 16px;
  padding: 0;
  font-size: 0;
  border: 0;
  cursor: pointer;
}

@media (min-width:320px) and (max-width:579px) {

  .form--promotion label,
  .form--search label {
    display: none;
  }
}

.form--career button[type=submit],
.form--single button[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
}

.form--career button[type=submit]:after,
.form--single button[type=submit]:after {
  content: "";
  background: url(../images/icon/search-white.svg) no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
}

.form--single input[type=text] {
  border-radius: 10px;
  margin-right: 15px;
}

.form--enquiry .form-group {
  margin-bottom: 30px;
}

.form--enquiry .form-control:focus {
  border-color: transparent;
}

.form--maps input[type=submit] {
  background-image: url(../images/icon/search-white.svg);
  right: 0;
}

.form--maps .form-control {
  background-color: transparent;
  padding-left: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}

.form--maps .form-control::-webkit-input-placeholder {
  color: #fff;
}

.form--maps .form-control:-ms-input-placeholder,
.form--maps .form-control::-ms-input-placeholder {
  color: #fff;
}

.form--maps .form-control::placeholder {
  color: #fff;
}

.form--maps .form-control:focus {
  color: #fff;
}

.form-submit {
  margin-top: 20px;
}

.form__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form__flex,
.form__flex>div,
.form__radio {
  position: relative;
}

.form__radio {
  margin-top: 30px;
}

.form__radio .form-check {
  margin-bottom: 15px;
}

@media (min-width:320px) and (max-width:579px) {
  .form__radio .form-check>input {
    margin-top: 2px;
  }
}

.form__radio .form-check>label {
  color: #fff;
  padding-left: 10px;
  font-weight: 600;
  cursor: pointer;
}

.form__file {
  padding: 20px 15px;
}

.form__file>label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

@media (prefers-reduced-motion:reduce) {
  .form__file>label {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form__file>label [class*=fa-] {
  color: #707172;
  font-size: 54px;
}

.form__file>label>span {
  position: relative;
  margin-top: 10px;
}

.form__file,
.form__pagination {
  position: relative;
}

.form__pagination .btn {
  color: #662b81;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 600;
}

.form__pagination .btn:last-child {
  margin-right: 0;
}

.form-result .results>p,
.form-result>h3,
.meganavbar .content__description ul>li>a,
.menu__main .menu__list>li.active>a:hover {
  color: #fff;
}

.form-result h3 {
  margin-bottom: 1.14286rem;
  font-size: 2.28571rem;
}

.form-result h3 span {
  color: #5cdbec;
  border-bottom: dashed;
}

.form-result .results {
  position: relative;
}

.form-result .results .card {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:992px) {
  .form-result .results .card {
    max-width: 50%;
  }
}

.select--check {
  width: 100%;
}

.select--promotion {
  width: 200px;
}

@media (max-width:767.98px) {
  .select--promotion {
    width: 170px;
  }
}

.btn--gradient,
.btn--gradient--blue {
  color: #fff;
  /* background-image: -webkit-gradient(linear,left top,right top,from(#993090),color-stop(#662b81),color-stop(#fa7199),to(#f7941d));
  background-image: -o-linear-gradient(left,#993090,#662b81,#fa7199,#f7941d);
  background-image: linear-gradient(to right,#993090,#662b81,#fa7199,#f7941d); */
  background-size: 300% 100%;
  border: 0;
  background-color: #005bbb;
}

.btn--gradient--blue:hover,
.btn--gradient:hover {
  color: #fff;
  background-position: 100% 0;
  /* -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; */
  background-color: #71b5ed;
}

.btn--gradient--blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#007893), color-stop(#012f6b), color-stop(#993090), to(#662b81));
  background-image: -o-linear-gradient(left, #007893, #012f6b, #993090, #662b81);
  background-image: linear-gradient(to right, #007893, #012f6b, #993090, #662b81);
}

.btn--outline {
  border: 1px solid #fff;
  border-radius: 10px;
}

.btn--outline:hover {
  color: #662b81;
  background-color: #f7941d;
  border-color: transparent;
}

.btn--gray {
  background-color: #dbdbdb;
}

.menu {
  position: relative;
}

.menu__main,
.menu__small {
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {

  .menu__main,
  .menu__small {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.menu__main>.container,
.menu__small>.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: inherit;
}

.menu__main .meganavbar>a:after,
.menu__small .meganavbar>a:after {
  content: "\f107";
  position: relative;
  display: inline-block;
  padding-left: 8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.menu__small {
  display: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #993090), color-stop(20%, #982f8f), color-stop(80%, #662b81));
  background: -o-linear-gradient(left, #993090 20%, #982f8f 20%, #662b81 80%);
  background: linear-gradient(90deg, #993090 20%, #982f8f 20%, #662b81 80%);
  height: 45px;
  font-size: 12px;
}

@media (min-width:768px) {
  .menu__small {
    display: block;
  }
}

.menu__small .menu__list,
.menu__small .menu__list>li {
  position: relative;
}

@media (min-width:960px) and (max-width:1199px) {
  .menu__small .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
}

.menu__small .menu__list>li:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hamburger__header>ul>li:last-child:before,
.menu__small .menu__list>li:last-child:after {
  display: none;
}

.menu__small .menu__list>li:last-child>a {
  padding-right: 0;
  border-right: none;
}

.menu__main .menu__list>li>a,
.menu__small .menu__list>li>a {
  color: #fff;
  padding-right: 15px;
  padding-left: 15px;
}

.menu__small .meganavbar__menu {
  top: 45px;
  right: 0;
}

.menu__main {
  background: #fff;
  height: 60px;
  border-bottom: 1px solid #dbdbdb;
}

@media (min-width:768px) {
  .menu__main {
    height: 75px;
  }
}

.menu__main>.container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__main .menu__list>li.active>a {
  color: #fff;
  background: #662b81;
}

.menu__main .menu__list>li>a {
  color: #707172;
  font-weight: 600;
}

.menu__main .menu__list>li>a:hover {
  color: #662b81;
}

.menu__main .meganavbar__menu {
  top: 75px;
  left: 0;
}

.menu__main .meganavbar__menu.set {
  left: unset;
}

.menu__brand {
  position: relative;
  display: inline-block;
}

.menu__brand>img {
  height: 35px;
}

.menu__list,
.menu__list>li>a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__list {
  display: none;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

@media (min-width:992px) {
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
}

.menu__list,
.menu__list>li {
  height: inherit;
}

.menu__list>li>a {
  height: 100%;
}

.hamburger__header>ul>li>a [class*=fa-],
.menu__list>li>a [class*=fa-] {
  margin-right: 8px;
}

.menu__list>li>a,
.menu__option,
.menu__option>a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__option {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.menu__option>a {
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  margin-left: 15px;
  height: 100%;
  font-weight: 600;
}

.menu__option>a:first-child {
  margin-left: 0;
}

.menu__option>a:last-child {
  margin-right: 0;
}

.menu__option>a.current:before {
  content: "";
  background: #fff;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
}

.menu__btn {
  position: relative;
  display: none;
  margin-left: 15px;
}

@media (min-width:992px) {
  .menu__btn {
    display: block;
  }
}

.menu__btn>a {
  color: #fff;
  position: relative;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
}

.menu__btn>a:first-child {
  margin-right: 15px;
}

.menu__btn>a:active,
.menu__btn>a:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu__btn>a:hover {
  background-color: #5cdbec;
}

.menu__hamburger,
.menu__hamburger span {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.menu__hamburger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  height: 60px;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

@media (min-width:992px) {
  .menu__hamburger {
    display: none;
  }
}

.menu__hamburger>a {
  position: relative;
  display: block;
}

.menu__hamburger span {
  display: block;
  width: 30px;
  height: 5px;
  margin: 5px 0;
  border-radius: 15px;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.menu__hamburger span,
.menu__hamburger.opened span {
  background-color: #662b81;
}

.menu__hamburger.opened span:nth-child(1) {
  margin-top: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.menu__hamburger.opened span:nth-child(2) {
  opacity: 0;
}

.menu__hamburger.opened span:nth-child(3) {
  margin-top: -20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.meganavbar>a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.meganavbar>a:hover {
  color: #fff !important;
  background-color: #662b81;
}

.meganavbar__menu {
  display: none;
  content: '';
  background: #fff;
  position: absolute;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
  overflow: hidden;
  z-index: 1000;
}

.meganavbar__menu.set {
  min-width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.meganavbar__menu.lang {
  min-width: 100%;
}

.meganavbar__menu.full {
  background-color: #662b81;
  min-width: 100%;
}

.meganavbar__menu>li>a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  font-weight: 600;
}

.meganavbar__menu>li>a>img {
  height: 20px;
  margin-right: 10px;
}

.meganavbar__menu>li>a:hover {
  background-color: #f2f2f2;
}

.meganavbar .content__description {
  color: #fff;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.meganavbar .content__description h3 {
  font-size: 2.5rem;
  font-weight: 600;
}

.meganavbar .content__description table {
  margin: 0 0 2.85714rem;
}

.meganavbar .content__description table tbody td {
  padding: 0;
  border-right: 1px solid #fff;
}

.meganavbar .content__description table tbody td:first-child {
  padding-right: 30px;
}

.meganavbar .content__description table tbody td:last-child {
  padding-left: 30px;
  border-right: none;
}

.meganavbar .content__description ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.meganavbar .content__description ul>li {
  margin-bottom: 10px;
}

.hamburger {
  overflow: hidden;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  display: none;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  overflow-y: scroll;
  transition: all .4s ease-in-out;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.hamburger.opened {
  display: block;
  top: 60px;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width:960px) and (max-width:1199px) {
  .hamburger.opened {
    top: 120px;
    height: calc(100% - 120px);
  }
}

@media (min-width:1200px) {
  .hamburger.opened {
    display: none;
  }
}

.hamburger__dialog {
  position: relative;
  height: 100%;
}

.hamburger__content,
.hamburger__header>ul>li,
.treeview__menu>li {
  position: relative;
}

.hamburger__header,
.hamburger__list {
  padding: 15px;
}

.hamburger__list {
  position: relative;
  display: block;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  list-style: none;
}

.hamburger__header>ul,
.hamburger__list>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hamburger__list>li>a {
  color: #000;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
}

.hamburger__header {
  position: relative;
  border-bottom: 1px solid #dbdbdb;
}

.hamburger__header>ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 0;
}

.hamburger__header>ul>li:before {
  content: "";
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hamburger__header>ul>li:first-child>a {
  padding-left: 0;
}

.hamburger__header>ul>li:last-child>a {
  padding-right: 0;
  border-right: none;
}

.hamburger__header>ul>li>a {
  color: #000;
  padding: 0 15px;
}

.hamburger__header .meganavbar__menu {
  right: 0;
}

.hamburger__btn {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.hamburger__btn>a {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
}

.hamburger__btn>a:first-child {
  margin-right: 15px;
}

.hamburger__btn>a:active,
.hamburger__btn>a:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hamburger__option,
.hamburger__option>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hamburger__option {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}

.hamburger__option>a {
  color: #662b81;
  position: relative;
  margin-right: 7.5px;
  margin-left: 7.5px;
  padding: 10px 15px;
  height: 100%;
  font-weight: 600;
  border: 1px solid #662b81;
  border-radius: 10px;
}

.hamburger__option>a:first-child {
  margin-left: 0;
}

.hamburger__option>a:last-child {
  margin-right: 0;
}

.hamburger__option>a.current {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #993090), color-stop(20%, #982f8f), color-stop(80%, #662b81));
  background: -o-linear-gradient(left, #993090 20%, #982f8f 20%, #662b81 80%);
  background: linear-gradient(90deg, #993090 20%, #982f8f 20%, #662b81 80%);
  border-color: transparent;
}

.hamburger__footer {
  position: relative;
  margin-top: 23px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #dbdbdb;
}

.hamburger__footer>p {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.hamburger__footer>ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.hamburger__footer>ul:first-child {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hamburger__footer>ul:first-child>li>a {
  color: #707172;
  font-weight: 600;
}

.hamburger__footer>ul:first-child>li>a:hover {
  text-decoration: none;
}

.hamburger__footer>ul>li {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
}

.hamburger__footer>ul>li>a {
  color: #662b81;
  line-height: 2;
  text-decoration: underline;
}

.hamburger__footer>ul>li>a [class*=fa-] {
  font-size: 2.25rem;
}

.tree>li>a span {
  margin-left: auto;
}

.tabs__list .tree__open>a {
  color: #84329b;
}

.tabs__list .tree__open span [class*=fa-] {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tree__open span [class*=fa-] {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.treeview__menu {
  display: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.tabs__list .treeview__menu {
  margin-top: 5px;
  padding-left: 30px;
}

.hamburger__list .treeview__menu>li {
  padding: 5px;
}

.hamburger__list .treeview__menu>li>a {
  color: #000;
  padding: 5px 10px;
}

.hamburger__list .treeview__menu>li>a:before {
  content: "\f0da";
  position: relative;
  display: inline-block;
  padding-right: 5px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.tabs__list .treeview__menu>li {
  margin-top: .57143rem;
}

.tabs__list .treeview__menu>li:first-child {
  margin-top: 0;
}

.card__excerpt span,
.treeview__menu>li>a {
  position: relative;
  display: block;
}

.modal--hamburger .modal-body>li>a img,
.treeview__menu>li>a>img {
  height: 20px;
  margin-right: 20px;
}

.tile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

@media (max-width:767.98px) {
  .tile {
    display: block;
  }
}

@media (max-width:991.98px) {
  .coverage__tile .tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.tile--four {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media (min-width:992px) {
  .tile--four {
    width: 25%;
  }
}

@media (max-width:991.98px) {
  .coverage__tile .tile--four {
    width: 30%;
  }
}

.tile--five {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media (min-width:992px) {
  .tile--five {
    width: 41.66667%;
  }
}

.tile--six {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media (min-width:992px) {
  .tile--six {
    width: 50%;
  }
}

.tile--seven {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media (min-width:992px) {
  .tile--seven {
    width: 58.33333%;
  }
}

.tile--eight {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media (min-width:992px) {
  .tile--eight {
    width: 75%;
  }
}

.tile--nine {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media (min-width:580px) and (max-width:959px) {
  .tile--nine {
    width: 50%;
  }
}

@media (min-width:992px) {
  .tile--nine {
    width: 66.666667%;
  }
}

@media (min-width:580px) and (max-width:959px) {
  .tile--nine+.tile {
    width: 50%;
  }
}

.tile__vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tile__parent {
  padding-right: 15px;
  padding-left: 15px;
}

.tile__child {
  margin-bottom: 30px;
}

.tile__child:last-child {
  margin-bottom: 0;
}

.card {
  position: relative;
  overflow: hidden;
}

.card--additional,
.card--package {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.card--additional {
  border-radius: 30px;
}

.card--package {
  /* background: -o-radial-gradient(#fff,#f0f0f0);
  background: radial-gradient(#fff,#f0f0f0); */
  margin-top: 20px;
  border-radius: 0px;
  width: 100%;
  overflow: unset;
  border: 1px solid #000;
  /* -webkit-box-shadow: 0px 2px 16px 0px rgba(204, 204, 204, 1);
  -moz-box-shadow: 0px 2px 16px 0px rgba(204, 204, 204, 1);
  box-shadow: 0px 2px 16px 0px rgba(204, 204, 204, 1); */
}

.card--package .card__header {
  padding-top: 30px;
}

@media (min-width:320px) and (max-width:579px) {
  .card--additional {
    margin-bottom: 30px;
  }
}

.card--additional .card__header .card__tag>span,
.card--additional .card__header h3,
.card--additional .card__list .icon {
  color: #fff;
}

.card--additional .card__header .card__tag>p {
  color: #f7941d;
}

.card--banner {
  margin-bottom: 2.14286rem;
}

.card--banner:last-child {
  margin-bottom: 0;
}

.card--offering,
.card--promotion {
  border-radius: 10px;
}

.card--promotion {
  border: 1px solid #dbdbdb;
}

.card--promotion .card__list {
  padding-bottom: 0;
  border: 0;
}

.card--promotion .card__list>li {
  padding: 15px;
  border-top: 1px solid #dbdbdb;
}

.card--promotion .card__list>li:last-child {
  border-bottom: 1px solid #dbdbdb;
}

.card--promotion .card__list>li .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card--promotion .card__list>li .icon span {
  color: #5cdbec;
  font-weight: 700;
}

.card--promotion .card__list>li .icon [class*=fa-] {
  width: 24px;
  margin-right: 15px;
  font-size: 24px;
}

.card--offering {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.card--offering:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(112, 113, 114, .25);
  box-shadow: 0 2px 4px 0 rgba(112, 113, 114, .25);
}

.card--offering .card__excerpt {
  border-color: #dbdbdb;
  border-width: 0 1px 1px;
  border-style: solid;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.card--offering .card__excerpt h6 {
  -webkit-line-clamp: 2;
}

.card--offering .card__excerpt span.subs,
.coverage__tile .card--flex .card__excerpt>h6 {
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

.card--career {
  margin-bottom: 30px;
  border-radius: 0;
}

.card--career .card__background {
  width: 100%;
  height: 250px;
}

.card--career .card__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card--career .card__content {
  padding: 15px 25px 0;
  text-align: justify;
}

.card--career .card__content>h2 {
  margin-bottom: 1rem;
  font-size: 18px;
}

.card--career .card__content>p {
  margin-bottom: 0;
}

@media (min-width:580px) and (max-width:959px) {
  .card--career .card__content>p {
    display: none;
  }
}

.card--career .card__content>.btn {
  padding: 8px 30px;
  font-weight: 700;
  border-radius: 30px;
}

@media (min-width:580px) and (max-width:959px) {
  .card--career .card__content>.btn {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.card--program .card__background img {
  width: 100%;
}

.card--program--child {
  display: block;
}

.card--program .card__absolute {
  color: #707172;
  background-color: #fff;
  margin-right: 15px;
  margin-left: 15px;
  padding: 15px 20px;
}

.card--program .card__absolute .channel,
.card--program .card__absolute .date,
.card--program .card__absolute h6 {
  color: #84329b;
  font-weight: 600;
}

.card--program .card__absolute h6 {
  margin-bottom: 0;
}

.card--program .card__absolute p,
.modal--channel .modal-text p {
  margin-top: 1rem;
  margin-bottom: 0;
}

.card--block,
.card--flex {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #993090), color-stop(20%, #982f8f), color-stop(80%, #662b81)), border-box;
  background: -o-linear-gradient(left, #993090 20%, #982f8f 20%, #662b81 80%), border-box;
  background: linear-gradient(90deg, #993090 20%, #982f8f 20%, #662b81 80%), border-box;
}

.card--block .card__excerpt,
.card--block .card__excerpt a,
.card--flex .card__excerpt,
.card--flex .card__excerpt a {
  color: #fff;
}

.card--block .card__excerpt h6 a:hover,
.card--flex .card__excerpt h6 a:hover {
  color: #dbdbdb;
}

.card--block .card__excerpt span,
.card--flex .card__excerpt span {
  margin-bottom: 1rem;
}

.coverage__tile .card--block .card__excerpt span,
.coverage__tile .card--flex .card__excerpt span,
.list__item>p {
  margin-bottom: .5rem;
}

.card--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width:991.98px) {
  .card--flex {
    display: block;
  }
}

.coverage__tile .card--flex {
  border-radius: 10px;
}

.card--flex .card__excerpt {
  padding: 20px 0 20px 15px;
}

@media (max-width:991.98px) {
  .card--flex .card__excerpt {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (min-width:992px) {
  .card--flex .card__excerpt>h6 {
    font-size: 1.6875rem;
  }
}

.coverage__tile .card--flex .card__excerpt>h6 {
  margin-bottom: 1rem;
  font-size: 16px;
  -webkit-line-clamp: 3;
}

@media (max-width:991.98px) {
  .coverage__tile .card--flex .card__excerpt>h6 {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.card--block .card--block .card__image,
.card--block .card--flex .card__image {
  height: 185px;
}

.card__content,
.card__desc,
.card__desc>ul,
.card__header,
.card__list {
  position: relative;
}

.card__header {
  display: block;
  /* padding: 15px; */
  text-align: center;
}

.card__header>h3,
.card__header>h6 {
  color: #000;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.card__header>h3 {
  font-size: 1.2rem;

}

.card__header .card__tag .points {
  margin-top: 20px;
  margin-bottom: 20px;
}

.card__header .card__tag .points p {
    color: #005BBB;
    margin-bottom: 0;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1;
}

.card__header .card__tag .points p span {
  display: block;
  font-size: 1.7rem;
  font-weight: 400;
}

.card__header .card__tag .value>p,
.card__list>li.divided {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card__header .card__tag .value>p,
.card__list>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__header .card__tag .value>p {
  color: #f15a29;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}

.card__header .card__tag .value>p span {
  margin-right: 2.5px;
  font-size: 65%;
}

.card__header .card__tag .value>span {
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
}

.card__label {
  position: absolute;
  top: -30px;
  right: -15px;
}

@media (max-width:767.98px) {
  .card__label {
    right: 0;
  }
}

.card__label>img {
  height: 75px;
}

.card__content {
  padding-right: 15px;
  padding-left: 15px;
}

.card__image {
  position: relative;
  display: block;
  overflow: hidden;
}

.card__image>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity .35s, transform .35s, -webkit-transform .35s;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.card__image>img:hover,
.media__image>img:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.card__excerpt {
  padding: 20px;
}

.card__excerpt>h6 {
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card__excerpt>h6 a {
  color: #000;
}

.card__excerpt>h6 a:hover {
  color: #662b81;
}

.card__excerpt>.d-flex {
  margin-top: 20px;
}

.card__excerpt span.date {
  line-height: 3;
}

.coverage__tile .card__excerpt span.date {
  line-height: 1.5;
}

.card__excerpt span.subs {
  margin-top: 15px;
}

.card__excerpt span.cat {
  color: #662b81;
  font-weight: 700;
}

.card__excerpt span.excerpt,
.media--load .media-body>a {
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

@media (max-width:991.98px) {
  .card__excerpt span.excerpt {
    display: none;
  }
}

.card__excerpt>a [class*=fa-] {
  margin-left: 7.5px;
}

.card__excerpt>.btn {
  font-size: .85714rem;
  text-transform: uppercase;
}

.card__list {
  display: block;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #b0b1b1;
  border-bottom: 1px solid #b0b1b1;
}

.card__list>li {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 2;
}

.card__list>li.divided {
  margin-top: -10%;
  padding-top: 0;
  padding-bottom: 30px;
  border-top: none;
}

.card__list>li .icon {
  font-weight: 500;
}

.card__list>li .icon [class*=fa-] {
  color: #662b81;
  width: 20px;
  margin-right: 5px;
  text-align: center;
}

.card__desc {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  height: 100%;
}

#about {
  background: #005bbb;
}

#about p {
  color: #fff;
  margin-bottom: 3rem;
}

.card__desc>ul {
  /*  margin-top: 5px;*/
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.card__desc>ul>li {
  font-size: 16px;
}

/*
.card__desc>ul>li:before {
  content: '\f0da';
  position: relative;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}*/

.card__desc>ul>li+li {
  margin-top: 5px;
}

.card__footer {
  position: relative;
  display: block;
  padding: 18px 18px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(204, 204, 204, 1);
  -moz-box-shadow: 0px 2px 16px 0px rgba(204, 204, 204, 1);
  box-shadow: 0px 2px 16px 0px rgba(204, 204, 204, 1);
}

.card__purchase {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.card__purchase>a {
  font-weight: 700;
  text-transform: uppercase;
}

.card__absolute {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.media--related {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}

.media--load {
  padding: 15px 30px;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
}

@media (max-width:991.98px) {
  .media--load {
    padding: 10px 15px;
  }
}

.media--load:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(112, 113, 114, .25);
  box-shadow: 0 2px 4px 0 rgba(112, 113, 114, .25);
}

@media (max-width:991.98px) {
  .media--load img {
    width: 50px;
  }
}

.media--load .media-body {
  padding-left: 30px;
}

@media (max-width:991.98px) {
  .media--load .media-body {
    padding-left: 15px;
  }
}

.media--load .media-body>a {
  font-size: 16px;
  font-weight: 600;
  -webkit-line-clamp: 2;
}

@media (max-width:991.98px) {
  .media--load .media-body>a {
    font-size: 14px;
  }
}

.media--load .media-body>div {
  margin-top: .5rem;
}

.media__image {
  position: relative;
  display: block;
  width: 250px;
  height: 200px;
  overflow: hidden;
}

.media__image>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity .35s, transform .35s, -webkit-transform .35s;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.media__excerpt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
}

.media__excerpt h6 {
  font-size: 1.5rem;
  font-weight: 600;
}

.media__excerpt span {
  position: relative;
  display: block;
  line-height: 3;
  margin-bottom: 1rem;
}

.media__excerpt .btn {
  font-size: .85714rem;
  text-transform: uppercase;
}

.list {
  position: relative;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.list--maps {
  height: 450px;
  padding-right: 7.5px;
  overflow-y: auto;
}

.list--maps::-webkit-scrollbar {
  width: 7.5px;
}

.list--maps::-webkit-scrollbar-track {
  background-color: transparent;
}

.list--maps::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, .15);
}

.list--maps::-webkit-scrollbar-thumb:active,
.list--maps::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, .25);
}

.list--program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}

@media (max-width:991.98px) {
  .list--program {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.list--program>li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 25%;
  padding: 15px;
}

.list__item {
  color: #fff;
  position: relative;
  padding: 5px 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.list__item:active,
.list__item:focus,
.list__item:hover {
  background-color: rgba(255, 255, 255, .15);
}

.list__link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
}

.pagination,
.pagination__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 0;
}

.pagination>li {
  position: relative;
}

.pagination__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  font-size: 1rem;
}

.pagination__link:hover {
  color: #662b81;
}

.pagination__link.current,
.pagination__link.next,
.pagination__link.prev {
  border-radius: 10px;
}

.pagination__link.next,
.pagination__link.prev {
  color: #fff;
  background-color: #662b81;
}

.pagination__link.next [class*=fa-],
.pagination__link.prev [class*=fa-] {
  font-size: 24px;
}

.pagination__link.next:hover,
.pagination__link.prev:hover {
  background-color: #4f2164;
}

.pagination__link.current {
  color: #662b81;
  background-color: #dbdbdb;
}

.modal--hamburger {
  height: calc(100vh - 50px);
}

.modal--hamburger .modal-body {
  margin-bottom: 0;
  list-style: none;
}

.modal--hamburger .modal-body>li>a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  font-weight: 600;
}

.modal--hamburger .modal-dialog {
  width: 75%;
}

.modal--call .modal-content,
.modal--channel .modal-content {
  background-color: #f2f2f2;
}

.modal--call .modal-dialog {
  max-width: 700px;
}

.modal--call .modal-body {
  padding: 2rem;
}

.modal--channel .modal-dialog {
  max-width: 600px;
}

.modal--channel .modal-image {
  position: relative;
  overflow: hidden;
}

@media (max-width:767.98px) {
  .modal--channel .modal-image img {
    height: 150px;
  }
}

.modal--channel .modal-text {
  position: relative;
  padding-right: 15px;
}

.modal--channel .modal-text .d-flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal--channel .modal-text .d-flex .numb {
  color: #f15a29;
  padding: 5px;
  font-size: .85714rem;
  border: 1px solid #f15a29;
  border-radius: 5px;
}

.modal--channel .modal-text h6 {
  color: #84329b;
  margin-bottom: 0;
  font-size: 1.42857rem;
  font-weight: 600;
}

.modal-body .title {
  text-align: center;
  margin-bottom: 40px;
}

.modal-body .title h2 {
  color: #662b81;
  margin-bottom: 15px;
  font-size: 2.5rem;
}

@media (min-width:320px) and (max-width:579px) {
  .modal-body .title h2 {
    font-size: 1.875rem;
  }
}

.modal-body .title span {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0;
}

@media (min-width:320px) and (max-width:579px) {
  .modal-body .title span {
    font-size: 1rem;
  }
}

.jumbotron {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #993090), color-stop(20%, #982f8f), color-stop(80%, #662b81));
  background: -o-linear-gradient(left, #993090 20%, #982f8f 20%, #662b81 80%);
  background: linear-gradient(90deg, #993090 20%, #982f8f 20%, #662b81 80%);
  position: relative;
  padding-top: 50px;
}

.jumbotron.none {
  padding-bottom: 50px;
}

.jumbotron--faq {
  height: 275px;
  margin-top: 4.28571rem;
  padding: 0 4.28571rem;
  border-radius: 10px;
  overflow: hidden;
}

.jumbotron--faq__about {
  height: unset;
  margin-top: 2.14286rem;
  padding-top: 4.28571rem;
  padding-bottom: 4.28571rem;
}

@media (max-width:991.98px) {
  .jumbotron--faq__about {
    margin-top: 1.14286rem;
    padding: 2.14286rem;
  }
}

.jumbotron--faq__about.cover {
  background-position: center right;
}

.jumbotron--faq__about .jumbotron__content {
  text-align: left;
}

.jumbotron--faq__about .jumbotron__content>span {
  display: block;
  margin-bottom: 30px;
  line-height: 1.5 !important;
}

.jumbotron--faq__about .jumbotron__content>a {
  color: #662b81;
  font-weight: 600;
}

@media (max-width:767.98px) {
  .jumbotron--faq.cover {
    background-position: 75% center;
  }
}

.jumbotron--faq .jumbotron__content {
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: inherit;
}

.jumbotron--faq .jumbotron__content>span {
  line-height: 2.5;
}

.jumbotron--product {
  padding-bottom: 198px;
}

@media (min-width:320px) and (max-width:579px) {
  .jumbotron--product {
    padding-bottom: 130px;
  }
}

@media (min-width:580px) and (max-width:959px) {
  .jumbotron--product {
    padding-bottom: 145px;
  }
}

@media (min-width:960px) and (max-width:1199px) {
  .jumbotron--product {
    padding-bottom: 150px;
  }
}

.jumbotron__distract {
  margin-top: -150px;
}

@media (max-width:767.98px) {
  .jumbotron__distract {
    margin-top: -80px;
  }
}

@media (min-width:580px) and (max-width:959px) {
  .jumbotron__distract {
    margin-top: -90px;
  }
}

@media (min-width:960px) and (max-width:1199px) {
  .jumbotron__distract {
    margin-top: -115px;
  }
}

.jumbotron__distract .jumbotron__content:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 25.04274%;
}

.jumbotron__distract .jumbotron__content>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width:320px) and (max-width:579px) {
  .jumbotron__distract .jumbotron__content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
  }

  .jumbotron__distract .jumbotron__content>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.jumbotron__content,
.jumbotron__header {
  position: relative;
  text-align: center;
}

.jumbotron__content>h2,
.jumbotron__content>h3,
.jumbotron__header>h2,
.jumbotron__header>h3 {
  color: #fff;
  font-size: 3.125rem;
}

@media (max-width:767.98px) {

  .jumbotron__content>h2,
  .jumbotron__content>h3,
  .jumbotron__header>h2,
  .jumbotron__header>h3 {
    font-size: 2.1875rem;
  }
}

.jumbotron__header>h2 {
  font-weight: 600;
}

.jumbotron__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.carousel {
  padding-bottom: 45px;
}

.carousel--about .carousel-item:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 34.18803%;
}

.carousel--about .carousel-item>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width:767.98px) {
  .carousel--about .carousel-item:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }

  .carousel--about .carousel-item>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

#carouselHome .carousel-item {
  overflow: hidden;
}

@media (max-width:991.98px) {
  #carouselHome .carousel-item .desktop {
    display: none;
  }
}

@media (min-width:992px) {
  #carouselHome .carousel-item .mobile {
    display: none;
  }
}

#carouselHome .carousel-indicators {
  bottom: 0;
}

#carouselSlider {
  position: unset;
}

#carouselSlider .carousel-control-next,
#carouselSlider .carousel-control-prev {
  color: #707172;
  z-index: 1000;
  top: unset;
  height: unset;
  opacity: 1;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  background-color: transparent;
  border-radius: 10px;
}

@media (max-width:991.98px) {

  #carouselSlider .carousel-control-next,
  #carouselSlider .carousel-control-prev {
    bottom: -9%;
  }
}

@media (min-width:992px) {

  #carouselSlider .carousel-control-next,
  #carouselSlider .carousel-control-prev {
    bottom: 8px;
  }
}

#carouselSlider .carousel-control-next [class*=fa-],
#carouselSlider .carousel-control-prev [class*=fa-] {
  font-size: 24px;
}

#carouselSlider .carousel-control-prev {
  left: 30%;
}

@media (max-width:991.98px) {
  #carouselSlider .carousel-control-prev {
    left: 20%;
  }
}

#carouselSlider .carousel-control-next {
  right: 30%;
}

@media (max-width:991.98px) {
  #carouselSlider .carousel-control-next {
    right: 20%;
  }
}

.tabs {
  background-color: #dbdbdb;
  padding: 25px 0;
}

.tabs__list {
  position: relative;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.tabs__list>li {
  margin-right: 2.14286rem;
  margin-bottom: 1.07143rem;
  margin-left: 2.14286rem;
  line-height: 1.75;
}

.tabs__list>li:last-child {
  margin-bottom: 0;
}

.tabs__list>li>a span {
  margin-right: .57143rem;
}

.tabs__container .accordion {
  position: relative;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.tabs__container .accordion>li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
}

.tabs__container .accordion>li>div h6 a {
  color: #84329b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs__container .accordion>li>div h6 a[aria-expanded=true] {
  color: #f15a29;
}

.tabs__container .accordion>li>div h6 a[aria-expanded=true]:before {
  content: "\f146";
}

.tabs__container .accordion>li>div h6 a:before {
  content: "\f0fe";
  position: relative;
  display: inline-block;
  padding-right: 15px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.tabs__container .accordion>li>div .content__description {
  padding-top: 1.07143rem;
  padding-left: 2.35714rem;
}

.click {
  position: relative;
}

@media (min-width:320px) and (max-width:579px) {
  .click {
    display: none;
  }
}

.click__link {
  color: #fff;
  cursor: pointer;
  position: relative;
  padding: 5px 10px;
  font-weight: 500;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.click__link.active {
  color: #f7941d;
}

.click__link--accordion {
  color: #84329b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.click__link--accordion.active {
  color: #84329b;
  font-weight: 700;
}

.click__link--accordion.active:after {
  content: '\f0da';
  position: absolute;
  display: block;
  right: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 18px;
}

.click__link--accordion.active .click__icon {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.click__container,
.click__content {
  position: relative;
}

.click__container .filter__header {
  position: relative;
  margin-bottom: 20px;
}

.click__container .filter__header .btn {
  padding: 0 10px;
  font-weight: 500;
  line-height: 1;
  border: 0;
  border-radius: 0;
}

.click__container .filter__header .btn+.btn {
  padding-right: 0;
  border-left: 1px solid #707172;
}

.click__container .filter__header .btn.active {
  color: #f7941d;
}

.click__content {
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (max-width:991.98px) {
  .click__content {
    max-height: 250px;
    padding: 10px 15px;
  }
}

@media (min-width:992px) {
  .click__content {
    height: 279px;
  }
}

.click__content--accordion {
  background: #dbdbdb;
  min-height: unset;
  max-height: unset;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(112, 113, 114, .25);
  box-shadow: 0 2px 4px 0 rgba(112, 113, 114, .25);
  overflow: hidden;
}

@media (max-width:991.98px) {
  .click__content--accordion {
    padding: 15px;
    border-radius: 0;
  }
}

.click__content--accordion img {
  width: 64px;
}

.click__content--accordion>h5 {
  margin-top: 15px;
  margin-bottom: 20px;
}

.click__content .filter__body {
  margin: -10px;
  padding-left: 0;
  list-style: none;
}

@media (min-width:320px) and (max-width:579px) {
  .click__content .filter__body {
    margin: 0 -5px;
  }
}

.click__content .filter__body>li {
  float: left;
  width: 12.5%;
  padding: 10px;
}

@media (max-width:991.98px) {
  .click__content .filter__body>li {
    width: 20%;
  }
}

@media (min-width:320px) and (max-width:579px) {
  .click__content .filter__body>li {
    padding: 5px;
  }
}

.click__draw {
  position: relative;
}

@media (min-width:320px) and (max-width:579px) {
  .click__draw {
    color: #000;
    background: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 15px;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .click__draw:first-child {
    border-top: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }

  .click__draw:after {
    content: '\f067';
    position: relative;
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }
}

@media (min-width:580px) and (max-width:959px) {
  .click__draw {
    display: none;
  }
}

@media (min-width:1200px) {
  .click__draw {
    display: none;
  }
}

.click__draw.active {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #993090), color-stop(20%, #982f8f), color-stop(80%, #662b81));
  background: -o-linear-gradient(left, #993090 20%, #982f8f 20%, #662b81 80%);
  background: linear-gradient(90deg, #993090 20%, #982f8f 20%, #662b81 80%);
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.click__draw.active:after {
  content: '\f068';
}

.click__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  border: 3px solid #dbdbdb;
  border-radius: 50%;
}

.click__icon img {
  width: 18px;
}

/*!
 * animate.css -https://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - https://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@-webkit-keyframes flash {

  0%,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  0%,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse {

  0%,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@keyframes pulse {

  0%,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@-webkit-keyframes rubberBand {

  0%,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1);
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }
}

@keyframes rubberBand {

  0%,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1);
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }
}

@-webkit-keyframes shake {

  0%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {

  0%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@-webkit-keyframes headShake {

  0%,
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
}

@keyframes headShake {

  0%,
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@-webkit-keyframes tada {

  0%,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}

@keyframes tada {

  0%,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}

@-webkit-keyframes wobble {

  0%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
}

@keyframes wobble {

  0%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
}

@-webkit-keyframes jello {

  0%,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(.39063deg) skewY(.39063deg);
    transform: skewX(.39063deg) skewY(.39063deg);
  }

  88.8% {
    -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
    transform: skewX(-.19531deg) skewY(-.19531deg);
  }
}

@keyframes jello {

  0%,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(.39063deg) skewY(.39063deg);
    transform: skewX(.39063deg) skewY(.39063deg);
  }

  88.8% {
    -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
    transform: skewX(-.19531deg) skewY(-.19531deg);
  }
}

@-webkit-keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@-webkit-keyframes hinge {
  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: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-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: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -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);
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    -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 {
  0% {
    -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);
  }
}

@-webkit-keyframes slideInRight {
  0% {
    -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 {
  0% {
    -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);
  }
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
    bottom: 0;
    opacity: .5;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    bottom: 15px;
    opacity: 1;
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
    bottom: 0;
    opacity: .5;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    bottom: 15px;
    opacity: 1;
  }
}

@-webkit-keyframes slideOutDown {
  0% {
    -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 {
  0% {
    -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);
  }
}

@-webkit-keyframes slideOutLeft {
  0% {
    -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 {
  0% {
    -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);
  }
}

@-webkit-keyframes slideOutRight {
  0% {
    -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 {
  0% {
    -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);
  }
}

@-webkit-keyframes slideOutUp {
  0% {
    -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 {
  0% {
    -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);
  }
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

.flipInX,
.flipInY,
.flipOutX,
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.flipInY,
.flipOutX,
.flipOutY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.flipOutX,
.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
}

.flipOutY {
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.bare--form .form-group,
.bare--header h1,
.bare--header h2,
.bare--header h3,
.bare--header h4,
.bare--header h5,
.bare--header h6,
.bare--label label {
  margin-bottom: 0;
}

.bare--breadcrumb {
  background-color: #dbdbdb;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(112, 113, 114, .25);
  box-shadow: inset 0 2px 4px 0 rgba(112, 113, 114, .25);
}

.bare--spacing h1,
.bare--spacing h2,
.bare--spacing h3,
.bare--spacing h4,
.bare--spacing h5,
.bare--spacing h6 {
  letter-spacing: 0;
}

.bare--card .card__content,
.bare--card .card__header,
.bare--card--content .card__header {
  padding: 0;
}

.bare-delay--semi {
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.bare-delay--quarter {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.bare-delay--half {
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.bare-delay--full {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.cover--on {
  background-size: cover;
}

.cover--bottom {
  background-position: bottom;
}

@media (max-width:991.98px) {
  .cover {
    background-size: cover;
  }
}

.scale {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  -o-transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s, -webkit-transform .35s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.scale:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.bg--none {
  background: 0 0 !important;
}

.bg--gray {
  background: #dbdbdb !important;
}

.bg--radial {
  background: -o-radial-gradient(#fff, #f0f0f0) !important;
  background: radial-gradient(#fff, #f0f0f0) !important;
}

.bg--gradient {
  background: linear-gradient(180deg, #fff, #ffeb3b) !important;
}

ul.disc--base {
  margin: 20px 0;
  padding-left: 0 !important;
  list-style: none !important;
}

ul.disc--base>li {
  line-height: 2;
}

ul.disc--base>li:before {
  content: "⬤";
  color: #5cdbec;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: 8px;
  vertical-align: text-top;
}

ol.count--base {
  list-style: none;
  counter-reset: my-counter;
}

ol.count--base li {
  counter-increment: my-counter;
}

ol.count--base li::before {
  content: counter(my-counter) ". ";
  color: inherit;
}

ol.count--bg {
  position: relative;
  list-style-type: none;
}

ol.count--bg>li {
  counter-increment: step-counter;
}

ol.count--bg>li:before {
  color: #fff;
  background: #707172;
  content: counter(step-counter);
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
}

.content__description {
  position: relative;
  line-height: 1.75;
}

.content__description table {
  background-color: transparent;
  position: relative;
  margin: 20px 0;
  width: 100%;
  max-width: 100%;
  border-collapse: inherit;
  border-spacing: 0;
}

@media (min-width:320px) and (max-width:579px) {
  .content__description table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.content__description table caption {
  caption-side: bottom;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}

.content__description table td,
.content__description table th {
  vertical-align: top;
}

.content__description table thead th {
  background-color: rgba(112, 113, 114, .65);
  border-top: 1px solid #575858;
  color: #f15a29;
  padding: 20px 15px;
}

.content__description table tbody tr:nth-of-type(even) {
  background-color: rgba(112, 113, 114, .65);
}

.content__description table tbody td {
  padding: 15px;
}

@media (min-width:320px) and (max-width:579px) {
  .content__description table tbody td figure {
    width: 200px;
  }
}

.content__description table tbody td figcaption {
  margin-top: 10px;
}

.content__description table tbody td img {
  -o-object-fit: cover;
  object-fit: cover;
}

.content__description h1,
.content__description h2,
.content__description h3,
.content__description h4,
.content__description h5,
.content__description h6 {
  margin-bottom: 10px;
  font-weight: 700;
}

.content__description ol,
.content__description p,
.content__description ul,
.content__description>img {
  margin-bottom: 20px;
}

.content__description ol:last-child,
.content__description p:last-child,
.content__description ul:last-child,
.content__description>img:last-child {
  margin-bottom: 0;
}

.content__description ol,
.content__description ul {
  padding-left: 20px;
}

.content__description ol li ol,
.content__description ol li ul,
.content__description ul li ol,
.content__description ul li ul {
  margin: 5px 0;
}

.content__description ul {
  list-style: disc;
}

.content__description blockquote {
  position: relative;
  margin-bottom: 20px;
  padding-left: 45px;
  font-style: italic;
  line-height: 1.6;
}

@media (min-width:1200px) {
  .content__description blockquote {
    font-size: 16px;
  }
}

.content__description blockquote:before {
  color: #4a4b4b;
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  font-family: 'Font Awesome 5 Free';
  font-size: 24px;
  font-weight: 900;
}

.content__description figure {
  margin: 0;
}

.content__description img {
  width: 100%;
}

.content__description>a {
  color: #f15a29;
}

.content__description .link--download:focus,
.content__description .link--download:hover,
.content__description>a:focus,
.content__description>a:hover {
  color: #000;
}

.content__description .link--download {
  color: #f15a29;
  font-weight: 700;
}

.content__description .link--download:before {
  content: '\f358';
  position: relative;
  display: inline-block;
  padding-right: 5px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.content__description .alignnone {
  margin: 5px 20px 20px 0;
}

.content__description .aligncenter,
.content__description div.aligncenter {
  display: block;
  margin: 5px auto;
}

.content__description .alignright,
.content__description a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.content__description .wp-caption.alignleft,
.content__description .wp-caption.alignnone,
.content__description a img.alignnone {
  margin: 5px 20px 20px 0;
}

.content__description .alignleft,
.content__description a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.content__description a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content__description .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.content__description .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.content__description .wp-caption img {
  border: 0;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.content__description .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.content__description .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.content__description .screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}



.mobiletest-div {
  display: none;
}

.page-template-page-cable-tv .card--additional .card__content {
  border-top: 1px solid #b0b1b1;
  padding-right: 0;
  padding-left: 0;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 2;
  color: #fff;
  text-align: left;
}

.page-template-page-cable-tv .card--additional .card__content ul {
  list-style: none;
  padding: 10px;
}

.page-template-page-karir .main__header.is-margin>div {
  font-size: 1.5rem;
  font-weight: 600;
}

.meganavbar__menu.full.cover .content__description>div {
  padding: 15px;
}

.header+.container.fix_pad {
  padding-top: 0;
  padding-bottom: 1px;
}

.date_new {
  line-height: 3;
}

.select--check.department {
  cursor: text;
  border: 1px solid #ced4da;
  padding: 10px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
}

.g-recaptcha textarea {
  display: none;
}

.carousel.slide .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.carousel.slide .content>h2 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 400;
}

#result_package {
  display: none;
}

#result_package .card__desc ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

#result_package .card__desc ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#result_package .results {
  display: flex;
}

#result_package #result_package_product_tv {
  margin-left: 15px;
  margin-right: 15px;
}

#result_package .results>.card.card--package {
  width: 100%;
}

#result_package_product_tv .card__header {
  display: table;
  height: 100%;
  width: 100%;
}

#result_package_product_tv .card__header h3 {
  display: table-cell;
  vertical-align: middle;
}

.section__text>div.textContainer_Truncate {
  margin: 15px 0 0;
  font-weight: 500;
}

.button_view_ext {
  margin: 10px 0;
}

.button_view_ext a {
  color: #662b81;
  font-weight: 500;
  border-bottom: 2px dotted;
}

.card--package.gamer:hover .card__desc strong,
.card--package.gamer:hover .card__desc ul li {
  color: #fff;
}

.main__package .card.card--package {
  height: 100%;
}

.main__package .card.card--package .card__content {
  /*margin-bottom: 65px;*/
  ;
}

.main__package .card.card--package .card__footer {
  /*position: absolute;
    bottom: 0;
    width: 100%;*/
  ;
}

.main__package.main__package--gamer .card__content .card__desc {
  border-top: 1px solid #525252;
  border-bottom: 1px solid #525252;
  padding-top: 10px;
  padding-bottom: 10px;
}

.promotion__draft {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.table_comparison {
  margin: 0 auto;
}

.table_comparison td {
  padding: 15px;
  border: 1px solid #000;
}

.package_tv {
  border-top: 1px solid #b0b1b1;
}

.package_tv h3 {
  color: #662b81;
  margin-top: 15px;
}

.card__desc.package_tv {
  margin-top: 0;
}

.card__package_link {
  position: relative;
  margin-top: 65px;
}

.card__package_link a {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#result_package_product_tv .promo_container_package {
  display: table-cell;
  vertical-align: middle;
}

.page-template-page-beranda .main__package ul.main__content>li {
  margin-bottom: 40px;
}

.page-template-page-beranda .main__package ul.main__content {
  margin-bottom: -40px;
}

#programs .tab-content,
#channels .tab-content {
  opacity: 1;
  padding: initial;
  background: initial;
  color: initial;
  border-bottom: initial;
  height: initial;
  position: initial;
  z-index: initial;
  top: initial;
  left: initial;
  transition: initial;
}

.article_single_tags {
  margin-top: 30px;
}

.article_single_tags span {
  font-weight: bold;
}

.article_single_tags span.single_tags_content {
  font-weight: normal;
}

.category_image_bg {
  background-size: cover;
  background-position: center;
}

.page-template-page-hubungikami .main>.container {
  padding-top: 10px;
}

body.page-template-page-bantuan .col-lg-3 .tabs,
body.tax-category-dg_help .col-lg-3 .tabs {
  background-color: #f3f3f3;
}

.page-template-page-bantuan .tabs,
.tax-category-dg_help .tabs {
  position: initial;
  margin: initial;
  width: initial;
  height: initial;
}

#channels {
  background: #EEE;
  padding: 0;
}

#channels .click {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #993090), color-stop(20%, #982f8f), color-stop(80%, #662b81));
  background: linear-gradient(90deg, #993090 20%, #982f8f 20%, #662b81 80%);
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  padding: 2rem;
}

#channels .click__container {
  padding: 2rem 1rem;
}

.click__container .filter__header {
  padding-right: 15px;
}

.page-template-page-cable-tv .list--program>li {
  width: 20%;
}

#carouselHome {
  border: none;
  border-radius: 0;
  overflow: initial;
}

#result_package_product .card__header p {
  color: #F15A29;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

#result_package_product .card__header #result_package_subtitle {
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
}

#result_package_product .card__package_link {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.wpcf7-form-control.wpcf7-file {
  opacity: 1;
  position: relative;
}

.single-dg_career .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #000;
}

.main__package--gamer .card__header .card__tag .points p {
  background: initial;
  -webkit-text-fill-color: initial;
}

.page-template-page-karir .card__absolute {
  color: #662b81;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px 10px;
  position: relative;
  margin-top: -160px;
  min-height: 155px;
}

.page-template-page-karir .career--intro .card__content {
  margin-top: -75px;
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px 0 0 0;
  height: 100%;
}

.page-template-page-karir .career--intro .card__content h2 {
  color: #481e5b;
}

.menu__main .meganavbar .onhover {
  color: #fff;
  background-color: #662b81;
}

.form__pagination.justify-content-end {
  display: none;
}

.news.news--list .news__tile.tile .tile.tile__parent {
  max-width: 400px;
}

.news .card__image>img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.news .card__image:hover>img {
  transition: opacity .35s, transform .35s, -webkit-transform .35s;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.news .tile__parent .card img {
  height: auto;
}

.news .card__image {
  max-height: 215px;
}

.contact .maps__listing:after {
  height: 0 !important;
}

@media (min-width: 992px) {
  #result_package .results>.card.card--package {
    width: 45%;
  }
}

@media (max-width: 768px) {

  .header+.bare--breadcrumb,
  .header+.jumbotron,
  .header+.main {
    margin-top: 60px;
  }

  .main>.container {
    padding-top: 15px;
  }

  /*.bare--breadcrumb{
        margin-top: 60px;
    }*/

  #map_canvas {
    height: 350px !important;
  }

  #result_package .results {
    display: block;
  }

  #result_package #result_package_product_tv {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
  }

  #result_package_product_tv .card__header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.coba {
  padding-left: 1.3em;
}

.coba:before {
  content: "\f00c";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
}

.cas {
  padding: 0px 90px 0px 90px;
}

@media (max-width: 768px) {
  .cas {
    padding: 0px;
  }

  #tawkchat-minified-box {
    display: none;
  }
}

.bagus {
  background: linear-gradient(#efba24, #E98300);
  color: white;
  text-align: center;
}

.mt-3 {
  margin-top: 3rem;
}

.bt {
  width: 225px;
  font-size: 18px;
  color: #fff;
  padding: 10px 25px;
  font-weight: 500;
  background-color: #68A4700D;
  border-style: double;
  border-width: 3px 3px 3px 3px
}

.btn-nyan2 {
  margin: 0px auto;
  width: 225px;
  color: white;
  padding: 10px 25px;
  border-radius: 50px;
  letter-spacing: 1px;
  letter-spacing: 1px;
  border: solid 1px #4cdc4e;
  border-radius: 30px;
  background: linear-gradient(green, #4cdc4e) #3c763d;
  box-shadow: 0 5px 12px #3c763d;
}

.btn-nyan2:hover {
  background-color: lightgreen !important;
  color: black !important;
}

.btn-nyan3 {
  margin: 0px auto;
  width: 225px;
  color: white;
  padding: 10px 25px;
  border-radius: 50px;
  letter-spacing: 1px;
  letter-spacing: 1px;
  border: solid 1px #31708f;
  border-radius: 30px;
  background: linear-gradient(blue, #337ab7) #31708f;
  box-shadow: 0 5px 12px #31708f;
}

.btn-nyan3:hover {
  background-color: lightblue !important;
  color: black !important;
}


.pt-5 {
  padding-top: 5em;
}

.pb-3 {
  padding-bottom: 3rem !important;
}