@charset "UTF-8";
/* Custom SCSS */
html, body {
  height: 100%;
}

body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

header {
  border-bottom: 1px solid #fff;
}

main {
  line-height: 30px;
}

code, kbd, pre, samp {
  font-family: "Fira Code", SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 16px;
  line-height: 22px;
}

.color-primary {
  color: #1200AF;
}

.color-secondary {
  color: #dd0033;
}

.bg-primary {
  background-color: #1200AF;
}

.bg-secondary {
  background-color: #dd0033;
}

.secondary-color {
  color: #7bff98;
}

.btn-primary {
  background-color: #1200AF;
  border-color: #1200AF;
}

.btn-outline-primary {
  border-color: #1200AF;
}

.page-padding {
  padding: 4rem 0 5rem 0;
}

.hide {
  display: none;
}

.show {
  display: show;
}

.px-6 {
  padding: 0 4em;
}

.py-6 {
  padding: 4em 0;
}

.pb-6 {
  padding-bottom: 4em;
}

.pt-6 {
  padding-top: 4em;
}

.p-6 {
  padding: 4em;
}

.px-7 {
  padding: 0 5em;
}

.py-7 {
  padding: 5em 0;
}

.pb-7 {
  padding-bottom: 5em;
}

.pt-7 {
  padding-top: 5em;
}

.p-7 {
  padding: 5em;
}

.px-8 {
  padding: 0 6em;
}

.py-8 {
  padding: 6em 0;
}

.pb-8 {
  padding-bottom: 6em;
}

.pt-8 {
  padding-top: 6em;
}

.p-8 {
  padding: 6em;
}

.px-9 {
  padding: 0 7em;
}

.py-9 {
  padding: 7em 0;
}

.pb-9 {
  padding-bottom: 7em;
}

.pt-9 {
  padding-top: 7em;
}

.p-9 {
  padding: 7em;
}

.px-10 {
  padding: 0 8em;
}

.py-10 {
  padding: 8em 0;
}

.pb-10 {
  padding-bottom: 8em;
}

.pt-10 {
  padding-top: 8em;
}

.p-10 {
  padding: 8em;
}

.mx-6 {
  margin: 0 4em;
}

.my-6 {
  margin: 4em 0;
}

.mb-6 {
  margin-bottom: 4em;
}

.mt-6 {
  margin-top: 4em;
}

.m-6 {
  margin: 4em;
}

.mx-7 {
  margin: 0 5em;
}

.my-7 {
  margin: 5em 0;
}

.mb-7 {
  margin-bottom: 5em;
}

.mt-7 {
  margin-top: 5em;
}

.m-7 {
  margin: 5em;
}

.mx-8 {
  margin: 0 6em;
}

.my-8 {
  margin: 6em 0;
}

.mb-8 {
  margin-bottom: 6em;
}

.mt-8 {
  margin-top: 6em;
}

.m-8 {
  margin: 6em;
}

.mx-9 {
  margin: 0 7em;
}

.my-9 {
  margin: 7em 0;
}

.mb-9 {
  margin-bottom: 7em;
}

.mt-9 {
  margin-top: 7em;
}

.m-9 {
  margin: 7em;
}

.w-80 {
  width: 80% !important;
}

.img-full-width {
  width: 100%;
}

a {
  text-decoration: none;
}

.cover-image {
  padding-right: 0;
  padding-left: 0;
}

.text-blue {
  color: #013d6f;
}

.line-height-30 {
  line-height: 30px;
}

.text-ccc {
  color: #ccc !important;
}

.text-eee {
  color: #eee !important;
}

.text-444 {
  color: #444 !important;
}

.bg-efefef {
  background-color: #efefef !important;
}

.bg-eee {
  background-color: #eee !important;
}

.bg-light {
  background-color: rgb(249, 248, 252);
}

.text-light {
  color: rgb(249, 248, 252);
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}

.text-white-80 {
  color: rgba(255, 255, 255, 0.8);
}

.bg-primary {
  background: linear-gradient(180deg, rgb(60, 100, 170) 0%, rgb(39, 65, 105) 100%);
  color: #eee;
}

.td-content figure.highlight {
  max-width: 100% !important;
}

.td-content .highlighter-rouge {
  margin-bottom: 1rem;
}

.td-content .highlighter-rouge, .td-content figure.highlight {
  padding: 0.6rem 1rem;
  background: #eee;
  border-radius: 5px;
  font-size: 15px;
}

textarea {
  resize: none;
}

.tag {
  background: #999;
  font-size: 13px;
  color: #fff;
  border-radius: 4px;
  padding: 1px 5px;
}

.social-contacts {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.copyright {
  margin-top: 5px;
}

.btn {
  font-weight: 300;
}

.btn-grey {
  background-color: #ededed;
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 23%;
  right: 4%;
  overflow: hidden;
  z-index: 999;
  width: 32px;
  height: auto;
  border: none;
  text-indent: 100%;
}

#toTopHover {
  width: 32px;
  height: 32px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

.lozad {
  border-radius: 5px;
}

#youtubeVideoModal {
  top: 2%;
}
#youtubeVideoModal .modal-dialog {
  max-width: 70%;
}
#youtubeVideoModal .modal-content {
  background-color: transparent;
  border: none;
}
#youtubeVideoModal .modal-content .modal-header {
  border-bottom: none;
  padding: 0 1em;
}
#youtubeVideoModal .modal-content .modal-header img {
  height: 40px;
  width: auto;
}
#youtubeVideoModal .modal-content .modal-header .close {
  color: #fff;
  padding: 0 0.5em;
  font-size: 60px;
}

.youtube-video-btn:focus {
  box-shadow: none;
}

.normal-page h1, .normal-page h2 {
  margin-top: 3rem;
}
.normal-page h3, .normal-page h4 {
  margin-top: 2.5rem;
}
.normal-page h5, .normal-page h6 {
  margin-top: 2rem;
}

.congrats-wrapper hr {
  margin: 2rem;
}
.congrats-wrapper .image-caption-wrapper {
  display: flex;
  gap: 3rem;
}

.td-border-top {
  border: none;
  border-top: 1px solid #eee;
}

.td-border-none {
  border: none;
}

.td-block-padding,
.td-default main section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .td-block-padding,
  .td-default main section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.td-overlay {
  position: relative;
}

.td-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.td-overlay--dark::after {
  background-color: rgba(64, 63, 76, 0.3);
}

.td-overlay--light::after {
  background-color: rgba(211, 243, 238, 0.3);
}

.td-overlay__inner {
  position: relative;
  z-index: 1;
}

.-bg-blue {
  color: #fff;
  background-color: #72a1e5;
}

.-bg-blue p > a {
  color: #a0c0ee;
}

.-bg-blue p > a:hover,
.-bg-blue p > a:focus {
  color: #1e53a0;
}

.-text-blue {
  color: #72a1e5;
}

.-bg-indigo {
  color: #fff;
  background-color: #6610f2;
}

.-bg-indigo p > a {
  color: #b8cff2;
}

.-bg-indigo p > a:hover,
.-bg-indigo p > a:focus {
  color: #1e53a0;
}

.-text-indigo {
  color: #6610f2;
}

.-bg-purple {
  color: #fff;
  background-color: #6f42c1;
}

.-bg-purple p > a {
  color: #b7cff2;
}

.-bg-purple p > a:hover,
.-bg-purple p > a:focus {
  color: #1e53a0;
}

.-text-purple {
  color: #6f42c1;
}

.-bg-pink {
  color: #fff;
  background-color: #e83e8c;
}

.-bg-pink p > a {
  color: #aec9f0;
}

.-bg-pink p > a:hover,
.-bg-pink p > a:focus {
  color: #1e53a0;
}

.-text-pink {
  color: #e83e8c;
}

.-bg-red {
  color: #fff;
  background-color: #dc3545;
}

.-bg-red p > a {
  color: #b4cdf1;
}

.-bg-red p > a:hover,
.-bg-red p > a:focus {
  color: #1e53a0;
}

.-text-red {
  color: #dc3545;
}

.-bg-orange {
  color: #fff;
  background-color: #ba5a31;
}

.-bg-orange p > a {
  color: #bed4f3;
}

.-bg-orange p > a:hover,
.-bg-orange p > a:focus {
  color: #1e53a0;
}

.-text-orange {
  color: #ba5a31;
}

.-bg-yellow {
  color: #fff;
  background-color: #ffc107;
}

.-bg-yellow p > a {
  color: #b7cff2;
}

.-bg-yellow p > a:hover,
.-bg-yellow p > a:focus {
  color: #1e53a0;
}

.-text-yellow {
  color: #ffc107;
}

.-bg-green {
  color: #fff;
  background-color: #28a745;
}

.-bg-green p > a {
  color: #c6d9f4;
}

.-bg-green p > a:hover,
.-bg-green p > a:focus {
  color: #1e53a0;
}

.-text-green {
  color: #28a745;
}

.-bg-teal {
  color: #fff;
  background-color: #20c997;
}

.-bg-teal p > a {
  color: #bfd4f3;
}

.-bg-teal p > a:hover,
.-bg-teal p > a:focus {
  color: #1e53a0;
}

.-text-teal {
  color: #20c997;
}

.-bg-cyan {
  color: #fff;
  background-color: #17a2b8;
}

.-bg-cyan p > a {
  color: #c6d9f4;
}

.-bg-cyan p > a:hover,
.-bg-cyan p > a:focus {
  color: #1e53a0;
}

.-text-cyan {
  color: #17a2b8;
}

.-bg-white {
  color: #222;
  background-color: #fff;
}

.-bg-white p > a {
  color: #72a1e5;
}

.-bg-white p > a:hover,
.-bg-white p > a:focus {
  color: #1e53a0;
}

.-text-white {
  color: #fff;
}

.-bg-gray {
  color: #fff;
  background-color: #888;
}

.-bg-gray p > a {
  color: #b4cdf1;
}

.-bg-gray p > a:hover,
.-bg-gray p > a:focus {
  color: #1e53a0;
}

.-text-gray {
  color: #888;
}

.-bg-gray-dark {
  color: #fff;
  background-color: #333;
}

.-bg-gray-dark p > a {
  color: #e3ecfa;
}

.-bg-gray-dark p > a:hover,
.-bg-gray-dark p > a:focus {
  color: #1e53a0;
}

.-text-gray-dark {
  color: #333;
}

.-bg-primary {
  color: #fff;
  background-color: #555;
}

.-bg-primary p > a {
  color: #cadcf5;
}

.-bg-primary p > a:hover,
.-bg-primary p > a:focus {
  color: #1e53a0;
}

.-text-primary {
  color: #555;
}

.-bg-secondary {
  color: #fff;
  background-color: #d95040;
}

.-bg-secondary p > a {
  color: #b1cbf1;
}

.-bg-secondary p > a:hover,
.-bg-secondary p > a:focus {
  color: #1e53a0;
}

.-text-secondary {
  color: #d95040;
}

.-bg-success {
  color: #fff;
  background-color: #3772ff;
}

.-bg-success p > a {
  color: #a9c6ef;
}

.-bg-success p > a:hover,
.-bg-success p > a:focus {
  color: #1e53a0;
}

.-text-success {
  color: #3772ff;
}

.-bg-info {
  color: #222;
  background-color: #c0e0de;
}

.-bg-info p > a {
  color: #638ac1;
}

.-bg-info p > a:hover,
.-bg-info p > a:focus {
  color: #1e53a0;
}

.-text-info {
  color: #c0e0de;
}

.-bg-warning {
  color: #fff;
  background-color: #ed6a5a;
}

.-bg-warning p > a {
  color: #a5c3ee;
}

.-bg-warning p > a:hover,
.-bg-warning p > a:focus {
  color: #1e53a0;
}

.-text-warning {
  color: #ed6a5a;
}

.-bg-danger {
  color: #fff;
  background-color: #ed6a5a;
}

.-bg-danger p > a {
  color: #a5c3ee;
}

.-bg-danger p > a:hover,
.-bg-danger p > a:focus {
  color: #1e53a0;
}

.-text-danger {
  color: #ed6a5a;
}

.-bg-light {
  color: #222;
  background-color: #d3f3ee;
}

.-bg-light p > a {
  color: #6993d0;
}

.-bg-light p > a:hover,
.-bg-light p > a:focus {
  color: #1e53a0;
}

.-text-light {
  color: #d3f3ee;
}

.-bg-dark {
  color: #fff;
  background-color: #403f4c;
}

.-bg-dark p > a {
  color: #d9e5f8;
}

.-bg-dark p > a:hover,
.-bg-dark p > a:focus {
  color: #1e53a0;
}

.-text-dark {
  color: #403f4c;
}

.-bg-100 {
  color: #222;
  background-color: #f8f9fa;
}

.-bg-100 p > a {
  color: #709ee0;
}

.-bg-100 p > a:hover,
.-bg-100 p > a:focus {
  color: #1e53a0;
}

.-text-100 {
  color: #f8f9fa;
}

.-bg-200 {
  color: #222;
  background-color: #eee;
}

.-bg-200 p > a {
  color: #6d99d8;
}

.-bg-200 p > a:hover,
.-bg-200 p > a:focus {
  color: #1e53a0;
}

.-text-200 {
  color: #eee;
}

.-bg-300 {
  color: #222;
  background-color: #dee2e6;
}

.-bg-300 p > a {
  color: #6993cf;
}

.-bg-300 p > a:hover,
.-bg-300 p > a:focus {
  color: #1e53a0;
}

.-text-300 {
  color: #dee2e6;
}

.-bg-400 {
  color: #222;
  background-color: #ccc;
}

.-bg-400 p > a {
  color: #6288be;
}

.-bg-400 p > a:hover,
.-bg-400 p > a:focus {
  color: #1e53a0;
}

.-text-400 {
  color: #ccc;
}

.-bg-500 {
  color: #fff;
  background-color: #adb5bd;
}

.-bg-500 p > a {
  color: #9bbced;
}

.-bg-500 p > a:hover,
.-bg-500 p > a:focus {
  color: #1e53a0;
}

.-text-500 {
  color: #adb5bd;
}

.-bg-600 {
  color: #fff;
  background-color: #888;
}

.-bg-600 p > a {
  color: #b4cdf1;
}

.-bg-600 p > a:hover,
.-bg-600 p > a:focus {
  color: #1e53a0;
}

.-text-600 {
  color: #888;
}

.-bg-700 {
  color: #fff;
  background-color: #495057;
}

.-bg-700 p > a {
  color: #d3e2f7;
}

.-bg-700 p > a:hover,
.-bg-700 p > a:focus {
  color: #1e53a0;
}

.-text-700 {
  color: #495057;
}

.-bg-800 {
  color: #fff;
  background-color: #333;
}

.-bg-800 p > a {
  color: #e3ecfa;
}

.-bg-800 p > a:hover,
.-bg-800 p > a:focus {
  color: #1e53a0;
}

.-text-800 {
  color: #333;
}

.-bg-900 {
  color: #fff;
  background-color: #222;
}

.-bg-900 p > a {
  color: #ecf2fc;
}

.-bg-900 p > a:hover,
.-bg-900 p > a:focus {
  color: #1e53a0;
}

.-text-900 {
  color: #222;
}

.-bg-0 {
  color: #fff;
  background-color: #403f4c;
}

.-bg-0 p > a {
  color: #d9e5f8;
}

.-bg-0 p > a:hover,
.-bg-0 p > a:focus {
  color: #1e53a0;
}

.-text-0 {
  color: #403f4c;
}

.-bg-1 {
  color: #fff;
  background-color: #555;
}

.-bg-1 p > a {
  color: #cadcf5;
}

.-bg-1 p > a:hover,
.-bg-1 p > a:focus {
  color: #1e53a0;
}

.-text-1 {
  color: #555;
}

.-bg-2 {
  color: #fff;
  background-color: #d95040;
}

.-bg-2 p > a {
  color: #b1cbf1;
}

.-bg-2 p > a:hover,
.-bg-2 p > a:focus {
  color: #1e53a0;
}

.-text-2 {
  color: #d95040;
}

.-bg-3 {
  color: #222;
  background-color: #c0e0de;
}

.-bg-3 p > a {
  color: #638ac1;
}

.-bg-3 p > a:hover,
.-bg-3 p > a:focus {
  color: #1e53a0;
}

.-text-3 {
  color: #c0e0de;
}

.-bg-4 {
  color: #222;
  background-color: #fff;
}

.-bg-4 p > a {
  color: #72a1e5;
}

.-bg-4 p > a:hover,
.-bg-4 p > a:focus {
  color: #1e53a0;
}

.-text-4 {
  color: #fff;
}

.-bg-5 {
  color: #fff;
  background-color: #888;
}

.-bg-5 p > a {
  color: #b4cdf1;
}

.-bg-5 p > a:hover,
.-bg-5 p > a:focus {
  color: #1e53a0;
}

.-text-5 {
  color: #888;
}

.-bg-6 {
  color: #fff;
  background-color: #3772ff;
}

.-bg-6 p > a {
  color: #a9c6ef;
}

.-bg-6 p > a:hover,
.-bg-6 p > a:focus {
  color: #1e53a0;
}

.-text-6 {
  color: #3772ff;
}

.-bg-7 {
  color: #fff;
  background-color: #ed6a5a;
}

.-bg-7 p > a {
  color: #a5c3ee;
}

.-bg-7 p > a:hover,
.-bg-7 p > a:focus {
  color: #1e53a0;
}

.-text-7 {
  color: #ed6a5a;
}

.-bg-8 {
  color: #fff;
  background-color: #403f4c;
}

.-bg-8 p > a {
  color: #d9e5f8;
}

.-bg-8 p > a:hover,
.-bg-8 p > a:focus {
  color: #1e53a0;
}

.-text-8 {
  color: #403f4c;
}

.-bg-9 {
  color: #fff;
  background-color: #ed6a5a;
}

.-bg-9 p > a {
  color: #a5c3ee;
}

.-bg-9 p > a:hover,
.-bg-9 p > a:focus {
  color: #1e53a0;
}

.-text-9 {
  color: #ed6a5a;
}

.-bg-10 {
  color: #fff;
  background-color: #555;
}

.-bg-10 p > a {
  color: #cadcf5;
}

.-bg-10 p > a:hover,
.-bg-10 p > a:focus {
  color: #1e53a0;
}

.-text-10 {
  color: #555;
}

.-bg-11 {
  color: #fff;
  background-color: #d95040;
}

.-bg-11 p > a {
  color: #b1cbf1;
}

.-bg-11 p > a:hover,
.-bg-11 p > a:focus {
  color: #1e53a0;
}

.-text-11 {
  color: #d95040;
}

.-bg-12 {
  color: #222;
  background-color: #fff;
}

.-bg-12 p > a {
  color: #72a1e5;
}

.-bg-12 p > a:hover,
.-bg-12 p > a:focus {
  color: #1e53a0;
}

.-text-12 {
  color: #fff;
}

.-bg-13 {
  color: #222;
  background-color: #c0e0de;
}

.-bg-13 p > a {
  color: #638ac1;
}

.-bg-13 p > a:hover,
.-bg-13 p > a:focus {
  color: #1e53a0;
}

.-text-13 {
  color: #c0e0de;
}

.td-box--height-min {
  min-height: 300px;
}

.td-box--height-med {
  min-height: 400px;
}

.td-box--height-max {
  min-height: 500px;
}

.td-box--height-full {
  min-height: 100vh;
}

@media (min-width: 768px) {
  .td-box--height-min {
    min-height: 450px;
  }
  .td-box--height-med {
    min-height: 500px;
  }
  .td-box--height-max {
    min-height: 650px;
  }
}
.td-box .row.section {
  padding-left: 5rem;
  padding-right: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.td-box .row {
  padding-left: 5rem;
  padding-right: 5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.td-box.linkbox {
  padding: 5rem;
}

.td-box--0 {
  color: #fff;
  background-color: #403f4c;
}

.td-box--0 .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #403f4c transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--0 p > a {
  color: #d9e5f8;
}

.td-box--0 p > a:hover,
.td-box--0 p > a:focus {
  color: #1e53a0;
}

.td-box--10.td-box--gradient {
  background: #403F4C -webkit-gradient(linear, left top, left bottom, from(#5d5c67), to(#403F4C)) repeat-x !important;
  background: #403f4c -webkit-linear-gradient(top, #5d5c67, #403F4C) repeat-x !important;
  background: #403f4c -o-linear-gradient(top, #5d5c67, #403F4C) repeat-x !important;
  background: #403f4c linear-gradient(180deg, #5d5c67, #403F4C) repeat-x !important;
}

.td-box--1 {
  color: #fff;
  background-color: #555;
}

.td-box--1 .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #555 transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--1 p > a {
  color: #cadcf5;
}

.td-box--1 p > a:hover,
.td-box--1 p > a:focus {
  color: #1e53a0;
}

.td-box--11.td-box--gradient {
  background: #555 -webkit-gradient(linear, left top, left bottom, from(#4f7a9f), to(#555)) repeat-x !important;
  background: #555 -webkit-linear-gradient(top, #4f7a9f, #555) repeat-x !important;
  background: #555 -o-linear-gradient(top, #4f7a9f, #555) repeat-x !important;
  background: #555 linear-gradient(180deg, #4f7a9f, #555) repeat-x !important;
}

.td-box--2 {
  color: #fff;
  background-color: #d95040;
}

.td-box--2 .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #d95040 transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--2 p > a {
  color: #b1cbf1;
}

.td-box--2 p > a:hover,
.td-box--2 p > a:focus {
  color: #1e53a0;
}

.td-box--12.td-box--gradient {
  background: #D95040 -webkit-gradient(linear, left top, left bottom, from(#df6a5d), to(#D95040)) repeat-x !important;
  background: #d95040 -webkit-linear-gradient(top, #df6a5d, #D95040) repeat-x !important;
  background: #d95040 -o-linear-gradient(top, #df6a5d, #D95040) repeat-x !important;
  background: #d95040 linear-gradient(180deg, #df6a5d, #D95040) repeat-x !important;
}

.td-box--3 {
  color: #222;
  background-color: #c0e0de;
}

.td-box--3 .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #c0e0de transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--3 p > a {
  color: #638ac1;
}

.td-box--3 p > a:hover,
.td-box--3 p > a:focus {
  color: #1e53a0;
}

.td-box--13.td-box--gradient {
  background: #C0E0DE -webkit-gradient(linear, left top, left bottom, from(#c9e5e3), to(#C0E0DE)) repeat-x !important;
  background: #c0e0de -webkit-linear-gradient(top, #c9e5e3, #C0E0DE) repeat-x !important;
  background: #c0e0de -o-linear-gradient(top, #c9e5e3, #C0E0DE) repeat-x !important;
  background: #c0e0de linear-gradient(180deg, #c9e5e3, #C0E0DE) repeat-x !important;
}

.td-box--4 {
  color: #222;
  background-color: #fff;
}

.td-box--4 .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #fff transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--4 p > a {
  color: #72a1e5;
}

.td-box--4 p > a:hover,
.td-box--4 p > a:focus {
  color: #1e53a0;
}

.td-box--14.td-box--gradient {
  background: white -webkit-gradient(linear, left top, left bottom, from(white), to(white)) repeat-x !important;
  background: #fff -webkit-linear-gradient(top, white, white) repeat-x !important;
  background: #fff -o-linear-gradient(top, white, white) repeat-x !important;
  background: #fff linear-gradient(180deg, white, white) repeat-x !important;
}

.td-box--5 {
  color: #fff;
  background-color: #888;
}

.td-box--5 .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #888 transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--5 p > a {
  color: #b4cdf1;
}

.td-box--5 p > a:hover,
.td-box--5 p > a:focus {
  color: #1e53a0;
}

.td-box--15.td-box--gradient {
  background: #888 -webkit-gradient(linear, left top, left bottom, from(#9a9a9a), to(#888)) repeat-x !important;
  background: #888 -webkit-linear-gradient(top, #9a9a9a, #888) repeat-x !important;
  background: #888 -o-linear-gradient(top, #9a9a9a, #888) repeat-x !important;
  background: #888 linear-gradient(180deg, #9a9a9a, #888) repeat-x !important;
}

.td-box--6 {
  color: #fff;
  background-color: #3772ff;
}

.td-box--6 .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #3772ff transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--6 p > a {
  color: #a9c6ef;
}

.td-box--6 p > a:hover,
.td-box--6 p > a:focus {
  color: #1e53a0;
}

.td-box--16.td-box--gradient {
  background: #3772FF -webkit-gradient(linear, left top, left bottom, from(#5587ff), to(#3772FF)) repeat-x !important;
  background: #3772ff -webkit-linear-gradient(top, #5587ff, #3772FF) repeat-x !important;
  background: #3772ff -o-linear-gradient(top, #5587ff, #3772FF) repeat-x !important;
  background: #3772ff linear-gradient(180deg, #5587ff, #3772FF) repeat-x !important;
}

.td-box--7 {
  color: #fff;
  background-color: #ed6a5a;
}

.td-box--7 .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #ed6a5a transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--7 p > a {
  color: #a5c3ee;
}

.td-box--7 p > a:hover,
.td-box--7 p > a:focus {
  color: #1e53a0;
}

.td-box--17.td-box--gradient {
  background: #ED6A5A -webkit-gradient(linear, left top, left bottom, from(#f08073), to(#ED6A5A)) repeat-x !important;
  background: #ed6a5a -webkit-linear-gradient(top, #f08073, #ED6A5A) repeat-x !important;
  background: #ed6a5a -o-linear-gradient(top, #f08073, #ED6A5A) repeat-x !important;
  background: #ed6a5a linear-gradient(180deg, #f08073, #ED6A5A) repeat-x !important;
}

.td-box--8 {
  color: #fff;
  background-color: #403f4c;
}

.td-box--8 .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #403f4c transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--8 p > a {
  color: #d9e5f8;
}

.td-box--8 p > a:hover,
.td-box--8 p > a:focus {
  color: #1e53a0;
}

.td-box--18.td-box--gradient {
  background: #403F4C -webkit-gradient(linear, left top, left bottom, from(#5d5c67), to(#403F4C)) repeat-x !important;
  background: #403f4c -webkit-linear-gradient(top, #5d5c67, #403F4C) repeat-x !important;
  background: #403f4c -o-linear-gradient(top, #5d5c67, #403F4C) repeat-x !important;
  background: #403f4c linear-gradient(180deg, #5d5c67, #403F4C) repeat-x !important;
}

.td-box--9 {
  color: #fff;
  background-color: #ed6a5a;
}

.td-box--9 .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #ed6a5a transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--9 p > a {
  color: #a5c3ee;
}

.td-box--9 p > a:hover,
.td-box--9 p > a:focus {
  color: #1e53a0;
}

.td-box--19.td-box--gradient {
  background: #ED6A5A -webkit-gradient(linear, left top, left bottom, from(#f08073), to(#ED6A5A)) repeat-x !important;
  background: #ed6a5a -webkit-linear-gradient(top, #f08073, #ED6A5A) repeat-x !important;
  background: #ed6a5a -o-linear-gradient(top, #f08073, #ED6A5A) repeat-x !important;
  background: #ed6a5a linear-gradient(180deg, #f08073, #ED6A5A) repeat-x !important;
}

.td-box--10 {
  color: #fff;
  background-color: #555;
}

.td-box--10 .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #555 transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--10 p > a {
  color: #cadcf5;
}

.td-box--10 p > a:hover,
.td-box--10 p > a:focus {
  color: #1e53a0;
}

.td-box--110.td-box--gradient {
  background: #555 -webkit-gradient(linear, left top, left bottom, from(#4f7a9f), to(#555)) repeat-x !important;
  background: #555 -webkit-linear-gradient(top, #4f7a9f, #555) repeat-x !important;
  background: #555 -o-linear-gradient(top, #4f7a9f, #555) repeat-x !important;
  background: #555 linear-gradient(180deg, #4f7a9f, #555) repeat-x !important;
}

.td-box--11 {
  color: #fff;
  background-color: #d95040;
}

.td-box--11 .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #d95040 transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--11 p > a {
  color: #b1cbf1;
}

.td-box--11 p > a:hover,
.td-box--11 p > a:focus {
  color: #1e53a0;
}

.td-box--111.td-box--gradient {
  background: #D95040 -webkit-gradient(linear, left top, left bottom, from(#df6a5d), to(#D95040)) repeat-x !important;
  background: #d95040 -webkit-linear-gradient(top, #df6a5d, #D95040) repeat-x !important;
  background: #d95040 -o-linear-gradient(top, #df6a5d, #D95040) repeat-x !important;
  background: #d95040 linear-gradient(180deg, #df6a5d, #D95040) repeat-x !important;
}

.td-box--12 {
  color: #222;
  background-color: #fff;
}

.td-box--12 .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #fff transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--12 p > a {
  color: #72a1e5;
}

.td-box--12 p > a:hover,
.td-box--12 p > a:focus {
  color: #1e53a0;
}

.td-box--112.td-box--gradient {
  background: white -webkit-gradient(linear, left top, left bottom, from(white), to(white)) repeat-x !important;
  background: #fff -webkit-linear-gradient(top, white, white) repeat-x !important;
  background: #fff -o-linear-gradient(top, white, white) repeat-x !important;
  background: #fff linear-gradient(180deg, white, white) repeat-x !important;
}

.td-box--13 {
  color: #222;
  background-color: #c0e0de;
}

.td-box--13 .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #c0e0de transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--13 p > a {
  color: #638ac1;
}

.td-box--13 p > a:hover,
.td-box--13 p > a:focus {
  color: #1e53a0;
}

.td-box--113.td-box--gradient {
  background: #C0E0DE -webkit-gradient(linear, left top, left bottom, from(#c9e5e3), to(#C0E0DE)) repeat-x !important;
  background: #c0e0de -webkit-linear-gradient(top, #c9e5e3, #C0E0DE) repeat-x !important;
  background: #c0e0de -o-linear-gradient(top, #c9e5e3, #C0E0DE) repeat-x !important;
  background: #c0e0de linear-gradient(180deg, #c9e5e3, #C0E0DE) repeat-x !important;
}

.td-box--blue {
  color: #fff;
  background-color: #72a1e5;
}

.td-box--blue .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #72a1e5 transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--blue p > a {
  color: #a0c0ee;
}

.td-box--blue p > a:hover,
.td-box--blue p > a:focus {
  color: #1e53a0;
}

.td-box--1blue.td-box--gradient {
  background: #72A1E5 -webkit-gradient(linear, left top, left bottom, from(#87afe9), to(#72A1E5)) repeat-x !important;
  background: #72a1e5 -webkit-linear-gradient(top, #87afe9, #72A1E5) repeat-x !important;
  background: #72a1e5 -o-linear-gradient(top, #87afe9, #72A1E5) repeat-x !important;
  background: #72a1e5 linear-gradient(180deg, #87afe9, #72A1E5) repeat-x !important;
}

.td-box--indigo {
  color: #fff;
  background-color: #6610f2;
}

.td-box--indigo .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #6610f2 transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--indigo p > a {
  color: #b8cff2;
}

.td-box--indigo p > a:hover,
.td-box--indigo p > a:focus {
  color: #1e53a0;
}

.td-box--1indigo.td-box--gradient {
  background: #6610f2 -webkit-gradient(linear, left top, left bottom, from(#7d34f4), to(#6610f2)) repeat-x !important;
  background: #6610f2 -webkit-linear-gradient(top, #7d34f4, #6610f2) repeat-x !important;
  background: #6610f2 -o-linear-gradient(top, #7d34f4, #6610f2) repeat-x !important;
  background: #6610f2 linear-gradient(180deg, #7d34f4, #6610f2) repeat-x !important;
}

.td-box--purple {
  color: #fff;
  background-color: #6f42c1;
}

.td-box--purple .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #6f42c1 transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--purple p > a {
  color: #b7cff2;
}

.td-box--purple p > a:hover,
.td-box--purple p > a:focus {
  color: #1e53a0;
}

.td-box--1purple.td-box--gradient {
  background: #6f42c1 -webkit-gradient(linear, left top, left bottom, from(#855eca), to(#6f42c1)) repeat-x !important;
  background: #6f42c1 -webkit-linear-gradient(top, #855eca, #6f42c1) repeat-x !important;
  background: #6f42c1 -o-linear-gradient(top, #855eca, #6f42c1) repeat-x !important;
  background: #6f42c1 linear-gradient(180deg, #855eca, #6f42c1) repeat-x !important;
}

.td-box--pink {
  color: #fff;
  background-color: #e83e8c;
}

.td-box--pink .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #e83e8c transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--pink p > a {
  color: #aec9f0;
}

.td-box--pink p > a:hover,
.td-box--pink p > a:focus {
  color: #1e53a0;
}

.td-box--1pink.td-box--gradient {
  background: #e83e8c -webkit-gradient(linear, left top, left bottom, from(#eb5b9d), to(#e83e8c)) repeat-x !important;
  background: #e83e8c -webkit-linear-gradient(top, #eb5b9d, #e83e8c) repeat-x !important;
  background: #e83e8c -o-linear-gradient(top, #eb5b9d, #e83e8c) repeat-x !important;
  background: #e83e8c linear-gradient(180deg, #eb5b9d, #e83e8c) repeat-x !important;
}

.td-box--red {
  color: #fff;
  background-color: #dc3545;
}

.td-box--red .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #dc3545 transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--red p > a {
  color: #b4cdf1;
}

.td-box--red p > a:hover,
.td-box--red p > a:focus {
  color: #1e53a0;
}

.td-box--1red.td-box--gradient {
  background: #dc3545 -webkit-gradient(linear, left top, left bottom, from(#e15361), to(#dc3545)) repeat-x !important;
  background: #dc3545 -webkit-linear-gradient(top, #e15361, #dc3545) repeat-x !important;
  background: #dc3545 -o-linear-gradient(top, #e15361, #dc3545) repeat-x !important;
  background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x !important;
}

.td-box--orange {
  color: #fff;
  background-color: #ba5a31;
}

.td-box--orange .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #ba5a31 transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--orange p > a {
  color: #bed4f3;
}

.td-box--orange p > a:hover,
.td-box--orange p > a:focus {
  color: #1e53a0;
}

.td-box--1orange.td-box--gradient {
  background: #BA5A31 -webkit-gradient(linear, left top, left bottom, from(#c47350), to(#BA5A31)) repeat-x !important;
  background: #ba5a31 -webkit-linear-gradient(top, #c47350, #BA5A31) repeat-x !important;
  background: #ba5a31 -o-linear-gradient(top, #c47350, #BA5A31) repeat-x !important;
  background: #ba5a31 linear-gradient(180deg, #c47350, #BA5A31) repeat-x !important;
}

.td-box--yellow {
  color: #fff;
  background-color: #ffc107;
}

.td-box--yellow .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #ffc107 transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--yellow p > a {
  color: #b7cff2;
}

.td-box--yellow p > a:hover,
.td-box--yellow p > a:focus {
  color: #1e53a0;
}

.td-box--1yellow.td-box--gradient {
  background: #ffc107 -webkit-gradient(linear, left top, left bottom, from(#ffca2c), to(#ffc107)) repeat-x !important;
  background: #ffc107 -webkit-linear-gradient(top, #ffca2c, #ffc107) repeat-x !important;
  background: #ffc107 -o-linear-gradient(top, #ffca2c, #ffc107) repeat-x !important;
  background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x !important;
}

.td-box--green {
  color: #fff;
  background-color: #28a745;
}

.td-box--green .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #28a745 transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--green p > a {
  color: #c6d9f4;
}

.td-box--green p > a:hover,
.td-box--green p > a:focus {
  color: #1e53a0;
}

.td-box--1green.td-box--gradient {
  background: #28a745 -webkit-gradient(linear, left top, left bottom, from(#48b461), to(#28a745)) repeat-x !important;
  background: #28a745 -webkit-linear-gradient(top, #48b461, #28a745) repeat-x !important;
  background: #28a745 -o-linear-gradient(top, #48b461, #28a745) repeat-x !important;
  background: #28a745 linear-gradient(180deg, #48b461, #28a745) repeat-x !important;
}

.td-box--teal {
  color: #fff;
  background-color: #20c997;
}

.td-box--teal .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #20c997 transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--teal p > a {
  color: #bfd4f3;
}

.td-box--teal p > a:hover,
.td-box--teal p > a:focus {
  color: #1e53a0;
}

.td-box--1teal.td-box--gradient {
  background: #20c997 -webkit-gradient(linear, left top, left bottom, from(#41d1a7), to(#20c997)) repeat-x !important;
  background: #20c997 -webkit-linear-gradient(top, #41d1a7, #20c997) repeat-x !important;
  background: #20c997 -o-linear-gradient(top, #41d1a7, #20c997) repeat-x !important;
  background: #20c997 linear-gradient(180deg, #41d1a7, #20c997) repeat-x !important;
}

.td-box--cyan {
  color: #fff;
  background-color: #17a2b8;
}

.td-box--cyan .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #17a2b8 transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--cyan p > a {
  color: #c6d9f4;
}

.td-box--cyan p > a:hover,
.td-box--cyan p > a:focus {
  color: #1e53a0;
}

.td-box--1cyan.td-box--gradient {
  background: #17a2b8 -webkit-gradient(linear, left top, left bottom, from(#3ab0c3), to(#17a2b8)) repeat-x !important;
  background: #17a2b8 -webkit-linear-gradient(top, #3ab0c3, #17a2b8) repeat-x !important;
  background: #17a2b8 -o-linear-gradient(top, #3ab0c3, #17a2b8) repeat-x !important;
  background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x !important;
}

.td-box--white {
  color: #222;
  background-color: #fff;
}

.td-box--white .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #fff transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--white p > a {
  color: #72a1e5;
}

.td-box--white p > a:hover,
.td-box--white p > a:focus {
  color: #1e53a0;
}

.td-box--1white.td-box--gradient {
  background: #fff -webkit-gradient(linear, left top, left bottom, from(white), to(#fff)) repeat-x !important;
  background: #fff -webkit-linear-gradient(top, white, #fff) repeat-x !important;
  background: #fff -o-linear-gradient(top, white, #fff) repeat-x !important;
  background: #fff linear-gradient(180deg, white, #fff) repeat-x !important;
}

.td-box--gray {
  color: #fff;
  background-color: #888;
}

.td-box--gray .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #888 transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--gray p > a {
  color: #b4cdf1;
}

.td-box--gray p > a:hover,
.td-box--gray p > a:focus {
  color: #1e53a0;
}

.td-box--1gray.td-box--gradient {
  background: #888 -webkit-gradient(linear, left top, left bottom, from(#9a9a9a), to(#888)) repeat-x !important;
  background: #888 -webkit-linear-gradient(top, #9a9a9a, #888) repeat-x !important;
  background: #888 -o-linear-gradient(top, #9a9a9a, #888) repeat-x !important;
  background: #888 linear-gradient(180deg, #9a9a9a, #888) repeat-x !important;
}

.td-box--gray-dark {
  color: #fff;
  background-color: #333;
}

.td-box--gray-dark .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #333 transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--gray-dark p > a {
  color: #e3ecfa;
}

.td-box--gray-dark p > a:hover,
.td-box--gray-dark p > a:focus {
  color: #1e53a0;
}

.td-box--1gray-dark.td-box--gradient {
  background: #333 -webkit-gradient(linear, left top, left bottom, from(#525252), to(#333)) repeat-x !important;
  background: #333 -webkit-linear-gradient(top, #525252, #333) repeat-x !important;
  background: #333 -o-linear-gradient(top, #525252, #333) repeat-x !important;
  background: #333 linear-gradient(180deg, #525252, #333) repeat-x !important;
}

.td-box--primary {
  color: #fff;
  background-color: #555;
}

.td-box--primary .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #555 transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--primary p > a {
  color: #cadcf5;
}

.td-box--primary p > a:hover,
.td-box--primary p > a:focus {
  color: #1e53a0;
}

.td-box--1primary.td-box--gradient {
  background: #555 -webkit-gradient(linear, left top, left bottom, from(#4f7a9f), to(#555)) repeat-x !important;
  background: #555 -webkit-linear-gradient(top, #4f7a9f, #555) repeat-x !important;
  background: #555 -o-linear-gradient(top, #4f7a9f, #555) repeat-x !important;
  background: #555 linear-gradient(180deg, #4f7a9f, #555) repeat-x !important;
}

.td-box--secondary {
  color: #fff;
  background-color: #d95040;
}

.td-box--secondary .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #d95040 transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--secondary p > a {
  color: #b1cbf1;
}

.td-box--secondary p > a:hover,
.td-box--secondary p > a:focus {
  color: #1e53a0;
}

.td-box--1secondary.td-box--gradient {
  background: #D95040 -webkit-gradient(linear, left top, left bottom, from(#df6a5d), to(#D95040)) repeat-x !important;
  background: #d95040 -webkit-linear-gradient(top, #df6a5d, #D95040) repeat-x !important;
  background: #d95040 -o-linear-gradient(top, #df6a5d, #D95040) repeat-x !important;
  background: #d95040 linear-gradient(180deg, #df6a5d, #D95040) repeat-x !important;
}

.td-box--success {
  color: #fff;
  background-color: #3772ff;
}

.td-box--success .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #3772ff transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--success p > a {
  color: #a9c6ef;
}

.td-box--success p > a:hover,
.td-box--success p > a:focus {
  color: #1e53a0;
}

.td-box--1success.td-box--gradient {
  background: #3772FF -webkit-gradient(linear, left top, left bottom, from(#5587ff), to(#3772FF)) repeat-x !important;
  background: #3772ff -webkit-linear-gradient(top, #5587ff, #3772FF) repeat-x !important;
  background: #3772ff -o-linear-gradient(top, #5587ff, #3772FF) repeat-x !important;
  background: #3772ff linear-gradient(180deg, #5587ff, #3772FF) repeat-x !important;
}

.td-box--info {
  color: #222;
  background-color: #c0e0de;
}

.td-box--info .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #c0e0de transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--info p > a {
  color: #638ac1;
}

.td-box--info p > a:hover,
.td-box--info p > a:focus {
  color: #1e53a0;
}

.td-box--1info.td-box--gradient {
  background: #C0E0DE -webkit-gradient(linear, left top, left bottom, from(#c9e5e3), to(#C0E0DE)) repeat-x !important;
  background: #c0e0de -webkit-linear-gradient(top, #c9e5e3, #C0E0DE) repeat-x !important;
  background: #c0e0de -o-linear-gradient(top, #c9e5e3, #C0E0DE) repeat-x !important;
  background: #c0e0de linear-gradient(180deg, #c9e5e3, #C0E0DE) repeat-x !important;
}

.td-box--warning {
  color: #fff;
  background-color: #ed6a5a;
}

.td-box--warning .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #ed6a5a transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--warning p > a {
  color: #a5c3ee;
}

.td-box--warning p > a:hover,
.td-box--warning p > a:focus {
  color: #1e53a0;
}

.td-box--1warning.td-box--gradient {
  background: #ED6A5A -webkit-gradient(linear, left top, left bottom, from(#f08073), to(#ED6A5A)) repeat-x !important;
  background: #ed6a5a -webkit-linear-gradient(top, #f08073, #ED6A5A) repeat-x !important;
  background: #ed6a5a -o-linear-gradient(top, #f08073, #ED6A5A) repeat-x !important;
  background: #ed6a5a linear-gradient(180deg, #f08073, #ED6A5A) repeat-x !important;
}

.td-box--danger {
  color: #fff;
  background-color: #ed6a5a;
}

.td-box--danger .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #ed6a5a transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--danger p > a {
  color: #a5c3ee;
}

.td-box--danger p > a:hover,
.td-box--danger p > a:focus {
  color: #1e53a0;
}

.td-box--1danger.td-box--gradient {
  background: #ED6A5A -webkit-gradient(linear, left top, left bottom, from(#f08073), to(#ED6A5A)) repeat-x !important;
  background: #ed6a5a -webkit-linear-gradient(top, #f08073, #ED6A5A) repeat-x !important;
  background: #ed6a5a -o-linear-gradient(top, #f08073, #ED6A5A) repeat-x !important;
  background: #ed6a5a linear-gradient(180deg, #f08073, #ED6A5A) repeat-x !important;
}

.td-box--light {
  color: #222;
  background-color: #d3f3ee;
}

.td-box--light .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #d3f3ee transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--light p > a {
  color: #6993d0;
}

.td-box--light p > a:hover,
.td-box--light p > a:focus {
  color: #1e53a0;
}

.td-box--1light.td-box--gradient {
  background: #D3F3EE -webkit-gradient(linear, left top, left bottom, from(#daf5f1), to(#D3F3EE)) repeat-x !important;
  background: #d3f3ee -webkit-linear-gradient(top, #daf5f1, #D3F3EE) repeat-x !important;
  background: #d3f3ee -o-linear-gradient(top, #daf5f1, #D3F3EE) repeat-x !important;
  background: #d3f3ee linear-gradient(180deg, #daf5f1, #D3F3EE) repeat-x !important;
}

.td-box--dark {
  color: #fff;
  background-color: #403f4c;
}

.td-box--dark .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #403f4c transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--dark p > a {
  color: #d9e5f8;
}

.td-box--dark p > a:hover,
.td-box--dark p > a:focus {
  color: #1e53a0;
}

.td-box--1dark.td-box--gradient {
  background: #403F4C -webkit-gradient(linear, left top, left bottom, from(#5d5c67), to(#403F4C)) repeat-x !important;
  background: #403f4c -webkit-linear-gradient(top, #5d5c67, #403F4C) repeat-x !important;
  background: #403f4c -o-linear-gradient(top, #5d5c67, #403F4C) repeat-x !important;
  background: #403f4c linear-gradient(180deg, #5d5c67, #403F4C) repeat-x !important;
}

.td-box--100 {
  color: #222;
  background-color: #f8f9fa;
}

.td-box--100 .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #f8f9fa transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--100 p > a {
  color: #709ee0;
}

.td-box--100 p > a:hover,
.td-box--100 p > a:focus {
  color: #1e53a0;
}

.td-box--1100.td-box--gradient {
  background: #f8f9fa -webkit-gradient(linear, left top, left bottom, from(#f9fafb), to(#f8f9fa)) repeat-x !important;
  background: #f8f9fa -webkit-linear-gradient(top, #f9fafb, #f8f9fa) repeat-x !important;
  background: #f8f9fa -o-linear-gradient(top, #f9fafb, #f8f9fa) repeat-x !important;
  background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x !important;
}

.td-box--200 {
  color: #222;
  background-color: #eee;
}

.td-box--200 .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #eee transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--200 p > a {
  color: #6d99d8;
}

.td-box--200 p > a:hover,
.td-box--200 p > a:focus {
  color: #1e53a0;
}

.td-box--1200.td-box--gradient {
  background: #eee -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#eee)) repeat-x !important;
  background: #eee -webkit-linear-gradient(top, #f1f1f1, #eee) repeat-x !important;
  background: #eee -o-linear-gradient(top, #f1f1f1, #eee) repeat-x !important;
  background: #eee linear-gradient(180deg, #f1f1f1, #eee) repeat-x !important;
}

.td-box--300 {
  color: #222;
  background-color: #dee2e6;
}

.td-box--300 .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #dee2e6 transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--300 p > a {
  color: #6993cf;
}

.td-box--300 p > a:hover,
.td-box--300 p > a:focus {
  color: #1e53a0;
}

.td-box--1300.td-box--gradient {
  background: #dee2e6 -webkit-gradient(linear, left top, left bottom, from(#e3e6ea), to(#dee2e6)) repeat-x !important;
  background: #dee2e6 -webkit-linear-gradient(top, #e3e6ea, #dee2e6) repeat-x !important;
  background: #dee2e6 -o-linear-gradient(top, #e3e6ea, #dee2e6) repeat-x !important;
  background: #dee2e6 linear-gradient(180deg, #e3e6ea, #dee2e6) repeat-x !important;
}

.td-box--400 {
  color: #222;
  background-color: #ccc;
}

.td-box--400 .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #ccc transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--400 p > a {
  color: #6288be;
}

.td-box--400 p > a:hover,
.td-box--400 p > a:focus {
  color: #1e53a0;
}

.td-box--1400.td-box--gradient {
  background: #ccc -webkit-gradient(linear, left top, left bottom, from(#d4d4d4), to(#ccc)) repeat-x !important;
  background: #ccc -webkit-linear-gradient(top, #d4d4d4, #ccc) repeat-x !important;
  background: #ccc -o-linear-gradient(top, #d4d4d4, #ccc) repeat-x !important;
  background: #ccc linear-gradient(180deg, #d4d4d4, #ccc) repeat-x !important;
}

.td-box--500 {
  color: #fff;
  background-color: #adb5bd;
}

.td-box--500 .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #adb5bd transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--500 p > a {
  color: #9bbced;
}

.td-box--500 p > a:hover,
.td-box--500 p > a:focus {
  color: #1e53a0;
}

.td-box--1500.td-box--gradient {
  background: #adb5bd -webkit-gradient(linear, left top, left bottom, from(#b9c0c7), to(#adb5bd)) repeat-x !important;
  background: #adb5bd -webkit-linear-gradient(top, #b9c0c7, #adb5bd) repeat-x !important;
  background: #adb5bd -o-linear-gradient(top, #b9c0c7, #adb5bd) repeat-x !important;
  background: #adb5bd linear-gradient(180deg, #b9c0c7, #adb5bd) repeat-x !important;
}

.td-box--600 {
  color: #fff;
  background-color: #888;
}

.td-box--600 .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #888 transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--600 p > a {
  color: #b4cdf1;
}

.td-box--600 p > a:hover,
.td-box--600 p > a:focus {
  color: #1e53a0;
}

.td-box--1600.td-box--gradient {
  background: #888 -webkit-gradient(linear, left top, left bottom, from(#9a9a9a), to(#888)) repeat-x !important;
  background: #888 -webkit-linear-gradient(top, #9a9a9a, #888) repeat-x !important;
  background: #888 -o-linear-gradient(top, #9a9a9a, #888) repeat-x !important;
  background: #888 linear-gradient(180deg, #9a9a9a, #888) repeat-x !important;
}

.td-box--700 {
  color: #fff;
  background-color: #495057;
}

.td-box--700 .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #495057 transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--700 p > a {
  color: #d3e2f7;
}

.td-box--700 p > a:hover,
.td-box--700 p > a:focus {
  color: #1e53a0;
}

.td-box--1700.td-box--gradient {
  background: #495057 -webkit-gradient(linear, left top, left bottom, from(#646a70), to(#495057)) repeat-x !important;
  background: #495057 -webkit-linear-gradient(top, #646a70, #495057) repeat-x !important;
  background: #495057 -o-linear-gradient(top, #646a70, #495057) repeat-x !important;
  background: #495057 linear-gradient(180deg, #646a70, #495057) repeat-x !important;
}

.td-box--800 {
  color: #fff;
  background-color: #333;
}

.td-box--800 .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #333 transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--800 p > a {
  color: #e3ecfa;
}

.td-box--800 p > a:hover,
.td-box--800 p > a:focus {
  color: #1e53a0;
}

.td-box--1800.td-box--gradient {
  background: #333 -webkit-gradient(linear, left top, left bottom, from(#525252), to(#333)) repeat-x !important;
  background: #333 -webkit-linear-gradient(top, #525252, #333) repeat-x !important;
  background: #333 -o-linear-gradient(top, #525252, #333) repeat-x !important;
  background: #333 linear-gradient(180deg, #525252, #333) repeat-x !important;
}

.td-box--900 {
  color: #fff;
  background-color: #222;
}

.td-box--900 .td-arrow-down::before {
  left: 50%;
  margin-left: -30px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 30px 0;
  border-color: #222 transparent transparent transparent;
  z-index: 3;
  position: absolute;
  content: "";
}

.td-box--900 p > a {
  color: #ecf2fc;
}

.td-box--900 p > a:hover,
.td-box--900 p > a:focus {
  color: #1e53a0;
}

.td-box--1900.td-box--gradient {
  background: #222 -webkit-gradient(linear, left top, left bottom, from(#434343), to(#222)) repeat-x !important;
  background: #222 -webkit-linear-gradient(top, #434343, #222) repeat-x !important;
  background: #222 -o-linear-gradient(top, #434343, #222) repeat-x !important;
  background: #222 linear-gradient(180deg, #434343, #222) repeat-x !important;
}

.td-blog .td-rss-button {
  position: absolute;
  top: 5.5rem;
  right: 1rem;
  z-index: 22;
}

.td-content .highlight pre,
.td-content .highlight div {
  background-color: inherit !important;
}

.td-content .highlight pre {
  margin: 0;
  padding: 0;
}

.td-content p code,
.td-content li > code,
.td-content table code {
  color: inherit;
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  word-break: normal;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
}

.td-content p code br,
.td-content li > code br,
.td-content table code br {
  display: none;
}

.td-content pre {
  word-wrap: normal;
  background-color: #f8f9fa;
  padding: 1rem;
}

.td-content pre > code {
  padding: 0;
  margin: 0;
  font-size: 100%;
  word-break: normal;
  white-space: pre;
  border: 0;
}

.td-navbar-cover {
  background: #555;
}

@media (min-width: 768px) {
  .td-navbar-cover {
    background: transparent !important;
  }
  .td-navbar-cover .nav-link {
    text-shadow: 1px 1px 2px #403f4c;
  }
}
.td-navbar-cover.navbar-bg-onscroll .nav-link {
  text-shadow: none;
}

.navbar-bg-onscroll {
  background: #555 !important;
  opacity: inherit;
}

.td-navbar {
  background: #555;
  min-height: 4rem;
  margin: 0;
  z-index: 32;
}

@media (min-width: 768px) {
  .td-navbar {
    position: fixed;
    top: 0;
    width: 100%;
  }
}
.td-navbar .navbar-brand {
  text-transform: none;
  text-align: middle;
}

.td-navbar .navbar-brand .nav-link {
  display: inline-block;
  margin-right: -30px;
}

.td-navbar .navbar-brand svg {
  display: inline-block;
  margin: 0 10px;
  height: 30px;
}

.td-navbar .nav-link {
  text-transform: none;
  font-weight: 700;
}

.td-navbar .td-search-input {
  border: none;
}

.td-navbar .td-search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.td-navbar .td-search-input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.td-navbar .td-search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.td-navbar .td-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.td-navbar .dropdown {
  min-width: 100px;
}

.headerlink {
  display: inline-block;
  margin-left: 1rem;
  -webkit-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
  transition: color 0.25s, opacity 0.125s 0.25s, -webkit-transform 0.25s 0.25s;
  transition: transform 0.25s 0.25s, color 0.25s, opacity 0.125s 0.25s;
  transition: transform 0.25s 0.25s, color 0.25s, opacity 0.125s 0.25s, -webkit-transform 0.25s 0.25s;
  opacity: 0;
}

[dir=rtl] .headerlink {
  margin-right: 1rem;
  margin-left: 0;
}

html body .md-typeset .headerlink {
  color: rgba(0, 0, 0, 0.26);
}

.headerlink {
  opacity: 0;
}

.headerlink:focus, .headerlink:hover {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

@media (max-width: 991.98px) {
  .td-navbar {
    padding-right: 0.5rem;
    padding-left: 0.75rem;
  }
  .td-navbar .td-navbar-nav-scroll {
    max-width: 100%;
    height: 2.5rem;
    margin-top: 0.25rem;
    overflow: hidden;
    font-size: 0.875rem;
  }
  .td-navbar .td-navbar-nav-scroll .nav-link {
    padding-right: 0.25rem;
    padding-left: 0;
  }
  .td-navbar .td-navbar-nav-scroll .navbar-nav {
    padding-bottom: 2rem;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.td-sidebar-nav {
  padding-right: 0.5rem;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  @supports (position: -webkit-sticky) or (position: sticky) {
    .td-sidebar-nav {
      max-height: -webkit-calc(100vh - 10rem);
      max-height: calc(100vh - 10rem);
      overflow-y: auto;
    }
  }
}
@media (min-width: 768px) {
  .td-sidebar-nav {
    display: block !important;
  }
}
.td-sidebar-nav__section {
  padding-left: 0;
}

.td-sidebar-nav__section li {
  list-style: none;
}

.td-sidebar-nav__section ul {
  padding: 0;
  margin: 0;
  padding-left: 0.5em;
}

@media (min-width: 768px) {
  .td-sidebar-nav__section > ul {
    padding-left: 0.5rem;
  }
}
.td-sidebar-nav__section-title {
  display: block;
  font-weight: 500;
}

.td-sidebar-nav__section-title .active {
  font-weight: 700;
}

.td-sidebar-nav__section-title a {
  color: #222;
}

.td-sidebar-nav .td-sidebar-link {
  display: block;
  padding-bottom: 0.375rem;
}

.td-sidebar-nav .td-sidebar-link__page {
  color: #495057;
  font-weight: 300;
  font-size: 16px;
}

.td-sidebar-nav a:hover {
  color: #72a1e5;
  text-decoration: none;
}

.td-sidebar-nav a.active {
  font-weight: 700;
  font-size: 20px;
}

.td-sidebar-nav__section-title > .title_active {
  background-color: #ddd;
}

.td-sidebar-nav .dropdown a {
  color: #495057;
}

.td-sidebar-nav .dropdown .nav-link {
  padding: 0 0 1rem;
}

.td-sidebar {
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .td-sidebar {
    padding-top: 3rem;
    background-color: rgba(48, 99, 142, 0.03);
    padding-right: 1rem;
    border-right: 1px solid #dee2e6;
  }
}
.td-sidebar__toggle {
  line-height: 1;
  color: #222;
  margin: 1rem;
}

.td-sidebar__search {
  padding: 1rem 15px;
  margin-right: -15px;
  margin-left: -15px;
}

.td-sidebar__inner {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

@media (min-width: 768px) {
  @supports (position: -webkit-sticky) or (position: sticky) {
    .td-sidebar__inner {
      position: -webkit-sticky;
      position: sticky;
      top: 4rem;
      z-index: 10;
      height: -webkit-calc(100vh - 6rem);
      height: calc(100vh - 6rem);
    }
  }
}
@media (min-width: 1200px) {
  .td-sidebar__inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 320px;
    -ms-flex: 0 1 320px;
    flex: 0 1 320px;
  }
}
.td-sidebar__inner .td-search-box {
  width: 100%;
}

.td-toc {
  border-left: 1px solid #dee2e6;
  -webkit-box-ordinal-group: 3;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  vertical-align: top;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .td-toc {
    overflow-y: auto;
  }
}
.td-toc a {
  display: block;
  font-weight: 300;
  padding-bottom: 0.25rem;
}

.td-toc li {
  list-style: none;
  display: block;
}

.td-toc li li {
  margin-left: 0.5rem;
}

.td-toc .td-page-meta a {
  font-weight: 500;
}

.td-toc #TableOfContents a {
  color: #888;
}

.td-toc #TableOfContents a:hover {
  color: #72a1e5;
  text-decoration: none;
}

.td-toc ul {
  padding-left: 0;
}

.breadcrumb {
  background: 0 0;
  padding-left: 0;
  padding-top: 0;
}

.td-content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.td-content p,
.td-content li,
.td-content td {
  font-weight: 400;
}

.td-content > h1 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.td-content > h2 {
  margin-bottom: 1rem;
}

.td-content > h2:not(:first-child) {
  margin-top: 3rem;
}

.td-content > h2 + h3 {
  margin-top: 1rem;
}

.td-content > h3,
.td-content > h4,
.td-content > h5,
.td-content > h6 {
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.td-content > blockquote {
  padding: 0 0 0 1rem;
  margin-bottom: 1rem;
  color: #888;
}

.td-content > ul li,
.td-content > ol li {
  margin-bottom: 0.25rem;
}

.td-content .lead {
  margin-bottom: 1.5rem;
}

.td-title {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  .td-title {
    font-size: 3rem;
  }
}
.td-search-input {
  background: transparent;
  border-radius: 1rem;
  font-family: "font awesome 5 free", open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
}

.td-search-input.form-control:focus {
  border-color: #f5f8fb;
  -webkit-box-shadow: 0 0 0 2px #82afd5;
  box-shadow: 0 0 0 2px #82afd5;
}

.td-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}

@media (min-width: 768px) {
  .td-default main section:first-of-type {
    padding-top: 8rem;
  }
}
.td-main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.td-main main {
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .td-main main {
    padding-top: 3rem;
  }
}
.td-cover-block--height-min {
  min-height: 300px;
}

.td-cover-block--height-med {
  min-height: 400px;
}

.td-cover-block--height-max {
  min-height: 500px;
}

.td-cover-block--height-full {
  min-height: 100vh;
}

@media (min-width: 768px) {
  .td-cover-block--height-min {
    min-height: 450px;
  }
  .td-cover-block--height-med {
    min-height: 500px;
  }
  .td-cover-block--height-max {
    min-height: 650px;
  }
}
.td-cover-logo {
  margin-right: 0.5em;
}

.td-cover-block {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-repeat: no-repeat;
  background-position: 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.td-bg-arrow-wrapper {
  position: relative;
}

.section-index .entry {
  padding: 0.75rem;
}

.section-index h5 {
  margin-bottom: 0;
}

.section-index h5 a {
  font-weight: 700;
}

.section-index p {
  margin-top: 0;
}

.pageinfo {
  font-weight: 500;
  background: #f8f9fa;
  color: inherit;
  border-radius: 0;
  margin: 2rem;
  padding: 1.5rem;
  padding-bottom: 0.5rem;
}

.pageinfo-primary {
  border-style: solid;
  border-color: #555;
}

.pageinfo-secondary {
  border-style: solid;
  border-color: #d95040;
}

.pageinfo-success {
  border-style: solid;
  border-color: #3772ff;
}

.pageinfo-info {
  border-style: solid;
  border-color: #c0e0de;
}

.pageinfo-warning {
  border-style: solid;
  border-color: #ed6a5a;
}

.pageinfo-danger {
  border-style: solid;
  border-color: #ed6a5a;
}

.pageinfo-light {
  border-style: solid;
  border-color: #d3f3ee;
}

.pageinfo-dark {
  border-style: solid;
  border-color: #403f4c;
}

@media (min-width: 768px) {
  .td-offset-anchor:target {
    display: block;
    position: relative;
    top: -4rem;
    visibility: hidden;
  }
  h2[id]:before,
  h3[id]:before,
  h4[id]:before,
  h5[id]:before {
    display: block;
    content: " ";
    margin-top: -5rem;
    height: 4rem;
    visibility: hidden;
  }
}
.td-toc, .td-sidebar, .td-main > .row > main {
  padding-top: 1rem;
}

.td-main .fas {
  line-height: 25px;
}

#TableOfContents #TOC a.md-nav__link {
  color: #333;
  font-size: 18px;
}

#TableOfContents #TOC a.md-nav__link.nav-h2 {
  color: #666;
  font-size: 16px;
  padding: 2px 1px 2px 5px;
}

#TableOfContents #TOC a.md-nav__link.nav-h3 {
  color: #888;
  font-size: 14px;
  margin-left: 10px;
  padding: 2px 1px 2px 5px;
}

.td-content p {
  color: #666;
}

.td-content > h1 {
  font-weight: 600;
}

.td-content blockquote p {
  color: #999;
  font-weight: 400;
  font-size: 16px;
}

.td-content > ul {
  max-width: 100%;
}

.td-content blockquote p {
  font-style: italic;
}

.td-toc {
  background-color: rgba(48, 99, 142, 0.03);
}

.tutorial-body .td-toc {
  background: none;
  border-left: 0;
}
.tutorial-body .td-toc #TableOfContents {
  padding: 1rem 0.8rem;
  background-color: #f6f6f6;
  border-radius: 5px;
}
.tutorial-body .td-toc #TableOfContents ul {
  margin-bottom: 0;
}

.tutorial-series-body .td-sidebar {
  background: none;
  border-right: 0;
}
.tutorial-series-body .td-sidebar #td-sidebar-menu .td-sidebar-nav__section {
  padding: 1rem 0.8rem;
  background-color: #f6f6f6;
  border-radius: 0;
}
.tutorial-series-body .td-sidebar #td-sidebar-menu .td-sidebar-nav__section ul {
  margin-bottom: 0;
}

.course-body .td-sidebar {
  background: none;
  border-right: 0;
}
.course-body .td-sidebar #td-sidebar-menu {
  padding: 1rem 0.8rem;
  background-color: #f6f6f6;
  border-radius: 0;
}
.course-body .td-sidebar #td-sidebar-menu ul {
  margin-bottom: 0;
}
.course-body .td-toc {
  background: none;
  border-left: 0;
}
.course-body .td-toc #TableOfContents {
  padding: 1rem 0.8rem;
  background-color: #f6f6f6;
  border-radius: 5px;
}
.course-body .td-toc #TableOfContents ul {
  margin-bottom: 0;
}

@media screen and (max-width: 520px) {
  .course-body .td-sidebar #td-sidebar-menu {
    padding: 0;
  }
  .course-body .td-sidebar #td-sidebar-menu .td-sidebar-nav {
    padding-left: 2rem !important;
    padding-bottom: 1rem !important;
  }
}
.highlight {
  background: #fff;
}

code.highlighter-rouge {
  padding: 2px 5px !important;
  background: #eee;
  border-radius: 5px;
  font-size: 15px;
}

.highlighter-rouge code {
  color: #333;
}

.highlighter-rouge pre {
  margin: 0;
}

.highlighter-rouge .highlight {
  background: #eee;
}

.highlighter-rouge > .highlight {
  padding: 0.5rem;
  border-radius: 5px;
}

.highlight .c {
  color: #998;
  font-style: italic;
}

.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}

.highlight .k {
  font-weight: bold;
}

.highlight .o {
  font-weight: bold;
}

.highlight .cm {
  color: #998;
  font-style: italic;
}

.highlight .cp {
  color: #555;
  font-weight: bold;
}

.highlight .c1 {
  color: #998;
  font-style: italic;
}

.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}

.highlight .gd {
  color: #000;
  background-color: #fdd;
}

.highlight .gd .x {
  color: #000;
  background-color: #faa;
}

.highlight .ge {
  font-style: italic;
}

.highlight .gr {
  color: #a00;
}

.highlight .gh {
  color: #999;
}

.highlight .gi {
  color: #000;
  background-color: #dfd;
}

.highlight .gi .x {
  color: #000;
  background-color: #afa;
}

.highlight .go {
  color: #888;
}

.highlight .gp {
  color: #555;
}

.highlight .gs {
  font-weight: bold;
}

.highlight .gu {
  color: #aaa;
}

.highlight .gt {
  color: #a00;
}

.highlight .kc {
  font-weight: bold;
}

.highlight .kd {
  font-weight: bold;
}

.highlight .kp {
  font-weight: bold;
}

.highlight .kr {
  font-weight: bold;
}

.highlight .kt {
  color: #458;
  font-weight: bold;
}

.highlight .m {
  color: #099;
}

.highlight .s {
  color: #d14;
}

.highlight .na {
  color: #008080;
}

.highlight .nb {
  color: #0086B3;
}

.highlight .nc {
  color: #458;
  font-weight: bold;
}

.highlight .no {
  color: #008080;
}

.highlight .ni {
  color: #800080;
}

.highlight .ne {
  color: #900;
  font-weight: bold;
}

.highlight .nf {
  color: #900;
  font-weight: bold;
}

.highlight .nn {
  color: #555;
}

.highlight .nt {
  color: #000080;
}

.highlight .nv {
  color: #008080;
}

.highlight .ow {
  font-weight: bold;
}

.highlight .w {
  color: #bbb;
}

.highlight .mf {
  color: #099;
}

.highlight .mh {
  color: #099;
}

.highlight .mi {
  color: #099;
}

.highlight .mo {
  color: #099;
}

.highlight .sb {
  color: #d14;
}

.highlight .sc {
  color: #d14;
}

.highlight .sd {
  color: #d14;
}

.highlight .s2 {
  color: #d14;
}

.highlight .se {
  color: #d14;
}

.highlight .sh {
  color: #d14;
}

.highlight .si {
  color: #d14;
}

.highlight .sx {
  color: #d14;
}

.highlight .sr {
  color: #009926;
}

.highlight .s1 {
  color: #d14;
}

.highlight .ss {
  color: #990073;
}

.highlight .bp {
  color: #999;
}

.highlight .vc {
  color: #008080;
}

.highlight .vg {
  color: #008080;
}

.highlight .vi {
  color: #008080;
}

.highlight .il {
  color: #099;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    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(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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: translateZ(0);
    transform: translateZ(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);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    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: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    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: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    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: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    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: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-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);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-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);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-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);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-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);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

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

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

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

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

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

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

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

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

@-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);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-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);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-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);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-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);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-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);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-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);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-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);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-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);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-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);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@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);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-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;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(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: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(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: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-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: rotate(-45deg);
    transform: rotate(-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: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-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: rotate(-45deg);
    transform: rotate(-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: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-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: rotate(90deg);
    transform: rotate(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: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

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

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

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

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

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

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

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

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

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

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

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

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

.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;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
#page-content {
  flex: 1 0 auto;
}

.btn.active:focus {
  box-shadow: none !important;
}

.bg-dark {
  background-color: #222;
}

.bg-white-shadow {
  background-color: #fff;
  box-shadow: 0 6px 22px 0 rgba(0, 0, 0, 0.08);
}

.no-list-style {
  list-style: none;
}

.text-light-dark {
  color: #666;
}

.section-heading {
  font-family: "Lora", serif;
  color: #1200AF;
  text-align: center;
  font-weight: 600;
  font-size: 3rem;
}

.section-subheading {
  text-align: center;
  color: #111;
  font-size: 22px;
}

.section-heading-v2 {
  font-family: "Lora", serif;
  color: #444;
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
}

.section-subheading-v2 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #1200AF;
  text-align: center;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 36px;
}

.section-header .section-subtitle {
  line-height: 24px;
}

.content-body-wrapper {
  margin-top: 2rem;
}

.page-section-heading {
  font-family: "Lora", serif;
  color: #1200AF;
  text-align: center;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 42px;
  margin-bottom: 2rem !important;
}

.section-padding {
  padding: 6rem 0;
}

.all-view-btn {
  background: linear-gradient(180deg, #3B72D5 0%, #2058BB 100%);
  border-radius: 6px;
  color: #fff;
  border: 0;
  font-size: 18px;
  padding: 10px 22px;
}

.link-btn {
  background-color: #EDF3FF;
}

.navbar .brand {
  font-size: 1.6rem;
  color: #fff;
  font-family: "Lora", serif;
  font-weight: 800;
  line-height: 24px;
}
.navbar .brand img {
  height: 60px;
  transform: scale(0.9);
}
.navbar .navbar-nav .nav-item .dropdown .dropdown-menu {
  border-color: #1200AF;
}
.navbar .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item {
  color: #1200AF;
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 1rem 1rem 0.5rem 1rem;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item:hover .nav-link {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.navbar .navbar-toggler {
  border: 1px solid #fff;
  font-size: 20px;
  padding: 0.125rem 0.25rem;
}

.navbar-dark, .bg-dark {
  background-color: #1200AF !important;
}

.home_header .banner-section {
  padding: 4rem 0 1rem;
}
.home_header .banner-section .left-panel-wrapper h4 {
  color: #777;
}
.home_header .banner-section .left-panel-wrapper .slogan {
  font-family: "Lora", serif;
  font-size: 2.5rem;
  color: #dd0033;
  font-weight: 600;
  margin-bottom: 2rem;
}
.home_header .banner-section .left-panel-wrapper .banner-title {
  font-family: "Lora", serif;
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  line-height: 60px;
}
.home_header .banner-section .left-panel-wrapper .banner-title h3 {
  color: #444;
  font-size: 2.5rem;
  display: inline-block;
}
.home_header .banner-section .left-panel-wrapper .banner-title .earning-color {
  color: #14B058;
}
.home_header .banner-section .left-panel-wrapper .banner-title .typed {
  color: #1200AF;
  font-size: 2.8rem;
}
.home_header .banner-section .left-panel-wrapper .banner-title .typed-cursor {
  color: #1200AF;
}
.home_header .banner-section .left-panel-wrapper .banner-description {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #777;
}
.home_header .banner-section .left-panel-wrapper .banner-description .highlight {
  color: #dd0033;
}
.home_header .banner-section .left-panel-wrapper .services-wrapper {
  margin-top: 1rem;
}
.home_header .banner-section .left-panel-wrapper .services-wrapper .service-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.home_header .banner-section .left-panel-wrapper .services-wrapper .service-list .service-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  margin-right: 8px;
  color: #333;
}
.home_header .banner-section .left-panel-wrapper .services-wrapper .service-list .service-item i {
  color: #14B058;
}
.home_header .banner-section .left-panel-wrapper .action-btns {
  margin-top: 2rem;
}
.home_header .banner-section .action-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.home-body .community-section {
  padding: 4rem 0 3rem;
}
.home-body .community-section .container {
  max-width: 1200px;
}
.home-body .community-section .container .excited-dev {
  width: 100%;
}
.home-body .community-section .container .community-card {
  margin-left: 1rem;
  margin-bottom: 2rem;
}
.home-body .community-section .container .community-card .description {
  font-size: 18px;
}
.home-body .community-section .container .community-card .mission-quote-wrapper {
  margin-top: 1.5rem;
  font-size: 22px;
}
.home-body .community-section .container .community-card .mission-quote-wrapper .mission-quote-text {
  margin-top: -15px;
  margin-left: 20px;
}
.home-body .community-section .container .community-card .action-wrapper .material-symbols-rounded {
  margin-top: -4px;
}
.home-body .self-taught-section {
  margin-top: 3rem;
}
.home-body .self-taught-section .container {
  max-width: 1100px;
}
.home-body .self-taught-section .content-wrapper {
  border-radius: 18px;
  padding: 3rem 1rem;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
  justify-content: space-around;
}
.home-body .self-taught-section .content-wrapper .caption-wrapper {
  display: flex;
  flex-direction: column;
}
.home-body .self-taught-section .content-wrapper .free-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 1rem;
}
.home-body .self-taught-section .content-wrapper .free-list .free-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  margin-right: 8px;
  color: #333;
}
.home-body .self-taught-section .content-wrapper .free-list .free-item i {
  color: #14B058;
}
.home-body .services-list {
  background-color: #f3fbff;
  padding-top: 6rem;
  padding-bottom: 4rem;
}
.home-body .services-list .services-content-wrapper .service-card {
  background-color: transparent;
}
.home-body .services-list .services-content-wrapper .service-card .service-thumbnail {
  height: 10rem;
  width: 10rem;
}
.home-body .services-list .services-content-wrapper .service-card .service-description {
  margin-bottom: 0;
  color: #666;
  font-weight: 400;
  font-size: 20px;
}

#page-content main.home-body {
  margin: 0;
  padding-top: 0;
}

.self-taught-page .banner {
  background-color: #1200AF;
  color: #fff;
  padding: 7rem 0 8rem;
  text-align: center;
  font-family: "Lora", serif;
}
.self-taught-page .banner .heading {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 0;
}
.self-taught-page .banner .sub-heading {
  font-size: 1.8rem;
  font-weight: 300;
  color: #ddd;
}
.self-taught-page .banner .sub-heading span {
  font-weight: 600;
}
.self-taught-page .section-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#contact_page {
  padding: 4rem 0;
}
#contact_page .contact-banner-img {
  height: 70%;
  width: 70%;
  display: block;
  margin: 0 auto;
}
#contact_page .form-container {
  padding: 1rem;
}

.footer-section {
  background: linear-gradient(180deg, #142850 0%, #0b1a38 70%);
}
.footer-section .footer-logo {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer-section .footer-logo .logo {
  height: 40px;
}
.footer-section .footer-text {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  color: #fff;
  line-height: 25px;
  font-weight: 600;
  text-decoration: none;
}
.footer-section .footer-tagline {
  color: yellow;
  font-size: 13px;
  font-style: italic;
}
.footer-section .footer-social a {
  font-size: 18px;
}

.sidebar-share-page h5 {
  font-size: 16px;
}
.sidebar-share-page .badge {
  display: inline-block;
}
.sidebar-share-page .twitter-share {
  background-color: #55acee;
}
.sidebar-share-page .facebook-share {
  background-color: #3b5998;
}
.sidebar-share-page .linkedin-share {
  background-color: #0077B5;
}
.sidebar-share-page a {
  font-weight: 300;
}
.sidebar-share-page .email-share {
  background-color: #999;
}
.sidebar-share-page .email-share:hover {
  color: #fff;
}
.sidebar-share-page .email-share svg {
  height: 12px;
}

.quote-highlight h1 {
  color: #1200AF;
  font-family: "Lora", serif;
  font-size: 3.5rem;
  font-weight: 600;
  text-align: center;
}

.courses-wrapper .course-card {
  border-radius: 6px;
}
.courses-wrapper .course-card .course-card-img {
  height: 180px;
  border-radius: 6px 6px 0 0;
}
.courses-wrapper .course-card .card-body {
  background-color: #fdfdfd;
  border-radius: 0 0 6px 6px;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
}
.courses-wrapper .course-card .card-body .card-title {
  color: #222;
  font-weight: 600;
}
.courses-wrapper .course-card .card-body .course-card-info {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
.courses-wrapper .course-card .card-body .course-modules {
  color: blue;
}
.courses-wrapper .course-card .card-body .coupon-code {
  text-align: center;
}
.courses-wrapper .course-card .card-body .coupon-code span {
  font-size: 15px;
}

.tutorials-wrapper .tutorial-card {
  background-color: transparent;
  margin-bottom: 1rem;
}
.tutorials-wrapper .tutorial-card .card-body {
  background-color: #EDF3FF;
  border-radius: 6px;
  padding: 2rem;
  border: 1px solid #d4e2ff;
}
.tutorials-wrapper .tutorial-card .card-body .card-title {
  font-size: 26px;
  line-height: 28px;
  font-weight: 500;
  color: #1200AF;
}
.tutorials-wrapper .tutorial-card .card-body .tutorial-card-info {
  margin: 5px 0;
}
.tutorials-wrapper .tutorial-card .card-body .tutorial-tags .tag {
  background-color: #cfe2ff;
  border-radius: 6px;
  padding: 2px 8px 4px;
  color: #1200AF;
}

.links-page {
  padding: 4rem 0;
}
.links-page .card-title {
  color: #dd0033;
}
.links-page .link-btn {
  color: #1200AF;
  text-align: left;
}

.projects-page img {
  height: 10rem;
}
.projects-page .course-card .card-body {
  height: 8rem;
}

.clubs-page .clubs-content-header .nav .nav-link, .testimonials-page .clubs-content-header .nav .nav-link {
  color: #666;
}
.clubs-page .clubs-content-header .nav .nav-link.active, .testimonials-page .clubs-content-header .nav .nav-link.active {
  font-weight: 600;
  color: #1200af;
}
.clubs-page .club-testimonial-section .testimonial-slider-container, .testimonials-page .club-testimonial-section .testimonial-slider-container {
  padding: 0 3rem;
  margin: 2rem auto 0 auto;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.clubs-page .club-testimonial-section .testimonial-slider-container .tns-controls, .testimonials-page .club-testimonial-section .testimonial-slider-container .tns-controls {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
.clubs-page .club-testimonial-section .testimonial-slider-container .tns-controls button, .testimonials-page .club-testimonial-section .testimonial-slider-container .tns-controls button {
  margin: 0 5px;
  border: 0;
}
.clubs-page .club-testimonial-section .testimonial-slider-container #slider-controls, .testimonials-page .club-testimonial-section .testimonial-slider-container #slider-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translatey(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.clubs-page .club-testimonial-section .testimonial-slider-container #slider-controls:focus, .testimonials-page .club-testimonial-section .testimonial-slider-container #slider-controls:focus {
  outline: none;
}
.clubs-page .club-testimonial-section .testimonial-slider-container #slider-controls li:hover, .testimonials-page .club-testimonial-section .testimonial-slider-container #slider-controls li:hover {
  cursor: pointer;
}
.clubs-page .club-testimonial-section .testimonial-slider-container #slider-controls i, .testimonials-page .club-testimonial-section .testimonial-slider-container #slider-controls i {
  color: #888;
}
.clubs-page .club-testimonial-section .testimonial-slider-container .testimonial-slider, .testimonials-page .club-testimonial-section .testimonial-slider-container .testimonial-slider {
  display: flex;
  position: relative;
}
.clubs-page .club-testimonial-section .testimonial-slider-container .testimonial-slider .testimonial-item .testimonial-item-body, .testimonials-page .club-testimonial-section .testimonial-slider-container .testimonial-slider .testimonial-item .testimonial-item-body {
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.clubs-page .club-testimonial-section .testimonial-slider-container .testimonial-slider .testimonial-item .testimonial-item-body .testimonial-item-content, .testimonials-page .club-testimonial-section .testimonial-slider-container .testimonial-slider .testimonial-item .testimonial-item-body .testimonial-item-content {
  padding: 1.5rem;
  border-radius: 6px;
}
.clubs-page .club-testimonial-section .testimonial-slider-container .testimonial-slider .testimonial-item .testimonial-item-body .testimonial-item-content .testimonial-author-role, .testimonials-page .club-testimonial-section .testimonial-slider-container .testimonial-slider .testimonial-item .testimonial-item-body .testimonial-item-content .testimonial-author-role {
  font-size: 18px;
  font-style: italic;
}
.clubs-page .club-testimonial-section .testimonial-slider-container .testimonial-slider .testimonial-item .testimonial-item-body .testimonial-item-content .testimonial-text-wrapper .fa-quote-left, .testimonials-page .club-testimonial-section .testimonial-slider-container .testimonial-slider .testimonial-item .testimonial-item-body .testimonial-item-content .testimonial-text-wrapper .fa-quote-left {
  color: #888;
}
.clubs-page .club-testimonial-section .testimonial-slider-container .testimonial-slider .testimonial-item .testimonial-item-body .testimonial-item-content .testimonial-text-wrapper .testimonial-text, .testimonials-page .club-testimonial-section .testimonial-slider-container .testimonial-slider .testimonial-item .testimonial-item-body .testimonial-item-content .testimonial-text-wrapper .testimonial-text {
  line-height: 30px;
  margin-top: -20px;
  margin-left: 20px;
}
.clubs-page .clubs-content-body .card .member-img, .testimonials-page .clubs-content-body .card .member-img {
  height: 190px;
}
.clubs-page .clubs-content-body .card .member-name, .testimonials-page .clubs-content-body .card .member-name {
  font-size: 18px;
}
.clubs-page .clubs-content-body .card .designation, .testimonials-page .clubs-content-body .card .designation {
  font-size: 16px;
}
.clubs-page .clubs-content-body i.fa-link, .testimonials-page .clubs-content-body i.fa-link {
  color: #777;
}
.clubs-page .clubs-content-body i.fa-github, .testimonials-page .clubs-content-body i.fa-github {
  color: #333;
}

@media (max-width: 768px) {
  .mb-block {
    display: block;
  }
  .navbar .navbar-toggler {
    border-color: #fff !important;
    padding: 0.5rem 0.8rem;
  }
  .navbar .navbar-toggler .fa-bars {
    color: #fff;
  }
  .navbar .brand {
    font-size: 1.5rem;
  }
  .navbar-nav {
    margin-left: 0;
  }
  .navbar-nav .nav-link {
    text-align: center;
  }
  .navbar {
    padding: 0.6rem 0.5rem;
  }
  .navbar .navbar-nav .nav-item.active .nav-link, .navbar .navbar-nav .nav-item:hover .nav-link {
    background-color: transparent;
    color: #fff;
    font-weight: 600;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.8rem 1rem;
  }
  .home_header .banner-section .left-panel-wrapper .slogan {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .home_header .banner-section .left-panel-wrapper .banner-title {
    font-size: 2.8rem;
    line-height: 50px;
  }
  .home_header .banner-section .left-panel-wrapper .banner-description {
    font-size: 2rem;
  }
  .home_header .banner-section .left-panel-wrapper .services-wrapper {
    flex-direction: column;
    gap: 0;
  }
  .footer-section .footer-logo {
    justify-content: center;
  }
  .footer-section .social-contacts {
    margin: 1rem 0;
  }
}
@media screen and (max-width: 520px) {
  .section-padding {
    padding: 5rem 0;
  }
  .section-heading {
    font-size: 2.3rem;
  }
  .home_body .bootcamp-section .card {
    margin-bottom: 3rem;
  }
  .home_body .bootcamp-section .card:last-child {
    margin-bottom: 0;
  }
  .home_header .banner-section {
    padding-top: 1rem;
  }
  .home_header .banner-section .left-panel-wrapper .banner-title {
    font-size: 1.8rem;
    margin-bottom: 14px;
  }
  .home_header .banner-section .left-panel-wrapper .banner-title h3 {
    font-size: 2rem;
    display: block;
  }
  .home_header .banner-section .left-panel-wrapper .banner-title .typed {
    font-size: 3rem;
  }
  .home_header .banner-section .left-panel-wrapper .banner-description {
    width: 100%;
  }
  .home_header .banner-section .container {
    max-width: 95%;
  }
  .home-body .section-heading {
    font-size: 2.5rem;
  }
  .home-body .stay-connected-section {
    padding: 4rem 0;
    text-align: center;
  }
  .home-body .stay-connected-section .social-contacts {
    margin-top: 2rem;
  }
  .home-body .stay-connected-section .social-contacts a i {
    font-size: 2rem;
  }
  .home-body .join-channel-section .container {
    max-width: 90%;
  }
  .home-body .join-channel-section .container .wrapper .img-wrapper .channel-img {
    border-radius: 15px 15px 0 0;
  }
  .home-body .join-channel-section .container .wrapper .caption-wrapper {
    padding: 2.8rem 2rem;
  }
  .home-body .tutorials-section .container {
    max-width: 94%;
  }
  .home-body .courses-section .container {
    max-width: 96%;
  }
  .home-body .about-mentor-section .container {
    max-width: 95%;
  }
  .home-body .about-mentor-section .about-mentor-wrapper {
    background: #EDF3FF;
    padding: 2rem;
  }
  .home-body .courses-section .courses-wrapper .course-card {
    padding: 1rem !important;
  }
  .home-body .courses-section .courses-wrapper .course-card .course-card-img {
    height: 210px;
  }
  .home-body .stay-connected-section .social-contacts {
    gap: 1rem;
  }
  .home-body .stay-connected-section .social-contacts a i {
    font-size: 1.5rem;
  }
  .self-taught-page .banner {
    padding: 4rem 0 5rem;
  }
  .self-taught-page .banner .heading {
    font-size: 2.5rem;
  }
  .self-taught-page .banner .sub-heading {
    font-size: 1.3rem;
  }
  .quote-highlight h1 {
    font-size: 2.5rem;
  }
  .tutorials-page .container {
    max-width: 93%;
  }
  .courses-page .container {
    max-width: 96%;
  }
  .tutorials-wrapper .tutorial-card {
    padding: 8px 1rem !important;
  }
  .tutorials-wrapper .tutorial-card .card-body {
    padding: 1.2rem;
  }
  .tutorials-wrapper .tutorial-card:last-child {
    margin-bottom: 0;
  }
}
.blogs-page .page-header {
  background: url("https://c2edev.sirv.com/img/blog-page-header.jpg") no-repeat center center/cover;
  padding: 7rem 0;
}
.blogs-page .page-header h1 {
  font-size: 3rem;
  font-family: "Lora", serif;
  font-weight: 600;
  letter-spacing: 3px;
  color: #fff !important;
  margin-bottom: 0;
}
.blogs-page .blogs-body {
  padding: 5rem 0;
}

.blogs-page .card-group, .blog-tags-page .card-group {
  margin-bottom: 2rem;
}
.blogs-page .card, .blog-tags-page .card {
  border: none;
}
.blogs-page .card .maxthumb, .blog-tags-page .card .maxthumb {
  max-height: 300px;
}
.blogs-page .card .card-img-top, .blog-tags-page .card .card-img-top {
  height: 15rem;
  object-fit: cover;
}
.blogs-page .card .card-title, .blog-tags-page .card .card-title {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.25;
}
.blogs-page .card .card-text, .blog-tags-page .card .card-text {
  color: rgba(0, 0, 0, 0.44);
  font-size: 0.95rem;
  line-height: 1.6;
  font-weight: 400;
}
.blogs-page .card .card-body, .blog-tags-page .card .card-body {
  padding-bottom: 0;
}
.blogs-page .card .card-footer, .blog-tags-page .card .card-footer {
  background-color: #fff;
  border: 0;
}
.blogs-page .card .card-footer span, .blog-tags-page .card .card-footer span {
  font-size: 13px;
  color: #777;
}
.blogs-page .post-tags, .blog-tags-page .post-tags {
  padding-left: 0;
}
.blogs-page .post-tags li, .blog-tags-page .post-tags li {
  display: inline-block;
  font-size: 0.9rem;
  margin-right: 0.25rem;
}
.blogs-page .post-tags li a, .blog-tags-page .post-tags li a {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  padding: 5px 10px;
}

.blog-post, .blog-tags {
  margin-top: 70px;
}

.blog-card-heading {
  margin-bottom: 8px;
}

.blog-card-heading span {
  font-size: 12px;
  color: #000;
}

.blog-card-heading span:nth-child(2) {
  margin-left: 1rem;
}

.blog-tags .post-title {
  font-size: 2rem;
}

.post-title {
  font-family: "Lora", serif;
  color: #1200AF;
  font-size: 2.75em;
  font-weight: 500;
}

.post-body .opening-text {
  font-size: 22px;
  color: #111;
}

.disclaimer-text {
  font-size: 14px;
  color: #777;
}

.post-body {
  font-size: 18px;
}
.post-body h2 {
  font-size: 2.3rem;
  color: #222;
}
.post-body h3 {
  font-size: 1.8rem;
  color: #555;
}
.post-body h1,
.post-body h2 {
  margin: 3rem 0 1.3rem 0;
}
.post-body h3, .post-body h4, .post-body h5, .post-body h6 {
  margin: 2.5rem 0 1rem 0;
}
.post-body blockquote {
  font-size: 1.15em;
}
.post-body p {
  color: #222;
  line-height: 30px;
  font-size: 18px;
}
.post-body ul li {
  color: #555;
}
.post-body blockquote p {
  font-style: italic;
  padding: 0 2em;
  color: #555;
}
.post-body blockquote .quote-bar {
  border-left: 4px solid #333;
  padding-left: 0.5em;
}
.post-body .breakline {
  border: 0.11em solid #333;
  width: 25%;
}
.post-body .ending-text {
  font-size: 18px;
  color: #333;
  font-style: italic;
}
.post-body .image-wrapper .image-caption {
  text-align: center;
  font-size: 14px;
  color: grey;
  margin: 0.5em 0;
}

.post-area {
  padding: 10px;
  width: 100%;
  background-color: white;
  border-bottom: 1px dotted #ddd;
}

.blog-post-short {
  padding: 0.2em 1.5em 0.1em 1.5em;
  width: 100%;
  border-radius: 5px;
  box-shadow: 1px 1px 1px #111;
}

.blog-post-short:hover {
  box-shadow: 1px 1px 10px #111;
}

.post-area a:link,
.post-area a:visited {
  font-size: 30px;
  color: #333;
}

.post-area a:hover {
  color: #0d0017;
}

.blog-post-page .post-container {
  padding: 1.5rem 2rem 2rem 2rem;
}
.blog-post-page .share {
  top: 50px;
  z-index: 1;
}
.blog-post-page .share ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.blog-post-page .share ul li {
  margin-bottom: 10px;
}
.blog-post-page .post-tags {
  padding-left: 0;
}
.blog-post-page .post-tags li {
  display: inline-block;
  font-size: 0.9rem;
  margin-right: 0.25rem;
}
.blog-post-page .post-tags li a {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  padding: 5px 10px;
}

.footer-area .footer-logo,
.footer-area .footer-bottom {
  text-align: center;
}
.footer-area .footer-social {
  text-align: center;
  margin: 25px 0px 50px;
}
.footer-area .footer-logo h4 {
  font-size: 21px;
  color: #777777;
  font-weight: 700;
  margin-top: 48px;
}

.blog-posts .blog-card .post-img {
  margin: auto;
}
.blog-posts .blog-card .blog-card .post-img img {
  padding: 5px;
}
.blog-posts .blog-card .card-body {
  padding: 0.5em;
}
.blog-posts .blog-card .card-body .blog-card-title {
  margin: 0px;
}
.blog-posts .blog-card .card-body .blog-card-title .post-title {
  font-size: 2rem;
  font-weight: 500;
  color: #1200AF;
}

.blog-post code.highlighter-rouge {
  background: #eee;
  color: #003594;
  border-radius: 5px;
}
.blog-post .cover-image img {
  display: block;
  margin: auto;
}
.blog-post .post-container {
  padding: 2em 5em;
}
.blog-post .post-container .post-title {
  color: #1200AF;
  font-size: 2.3em;
  font-weight: 500;
}
.blog-post .post-container table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
}
.blog-post .post-container table thead tr th {
  padding: 8px;
  background-color: #555;
  color: white;
  border: 1px solid #ddd;
  font-weight: 500;
}
.blog-post .post-container table tbody tr td {
  border: 1px solid #ddd;
  padding: 5px 8px;
}
.blog-post .post-container table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.blog-post .post-container table tr:hover {
  background-color: #ddd;
}
.blog-post .sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}
.blog-post .sticky-top-offset {
  top: 130px;
}
.blog-post .share {
  text-align: center;
  margin-top: 3rem;
}
.blog-post .share ul {
  padding-left: 0;
  margin-left: 0;
}
.blog-post .share ul li {
  margin-bottom: 10px;
  font-size: 18px;
}
.blog-post .share, .blog-post .share a, .blog-post .share a i {
  color: #fff !important;
}

.home-post .card {
  border: 0;
}
.home-post .card .card-img-top {
  border-radius: 10px;
}
.home-post .card .card-body {
  padding: 1.5rem 0;
}
.home-post .card .card-body .card-text {
  color: #555;
  font-weight: 300;
}

@media screen and (max-width: 520px) {
  .blogs-page .container {
    padding: 0 1rem;
  }
  .blogs-page .page-header {
    padding: 3rem 1rem;
  }
  .blogs-page .blogs-body {
    padding: 4rem 0;
  }
  .blog-post-page .post-container {
    padding: 2rem 1rem;
  }
  .blog-post-page .post-body {
    padding: 0 0.5rem;
  }
  .blog-post-page .post-container {
    padding-top: 0 !important;
  }
  .blogs-page .page-header h1 {
    font-size: 2rem;
  }
  .blog-post-page .share {
    text-align: center;
    margin-top: 0;
  }
  .blog-post-page .share li {
    display: inline-block;
  }
}
.about-section .profile-img {
  margin-top: 4rem;
}

.role-content {
  box-shadow: 2px 2px 13px 5px rgba(216, 216, 216, 0.78);
  margin-bottom: 1em;
  color: #777;
}

.role-content h4 {
  color: black;
}

.role-content p {
  font-size: 15px !important;
}

.role-card figure img {
  height: 80px;
}

.role-content .image-wrapper img {
  width: auto;
  box-shadow: none;
}

.role-content .role-desc {
  font-size: 14px;
}

.professional-journey {
  background: #F6FAFF;
}

.timeline {
  position: relative;
  margin: 0 auto;
  list-style: none;
  /* The actual timeline (the vertical ruler) */
  /* timeline-Container around content */
  /* The circles on the timeline */
  /* Place the timeline-container to the left */
  /* Place the timeline-container to the right */
  /* Add arrows to the left timeline-container (pointing right) */
  /* Add arrows to the right timeline-container (pointing left) */
  /* Fix the circle for timeline-containers on the right side */
  /* The actual content */
}
.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #1200AF;
  top: 0;
  bottom: 0;
  left: 52%;
}
.timeline .timeline-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
.timeline .timeline-container h5 {
  color: #1200AF;
  font-size: 22px;
}
.timeline .timeline-container .company-name {
  color: #dd0033;
}
.timeline .timeline-container::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -22px;
  background-color: #1200AF;
  border: 4px solid #1200AF;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.timeline .left {
  left: 0;
}
.timeline .right {
  left: 50.7%;
}
.timeline .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #1200AF;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #1200AF;
}
.timeline .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #1200AF;
  border-width: 10px 10px 10px 0;
  border-color: transparent #1200AF transparent transparent;
}
.timeline .right::after {
  left: -10px;
}
.timeline .content {
  padding: 20px 30px;
  background-color: #fff;
  position: relative;
  border-radius: 6px;
  box-shadow: 2px 2px 4px 0px #cfd0ff;
}

.educational-journey .container {
  max-width: 1100px;
}
.educational-journey .card {
  padding: 20px;
  border: none;
  line-height: 23px;
}
.educational-journey .card-img-top {
  height: 100px;
  width: auto;
  margin: auto;
}
.educational-journey .card-body {
  padding: 0.5em 1em;
}
.educational-journey .card-title {
  font-size: 18px;
  color: #1200AF;
}
.educational-journey .card-text {
  font-size: 16px;
  color: #555;
}
.educational-journey .institute-text {
  font-size: 15px;
  color: #dd0033;
}

@media (max-width: 550px) {
  .profile-body .profile-img {
    transform: scale(0.8);
    margin-top: 0;
  }
  .profile-body .timeline {
    margin-left: -30px;
  }
  .profile-body .timeline .content {
    padding: 25px 15px;
  }
  .profile-body .timeline::after {
    left: 60px;
  }
  .profile-body .timeline .timeline-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .profile-body .timeline .timeline-container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  .profile-body .timeline .left::after {
    left: 18px;
  }
  .profile-body .timeline .right::after {
    left: 23px;
  }
  .profile-body .timeline .right {
    left: -1.5%;
  }
}
.util-note .icon .icon-note::before {
  content: "\f05a";
  color: #19407c;
}
.util-note .icon .icon-question::before {
  content: "\f059";
  color: #bf0000;
}
.util-note .icon .icon-important::before {
  content: "\f06a";
  color: #bf0000;
}
.util-note .icon .icon-warning::before {
  content: "\f071";
  color: #bf6900;
}
.util-note .icon .icon-tip::before {
  content: "\f0eb";
  text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8);
  color: #111;
}
.util-note .icon .icon-caution::before {
  content: "\f06d";
  color: #bf3400;
}
.util-note .icon .icon-recommend::before {
  content: "\f4fc";
  color: #155724;
}
.util-note .icon [class^="fa icon-"] {
  font-size: 1.5em;
  cursor: default;
}
.util-note table td.icon {
  text-align: center;
  width: 60px;
  background-color: #dfebf5;
  border-color: #d3e3f1;
  border-radius: 0;
  padding: 0.8rem 1rem !important;
}
.util-note table td.icon.warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.util-note table td.icon.important {
  color: #8a0c0c;
  background-color: #fee6e6;
}
.util-note table td.icon.question {
  color: #a41a1a;
  background-color: #fce6ec;
  border-color: #ffcad7;
}
.util-note table td.icon.caution {
  color: #a41a1a;
  background-color: #ffdfd3;
}
.util-note table td.icon.recommend {
  color: #155724;
  background-color: #d4edda;
}
.util-note table td.content {
  padding: 0.8rem 1rem !important;
  border-left: 1px solid #ddddd8 !important;
  font-size: 18px;
  color: #32516b;
  line-height: 27px;
  font-weight: 400;
  background-color: #dfebf5;
  border-color: #d3e3f1;
  border-radius: 0;
}
.util-note table td.content a {
  color: #333;
}
.util-note table td.content.warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba !important;
}
.util-note table td.content.question {
  color: #a41a1a;
  background-color: #fce6ec;
  border-color: #ffcad7 !important;
}
.util-note table td.content.important {
  color: #8a0c0c;
  background-color: #fee6e6;
}
.util-note table td.content.caution {
  color: #a41a1a;
  background-color: #ffdfd3;
}
.util-note table td.content.recommend {
  color: #155724;
  background-color: #d4edda;
}

.util-quote {
  margin: 0 1em 1.5em 1.5em;
}
.util-quote blockquote {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  border: 0;
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.15rem;
  line-height: 1.75;
  word-spacing: 0.1em;
  letter-spacing: 0;
  font-style: italic;
}
.util-quote blockquote:before {
  content: "“";
  float: left;
  font-size: 2.75em;
  font-weight: bold;
  line-height: 0.6em;
  margin-left: -0.6em;
  color: #7a2717;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.util-quote .attribution {
  font-size: 0.9375em;
  line-height: 1.45;
  font-style: italic;
  text-align: right;
  margin-right: 20px;
}
.util-quote .attribution a {
  color: #777;
}

.util-quote-with-pic .source {
  text-align: right;
  font-size: 14px !important;
  color: #333;
}

.alert-primary {
  color: #32516b;
  background-color: #dfebf5;
  border-color: #d3e3f1;
}
.alert-primary a:visited:not(.btn) {
  color: #3676ab;
}

.util-notice {
  background-color: #555;
  color: #fff;
}
.util-notice h1, .util-notice h2, .util-notice h3 {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

.courses {
  line-height: 26px !important;
}
.courses h2, .courses h3, .courses h4, .courses h5, .courses h6 {
  color: #555;
}
.courses iframe {
  height: 600px;
  width: 100%;
  border: 0;
  box-shadow: 0 6px 22px 0 rgba(0, 0, 0, 0.1);
}
.courses .quote-text {
  font-size: 18px;
}
.courses .key-points {
  font-size: 16px;
}
.courses .course-key-points {
  padding-left: 1rem;
  font-size: 16px;
}
.courses .tab-content {
  background-color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.courses .nav-pills .nav-link {
  color: #333;
}
.courses .nav-pills .nav-link:hover {
  background-color: #777;
  color: #fff;
}
.courses .nav-pills .nav-link.active, .courses .nav-pills .show > .nav-link {
  background: #777;
  color: #fff;
}

.tutorial-series-body .td-sidebar-nav {
  margin: 0;
  padding: 0;
}
.tutorial-series-body #TableOfContents {
  padding: 1rem 0.8rem;
  background-color: #f6f6f6;
  border-radius: 5px;
}
.tutorial-series-body #TableOfContents ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.tutorial-series-body #TableOfContents ul a {
  font-weight: 300;
}
.tutorial-series-body .project-phase .card {
  background: transparent;
}
.tutorial-series-body .project-phase:hover {
  background-color: #eee;
}

@media (max-width: 520px) {
  .navbar-brand {
    font-size: 20px !important;
  }
  .courses-wrapper .course-card .course-card-img {
    height: 210px;
  }
}
.td-main .td-content h1, .td-main .td-content h2, .td-main .td-content h3, .td-main .td-content h4, .td-main .td-content h5, .td-main .td-content h6, .td-main .td-content p, .td-main .td-content ul {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.td-main .td-content h1 {
  color: #222;
  font-size: 2.7rem;
}
.td-main .td-content h2 {
  color: #444;
}
.td-main .td-content h3 {
  color: #555;
}
.td-main .td-content h4 {
  color: #666;
}
.td-main .td-content .emoji {
  height: 30px;
  width: 30px;
  margin-bottom: 5px;
}
.td-main .td-content p, .td-main .td-content ul, .td-main .td-content div {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.td-main .td-content p, .td-main .td-content ul {
  color: #555;
}
.td-main .td-content h1 {
  font-weight: bold;
}
.td-main .td-content h2 {
  margin-top: 2.5rem;
  font-weight: bold;
}
.td-main .td-content h2:before {
  height: 0;
  margin-top: 0;
}
.td-main .td-content h3 {
  margin-top: 2.25rem;
  margin-bottom: 0.6rem;
  font-weight: 600;
}
.td-main .td-content h3:before {
  height: 0;
  margin-top: 0;
}
.td-main .td-content .thumbnail-credit {
  font-size: 13px;
  font-weight: 300px;
  text-align: center;
}
.td-main .td-content table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
}
.td-main .td-content table thead tr th {
  padding: 8px;
  background-color: #555;
  color: white;
  border: 1px solid #ddd;
  font-weight: 500;
}
.td-main .td-content table tbody tr td {
  border: 1px solid #ddd;
  padding: 5px 8px;
}
.td-main .td-content table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.td-main .td-content table tr:hover {
  background-color: #ddd;
}
.td-main .td-content table.rouge-table {
  margin-bottom: 0;
}
.td-main .td-content table.rouge-table tbody tr td {
  padding: 0 0 0 5px;
}
.td-main .td-content figcaption {
  font-size: 12px;
}
.td-main .td-content figcaption a {
  color: #444;
}
.td-main .td-content div.highlight {
  line-height: 24px;
}
.td-main .td-content pre > code, .td-main .td-content .highlight > code {
  font-size: 17px;
  line-height: 22px;
  font-family: "Fira Code", SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-weight: 400;
}
.td-main .td-toc li li {
  margin-left: 0;
}
.td-main #TableOfContents .md-nav__item a.md-nav__link:hover {
  background-color: #eee;
}
.td-main #td-sidebar-menu .td-sidebar-link {
  padding: 2px 1px 2px 5px;
}
.td-main #td-sidebar-menu .td-sidebar-link:hover {
  background-color: #eee;
  color: #333;
}
.td-main .td-sidebar-link.chapter-active {
  font-weight: bold;
  text-decoration: underline !important;
}

.workshops-section .workshop-card {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(142, 142, 142) 100%);
  color: #fff;
}
.workshops-section .workshop-card .card-title {
  font-size: 2rem;
}

.membership {
  background-color: #F2F7FF;
}

.membership-page .banner, .membership .banner {
  background-color: #1200AF;
  color: #fff;
  padding: 9rem 0;
  text-align: center;
  font-family: "Lora", serif;
}
.membership-page .banner .heading, .membership .banner .heading {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 0;
}
.membership-page .banner .sub-heading, .membership .banner .sub-heading {
  font-size: 3rem;
  font-weight: 300;
  color: #EEFF26;
}
.membership-page .banner .sub-heading span, .membership .banner .sub-heading span {
  font-weight: 600;
}
.membership-page .pricing, .membership .pricing {
  background-color: #F2F7FF;
}
.membership-page .pricing .container .col-md-4 .card-img-wrapper, .membership-page .pricing .container .col-md-3 .card-img-wrapper, .membership .pricing .container .col-md-4 .card-img-wrapper, .membership .pricing .container .col-md-3 .card-img-wrapper {
  background-color: #1200AF;
  border-radius: 20px 20px 0 0;
  padding: 2.5rem;
  color: #fff;
}
.membership-page .pricing .container .col-md-4 .card-img-wrapper .caption, .membership-page .pricing .container .col-md-3 .card-img-wrapper .caption, .membership .pricing .container .col-md-4 .card-img-wrapper .caption, .membership .pricing .container .col-md-3 .card-img-wrapper .caption {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 40px;
}
.membership-page .pricing .container .col-md-4 .card-img-wrapper .right-arrow, .membership-page .pricing .container .col-md-3 .card-img-wrapper .right-arrow, .membership .pricing .container .col-md-4 .card-img-wrapper .right-arrow, .membership .pricing .container .col-md-3 .card-img-wrapper .right-arrow {
  text-align: right;
}
.membership-page .pricing .container .col-md-4 .card-img-wrapper .right-arrow i, .membership-page .pricing .container .col-md-3 .card-img-wrapper .right-arrow i, .membership .pricing .container .col-md-4 .card-img-wrapper .right-arrow i, .membership .pricing .container .col-md-3 .card-img-wrapper .right-arrow i {
  display: block;
  margin-top: 0;
  font-size: 2.8rem;
}
.membership-page .pricing .container .col-md-4 .bg-img img, .membership-page .pricing .container .col-md-3 .bg-img img, .membership .pricing .container .col-md-4 .bg-img img, .membership .pricing .container .col-md-3 .bg-img img {
  border-radius: 0 0 23px 23px;
}
.membership-page .pricing .container .col-md-4 .card-member-wrapper, .membership-page .pricing .container .col-md-3 .card-member-wrapper, .membership .pricing .container .col-md-4 .card-member-wrapper, .membership .pricing .container .col-md-3 .card-member-wrapper {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 2.6rem 1.6rem 1.5rem 1.6rem;
  color: #444;
}
.membership-page .pricing .container .col-md-4 .card-member-wrapper .caption, .membership-page .pricing .container .col-md-3 .card-member-wrapper .caption, .membership .pricing .container .col-md-4 .card-member-wrapper .caption, .membership .pricing .container .col-md-3 .card-member-wrapper .caption {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 32px;
  color: #1200AF;
}
.membership-page .pricing .container .col-md-4 .card-member-wrapper .sub-caption, .membership-page .pricing .container .col-md-3 .card-member-wrapper .sub-caption, .membership .pricing .container .col-md-4 .card-member-wrapper .sub-caption, .membership .pricing .container .col-md-3 .card-member-wrapper .sub-caption {
  color: #666;
  font-size: 20px;
  margin: 10px 0 10px 5px;
}
.membership-page .pricing .container .col-md-4 .card-member-wrapper .features, .membership-page .pricing .container .col-md-3 .card-member-wrapper .features, .membership .pricing .container .col-md-4 .card-member-wrapper .features, .membership .pricing .container .col-md-3 .card-member-wrapper .features {
  list-style: none;
  padding-left: 5px;
}
.membership-page .pricing .container .col-md-4 .card-member-wrapper .features .feature-item, .membership-page .pricing .container .col-md-3 .card-member-wrapper .features .feature-item, .membership .pricing .container .col-md-4 .card-member-wrapper .features .feature-item, .membership .pricing .container .col-md-3 .card-member-wrapper .features .feature-item {
  display: flex;
  gap: 8px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 14px;
}
.membership-page .pricing .container .col-md-4 .card-member-wrapper .features .feature-item i, .membership-page .pricing .container .col-md-3 .card-member-wrapper .features .feature-item i, .membership .pricing .container .col-md-4 .card-member-wrapper .features .feature-item i, .membership .pricing .container .col-md-3 .card-member-wrapper .features .feature-item i {
  display: inline-block;
  margin-top: 5px;
  font-size: 22px;
}
.membership-page .pricing .container .col-md-4 .card-member-wrapper .features .feature-item span, .membership-page .pricing .container .col-md-3 .card-member-wrapper .features .feature-item span, .membership .pricing .container .col-md-4 .card-member-wrapper .features .feature-item span, .membership .pricing .container .col-md-3 .card-member-wrapper .features .feature-item span {
  display: inline-block;
}
.membership-page .pricing .container .col-md-4 .card-member-wrapper .dotted-line, .membership-page .pricing .container .col-md-3 .card-member-wrapper .dotted-line, .membership .pricing .container .col-md-4 .card-member-wrapper .dotted-line, .membership .pricing .container .col-md-3 .card-member-wrapper .dotted-line {
  border: 1px dashed #444;
  margin-top: 24px;
  margin-bottom: 38px;
}
.membership-page .pricing .container .col-md-4 .card-member-wrapper .price, .membership-page .pricing .container .col-md-3 .card-member-wrapper .price, .membership .pricing .container .col-md-4 .card-member-wrapper .price, .membership .pricing .container .col-md-3 .card-member-wrapper .price {
  padding-left: 10px;
}
.membership-page .pricing .container .col-md-4 .card-member-wrapper .price .text, .membership-page .pricing .container .col-md-3 .card-member-wrapper .price .text, .membership .pricing .container .col-md-4 .card-member-wrapper .price .text, .membership .pricing .container .col-md-3 .card-member-wrapper .price .text {
  font-size: 1.3rem;
  color: #222;
  margin-bottom: 0;
}
.membership-page .pricing .container .col-md-4 .card-member-wrapper .price .text-right, .membership-page .pricing .container .col-md-3 .card-member-wrapper .price .text-right, .membership .pricing .container .col-md-4 .card-member-wrapper .price .text-right, .membership .pricing .container .col-md-3 .card-member-wrapper .price .text-right {
  font-size: 1.3rem;
  color: #dd0033;
}
.membership-page .pricing .container .col-md-4 .card-member-wrapper .price p, .membership-page .pricing .container .col-md-3 .card-member-wrapper .price p, .membership .pricing .container .col-md-4 .card-member-wrapper .price p, .membership .pricing .container .col-md-3 .card-member-wrapper .price p {
  font-size: 14px;
}
.membership-page .pricing .container .col-md-4 .recommendation, .membership-page .pricing .container .col-md-3 .recommendation, .membership .pricing .container .col-md-4 .recommendation, .membership .pricing .container .col-md-3 .recommendation {
  background-color: #1200AF;
  border-radius: 0 0 20px 20px;
  color: #fff;
}
.membership-page .pricing .container .col-md-4 .recommendation .text, .membership-page .pricing .container .col-md-3 .recommendation .text, .membership .pricing .container .col-md-4 .recommendation .text, .membership .pricing .container .col-md-3 .recommendation .text {
  display: flex;
  gap: 8px;
  font-size: 18px;
  font-weight: 400;
  padding: 1.2rem 1.8rem;
}
.membership-page .pricing .container .col-md-4 .recommendation .text i, .membership-page .pricing .container .col-md-3 .recommendation .text i, .membership .pricing .container .col-md-4 .recommendation .text i, .membership .pricing .container .col-md-3 .recommendation .text i {
  display: inline-block;
  margin-top: 10px;
}
.membership-page .pricing .container .col-md-4 .recommendation .text span, .membership-page .pricing .container .col-md-3 .recommendation .text span, .membership .pricing .container .col-md-4 .recommendation .text span, .membership .pricing .container .col-md-3 .recommendation .text span {
  display: inline-block;
}
.membership-page .pricing .container .payment-action, .membership .pricing .container .payment-action {
  margin-top: 3rem;
}
.membership-page .meet-mentors, .membership .meet-mentors {
  padding: 6rem 0;
}
.membership-page .meet-mentors .card-wrapper, .membership .meet-mentors .card-wrapper {
  padding: 4rem 4rem 3.5rem 4rem;
  border-radius: 20px;
}
.membership-page .meet-mentors .card-wrapper .section-heading, .membership .meet-mentors .card-wrapper .section-heading {
  margin-bottom: 2.5rem;
}
.membership-page .meet-mentors .card-wrapper .mentor-card, .membership .meet-mentors .card-wrapper .mentor-card {
  border: 0;
  padding: 1rem;
}
.membership-page .meet-mentors .card-wrapper .mentor-card .card-img-top, .membership .meet-mentors .card-wrapper .mentor-card .card-img-top {
  border-radius: 20px;
}
.membership-page .meet-mentors .card-wrapper .mentor-card .card-body, .membership .meet-mentors .card-wrapper .mentor-card .card-body {
  text-align: center;
  margin-bottom: 0;
  padding: 1rem 0 0 0;
}
.membership-page .meet-mentors .card-wrapper .mentor-card .card-body .title, .membership .meet-mentors .card-wrapper .mentor-card .card-body .title {
  font-family: "Lora", serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.membership-page .meet-mentors .card-wrapper .mentor-card .card-body .nick, .membership .meet-mentors .card-wrapper .mentor-card .card-body .nick {
  font-size: 15px;
  margin: 0;
}
.membership-page .meet-mentors .card-wrapper .mentor-card .card-body .location, .membership .meet-mentors .card-wrapper .mentor-card .card-body .location {
  font-size: 15px;
  margin: -5px 0;
  color: #dd0033;
}
.membership-page .meet-mentors .card-wrapper .mentor-card .card-body .description, .membership .meet-mentors .card-wrapper .mentor-card .card-body .description {
  color: #1200AF;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.membership-page .redefined-member, .membership .redefined-member {
  background-color: #F2F7FF;
}
.membership-page .redefined-member .section-subheading, .membership .redefined-member .section-subheading {
  font-size: 20px;
  color: #dd0033;
  font-weight: 300;
  margin-bottom: 0;
}
.membership-page .redefined-member .features, .membership .redefined-member .features {
  margin-top: 2rem;
  list-style: none;
  padding-left: 5px;
  color: #1200AF;
}
.membership-page .redefined-member .features .feature-item, .membership .redefined-member .features .feature-item {
  display: flex;
  gap: 8px;
  line-height: 38px;
  font-weight: 400;
  font-size: 20px;
}
.membership-page .redefined-member .features .feature-item i, .membership .redefined-member .features .feature-item i {
  display: inline-block;
  margin-top: 8px;
  margin-right: 8px;
  font-size: 22px;
}
.membership-page .redefined-member .features .feature-item span, .membership .redefined-member .features .feature-item span {
  display: inline-block;
}
.membership-page .redefined-member .member-cert, .membership .redefined-member .member-cert {
  margin-top: 3.5rem;
  border-radius: 10px;
}
.membership-page .community-weekly-calender .note, .membership .community-weekly-calender .note {
  background-color: #1200AF;
  padding: 2rem;
  font-size: 20px;
  color: #fff;
  border-radius: 15px;
  margin-top: 1.5rem;
  text-align: center;
}
.membership-page .community-live-session, .membership .community-live-session {
  background-color: #F2F7FF;
}
.membership-page .community-live-session .section-subheading, .membership .community-live-session .section-subheading {
  text-align: left;
  color: #999;
  font-size: 20px;
  font-weight: 300;
}
.membership-page .community-live-session .features, .membership .community-live-session .features {
  margin-top: 2rem;
  list-style: none;
  padding-left: 1rem;
  color: #1200AF;
}
.membership-page .community-live-session .features .feature-item, .membership .community-live-session .features .feature-item {
  display: flex;
  gap: 8px;
  line-height: 38px;
  font-weight: 400;
  font-size: 20px;
}
.membership-page .community-live-session .features .feature-item i, .membership .community-live-session .features .feature-item i {
  display: inline-block;
  margin-top: 8px;
  margin-right: 8px;
  font-size: 22px;
}
.membership-page .community-live-session .features .feature-item span, .membership .community-live-session .features .feature-item span {
  display: inline-block;
}
.membership-page .community-live-session .live-session-bg, .membership .community-live-session .live-session-bg {
  padding: 2rem 2rem 0 2rem;
  transform: rotate(-4deg);
}
.membership-page .mentor-tech-support .text-wrapper, .membership .mentor-tech-support .text-wrapper {
  padding-left: 5rem;
}
.membership-page .mentor-tech-support .section-subheading, .membership .mentor-tech-support .section-subheading {
  text-align: left;
  color: #999;
  font-size: 20px;
  font-weight: 300;
}
.membership-page .mentor-tech-support .features, .membership .mentor-tech-support .features {
  margin-top: 2rem;
  list-style: none;
  padding-left: 1rem;
  color: #1200AF;
}
.membership-page .mentor-tech-support .features .feature-item, .membership .mentor-tech-support .features .feature-item {
  display: flex;
  gap: 8px;
  line-height: 38px;
  font-weight: 400;
  font-size: 20px;
}
.membership-page .mentor-tech-support .features .feature-item i, .membership .mentor-tech-support .features .feature-item i {
  display: inline-block;
  margin-top: 8px;
  margin-right: 8px;
  font-size: 22px;
}
.membership-page .mentor-tech-support .features .feature-item span, .membership .mentor-tech-support .features .feature-item span {
  display: inline-block;
}
.membership-page .mentor-tech-support .live-session-bg, .membership .mentor-tech-support .live-session-bg {
  padding: 2rem 2rem 0 2rem;
  transform: rotate(-4deg);
}
.membership-page .courses-section, .membership .courses-section {
  background-color: #F2F7FF;
}
.membership-page .courses-section .courses-wrapper .course-card, .membership .courses-section .courses-wrapper .course-card {
  background-color: transparent;
}
.membership-page .join-community, .membership .join-community {
  padding: 7rem 0;
}
.membership-page .join-community .container .content-wrapper, .membership .join-community .container .content-wrapper {
  display: flex;
  gap: 3rem;
  max-width: 950px;
  margin: auto;
  padding: 4rem;
  border-radius: 20px;
}
.membership-page .join-community .container .content-wrapper .img-wrapper .community-img, .membership .join-community .container .content-wrapper .img-wrapper .community-img {
  height: 15rem;
  width: 25rem;
}
.membership-page .join-community .container .content-wrapper .text-wrapper .section-heading, .membership .join-community .container .content-wrapper .text-wrapper .section-heading {
  text-align: left;
}
.membership-page .join-community .container .content-wrapper .text-wrapper .section-subheading, .membership .join-community .container .content-wrapper .text-wrapper .section-subheading {
  color: #777;
  text-align: left;
}
.membership-page .join-community .container .content-wrapper .action-btn a, .membership .join-community .container .content-wrapper .action-btn a {
  border-radius: 8px;
  font-size: 16px;
}

@media screen and (max-width: 520px) {
  .mb-block {
    display: block;
  }
  .mb-hide {
    display: none;
  }
  .membership-page .section-heading, .membership .section-heading {
    font-size: 2.5rem;
  }
  .membership-page .banner, .membership .banner {
    padding: 6rem 0;
  }
  .membership-page .banner .heading, .membership .banner .heading {
    font-size: 1.5rem;
  }
  .membership-page .banner .sub-heading, .membership .banner .sub-heading {
    font-size: 2rem;
  }
  .membership-page .pricing, .membership .pricing {
    padding-bottom: 6rem;
  }
  .membership-page .pricing .container .col-md-4, .membership .pricing .container .col-md-4 {
    width: auto;
    margin-bottom: 3rem;
  }
  .membership-page .pricing .container .col-md-4:last-child, .membership .pricing .container .col-md-4:last-child {
    margin-bottom: 0;
  }
  .membership-page .pricing .container .payment-action, .membership .pricing .container .payment-action {
    margin-top: 2rem;
  }
  .membership-page .meet-mentors, .membership .meet-mentors {
    padding: 0;
    padding-bottom: 6rem;
  }
  .membership-page .meet-mentors .card-wrapper, .membership .meet-mentors .card-wrapper {
    padding: 3rem 2rem;
  }
  .membership-page .meet-mentors .card-wrapper .mentor-card, .membership .meet-mentors .card-wrapper .mentor-card {
    margin-bottom: 1.5rem;
  }
  .membership-page .redefined-member .img-bg, .membership .redefined-member .img-bg {
    transform: scale(0.8);
    margin-top: 0;
  }
  .membership-page .mentor-tech-support .text-wrapper, .membership .mentor-tech-support .text-wrapper {
    padding-left: 1rem;
  }
  .membership-page .join-community .container .content-wrapper, .membership .join-community .container .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 4rem 3rem;
  }
  .membership-page .join-community .container .content-wrapper .text-wrapper, .membership .join-community .container .content-wrapper .text-wrapper {
    text-align: center;
  }
  .membership-page .join-community .container .content-wrapper .text-wrapper .section-heading, .membership .join-community .container .content-wrapper .text-wrapper .section-heading {
    text-align: center;
  }
  .membership-page .join-community .container .content-wrapper .text-wrapper .section-subheading, .membership .join-community .container .content-wrapper .text-wrapper .section-subheading {
    text-align: center;
  }
}
/****/
/* Calendar */
/****/
.calendar-container {
  width: 800px;
  /* Add media queries for smaller screens */
}
.calendar-container .month {
  padding: 2rem;
  width: 100%;
  background: #1200AF;
  color: #fff;
  text-align: center;
}
.calendar-container .weekdays {
  margin: 0;
  padding: 10px 0;
  background-color: #ddd;
}
.calendar-container .weekdays li {
  display: inline-block;
  width: 13.6%;
  color: #666;
  text-align: center;
}
.calendar-container .days {
  padding: 1rem;
  background: #eee;
  margin: 0;
}
.calendar-container .days li {
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  text-align: center;
  margin-bottom: 5px;
  font-size: 12px;
  color: #777;
  border: 1px solid #777;
  padding: 1.5rem;
}
.calendar-container .days li .active {
  padding: 5px;
  background: #1abc9c;
  color: white !important;
}
@media screen and (max-width: 720px) {
  .calendar-container .weekdays li, .calendar-container .days li {
    width: 13.1%;
  }
}
@media screen and (max-width: 420px) {
  .calendar-container .weekdays li, .calendar-container .days li {
    width: 12.5%;
  }
  .calendar-container .days li .active {
    padding: 2px;
  }
}
@media screen and (max-width: 290px) {
  .calendar-container .weekdays li, .calendar-container .days li {
    width: 12.2%;
  }
}

.bootcamps-page .bg-light-blue {
  background-color: #F6FAFF;
}
.bootcamps-page .section-subheading {
  font-size: 2.5rem;
  font-family: "Lora", serif;
  color: #1200AF;
  font-weight: 600;
}
.bootcamps-page .section-wrapper .opening {
  font-size: 2rem;
  font-weight: 300;
}
.bootcamps-page .section-wrapper h4 {
  font-weight: 300;
  color: #444;
  line-height: 32px;
}
.bootcamps-page .partner-banner {
  background-color: #1200AF;
  color: #fff;
}
.bootcamps-page .partner-banner .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.bootcamps-page .partner-banner .wrapper .sub-caption {
  margin-top: 1rem;
  font-size: 20px;
}
.bootcamps-page .partner-banner .partner-logo {
  padding: 1rem;
  height: 250px;
  margin: auto;
}
.bootcamps-page .curriculum-highlight {
  background-color: #1200AF;
  color: #fff;
  text-align: center;
}
.bootcamps-page .curriculum .curriculum-module {
  margin-bottom: 1rem;
  border: 0;
  background-color: #F6FAFF;
}
.bootcamps-page .curriculum .curriculum-module .card-header {
  border-bottom: 0;
  background-color: #daeaff;
}
.bootcamps-page .curriculum .curriculum-module button {
  text-decoration: none;
  color: #1200AF;
}
.bootcamps-page .curriculum .curriculum-module button .module-name {
  display: flex;
  gap: 8px;
  line-height: 28px;
  margin-bottom: 14px;
  text-align: left;
}
.bootcamps-page .curriculum .curriculum-module button .module-name i {
  margin-top: 4px;
}
.bootcamps-page .curriculum .curriculum-module .practicals {
  list-style: numeric;
}
.bootcamps-page .curriculum-notice .card-header {
  padding: 1rem 10px;
  color: #fff;
  background-color: #ff5a5a;
}
.bootcamps-page .mentor-tech-support .text-wrapper {
  padding-left: 5rem;
}
.bootcamps-page .mentor-tech-support .section-subheading {
  text-align: left;
  color: #444;
  font-size: 20px;
  font-weight: 300;
}
.bootcamps-page .mentor-tech-support .features {
  margin-top: 2rem;
  list-style: none;
  padding-left: 1rem;
  color: #1200AF;
}
.bootcamps-page .mentor-tech-support .features .feature-item {
  display: flex;
  gap: 8px;
  line-height: 38px;
  font-weight: 400;
  font-size: 20px;
}
.bootcamps-page .mentor-tech-support .features .feature-item i {
  display: inline-block;
  margin-top: 8px;
  margin-right: 8px;
  font-size: 22px;
}
.bootcamps-page .mentor-tech-support .features .feature-item span {
  display: inline-block;
}
.bootcamps-page .mentor-tech-support .live-session-bg {
  padding: 2rem 2rem 0 2rem;
  transform: rotate(-4deg);
}

@media screen and (max-width: 520px) {
  .bootcamps-page .mentor-tech-support .text-wrapper {
    padding-left: 1rem;
  }
  .bootcamps-page .mentor-tech-support .row .col-md-6:first-child {
    order: 2;
  }
}
.visit-nepal-page .content-wrapper {
  height: 95vh;
  margin-bottom: 5vh;
  border: 1px solid #cecece;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.visit-nepal-page .content-wrapper .title {
  color: red;
}
.visit-nepal-page .content-wrapper .description {
  color: #1200AF;
}

@media (min-width: 992px) {
  .mw-60 {
    max-width: 60%;
  }
  .mw-70 {
    max-width: 70%;
  }
  .mw-80 {
    max-width: 80%;
  }
  .mw-90 {
    max-width: 90%;
  }
  .blog-post-page .container {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .clubs-page .clubs-content-body .card .member-name, .testimonials-page .clubs-content-body .card .member-name {
    font-size: 16px;
  }
  .clubs-page .clubs-content-body .card .designation, .testimonials-page .clubs-content-body .card .designation {
    font-size: 12px;
  }
  .home_header .banner-section .left-panel-wrapper .banner-description {
    width: 90%;
  }
  .home_header .banner-section .left-panel-wrapper .banner-title h3 {
    font-size: 2.2rem;
  }
  .home_header .banner-section .left-panel-wrapper .banner-title .typed {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .px-xl-6 {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .col-xl-3 {
    max-width: 22%;
  }
}
@media (min-width: 768px) {
  .td-main main {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .td-main .td-content .card-columns {
    column-count: 2;
  }
}
@media (max-width: 768px) {
  .contact-section .contact-info h2 {
    font-size: 20px;
  }
  .course-body .td-outer {
    margin-top: 1rem;
  }
  .features .col-md-6.col-md-6:nth-child(1) {
    padding: 3rem 0;
  }
  .elevator-pitch .container {
    width: 90%;
  }
  .elevator-pitch .pitch-text {
    padding: 30px;
  }
  .elevator-pitch .pitch-text .quote-text {
    font-size: 20px;
  }
  .contact-section .container, .subscribe-section .container {
    width: 70%;
  }
  .td-main .td-content .thumbnail {
    margin-top: 1rem;
  }
  .td-main .td-content .card-columns {
    column-count: 2;
  }
  .block-to-contact h1 {
    font-size: 1.8em;
  }
  .block-to-contact a {
    font-size: 1.2em;
  }
  .block-to-contact .fab {
    font-size: 1em;
  }
  .blog-post .container {
    width: 90%;
  }
  .blog-post .post-container {
    padding: 2em 4em;
  }
  .blogs-highlights .container {
    width: 90%;
  }
  .blogs-highlights .top-first-image {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .blogs-highlights .display-non-md {
    display: none;
  }
  .about-section .profile-pic {
    text-align: center;
  }
  .about-section .profile-pic img {
    height: 220px;
    width: auto;
  }
  .upcoming-course {
    margin-top: -8rem;
  }
  .upcoming-course .row {
    padding: 2rem 1rem;
  }
  .upcoming-course h2 {
    font-size: 1.6rem;
  }
  .upcoming-course .course-key-points li {
    font-size: 14px;
  }
  .bootcamps-page .container {
    max-width: 100%;
  }
  .bootcamps-page .section-wrapper .section-card ul {
    padding-left: 1.5rem;
  }
  #youtubeVideoModal .modal-dialog {
    max-width: 100%;
  }
  .clubs-page .club-testimonial-section .testimonial-slider-container, .testimonials-page .club-testimonial-section .testimonial-slider-container {
    padding: 0;
  }
}
@media (max-width: 520px) {
  .home-body .community-section {
    padding-bottom: 0;
  }
  .home-body .community-section .container .excited-dev {
    width: 75%;
  }
  .home-body .community-section .container .community-card {
    margin-top: 2rem;
    margin-left: 0;
  }
  .home-body .community-section .container .community-card .action-wrapper .material-symbols-rounded {
    margin-top: 2px;
  }
  .multi-image .col-md-6:nth-child(2) {
    margin-top: 1rem;
  }
  .congrats-wrapper .image-caption-wrapper {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .congrats-wrapper .image-caption-wrapper h2 {
    margin-top: 0;
  }
  .display-non-mb {
    display: none;
  }
  .sm-block {
    display: block;
  }
  .navbar-nav .nav-item.active .nav-link {
    width: 50%;
    margin: auto;
  }
  .getting-tastes-body .right-arrow-btn img {
    margin-top: 0;
  }
  .features .col-md-6 {
    padding-top: 1rem !important;
    padding-bottom: 2rem !important;
  }
  .footer-section .footer-text {
    font-size: 32px;
  }
  .footer-section .footer-logo p {
    margin-bottom: 1rem !important;
  }
  .footer-section .footer-social {
    margin: 10px 0;
  }
  .elevator-pitch .container {
    width: 100%;
  }
  .elevator-pitch .pitch-text {
    padding: 20px;
  }
  .elevator-pitch .pitch-text .quote-text {
    font-size: 18px;
  }
  .elevator-pitch .pitch-text .quote {
    font-size: 12px;
  }
  .about-section .learning-approach .card-body {
    padding: 0;
  }
  .contact-section {
    margin-top: 0;
  }
  .contact-section .container, .subscribe-section .container {
    width: 98%;
  }
  .subscribe-section .contact-info h2 {
    margin-top: 0;
  }
  .text-xs-center {
    text-align: center;
  }
  .block-to-contact h1 {
    font-size: 1.3em;
  }
  .blog-post .container {
    width: 100%;
  }
  .blog-post .post-container {
    padding: 1rem;
  }
  .blogs-highlights .post-title a {
    font-size: 13px;
  }
  .blogs-highlights .blogs-highlight-right {
    padding-left: 0;
    padding-right: 0;
  }
  h2 {
    font-size: 2em;
  }
  .devtools-section .card-img-top {
    margin: auto;
    width: 70%;
  }
  .devtool p {
    font-size: 14px;
  }
  .upcoming-course {
    margin-top: -6rem;
  }
  .upcoming-course .col-md-6:nth-child(2) {
    margin-top: 2rem;
  }
  .td-main .td-content .card-columns {
    column-count: 1;
  }
  .mb-mob-3 {
    margin-bottom: 1rem;
  }
  .clubs-page, .testimonials-page {
    padding: 3rem 0;
  }
  .clubs-page .club-testimonial-section, .testimonials-page .club-testimonial-section {
    padding-bottom: 3rem;
  }
  .clubs-page .club-testimonial-section .testimonial-slider-container, .testimonials-page .club-testimonial-section .testimonial-slider-container {
    padding: 0;
  }
}
@media (max-width: 380px) {
  .navbar .brand {
    font-size: 1.2rem;
  }
  .navbar .brand img {
    height: 50px;
  }
}

/*# sourceMappingURL=main.css.map */