@charset "UTF-8";
/* Zemen Consulting HTML Template */
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two / Three / Four / Five
5. Main Slider
6. Services Section
7. About Section
8. Mission Section
9. Offers Section
10. Counter Section
11. Case Section
12. Clients Section / Section Two
13. Fluid Section One / Two / Three
14. News Section / Section Two
15. Call To Action / Two / Three
16. Main Footer
17. Business Section
18. Beyong Section
19. Featured Section
20. Planning Section
21. Help Section
22. Expert Section
23. goals Section
24. Task Section
25. Consulting Section
26. Strategies Section
27. Success Section
28. Page Title
29. Leaders Section
30. Skills Section
31. Team Section
32. Portfolio Section
33. Portfolio Two Column Section
34. Portfolio Three Column Section
35. Portfolio Single Section
36. Blog Section
37. Blog Widgets
38. Blog Detail
39. Contact Form
40. Map Section

**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*font-family: "Fira Sans", sans-serif
font-family: 'Fira Sans', sans-serif;
font-family: 'Merriweather', serif;*/
/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none; }

/*** 

====================================================================
	Global Settings
====================================================================

 ***/
body {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  color: #777777;
  line-height: 1.7em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased; }

.bordered-layout .page-wrapper {
  padding: 0px 50px 0px; }

a {
  text-decoration: none !important;
  cursor: pointer;
  color: #62bc46; }

button,
a:hover,
a:focus,
a:visited {
  text-decoration: none !important;
  outline: none !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.2;
  font-family: "Fira Sans", sans-serif; }

textarea {
  overflow: hidden; }

p {
  position: relative;
  line-height: 1.8em; }

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto; }

.medium-container {
  max-width: 850px; }

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px; }

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px; }

img {
  display: inline-block;
  max-width: 100%; }

.theme-btn {
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.centered {
  text-align: center; }

.about-section {
  position: relative;
  padding: 70px 0px; }

.about-section .title-column {
  position: relative; }

.about-section .title-column .sec-title {
  margin-bottom: 20px; }

.about-section .title-column .inner-column {
  position: relative;
  padding-top: 30px;
  margin-bottom: 45px; }

.about-section .title-column .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 45px; }

.faq-title {
  position: relative;
  color: #283855;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
  margin: 18px 0; }
  .faq-title::before {
    position: absolute;
    content: "";
    left: -50px;
    top: 14px;
    height: 1px;
    width: 35px;
    background-color: #62bc46; }

.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: inherit; }
  .accordion .accordion-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px; }
    .accordion .accordion-item .accordion-item-description-wrapper hr {
      border: none;
      border-top: 1px solid #ddd;
      visibility: hidden; }
    .accordion .accordion-item.open .accordion-item-description-wrapper hr {
      visibility: visible; }
    .accordion .accordion-item .accordion-item-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px;
      cursor: pointer; }
      .accordion .accordion-item .accordion-item-header .accordion-item-header-title {
        font-weight: 400; }
    .accordion .accordion-item.open .accordion-item-header {
      font-weight: 400;
      color: #fff;
      background-color: #62bc46; }
    .accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
      transition: 0.3s ease; }
    .accordion .accordion-item.open .accordion-item-header .accordion-item-header-icon {
      transform: rotate(-180deg); }
    .accordion .accordion-item .accordion-item-description-wrapper {
      display: grid;
      grid-template-rows: 0fr;
      overflow: hidden;
      transition: 0.3s ease; }
    .accordion .accordion-item.open .accordion-item-description-wrapper {
      grid-template-rows: 1fr; }
    .accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description {
      min-height: 0; }
      .accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description p {
        padding: 10px;
        line-height: 1.5; }

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  position: absolute; }

/*List Style One*/
.list-style-one {
  position: relative; }

.list-style-one li {
  position: relative;
  color: #cccccc;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.list-style-one li:last-child {
  margin-bottom: 0px; }

.list-style-one li span {
  position: relative;
  color: #888888; }

/*List Style Two*/
.list-style-two {
  position: relative; }

.list-style-two li {
  position: relative;
  color: #555555;
  font-size: 16px;
  padding-left: 30px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1.3;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.list-style-two li:last-child {
  margin-bottom: 0px; }

.list-style-two li:before {
  position: absolute;
  content: "\f1b3";
  left: 0px;
  top: 0px;
  font-weight: 700;
  font-size: 14px;
  color: #283855;
  font-family: "Flaticon"; }

.list-style-three {
  position: relative; }

.list-style-three li {
  position: relative;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 30px;
  line-height: 1.7em; }

.list-style-three li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #ffffff;
  font-size: 16px; }

/*Btn Style One*/
.btn-style-one {
  position: relative;
  padding: 11px 25px 11px;
  line-height: 24px;
  background: #62bc46;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  border: 2px solid #62bc46;
  text-transform: capitalize;
  font-family: "Fira Sans", sans-serif; }

.btn-style-one:hover {
  background-color: transparent;
  color: #62bc46; }

/*Btn Style Two*/
.btn-style-two {
  position: relative;
  padding: 15px 32px 15px;
  line-height: 24px;
  background: #62bc46;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 3px;
  letter-spacing: 1px;
  border: 2px solid #62bc46;
  text-transform: normal;
  font-family: "Fira Sans", sans-serif; }

.btn-style-two:hover {
  background: none;
  color: #62bc46; }

/*Btn Style Three*/
.btn-style-three {
  position: relative;
  padding: 15px 32px 15px;
  line-height: 24px;
  background: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 3px;
  letter-spacing: 1px;
  border: 2px solid #ffffff;
  text-transform: normal;
  font-family: "Fira Sans", sans-serif; }

.btn-style-three:hover {
  background-color: #62bc46;
  border-color: #62bc46;
  color: #ffffff; }

/*Btn Style Four*/
.btn-style-four {
  position: relative;
  padding: 15px 32px 15px;
  line-height: 24px;
  background: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 3px;
  letter-spacing: 1px;
  border: 2px solid #ffffff;
  text-transform: normal;
  font-family: "Fira Sans", sans-serif; }

.btn-style-four:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #fff; }

/*Btn Style Five*/
.btn-style-five {
  position: relative;
  padding: 13px 32px 13px;
  line-height: 24px;
  background: #62bc46;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 3px;
  letter-spacing: 1px;
  border: 2px solid #62bc46;
  text-transform: capitalize;
  font-family: "Fira Sans", sans-serif; }

.btn-style-five:hover {
  background: none;
  color: #62bc46; }

/*Btn Style Six*/
.btn-style-six {
  position: relative;
  padding: 13px 32px 13px;
  line-height: 24px;
  background: #283855;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 3px;
  letter-spacing: 1px;
  border: 2px solid #283855;
  text-transform: capitalize;
  font-family: "Fira Sans", sans-serif; }

.btn-style-six:hover {
  background: none;
  color: #62bc46; }

/*Social Icon One*/
.social-icon-one {
  position: relative; }

.social-icon-one li {
  position: relative;
  margin-right: 15px;
  display: inline-block; }

.social-icon-one li a {
  position: relative;
  font-size: 16px;
  color: #888888;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.social-icon-one li a:hover {
  color: #62bc46; }

.theme_color {
  color: #62bc46; }

/* Preloader styles */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  /* Change the background color if needed */
  z-index: 9999;
  /* Ensure it's on top of everything else */
  display: flex;
  align-items: center;
  justify-content: center; }

/* Spinner styles */
.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #000;
  /* Change the color of the spinner if needed */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
img {
  display: inline-block;
  max-width: 100%;
  height: auto; }

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 60px;
  color: #ffffff;
  font-size: 28px;
  text-transform: normal;
  line-height: 60px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #62bc46;
  display: none;
  border-radius: 50px 50px 0px 0px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.scroll-to-top:hover {
  color: #ffffff;
  background: #62bc46; }

/*** 

====================================================================
	Section Title
====================================================================

***/
.sec-title {
  position: relative;
  margin-bottom: 45px; }

.sec-title h2 {
  position: relative;
  color: #283855;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 8px;
  text-transform: normal; }

.sec-title .title-text {
  position: relative;
  color: #555555;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 500;
  margin-top: 0px; }

.sec-title.light h2,
.sec-title.light .title-text {
  color: #ffffff; }

.sec-title.centered {
  text-align: center; }

/*** 

====================================================================
	Main Header style
====================================================================

***/
.main-header {
  position: relative;
  z-index: 999;
  width: 100%; }

/*Header Top*/
.header-top {
  position: relative;
  padding: 17px 0px;
  background-color: #f9f8fc; }

.header-top .top-left {
  position: relative;
  float: left; }

.header-top .top-left .header-info-list {
  position: relative; }

.header-top .top-left .header-info-list li {
  position: relative;
  color: #555555;
  font-size: 16px;
  margin-right: 24px;
  display: inline-block; }

.header-top .top-left .header-info-list li strong {
  position: relative;
  color: #333c57;
  font-weight: 500;
  font-size: 16px;
  margin-right: 6px;
  display: inline-block; }

.header-top .top-left .header-info-list li .icon {
  position: relative;
  color: #283855;
  font-size: 18px;
  margin-right: 8px;
  display: inline-block; }

.header-top .top-right {
  position: relative;
  float: right; }

.header-top .top-right .social-box {
  position: relative;
  float: left; }

.header-top .top-right .social-box li {
  position: relative;
  margin-left: 15px;
  display: inline-block; }

.header-top .top-right .social-box li.share {
  position: relative;
  color: #333c57;
  font-size: 16px;
  font-weight: 500;
  margin-left: 0px; }

.header-top .top-right .social-box li a {
  position: relative;
  color: #283855;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.header-top .top-right .social-box li a:hover {
  color: #62bc46; }

/*Header Top Two*/
.header-top-two {
  position: relative;
  border-bottom: 1px solid #dddddd; }

.header-top-two .top-left {
  position: relative;
  float: left;
  padding: 12px 0px; }

.header-top-two .top-left .header-info-list {
  position: relative; }

.header-top-two .top-left .header-info-list li {
  position: relative;
  color: #555555;
  font-size: 16px;
  margin-right: 24px;
  display: inline-block; }

.header-top-two .top-left .header-info-list li .icon {
  position: relative;
  color: #555555;
  font-size: 18px;
  margin-right: 10px;
  display: inline-block; }

.header-top-two .top-right {
  position: relative;
  display: flex;
  gap: 12px;
  float: right;
  flex-direction: row-reverse; }
  .header-top-two .top-right .main-header .header-upper .button-box {
    position: relative;
    float: right;
    padding: 35px 0px;
    margin-left: 30px; }
  .header-top-two .top-right .support-box {
    float: left;
    margin-top: 0;
    text-align: left;
    padding: 0;
    border-radius: 4px;
    border: 1px dashed rgba(255, 255, 255, 0.25);
    display: flex;
    gap: 10px;
    align-items: center; }
    @media only screen and (max-width: 800px) {
      .header-top-two .top-right .support-box {
        flex-direction: column;
        gap: 0; } }
  .header-top-two .top-right .support-box .support {
    position: relative;
    color: #555555;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
    text-align: right; }
    @media only screen and (max-width: 800px) {
      .header-top-two .top-right .support-box .support {
        flex-direction: column;
        margin-bottom: -10px; } }
  .header-top-two .top-right .support-box .support .icon {
    position: relative;
    color: #62bc46;
    font-size: 22px;
    top: 3px;
    margin-left: 4px; }
  .header-top-two .top-right .support-box .support-number {
    position: relative;
    color: #333c57;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    font-family: "Fira Sans", sans-serif; }

.header-top-two .top-right .quote-btn {
  position: relative;
  color: #ffffff;
  padding: 13px 25px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  background-color: #62bc46;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.header-top-two .top-right .quote-btn:hover {
  background-color: #283855; }

/*Header Top Three*/
.header-top-three {
  position: relative; }

.header-top-three .inner-container {
  border-bottom: 1px solid #dddddd; }

.header-top-three .top-left {
  position: relative;
  float: left;
  padding: 16px 0px; }

.header-top-three .top-left .header-info-list {
  position: relative; }

.header-top-three .top-left .header-info-list li {
  position: relative;
  color: #555555;
  font-size: 16px;
  margin-right: 24px;
  font-weight: 400;
  display: inline-block; }

.header-top-three .top-left .header-info-list li span {
  font-weight: 500; }

.header-top-three .top-left .header-info-list li .icon {
  position: relative;
  color: #283855;
  font-size: 18px;
  margin-right: 10px;
  display: inline-block; }

.header-top-three .top-right {
  position: relative;
  float: right;
  padding: 16px 0px; }

.header-top-three .top-right .social-box li.share {
  position: relative;
  color: #333c57;
  font-size: 16px;
  font-weight: 500; }

.header-top-three .top-right .social-box li {
  position: relative;
  margin-left: 15px;
  display: inline-block; }

.header-top-three .top-right .social-box li a {
  position: relative;
  color: #283855;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.header-top-three .top-right .social-box li a:hover {
  color: #62bc46; }

.main-header .main-box {
  position: relative;
  padding: 0px 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  background: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.main-header .main-box .outer-container {
  position: relative;
  padding: 0px 40px; }

.main-header .main-box .logo-box {
  position: relative;
  float: left;
  left: 0px;
  z-index: 10;
  padding: 30px 0px; }

.main-header .main-box .logo-box .logo img {
  display: inline-block;
  max-width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.main-header .nav-toggler {
  position: absolute;
  top: 50%;
  margin-top: 0px;
  display: block; }

.main-header .nav-toggler button {
  position: relative;
  display: block;
  color: #444444;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
  background: none; }

.main-header .header-upper {
  position: relative; }

.main-header .header-upper .contact-number {
  position: relative;
  float: left;
  color: #262626;
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  padding: 12px 0px 12px 32px;
  border-left: 1px solid #dde4db; }

.main-header .header-upper .contact-number .number-inner {
  position: relative;
  padding-left: 35px;
  line-height: 30px; }

.main-header .header-upper .contact-number .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #62bc46;
  font-size: 28px;
  line-height: 1em; }

.main-header .nav-outer {
  position: relative;
  float: left;
  float: right; }

.main-header .header-upper .logo-box {
  position: relative;
  padding: 20px 0; }

.main-header .header-upper .logo-box .logo {
  position: relative; }
  .main-header .header-upper .logo-box .logo img {
    width: 130px;
    height: 100%; }

.main-header .header-upper .search-box-outer {
  position: relative;
  float: right;
  margin-top: 58px; }

.main-header .header-upper .search-box-btn {
  position: relative;
  top: 0px;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #555555;
  line-height: 20px !important;
  cursor: pointer;
  background: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

.main-header .header-upper .search-box-btn:after {
  display: none; }

.main-header .header-upper .search-box-outer input[type="text"] {
  border-bottom: 1px solid #62bc46;
  margin-bottom: 12px; }

.main-header .header-upper .search-box-outer .dropdown-menu {
  top: 36px !important;
  right: 0px;
  padding: 20px 0 20px 20px;
  width: 280px;
  left: 0 !important;
  border-radius: 0px;
  border-top: 3px solid #62bc46;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important; }

.main-header .header-upper .search-box-outer .dropdown-menu > li {
  padding: 0px;
  border: none;
  background: none; }

.main-header .header-upper .search-panel .form-container {
  padding: 25px 20px; }

.main-header .header-upper .search-panel .form-group {
  position: relative;
  margin: 0px; }

.main-header .header-upper .search-panel input[type="text"],
.main-header .header-upper .search-panel input[type="search"],
.main-header .header-upper .search-panel input[type="password"],
.main-header .header-upper .search-panel select {
  display: block;
  width: 100%;
  height: 40px;
  color: #000000;
  line-height: 24px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 7px 40px 7px 15px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.main-header .header-upper .search-panel input:focus,
.main-header .header-upper .search-panel select:focus {
  border-color: #62bc46; }

.main-header .header-upper .search-panel .search-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #555555;
  font-size: 14px;
  background: none;
  cursor: pointer; }

.main-menu {
  position: relative;
  float: left;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.main-menu .navbar-collapse {
  padding: 0px;
  float: left; }

.main-menu .navigation {
  position: relative;
  margin: 0px; }

.main-menu .navigation > li {
  position: relative;
  float: left;
  margin-right: 24px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

.sticky-header .main-menu .navigation > li > a {
  color: #444444 !important; }

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a {
  color: #62bc46 !important; }

.sticky-header .nav-outer .options-box {
  margin-top: 26px; }

.main-header .header-upper .upper-right {
  padding-top: 32px; }

.main-header .info-box {
  position: relative;
  float: left;
  margin-left: 35px;
  font-size: 14px;
  color: #98b2c4;
  text-align: left;
  text-transform: normal;
  padding: 0px 0px 0px 50px; }

.main-header .info-box .icon-box {
  position: absolute;
  left: 0px;
  top: 5px;
  color: #62bc46;
  font-size: 36px;
  line-height: 1em;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.main-header .info-box li {
  position: relative;
  color: #7c7b7b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: capitalize; }

.main-header .info-box li strong {
  color: #262626;
  font-size: 14px;
  font-weight: 700;
  text-transform: normal; }

.header-style-two {
  background-color: #283855; }

/*Sticky Header*/
.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  background: #ffffff;
  z-index: 0;
  border-bottom: 1px solid #e8f1f7;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

.sticky-header .logo {
  padding: 9px 0px; }
  .sticky-header .logo img {
    width: 80px;
    height: 100%; }

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  color: #333c57;
  text-align: center;
  line-height: 30px;
  text-transform: capitalize;
  letter-spacing: 0px;
  opacity: 1;
  font-weight: 400;
  padding: 45px 0px;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "Fira Sans", sans-serif; }

.header-style-two .main-menu .navigation > li > a,
.main-header.header-style-two .header-upper .search-box-btn {
  color: #ffffff; }

.sticky-header .main-menu .navigation > li {
  position: relative;
  margin-left: 30px;
  margin-right: 0px; }

.sticky-header .main-menu .navigation > li:before,
.sticky-header .main-menu .navigation > li:after {
  display: none; }

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-header.light-version .main-menu .navigation > li:hover > a,
.main-header.light-version .main-menu .navigation > li.current > a {
  opacity: 1;
  color: #62bc46; }

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  margin-top: 15px;
  width: 230px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  padding: 0px 0px;
  background-color: #ffffff;
  border-top: 3px solid #62bc46;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }

.main-menu .navigation > li > ul:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -30px;
  width: 100%;
  height: 30px;
  display: block; }

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px; }

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  margin: 0px;
  border-bottom: 1px solid #e5e5e5; }

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none; }

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 18px;
  line-height: 24px;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #555555;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

.sticky-header .main-menu .navigation > li > a {
  padding: 19px 0px; }

.sticky-header .main-menu .navigation > li > a:before {
  display: none; }

.main-menu .navigation > li > ul > li:hover > a {
  color: #ffffff;
  background: #333c5725; }

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 12px;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5; }

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
  color: #ffffff; }

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0%;
  margin-top: 15px;
  width: 230px;
  z-index: 100;
  display: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  padding: 0px 0px;
  background-color: #ffffff;
  border-top: 3px solid #62bc46;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); }

.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px; }

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  margin: 0px;
  border-bottom: 1px solid #e5e5e5; }

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none; }

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 18px;
  line-height: 24px;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #555555;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

.main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #ffffff;
  background: #62bc46; }

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 11px;
  width: 10px;
  height: 20px;
  display: block;
  color: #272727;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5; }

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
  color: #ffffff; }

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  margin: 0px; }

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  margin: 0px; }

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #ffffff;
  line-height: 28px;
  border: 1px solid #ffffff;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none; }

/*** 

====================================================================
	Main Slider Banner
====================================================================

***/
.main-slider {
  position: relative; }

.main-slider .content.alternate {
  max-width: 610px;
  width: 100%;
  float: right;
  display: block; }

.main-slider .slide {
  position: relative;
  padding: 185px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 70vh; }

.main-slider .slide-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.main-slider h2 {
  position: relative;
  display: inline;
  color: #fff;
  background-color: #273988;
  font-size: 24px;
  padding: 20px 60px 12px 40px;
  margin-right: 12px;
  border-radius: 0 80px 80px 0;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  font-family: "Fira Sans", sans-serif;
  z-index: 2; }

.main-slider .slide-title-decor {
  position: absolute;
  z-index: 2;
  top: 10%;
  height: auto !important;
  width: 50px !important;
  left: 22px; }
  @media only screen and (max-width: 800px) {
    .main-slider .slide-title-decor {
      display: none; } }

.main-slider .active h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1300ms;
  z-index: 2; }

.main-slider h2.style-two {
  font-weight: 400;
  margin-bottom: 40px; }

.main-slider h2.style-three {
  font-weight: 400;
  margin-bottom: 20px; }

.main-slider h2.alternate {
  margin-bottom: 35px; }

.main-slider h3 {
  position: relative;
  color: #ffffff;
  font-size: 26px;
  font-weight: 200;
  margin-bottom: 20px;
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  font-family: "Fira Sans", sans-serif;
  z-index: 2; }

.main-slider h3.style-three:after {
  position: absolute;
  content: "";
  right: -55px;
  top: 18px;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  z-index: 2; }

.main-slider h3.style-two:before {
  background-color: #62bc46; }

.main-slider .active h3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
  position: relative;
  z-index: 2; }

.main-slider h3.alternate::before {
  display: none; }

.main-slider .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  opacity: 0;
  line-height: 1.7em;
  font-weight: 200;
  margin-bottom: 40px;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  font-family: "Fira Sans", sans-serif;
  z-index: 2;
  width: 60%; }

.main-slider .active .text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 2000ms; }

.main-slider .link-box {
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  position: relative;
  z-index: 2; }

.main-slider .link-box .theme-btn {
  margin-right: 10px;
  position: relative;
  z-index: 2;
  text-transform: capitalize; }

.main-slider .active .link-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 2500ms;
  position: relative;
  z-index: 2; }

.main-slider .content .title {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 25px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  position: relative;
  z-index: 2; }

.main-slider .content .title:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 70px;
  height: 1px;
  margin-left: -35px;
  background-color: #ffffff;
  z-index: 2; }

.main-slider .active .title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 600ms; }

.main-slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  max-width: 100px;
  margin-left: -50px;
  width: 100%;
  text-align: center; }

.main-slider .owl-dots .owl-dot {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0px 4px;
  overflow: hidden;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #ffffff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

.main-slider .owl-dots .owl-dot:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

.main-slider .owl-dots .owl-dot.active::before,
.main-slider .owl-dots .owl-dot:hover::before {
  background: #ffffff; }

.main-slider .owl-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 1;
  width: 100%;
  margin-top: -20px; }

.main-slider .owl-nav .owl-prev {
  position: absolute;
  left: 40px;
  color: #ffffff;
  font-size: 38px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

.main-slider .owl-nav .owl-next {
  position: absolute;
  right: 40px;
  color: #ffffff;
  font-size: 38px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
  color: #62bc46; }

/*** 

====================================================================
	Services Section
====================================================================

***/
.services-section {
  position: relative;
  padding-bottom: 60px; }

.services-section .inner-container {
  position: relative;
  margin-top: -50px;
  z-index: 10; }

.services-block {
  position: relative;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.services-block .inner-box {
  position: relative;
  display: block;
  padding: 50px 45px 5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #ffffff;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15); }

.services-block .inner-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background: #ffffff; }

.services-block:hover .inner-box:before {
  bottom: -40px;
  background: #283855; }

.services-block.alternate:hover .inner-box:before {
  background: #62bc46; }

.services-block:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px); }

.services-block .inner-box h3 {
  position: relative;
  color: #333c57;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 28px; }

.services-block .inner-box h3 a {
  position: relative;
  color: #333c57;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.services-block .inner-box .icon-box {
  position: relative;
  font-size: 82px;
  line-height: 1em;
  color: #62bc46;
  margin-bottom: 25px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.services-block .inner-box .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 25px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.services-block .inner-box .more-link {
  position: relative;
  display: block;
  margin-right: -45px;
  overflow: hidden; }

.services-block .inner-box .read-more {
  position: relative;
  color: #62bc46;
  font-size: 13px;
  text-transform: normal;
  padding-right: 25px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.services-block .inner-box .read-more .fa {
  padding-right: 5px; }

.services-block .inner-box .read-more:after {
  position: absolute;
  content: "";
  left: 100%;
  top: 11px;
  width: 300%;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.5); }

.services-block .inner-box:hover .read-more {
  opacity: 1;
  visibility: visible; }

.services-block .inner-box:hover .read-more:after {
  opacity: 1;
  visibility: visible; }

.services-block .inner-box:hover {
  background-color: #283855; }

.services-block .inner-box:hover .text,
.services-block .inner-box:hover h3 a,
.services-block .inner-box:hover .icon-box {
  color: #ffffff; }

.services-block.alternate .inner-box .icon-box {
  color: #283855; }

.services-block.alternate .inner-box:hover {
  background-color: #62bc46; }

.services-block.alternate .inner-box .read-more,
.services-block.alternate .inner-box:hover .icon-box {
  color: #ffffff; }

/*** 

====================================================================
	About Section
====================================================================

***/
.about-section {
  position: relative;
  padding: 70px 0px; }

.about-section .title-column {
  position: relative; }

.about-section .title-column .sec-title {
  margin-bottom: 20px; }

.about-section .title-column .inner-column {
  position: relative;
  padding-top: 30px;
  margin-bottom: 45px; }

.about-section .title-column .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 45px; }

/*Timeline*/
.about-section {
  /* Highlight Active Bullet */
  /* Hide Arrows Since We Don't Use Them */
  /* Dots Styling */
  /* Fix List Overflow Issue */
  /* Button Styling */ }
  .about-section .loading-bar__wrapper {
    background: #fff;
    border-radius: 5px;
    padding: 60px 60px 30px;
    box-shadow: 0 8px 10px rgba(223, 230, 241, 0.5);
    z-index: 99;
    overflow: hidden; }
  .about-section .loading-bar__wrapper label {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 12px;
    font-style: italic;
    font-weight: bold;
    color: #00ffa4; }
  .about-section .loading-bar {
    background: #00ffa4;
    height: 8px;
    border-radius: 100px;
    justify-content: space-around; }
  .about-section .loading-bar-bullet::before {
    content: "";
    display: block;
    background: #445058;
    height: 16px;
    width: 16px;
    border-radius: 100px;
    z-index: 999;
    margin-top: -4px;
    border: 5px solid white;
    cursor: pointer; }
  .about-section .slick-current .loading-bar-bullet::before {
    height: 18px;
    width: 18px;
    margin-top: -5px;
    margin-left: -9px;
    border: 3px solid white; }
  .about-section .labels {
    margin-top: 50px;
    text-align: center; }
  .about-section .slick-prev, .about-section .slick-next {
    display: none !important; }
  .about-section .slick-dots {
    position: absolute;
    bottom: -30px;
    /* Adjust dot position */
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    display: flex !important;
    justify-content: center;
    padding: 0;
    margin: 0; }
  .about-section .slick-dots li {
    margin: 0 5px; }
  .about-section .slick-dots li button {
    background: #ccc;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease; }
  .about-section .slick-dots li.slick-active button {
    background: #00ffa4;
    width: 12px;
    height: 12px; }
  .about-section .slick-list {
    overflow: hidden !important; }
  .about-section .qb-button {
    display: inline-block;
    background: #00ffa4;
    border-radius: 100px;
    padding: 5px 15px;
    margin-bottom: 15px;
    color: #445058;
    font-size: 0.9rem;
    font-weight: bold;
    cursor: pointer; }
  .about-section .qb-button:hover {
    color: #000; }

/*Video Box*/
.video-box {
  position: relative; }

.video-box .image {
  position: relative;
  overflow: hidden; }

.video-box .image img {
  position: relative;
  width: 100%; }

.video-box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 80px;
  background: rgba(68, 57, 120, 0.08);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.video-box .overlay-box:hover {
  background: rgba(68, 57, 120, 0.2); }

.video-box .overlay-box span {
  position: relative;
  width: 80px;
  height: 80px;
  top: 45%;
  z-index: 99;
  color: #333c57;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  padding-left: 4px;
  background-color: #ffffff;
  display: inline-block;
  margin-top: -40px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease; }

.video-box .overlay-box:hover span {
  transform: rotate(360deg);
  -moz-transition: rotate(360deg);
  -webkit-transition: rotate(360deg);
  -ms-transition: rotate(360deg);
  -o-transition: rotate(360deg); }

/*** 

====================================================================
	Fluid Section Two
====================================================================

***/
.fluid-section-one {
  position: relative; }

.fluid-section-one .outer-container {
  position: relative;
  min-height: 450px;
  background-color: #f9f8fc; }

.fluid-section-one .image-column {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.fluid-section-one .image-column .image-box {
  position: relative;
  display: none; }

.fluid-section-one .image-column .image-box img {
  position: relative;
  display: block;
  width: 100%; }

.fluid-section-one .content-column {
  position: relative;
  float: right;
  width: 50%; }

.fluid-section-one .content-column .inner-column {
  position: relative;
  width: 100%;
  padding: 100px 0px 80px 45px; }

.fluid-section-one .content-column .inner-column .title-box {
  position: relative;
  width: 80%;
  float: left; }

.fluid-section-one .content-column .inner-column .title-box .box-inner {
  position: relative;
  padding-right: 50px; }

/*.fluid-section-one .content-column .inner-column .title-box{
	position: relative;
	width:50%;
	float: left;
}*/
.fluid-section-one .content-column .inner-column .title-box h2 {
  position: relative;
  color: #283855;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 20px;
  text-transform: capitalize; }

.fluid-section-one .content-column .inner-column .title-box .text {
  position: relative;
  padding-left: 50px;
  color: #555555;
  font-size: 16px;
  line-height: 1.7em; }

.fluid-section-one .content-column .inner-column .title-box .text:before {
  position: absolute;
  content: "\f1ac";
  left: 0px;
  top: 0px;
  color: #62bc46;
  line-height: 1em;
  font-size: 40px;
  font-family: "Flaticon"; }

.fluid-section-one .content-column .carousel-box .owl-nav,
.fluid-section-one .content-column .carousel-box .owl-dots {
  display: none; }

/*Testimonial Block*/
.testimonial-block {
  position: relative; }

.testimonial-block .inner-box {
  position: relative; }

.testimonial-block .inner-box .text {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  width: 100%;
  margin-bottom: 20px; }

.testimonial-block .inner-box .author {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3); }

.testimonial-block .inner-box .author span {
  font-size: 14px;
  font-weight: 400; }

/*** 

====================================================================
	Offer Section
====================================================================

***/
.offer-section {
  position: relative;
  padding: 110px 0px 30px; }

.offer-section.alternate .offer-block {
  margin-bottom: 75px; }

.offer-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 30%;
  height: 100%;
  background-color: #f9f8fc; }

.offer-block {
  position: relative;
  margin-bottom: 30px; }

.offer-block .inner-box {
  position: relative;
  overflow: hidden; }

.offer-block .inner-box .image {
  position: relative; }

.offer-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  height: 300px;
  object-fit: cover; }

.offer-block .inner-box .lower-content {
  position: relative;
  padding-top: 40px; }

.offer-block .inner-box .lower-content h3 {
  position: relative;
  font-size: 22px;
  color: #333c57;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 10px; }

.offer-block .inner-box .lower-content h3 a {
  position: relative;
  color: #333c57;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.offer-block .inner-box .lower-content h3 a:hover {
  color: #62bc46; }

.offer-block .inner-box .lower-content .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 35px; }

.offer-block .inner-box .lower-content .read-more {
  position: relative;
  color: #62bc46;
  font-size: 13px;
  font-weight: 700;
  padding-right: 30px;
  text-transform: normal;
  display: inline-block; }

.offer-block .inner-box .lower-content .read-more:before {
  position: absolute;
  content: "";
  left: 100%;
  top: 12px;
  width: 0%;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: #dddddd; }

.offer-block .inner-box:hover .lower-content .read-more:before {
  width: 300%;
  opacity: 1;
  visibility: visible; }

.offer-block .inner-box .lower-content .read-more .fa {
  position: relative;
  color: #283855;
  font-weight: 700;
  margin-right: 4px;
  display: inline-block; }

/*** 

====================================================================
	Counter Section
====================================================================

***/
.counter-section {
  position: relative;
  padding: 70px 0px 30px; }

.counter-section .inner-section {
  position: relative;
  padding-left: 380px; }

.counter-section-two {
  position: relative;
  padding: 100px 0px 70px; }

/*fact counter*/
.fact-counter {
  position: relative; }

.fact-counter .column {
  position: relative;
  margin-bottom: 30px; }

.fact-counter .column .inner {
  position: relative;
  padding-right: 30px; }

.fact-counter .column .inner .content {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee; }

.fact-counter .column .inner .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fe5807;
  font-size: 30px;
  text-align: center;
  line-height: 1em;
  font-weight: 400;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.fact-counter .count-outer .percentage {
  display: inline-block;
  font-weight: 400;
  color: #020e28;
  font-size: 30px;
  line-height: 1em;
  font-family: "Fira Sans", sans-serif; }

.fact-counter .column .inner .count-outer {
  position: relative;
  font-weight: 700;
  color: #283855;
  font-size: 42px;
  line-height: 1em;
  display: inline-block;
  font-family: "Fira Sans", sans-serif; }

.fact-counter .column .inner .count-outer.alternate,
.fact-counter .column .inner .count-outer.alternate .count-text {
  color: #62bc46; }

.fact-counter .count-outer .count-text {
  position: relative;
  font-weight: 700;
  color: #283855;
  font-size: 42px;
  line-height: 1em;
  font-family: "Fira Sans", sans-serif; }

.fact-counter .column .counter-title {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #555555;
  margin-top: 8px;
  text-transform: normal; }

.fact-counter .column:hover .icon-box {
  border-color: #f47629; }

/*** 

====================================================================
	Case Section
====================================================================

***/
.case-section {
  position: relative;
  padding-top: 110px;
  padding-bottom: 100px; }

.case-section .owl-dots {
  display: block; }

.case-section .owl-nav {
  display: none; }

.case-block {
  position: relative; }

.case-block .inner-box {
  position: relative;
  display: block;
  overflow: hidden; }

.case-block .inner-box .image {
  position: relative;
  height: 400px; }

.case-block .inner-box .image:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 80%;
  display: block;
  z-index: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)); }

.case-block .inner-box:hover .image:before {
  opacity: 0; }

.case-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover; }

.case-block .inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  color: #ffffff;
  visibility: hidden;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -moz-transform-origin: left top;
  transform-origin: left top;
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.case-block .inner-box .image .overlay-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  display: block;
  visibility: hidden;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: #61bc46; }

.case-block .inner-box:hover .image .overlay-box:before {
  opacity: 0.7;
  visibility: visible; }

.case-block .inner-box .image .overlay-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 40px; }

.case-block .inner-box .image .overlay-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle; }

.case-block .inner-box .image .overlay-box .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 40px; }

.case-block .inner-box .image .overlay-box .read-more {
  position: relative;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  padding-right: 22px;
  text-transform: normal; }

.case-block .inner-box .image .overlay-box .read-more:after {
  position: absolute;
  content: "";
  left: 100%;
  top: 10px;
  width: 300%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2); }

.case-block .inner-box .image .overlay-box .read-more .fa {
  position: relative;
  margin-right: 4px; }

.case-block .inner-box:hover .image .overlay-box {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }

.case-block .inner-box .lower-box {
  position: relative;
  padding: 40px 40px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.case-block .inner-box:hover .lower-box {
  background-color: #f9f8fc; }

.case-block .inner-box .lower-box .category {
  position: relative;
  color: #283855;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: normal;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.case-block .inner-box:hover .lower-box .category {
  color: #62bc46; }

.case-block .inner-box .lower-box h3 {
  position: relative;
  color: #333c57;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em; }

.case-block .inner-box .lower-box h3 a {
  position: relative;
  color: #333c57;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.case-block .inner-box .lower-box h3 a:hover {
  color: #62bc46; }

/*** 

====================================================================
	Testimonial Section
====================================================================

***/
.testimonial-section {
  position: relative;
  padding: 0px 0px 85px; }

.testimonial-section:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 30%;
  height: 100%;
  background-color: #f9f8fc; }

.testimonial-section .sec-title {
  margin-bottom: 0px; }

.testimonial-section .owl-nav {
  display: none; }

.testimonial-section .owl-dots {
  position: relative;
  margin-top: -30px; }

.testimonial-section .owl-dots .owl-dot {
  position: relative;
  width: 10px;
  height: 8px;
  margin: 0px 5px;
  display: inline-block;
  border-radius: 50%;
  background-color: #cccccc;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.testimonial-section .owl-dots .owl-dot:hover,
.testimonial-section .owl-dots .owl-dot.active {
  position: relative;
  width: 22px;
  height: 8px;
  border-radius: 10px;
  background-color: #62bc46; }

/*Testimonial Block Two*/
.testimonial-block-two {
  position: relative; }

.testimonial-block-two .inner-box {
  position: relative; }

.testimonial-block-two .inner-box .content-column {
  position: relative; }

.testimonial-block-two .inner-box .content-column .inner-column {
  position: relative;
  padding-top: 50px;
  margin-bottom: 50px; }

.testimonial-block-two .inner-box .content-column .text {
  position: relative;
  color: #333c57;
  font-size: 16px;
  font-style: italic;
  line-height: 1.8em;
  margin-bottom: 25px;
  font-family: "Merriweather", serif; }

.testimonial-block-two .inner-box .content-column .author {
  position: relative;
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  padding-left: 60px;
  text-transform: normal; }

.testimonial-block-two .inner-box .content-column .author:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 9px;
  height: 1px;
  width: 50px;
  background-color: #dddddd; }

.testimonial-block-two .inner-box .image-column {
  position: relative; }

.testimonial-block-two .inner-box .image-column .inner-column {
  position: relative;
  text-align: center; }

.testimonial-block-two .inner-box .image-column .inner-column .image {
  position: relative;
  display: inline-block; }

.testimonial-block-two .inner-box .image-column .inner-column .image img {
  position: relative;
  width: auto; }

/*** 

====================================================================
	Fluid Section Two
====================================================================

***/
.fluid-section-two {
  position: relative; }

.fluid-section-two .outer-container {
  position: relative;
  min-height: 250px;
  background-color: #283855; }

.fluid-section-two .image-column {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.fluid-section-two .image-column .image-box {
  position: relative;
  display: none; }

.fluid-section-two .image-column .image-box img {
  position: relative;
  display: block;
  width: 100%; }

.fluid-section-two .content-column {
  position: relative;
  float: right;
  width: 50%; }

.fluid-section-two .content-column .inner-column {
  position: relative;
  max-width: 650px;
  width: 100%;
  padding: 100px 15px 100px 100px; }

/*** 

====================================================================
	Consult Form
====================================================================

 ***/
.support-form {
  position: relative; }

.support-form .row .column {
  padding: 0px 20px; }

.support-form .form-group {
  position: relative;
  margin-bottom: 25px; }

.support-form .form-group input[type="text"],
.support-form .form-group input[type="tel"],
.support-form .form-group input[type="email"],
.support-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 0px;
  color: #ffffff;
  height: 50px;
  font-size: 15px;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.support-form .form-group select option {
  color: #283855;
  padding: 4px 0; }

.support-form .form-group input[type="text"]:focus,
.support-form .form-group input[type="tel"]:focus,
.support-form .form-group input[type="email"]:focus,
.support-form .form-group textarea:focus {
  border-color: #62bc46; }

.support-form .form-group textarea::-webkit-input-placeholder,
.support-form .form-group input::-webkit-input-placeholder {
  color: #ffffff; }

.support-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 15px 0px;
  color: #ffffff;
  height: 125px;
  resize: none;
  font-size: 15px;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.support-form .form-group .btn-detail {
  position: relative;
  text-align: center;
  margin-left: 30px;
  color: #ffffff;
  display: inline-block; }

.support-form button {
  cursor: pointer;
  margin-top: 20px;
  font-size: 16px;
  text-transform: capitalize; }

/*Custom Select*/
.form-group .ui-selectmenu-button.ui-button {
  width: 100%;
  font-size: 15px;
  font-style: normal;
  height: 50px;
  padding: 10px 0px;
  line-height: 28px;
  color: #ffffff;
  border: none;
  border-radius: 0px;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.form-group .ui-button .ui-icon {
  background: none;
  position: relative;
  top: 2px;
  text-indent: 0px;
  color: #333333; }

.form-group .ui-button .ui-icon:before {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 2px !important;
  top: 13px;
  width: 10px;
  height: 20px;
  display: block;
  color: #ffffff;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5; }

.ui-widget.ui-widget-content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.ui-menu .ui-menu-item {
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.ui-menu .ui-menu-item:last-child {
  border: none; }

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #62bc46;
  border-color: #62bc46; }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 24px; }

.ui-menu-item:hover {
  background-color: #62bc46; }

/*** 

====================================================================
	News Section
====================================================================

 ***/
.news-section {
  position: relative;
  padding: 100px 0px 60px;
  background-color: #f9f8fc; }

.news-section:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 30%;
  height: 100%;
  background-color: #ffffff; }

.news-section .blocks-column {
  position: relative;
  margin-bottom: 30px; }

.news-section .blocks-column .inner-column {
  position: relative;
  padding-right: 70px; }

/*News Block*/
.news-block {
  position: relative;
  margin-bottom: 45px; }

.news-block .inner-box {
  position: relative; }

.news-block .inner-box .post-info {
  position: relative;
  margin-bottom: 8px; }

.news-block .inner-box .post-info li {
  position: relative;
  color: #283855;
  font-size: 13px;
  font-weight: 700;
  padding-right: 14px;
  margin-right: 12px;
  line-height: 1.2em;
  display: inline-block;
  text-transform: normal;
  border-right: 1px solid #283855; }

.news-block .inner-box .post-info li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border: none; }

.news-block .inner-box .post-info li:first-child {
  color: #62bc46; }

.news-block .inner-box h3 {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6em; }

.news-block .inner-box h3 a {
  position: relative;
  color: #333c57;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.news-block .inner-box h3 a:hover {
  color: #62bc46; }

.news-section .image-column {
  position: relative;
  margin-bottom: 40px; }

.news-section .image-column .inner-column {
  position: relative; }

.news-section .image-column .inner-column .image {
  position: relative; }

.news-section .image-column .inner-column .image:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(68, 57, 34, 0.95); }

.news-section .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block; }

/*** 

====================================================================
	Call To Action Section
====================================================================

 ***/
.call-to-action-section {
  position: relative; }
  .call-to-action-section .text P {
    color: #f3f3f3 !important;
    font-weight: 300; }

.call-to-action-section .outer-container {
  position: relative;
  background-color: #283855; }

.call-to-action-section .left-column {
  position: relative;
  width: 50%;
  float: left; }

.call-to-action-section .left-column .image-layer {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: -120px;
  bottom: 0px;
  z-index: 1;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; }

.call-to-action-section .left-column .inner-column {
  position: relative;
  padding: 60px;
  max-width: 600px;
  letter-spacing: 2px;
  float: right;
  width: 100%;
  z-index: 1; }

.call-to-action-section .left-column .image-layer:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #283855; }

.call-to-action-section .left-column h2 {
  position: relative;
  color: #ffffff;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4em; }

.call-to-action-section .right-column {
  position: relative;
  width: 50%;
  float: right; }

.call-to-action-section .right-column .inner-column {
  position: relative;
  padding: 60px 0px;
  text-align: right;
  max-width: 700px;
  padding-right: 15px; }

/*** 

====================================================================
	Main Footer
====================================================================

***/
.main-footer {
  position: relative;
  padding: 90px 0px 0px;
  background-color: #2c2e35; }

.main-footer .footer-widget {
  position: relative;
  margin-bottom: 40px; }

.main-footer .widgets-section {
  position: relative;
  padding-bottom: 40px; }

.main-footer .footer-widget h2 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2em;
  margin-bottom: 35px;
  margin-top: 15px;
  padding-bottom: 18px;
  text-transform: capitalize; }

.main-footer .footer-widget h2:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 1px;
  width: 50px;
  background-color: #62bc46; }

.main-footer .logo-widget {
  position: relative; }

.main-footer .logo-widget .social-icon-one {
  margin-top: 20px; }

.main-footer .logo-widget .logo {
  position: relative;
  margin-bottom: 25px; }
  .main-footer .logo-widget .logo img {
    width: 120px;
    max-width: 100%;
    height: 100%; }

.main-footer .logo-widget .text {
  position: relative;
  color: #888888;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7em;
  margin-bottom: 14px; }

.footer-link {
  position: relative; }

.footer-link li {
  position: relative;
  margin-bottom: 8px; }

.footer-link li a {
  position: relative;
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.footer-link li a:before {
  position: absolute;
  content: "\f105";
  left: 0px;
  top: 0px;
  opacity: 0;
  color: #62bc46;
  font-family: "FontAwesome";
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.footer-link li a:hover::before {
  opacity: 1; }

.footer-link li a:hover {
  color: #cccccc;
  padding-left: 15px; }

/*Posts Widget*/
.posts-widget .post {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.posts-widget .post:last-child {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px; }

.posts-widget .post .text {
  position: relative;
  color: #cccccc;
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 5px; }

.posts-widget .post .text a {
  position: relative;
  color: #cccccc;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: "Fira Sans", sans-serif; }

.posts-widget .post .text a:hover {
  color: #62bc46; }

.posts-widget .post .post-date {
  position: relative; }

.posts-widget .post .post-date li {
  position: relative;
  color: #555555;
  font-size: 12px;
  padding-right: 10px;
  margin-right: 10px;
  font-weight: 700;
  line-height: 1.2em;
  display: inline-block;
  text-transform: normal;
  border-right: 1px solid #555555; }

.posts-widget .post .post-date li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border: none; }

/*Newsletter Widget*/
.newsletter-widget {
  position: relative; }

.newsletter-widget .text {
  position: relative;
  color: #888888;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 20px; }

.main-footer .newsletter-widget .form-group {
  position: relative;
  display: block;
  margin-bottom: 16px; }

.main-footer .newsletter-widget .form-group input[type="text"],
.main-footer .newsletter-widget .form-group input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 10px 20px;
  height: 48px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.main-footer .newsletter-widget .form-group button {
  width: 100%;
  cursor: pointer;
  border-color: #283855;
  background-color: #283855;
  text-transform: normal; }

.main-footer .footer-bottom {
  position: relative;
  padding: 35px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.main-footer .footer-bottom .copyright {
  position: relative;
  color: #555555;
  font-size: 16px; }

.main-footer .footer-bottom .footer-nav {
  position: relative;
  text-align: right; }

.main-footer .footer-bottom .footer-nav li {
  position: relative;
  padding-right: 12px;
  margin-right: 10px;
  line-height: 1.1em;
  display: inline-block;
  border-right: 2px solid #555555; }

.main-footer .footer-bottom .footer-nav li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px; }

.main-footer .footer-bottom .footer-nav li a {
  position: relative;
  color: #555555;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.main-footer .footer-bottom .footer-nav li a:hover {
  color: #ffffff; }

/*** 

====================================================================
	Business Section
====================================================================

***/
.business-section {
  position: relative;
  padding: 100px 0px 55px; }

.business-section:before {
  position: absolute;
  content: "";
  left: 135px;
  top: 115px;
  width: 484px;
  height: 316px;
  display: inline-block;
  background: url(../images/background/pattern-1.png) no-repeat; }

.business-section .title-column {
  position: relative;
  margin-bottom: 40px; }

.business-section .title-column .inner-column {
  position: relative;
  padding-top: 35px;
  overflow: hidden; }

.business-section .title-column .inner-column .sec-title {
  margin-bottom: 90px; }

.business-section .title-column .inner-column .sec-title h2 {
  line-height: 1.1em;
  margin-bottom: 15px; }

.business-section .title-column .inner-column .we-do {
  position: relative;
  color: #62bc46;
  font-size: 13px;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 28px;
  display: inline-block;
  text-transform: normal;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.business-section .title-column .inner-column .we-do:hover {
  color: #283855; }

.business-section .title-column .inner-column .we-do:before {
  position: absolute;
  content: "\f105";
  left: 0px;
  top: -2px;
  color: #283855;
  font-family: "FontAwesome"; }

.business-section .title-column .inner-column .we-do:after {
  position: absolute;
  content: "";
  top: 11px;
  left: 100%;
  width: 300%;
  height: 1px;
  background-color: #dddddd; }

.business-section .content-column {
  position: relative; }

.business-section .content-column .inner-column {
  position: relative; }

/*Feature Block*/
.feature-block {
  position: relative;
  margin-bottom: 40px; }

.feature-block .inner-box {
  position: relative; }

.feature-block .inner-box .icon-box {
  position: relative;
  color: #283855;
  font-size: 70px;
  line-height: 1em;
  margin-bottom: 15px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.feature-block.alternate .inner-box .icon-box {
  color: #62bc46;
  font-size: 54px;
  margin-bottom: 20px; }

.feature-block .inner-box:hover .icon-box {
  color: #62bc46; }

.feature-block .inner-box h3 {
  position: relative;
  color: #333c57;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 12px; }

.feature-block .inner-box h3 a {
  position: relative;
  color: #333c57;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.feature-block .inner-box h3 a:hover {
  color: #62bc46; }

.feature-block .inner-box .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.8em; }

/*** 

====================================================================
	Fluid Section Three
====================================================================

***/
.fluid-section-three {
  position: relative;
  background-color: #f9f8fc; }

.fluid-section-three .left-column {
  position: relative;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  float: left; }

.fluid-section-three .left-column .inner-column {
  position: relative;
  max-width: 650px;
  width: 100%;
  float: right;
  padding: 130px 80px 130px 15px; }

.fluid-section-three .left-column .inner-column .btn-box {
  margin-top: 50px; }

.fluid-section-three .right-column {
  position: relative;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  float: right;
  background-size: cover;
  background-repeat: no-repeat; }

.fluid-section-three .right-column .inner-column {
  position: relative;
  max-width: 600px;
  float: left;
  padding: 130px 15px 130px 160px; }

.fluid-section-three .right-column:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(68, 57, 134, 0.9); }

.fluid-section-three .right-column .inner-column .play-btn {
  position: relative;
  width: 80px;
  height: 80px;
  color: #333c57;
  font-size: 28px;
  padding-left: 6px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 50px;
  display: inline-block;
  background-color: #ffffff; }

.fluid-section-three .right-column .inner-column .play-btn:before {
  position: absolute;
  content: "";
  left: -5px;
  top: -5px;
  bottom: -5px;
  right: -5px;
  border-radius: 50px;
  border: 5px solid rgba(255, 255, 255, 0.2); }

.fluid-section-three .right-column .inner-column .play-btn:after {
  position: absolute;
  content: "";
  left: -10px;
  top: -10px;
  bottom: -10px;
  right: -10px;
  border-radius: 50px;
  border: 4px solid rgba(255, 255, 255, 0.1); }

.fluid-section-three .right-column .inner-column h2 {
  position: relative;
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3em; }

.fluid-section-three .right-column .inner-column .title {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 8px;
  margin-bottom: 35px; }

.fluid-section-three .right-column .inner-column .title:before {
  position: absolute;
  left: -50px;
  top: 11px;
  content: "";
  height: 1px;
  width: 35px;
  background-color: rgba(255, 255, 255, 0.4); }

.fluid-section-three .right-column .inner-column .text {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 50px; }

/*Featured Block Two*/
.feature-block-two {
  position: relative;
  margin-bottom: 35px; }

.feature-block-two .inner-box {
  position: relative; }

.feature-block-two .inner-box h3 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 12px; }

.feature-block-two .inner-box h3:before {
  position: absolute;
  content: "";
  left: -50px;
  top: 12px;
  width: 35px;
  height: 1px;
  background-color: #283855; }

.feature-block-two .inner-box h3 a {
  position: relative;
  color: #333c57;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.feature-block-two .inner-box h3 a:hover {
  color: #62bc46; }

.feature-block-two .inner-box .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.6em; }

.feature-block-two.alternate {
  margin-left: 60px; }

.feature-block-two.alternate .inner-box h3:before {
  background-color: white; }

.feature-block-two.alternate h3 a,
.feature-block-two.alternate .text {
  color: #ffffff; }

.feature-block-two.style-two {
  margin-left: 50px; }

.feature-block-two.style-two .inner-box h3 {
  font-size: 18px !important;
  margin-bottom: 12px !important; }

.feature-block-two.style-two .inner-box h3:before {
  background-color: #62bc46; }

/*** 

====================================================================
	Beyong Section
====================================================================

***/
.beyong-section {
  position: relative;
  padding: 110px 0px 115px;
  overflow: hidden; }

.beyong-section.alternate:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 35%;
  height: 100%;
  background-color: #f9f8fc; }

.beyong-section.style-two:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 35%;
  height: 100%;
  background-color: #f9f8fc; }

.beyong-section .beyong-tabs {
  position: relative; }

.beyong-section .beyong-tabs .tab-btns {
  position: relative;
  margin-bottom: 35px;
  text-align: center; }

.beyong-section .beyong-tabs .tab-btns .tab-btn {
  position: relative;
  line-height: 24px;
  padding: 0px 0px;
  cursor: pointer;
  color: #555555;
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  margin: 0px 20px 10px;
  padding-bottom: 2px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: "Fira Sans", sans-serif; }

.beyong-section .beyong-tabs .tab-btns .tab-btn:before {
  position: absolute;
  content: "";
  left: 50%;
  top: -30px;
  width: 7px;
  height: 7px;
  opacity: 0;
  visibility: hidden;
  margin-left: -3px;
  border-radius: 50px;
  background-color: #62bc46;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease; }

.beyong-section .beyong-tabs .tab-btns .tab-btn .separater-dots {
  position: absolute;
  content: "";
  left: 50%;
  top: -30px;
  width: 31px;
  opacity: 0;
  visibility: hidden;
  margin-left: -15px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease; }

.beyong-section .beyong-tabs .tab-btns .tab-btn .separater-dots:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background-color: #62bc46; }

.beyong-section .beyong-tabs .tab-btns .tab-btn .separater-dots:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #62bc46; }

.beyong-section .beyong-tabs .tab-btns .tab-btn:hover .separater-dots,
.beyong-section .beyong-tabs .tab-btns .tab-btn.active-btn .separater-dots {
  top: -24px;
  opacity: 1;
  visibility: visible; }

.beyong-section .beyong-tabs .tab-btns .tab-btn.active-btn,
.beyong-section .beyong-tabs .tab-btns .tab-btn:hover {
  color: #283855; }

.beyong-section .beyong-tabs .tab-btns .tab-btn:hover::before,
.beyong-section .beyong-tabs .tab-btns .tab-btn.active-btn::before {
  top: -24px;
  opacity: 1;
  bottom: auto;
  visibility: visible; }

.beyong-section .beyong-tabs .tabs-content {
  position: relative;
  padding: 35px 35px 35px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }

.beyong-section .beyong-tabs .tabs-content .tab {
  position: relative;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease; }

.beyong-section .beyong-tabs .tabs-content .tab.active-tab {
  display: block; }

.beyong-section .beyong-tabs .tabs-content .image-column {
  position: relative; }

.beyong-section .beyong-tabs .tabs-content .image-column .image {
  position: relative;
  height: 100%; }

.beyong-section .beyong-tabs .tabs-content .image-column .image:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(56, 48, 136, 0.5); }

.beyong-section .beyong-tabs .tabs-content .image-column .image img {
  position: relative;
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover; }

.beyong-section .beyong-tabs .tabs-content .content-column {
  position: relative; }

.beyong-section .beyong-tabs .tabs-content .content-column .inner-column {
  position: relative;
  padding-top: 20px;
  padding-left: 20px; }

.beyong-section .beyong-tabs .tabs-content .content-column h2 {
  position: relative;
  color: #283855;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 15px; }

.beyong-section .beyong-tabs .tabs-content .content-column .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.9em;
  margin-bottom: 30px; }

.beyong-section .beyong-tabs .tabs-content .content-column .text p {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.3; }

.beyong-section .beyong-tabs .tabs-content .content-column .read-more {
  position: relative;
  color: #62bc46;
  font-size: 13px;
  font-weight: 700;
  margin-top: 40px;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-transform: normal; }

.beyong-section .beyong-tabs .tabs-content .content-column .read-more:hover {
  color: #283855; }

.beyong-section .beyong-tabs .tabs-content .content-column .read-more .fa {
  position: relative;
  margin-right: 4px;
  color: #283855;
  font-size: 14px;
  font-weight: 700; }

/*** 

====================================================================
	Call To Action Two
====================================================================

***/
.call-to-action-two {
  position: relative;
  padding: 120px 0px;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }

.call-to-action-two:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(18, 14, 14, 0.8); }

.call-to-action-two h2 {
  position: relative;
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 20px; }

.call-to-action-two .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 40px; }

/*** 

====================================================================
	News Section Two
====================================================================

***/
.news-section-two {
  position: relative;
  padding: 115px 0px; }

.news-block-two {
  position: relative; }

.news-block-two .inner-box {
  position: relative;
  background-color: #f9f8fc; }

.news-block-two .inner-box .image-column {
  position: relative;
  float: left;
  padding: 0px; }

.news-block-two .inner-box .image-column.align-right {
  float: right; }

.news-block-two .inner-box .image-column .image {
  position: relative; }

.news-block-two .inner-box .image-column .image .arrow-box {
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: #ffffff;
  width: 70px;
  height: 70px;
  font-size: 32px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  background-color: #62bc46;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.news-block-two .inner-box .image-column .image .arrow-box:hover {
  background-color: #283855; }

.news-block-two .inner-box .image-column .image img {
  position: relative;
  width: 100%;
  display: block; }

.news-block-two .inner-box .content-column {
  position: relative;
  float: left;
  padding: 0px; }

.news-block-two .inner-box .content-column .inner-column {
  position: relative;
  padding: 100px 80px 100px 70px; }

.news-block-two .inner-box .content-column .inner-column .title {
  position: relative;
  color: #62bc46;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: normal; }

.news-block-two .inner-box .content-column .inner-column h3 {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 20px; }

.news-block-two .inner-box .content-column .inner-column h3 a {
  position: relative;
  color: #283855;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.news-block-two .inner-box .content-column .inner-column h3 a:hover {
  color: #62bc46; }

.news-block-two .inner-box .content-column .inner-column .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.7em; }

/*** 

====================================================================
	Featured Section
====================================================================

***/
.featured-section {
  position: relative; }

.feature-block-three {
  position: relative; }

.feature-block-three .inner-box {
  position: relative;
  padding: 70px 60px 70px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }

.feature-block-three .inner-box .content {
  position: relative;
  padding-left: 50px; }

.feature-block-three .inner-box .content .icon-box {
  position: absolute;
  left: 0px;
  top: 4px;
  color: #333c57;
  font-size: 32px;
  line-height: 1em; }

.feature-block-three .inner-box h3 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 12px; }

.feature-block-three .inner-box h3 a {
  position: relative;
  color: #333c57; }

.feature-block-three .inner-box .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.8em; }

.feature-block-three.blue .inner-box {
  background-color: #283855;
  border-color: #283855; }

.feature-block-three.blue .inner-box h3 a,
.feature-block-three.blue .inner-box .icon-box,
.feature-block-three.blue .inner-box .text {
  color: #ffffff; }

.feature-block-three.pink .inner-box {
  background-color: #62bc46;
  border-color: #62bc46; }

.feature-block-three.pink .inner-box h3 a,
.feature-block-three.pink .inner-box .icon-box,
.feature-block-three.pink .inner-box .text {
  color: #ffffff; }

.feature-block-three.black .inner-box {
  background-color: #333c57;
  border-color: #333c57; }

.feature-block-three.black .inner-box h3 a,
.feature-block-three.black .inner-box .icon-box,
.feature-block-three.black .inner-box .text {
  color: #ffffff; }

.feature-block-three.grey .inner-box {
  background-color: #f9f8fc;
  border-color: #f9f8fc; }

.featured-section .owl-dots,
.featured-section .owl-nav {
  display: none; }

/*** 

====================================================================
	Testimonial Section Two
====================================================================

***/
.testimonial-section-two {
  position: relative;
  padding: 105px 0px; }

.testimonial-block-three {
  position: relative; }

.testimonial-block-three .inner-box {
  position: relative;
  text-align: center; }

.testimonial-block-three .inner-box .image {
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 40px; }

.testimonial-block-three .inner-box .text {
  position: relative;
  color: #333c57;
  font-size: 16px;
  line-height: 1.9em;
  max-width: 930px;
  margin: 0 auto;
  font-style: italic;
  margin-bottom: 35px; }

.testimonial-block-three .inner-box .author {
  position: relative;
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  padding-top: 20px; }

.testimonial-block-three .inner-box .author:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0px;
  width: 50px;
  height: 1px;
  margin-left: -25px;
  background-color: #dddddd; }

.testimonial-section-two .owl-nav {
  display: none; }

.testimonial-section-two .owl-dots {
  position: absolute;
  right: 0px;
  top: -10px;
  display: flex;
  flex-direction: column; }

.testimonial-section-two .owl-dots .owl-dot {
  position: relative;
  width: 10px;
  height: 8px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #cccccc;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.testimonial-section-two .owl-dots .owl-dot span {
  display: none !important; }

.testimonial-section-two .owl-dots .owl-dot:hover,
.testimonial-section-two .owl-dots .owl-dot.active {
  position: relative;
  width: 22px;
  height: 8px;
  border-radius: 10px;
  background-color: #62bc46; }

/*** 

====================================================================
	Newsletter Section
====================================================================

***/
.newsletter-section {
  position: relative; }

.newsletter-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-color: #283855; }

.newsletter-section:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #62bc46; }

.newsletter-section .left-column {
  position: relative;
  width: 50%;
  float: left; }

.newsletter-section .left-column .inner-column {
  position: relative;
  padding: 60px 0px;
  text-align: right;
  padding-right: 80px; }

.newsletter-section .left-column .inner-column h2 {
  position: relative;
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4em;
  z-index: 1; }

.newsletter-section .left-column .inner-column .text {
  position: relative;
  color: #ffffff;
  z-index: 1;
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px; }

.newsletter-section .right-column {
  position: relative;
  width: 50%;
  float: right; }

.newsletter-section .right-column .inner-column {
  position: relative;
  max-width: 480px;
  width: 100%;
  padding: 65px 15px 65px 80px; }

.newsletter-section .right-column .subscribe-form {
  position: relative; }

.newsletter-section .right-column .subscribe-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 10px; }

.newsletter-section
.right-column
.subscribe-form
.form-group
input[type="text"],
.newsletter-section
.right-column
.subscribe-form
.form-group
input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 10px 0px;
  height: 48px;
  font-size: 15px;
  color: #ffffff;
  background: none;
  font-weight: 400;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.newsletter-section
.right-column
.subscribe-form
.form-group
input::-webkit-input-placeholder {
  color: white; }

.newsletter-section .right-column .subscribe-form .form-group button {
  position: absolute;
  right: 0px;
  top: 10px;
  cursor: pointer;
  font-size: 28px;
  color: #ffffff;
  font-weight: 400;
  background: none;
  letter-spacing: 1px;
  text-transform: normal; }

/*** 

====================================================================
	Planning Section
====================================================================

***/
.planning-section {
  position: relative;
  padding: 110px 0px 110px; }

.planning-section:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
  background-color: #f9f8fc; }

.planning-section .sec-title {
  margin-bottom: 80px; }

/*** 

====================================================================
	Help Section
====================================================================

***/
.help-section {
  position: relative;
  padding: 110px 0px; }

.help-section .inner-container {
  position: relative; }

.help-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
  background-color: #f9f8fc; }

.help-section .content-column {
  position: relative;
  padding: 0px;
  float: left;
  width: 50%; }

.help-section .content-column .inner-column {
  position: relative;
  padding: 80px 70px 85px;
  background-color: #ffffff; }

.help-section .content-column .inner-column .content {
  position: relative;
  overflow: hidden; }

.help-section .content-column .inner-column .text {
  position: relative;
  padding-left: 50px; }

.help-section .content-column .inner-column .text:before {
  position: absolute;
  content: "\f1ac";
  left: 0px;
  top: 5px;
  color: #62bc46;
  font-size: 34px;
  line-height: 1em;
  font-family: "Flaticon"; }

.help-section .content-column .inner-column .text p {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 20px; }

.help-section .content-column .inner-column .text p:last-child {
  margin-bottom: 0px; }

.help-section .content-column .inner-column .sec-title {
  margin-bottom: 35px; }

.help-section .content-column .inner-column .sec-title .title-text {
  margin-top: 15px; }

.help-section .content-column .inner-column .risk {
  position: relative;
  color: #62bc46;
  font-weight: 700;
  margin-top: 45px;
  padding-right: 30px;
  display: inline-block;
  text-transform: normal;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.help-section .content-column .inner-column .risk:before {
  position: absolute;
  content: "";
  top: 11px;
  left: 100%;
  width: 300%;
  height: 1px;
  background-color: #dddddd; }

.help-section .content-column .inner-column .risk:hover {
  color: #283855; }

.help-section .content-column .inner-column .risk .fa {
  position: relative;
  color: #283855;
  font-weight: 400;
  margin-right: 5px; }

.help-section .image-column {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  float: right;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.help-section .image-column .inner-column {
  position: static; }

.help-section .image-column .inner-column .image {
  position: relative;
  display: none; }

.help-section .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block; }

.help-section .image-column .inner-column .testimonial-boxed {
  position: absolute;
  right: -300px;
  top: 50%;
  z-index: 1;
  max-width: 420px;
  margin-top: -123px; }

.help-section .image-column .inner-column .testimonial-boxed .inner-block {
  position: relative;
  padding: 75px 50px 60px;
  background-color: #333c57; }

.help-section
.image-column
.inner-column
.testimonial-boxed
.inner-block
.quote-icon {
  position: absolute;
  right: 45px;
  top: -28px;
  color: #62bc46;
  line-height: 1em;
  font-size: 60px; }

.help-section .image-column .inner-column .testimonial-boxed .text {
  position: relative;
  font-style: italic;
  font-size: 22px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.7em; }

.help-section .image-column .inner-column .testimonial-boxed .owl-nav,
.help-section .image-column .inner-column .testimonial-boxed .owl-dots {
  display: none; }

/*** 

====================================================================
	Services Section Two
====================================================================

***/
.services-section-two {
  position: relative; }

.services-section-two .owl-dots,
.services-section-two .owl-nav {
  display: none; }

.services-block-two {
  position: relative; }

.services-block-two .inner-box {
  position: relative;
  display: block; }

.services-block-two .inner-box .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.services-block-two .inner-box .overlay-box {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  padding: 70px 0px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background-color: rgba(34, 34, 34, 0.9); }

.services-block-two.pink .inner-box .overlay-box {
  background-color: rgba(238, 45, 80, 0.9); }

.services-block-two.blue .inner-box .overlay-box {
  background-color: rgba(68, 57, 134, 0.9); }

.services-block-two .inner-box .overlay-box .overlay-inner {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: middle;
  padding: 10px 30px; }

.services-block-two .inner-box .overlay-box .overlay-inner .content {
  position: relative;
  display: block;
  vertical-align: middle; }

.services-block-two .inner-box .overlay-box .icon-box {
  position: relative;
  color: #ffffff;
  font-size: 70px;
  line-height: 1em;
  padding-bottom: 20px;
  margin-bottom: 25px; }

.services-block-two .inner-box .overlay-box .icon-box:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 70px;
  height: 1px;
  margin-left: -35px;
  background-color: rgba(255, 255, 255, 0.15); }

.services-block-two .inner-box .overlay-box h3 {
  position: relative;
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.4em;
  margin-bottom: 15px; }

.services-block-two .inner-box .overlay-box h3 a {
  position: relative;
  color: #ffffff; }

.services-block-two .inner-box .overlay-box .text {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 25px; }

.services-block-two .inner-box .overlay-box .read-more {
  position: relative;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: normal; }

.services-block-two .inner-box .overlay-box .read-more .fa {
  position: relative;
  margin-right: 4px;
  font-weight: 400; }

/*** 

====================================================================
	Modern Section
====================================================================

***/
.modern-section {
  position: relative;
  padding: 110px 0px 70px; }

.modern-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 40%;
  height: 100%;
  background-color: #f9f8fc; }

.modern-section .image-column {
  position: relative;
  margin-bottom: 40px; }

.modern-section .image-column .inner-column {
  position: relative; }

.modern-section .image-column .inner-column .image {
  position: relative; }

.modern-section .image-column .inner-column .image:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(68, 57, 134, 0.15); }

.modern-section .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block; }

.modern-section .content-column {
  position: relative; }

.modern-section .content-column .inner-column {
  position: relative;
  padding-left: 30px; }

.modern-section .content-column .inner-column h2 {
  position: relative;
  color: #283855;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 12px; }

.modern-section .content-column .inner-column .title {
  position: relative;
  color: #555555;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px; }

.modern-section .content-column .inner-column .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 35px; }

/*** 

====================================================================
	Expert Section
====================================================================

***/
.expert-section {
  position: relative;
  padding: 0px 0px 100px; }

.expert-section .sec-title {
  margin-bottom: 30px; }

.expert-section .counter-column {
  position: relative; }

.expert-section .counter-column .inner-column {
  position: relative; }

.expert-section .counter-column .inner-column .fact-counter {
  position: relative;
  padding-left: 50px; }

.expert-section .counter-column .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  padding-left: 50px;
  line-height: 1.7em;
  margin-bottom: 55px; }

.expert-section .counter-column .text:before {
  position: absolute;
  content: "\f1ac";
  left: 0px;
  top: 0px;
  color: #62bc46;
  line-height: 1em;
  font-size: 40px;
  font-family: "Flaticon"; }

.expert-section .blocks-column {
  position: relative; }

.expert-section .blocks-column .inner-column {
  position: relative;
  margin-right: -185px; }

.expert-section .blocks-column .inner-column .owl-nav {
  display: none; }

.expert-section .blocks-column .inner-column .owl-dots {
  position: relative;
  text-align: center;
  margin-top: 20px; }

.expert-section .blocks-column .inner-column .owl-dots .owl-dot {
  position: relative;
  width: 10px;
  height: 8px;
  margin: 0px 5px;
  display: inline-block;
  border-radius: 50%;
  background-color: #cccccc;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.expert-section .blocks-column .inner-column .owl-dots .owl-dot:hover,
.expert-section .blocks-column .inner-column .owl-dots .owl-dot.active {
  position: relative;
  width: 22px;
  height: 8px;
  border-radius: 10px;
  background-color: #62bc46; }

/*Expert Block*/
.expert-block {
  position: relative;
  margin-bottom: 30px; }

.expert-block .inner-box {
  position: relative; }

.expert-block .inner-box .image {
  position: relative; }

.expert-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block; }

.expert-block .inner-box .image:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(68, 57, 134, 0.15); }

.expert-block .inner-box .lower-content {
  position: relative;
  padding-top: 30px;
  text-align: center; }

.expert-block .inner-box .lower-content h3 {
  position: relative;
  color: #333c57;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 4px; }

.expert-block .inner-box .lower-content h3 a {
  position: relative;
  color: #333c57;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.expert-block .inner-box .lower-content h3 a:hover {
  color: #62bc46; }

.expert-block .inner-box .lower-content .designation {
  position: relative;
  color: #62bc46;
  font-size: 13px;
  font-weight: 500; }

/*** 

====================================================================
	News Section Three
====================================================================

***/
.news-section-three {
  position: relative;
  padding: 100px 0px 60px;
  background-color: #f9f8fc; }

.news-section-three.alternate {
  background: none; }

.news-block-three {
  position: relative;
  margin-bottom: 30px; }

.news-block-three .inner-box {
  position: relative;
  overflow: hidden; }

.news-block-three .inner-box .image {
  position: relative; }

.news-block-three .inner-box .image img {
  position: relative;
  width: 100%;
  display: block; }

.news-block-three .inner-box .image:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  z-index: 1;
  border: 150px solid rgba(68, 57, 134, 0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
  -webkit-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
  -o-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
  -ms-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
  transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62); }

.news-block-three .inner-box:hover .image:before {
  border: 0px double rgba(68, 57, 134, 0.6); }

.news-block-three .inner-box .lower-content {
  position: relative;
  padding-top: 40px; }

.news-block-three .inner-box .post-info {
  position: relative;
  margin-bottom: 12px; }

.news-block-three .inner-box .post-info li {
  position: relative;
  color: #555555;
  font-size: 13px;
  font-weight: 700;
  padding-right: 14px;
  margin-right: 12px;
  line-height: 1.1em;
  display: inline-block;
  text-transform: normal;
  border-right: 1px solid #555555; }

.news-block-three .inner-box .post-info li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border: none; }

.news-block-three .inner-box .lower-content h3 {
  position: relative;
  font-size: 22px;
  color: #333c57;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 10px; }

.news-block-three .inner-box .lower-content h3 a {
  position: relative;
  color: #333c57;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.news-block-three .inner-box .lower-content h3 a:hover {
  color: #62bc46; }

.news-block-three .inner-box .lower-content .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 30px; }

.news-block-three .inner-box .lower-content .read-more {
  position: relative;
  color: #62bc46;
  font-size: 13px;
  font-weight: 700;
  padding-right: 30px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.news-block-three .inner-box .lower-content .read-more:hover {
  color: #283855; }

.news-block-three .inner-box .lower-content .read-more:before {
  position: absolute;
  content: "";
  left: 100%;
  top: 12px;
  width: 0%;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: #dddddd; }

.news-block-three .inner-box:hover .lower-content .read-more:before {
  width: 300%;
  opacity: 1;
  visibility: visible; }

.news-block-three .inner-box .lower-content .read-more .fa {
  position: relative;
  color: #283855;
  font-weight: 700;
  margin-right: 4px;
  display: inline-block; }

/*** 

====================================================================
	Goals Section
====================================================================

***/
.goals-section {
  position: relative;
  padding: 110px 0px 30px; }

.goals-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-color: #f9f8fc; }

.goals-section .title-column {
  position: relative; }

.goals-section .title-column .inner-column {
  position: relative;
  text-align: right;
  padding-right: 50px;
  margin-bottom: 40px; }

.goals-section .title-column .inner-column h2 {
  position: relative;
  color: #283855;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2em; }

.goals-section .content-column {
  position: relative; }

.goals-section .content-column .inner-column {
  position: relative;
  padding-left: 50px; }

.goals-section .content-column .inner-column .text {
  position: relative; }

.goals-section .content-column .inner-column .text p {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 30px; }

.goals-section .content-column .inner-column .text p:last-child {
  margin-bottom: 0px; }

/*** 

====================================================================
	Services Section Three
====================================================================

***/
.services-section-three {
  position: relative;
  padding: 130px 0px 100px; }

.services-section-three:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 80px;
  right: 0px;
  bottom: 80px;
  background: url(../img/icons/pattern-2.png) no-repeat; }

/*** 

====================================================================
	Task Section
====================================================================

***/
.task-section {
  position: relative;
  padding: 105px 0px 50px;
  background-color: #283855; }

.task-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 30%;
  height: 100%;
  display: block;
  background-color: #ffffff; }

.task-section .image-column {
  position: relative;
  margin-bottom: 40px; }

.task-section .image-column .inner-column {
  position: relative;
  margin-right: 20px;
  margin-left: -250px; }

.task-section .image-column .inner-column .image {
  position: relative; }

.task-section .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block; }

.task-section .content-column {
  position: relative; }

.task-section .content-column .inner-column {
  position: relative;
  margin-right: -115px;
  padding-left: 40px; }

.task-section .content-column .inner-column .title {
  position: relative;
  color: #62bc46;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: normal; }

.task-section .content-column .inner-column h2 {
  position: relative;
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 45px; }

.task-section .content-column .inner-column .btn-box {
  position: relative;
  margin-left: 58px;
  margin-top: 50px; }

/*** 

====================================================================
	Offer Section
====================================================================

***/
.offer-section-two {
  position: relative;
  padding: 120px 0px 80px; }

.offer-section-two .offer-title-box {
  position: relative;
  margin-bottom: 30px; }

.offer-section-two .offer-title-box .inner-box {
  position: relative;
  min-height: 408px;
  padding: 45px 45px 45px;
  background-color: #62bc46; }

.offer-section-two .offer-title-box .inner-box h2 {
  position: relative;
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.3em; }

.offer-section-two .offer-title-box .inner-box .text {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
  margin-top: 10px; }

.offer-section-two .offer-title-box .inner-box .arrow-box {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 70px;
  height: 70px;
  color: #283855;
  text-align: center;
  line-height: 70px;
  font-size: 24px;
  font-weight: 700;
  background-color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.offer-section-two .offer-title-box .inner-box .arrow-box:hover {
  color: #ffffff;
  background-color: #283855; }

.offer-section-two .counter-box {
  position: relative;
  padding-top: 70px;
  padding-left: 190px;
  padding-right: 200px; }

/*Services Block Three*/
.services-block-three {
  position: relative;
  margin-bottom: 30px; }

.services-block-three .inner-box {
  position: relative;
  overflow: hidden;
  padding: 56px 45px 55px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15); }

.services-block-three .inner-box .left-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block; }

.services-block-three .inner-box .left-layer:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #283855;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease; }

.services-block-three .inner-box .left-layer:after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #283855;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease; }

.services-block-three .inner-box:hover .left-layer:before,
.services-block-three .inner-box:hover .left-layer:after {
  height: 100%; }

.services-block-three .inner-box .right-layer {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block; }

.services-block-three .inner-box .right-layer:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #283855;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease; }

.services-block-three .inner-box .right-layer:after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #283855;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease; }

.services-block-three .inner-box:hover .right-layer:before,
.services-block-three .inner-box:hover .right-layer:after {
  height: 100%; }

.services-block-three .inner-box .icon-box {
  position: relative;
  color: #283855;
  font-size: 60px;
  line-height: 1em;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.services-block-three .inner-box:hover .icon-box,
.services-block-three .inner-box:hover .text,
.services-block-three .inner-box:hover h3 a {
  color: #ffffff; }

.services-block-three .inner-box h3 {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px; }

.services-block-three .inner-box h3 a {
  position: relative;
  color: #333c57;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.services-block-three .inner-box .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  margin-bottom: 35px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.services-block-three .inner-box .read-more {
  position: relative;
  color: #62bc46;
  font-size: 13px;
  text-transform: normal;
  padding-right: 25px;
  font-weight: 700;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.services-block-three .inner-box .read-more .fa {
  position: relative;
  margin-right: 3px; }

.services-block-three .inner-box .read-more:after {
  position: absolute;
  content: "";
  left: 100%;
  top: 10px;
  width: 0%;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  background-color: rgba(255, 255, 255, 0.2); }

.services-block-three .inner-box:hover .read-more:after {
  opacity: 1;
  width: 300%;
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.2); }

/*** 

====================================================================
	Consulting Section
====================================================================

***/
.consulting-section {
  position: relative;
  padding: 110px 0px 110px;
  background-color: #f9f8fc; }

.consulting-section.alternate {
  background-color: #ffffff; }

.consult-block {
  position: relative; }

.consult-block .inner-box {
  position: relative;
  background-color: #ffffff; }

.consult-block .inner-box .image-column {
  position: relative;
  padding: 0px;
  float: left; }

.consult-block .inner-box .image-column .inner-column {
  position: relative; }

.consult-block .inner-box .image-column .image {
  position: relative; }

.consult-block .inner-box .image-column .image img {
  position: relative;
  width: 100%;
  display: block; }

.consult-block .inner-box .content-column {
  position: relative;
  padding: 0px;
  float: left; }

.consult-block .inner-box .content-column .inner-column {
  position: relative;
  padding: 70px 50px 70px 70px; }

.consult-block .inner-box .content-column .title {
  position: relative;
  color: #62bc46;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: normal; }

.consult-block .inner-box .content-column h3 {
  position: relative;
  font-size: 22px;
  color: #283855;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 18px; }

.consult-block .inner-box .content-column .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 30px; }

.consulting-section {
  /* Basic styles for the dots container */
  /* Style for the custom dot buttons */
  /* Change color when dot is active */
  /* Add hover effect for dots */ }
  .consulting-section .slick-dots {
    position: absolute;
    bottom: -50px;
    width: 100%;
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    list-style-type: none !important; }
  .consulting-section .slick-dots li {
    margin: 0 5px; }
  .consulting-section .slick-dots li button.custom-dot {
    background-color: #ddd;
    border: none;
    border-radius: 50%;
    color: #000;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s; }
  .consulting-section .slick-dots li.slick-active button.custom-dot {
    background-color: #41516e;
    color: #fff; }
  .consulting-section .slick-dots li button.custom-dot:hover {
    background-color: #283855;
    color: #fff; }

.consulting-section .owl-nav {
  display: none; }

.consulting-section .owl-dots {
  position: relative;
  text-align: center;
  margin-top: 60px; }

.consulting-section .owl-dots .owl-dot {
  position: relative;
  width: 10px;
  height: 8px;
  margin: 0px 5px;
  display: inline-block;
  border-radius: 50%;
  background-color: #cccccc;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.consulting-section .owl-dots .owl-dot:hover,
.consulting-section .owl-dots .owl-dot.active {
  position: relative;
  width: 22px;
  height: 8px;
  border-radius: 10px;
  background-color: #62bc46; }

/*** 

====================================================================
	Strategy Section
====================================================================

***/
.strategy-section {
  position: relative;
  padding: 100px 0px 75px; }

.strategy-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 35%;
  height: 315px;
  background-color: #f9f8fc; }

.strategy-section .title-box {
  position: relative;
  margin-bottom: 140px; }

.strategy-section .title-box .title {
  position: relative;
  font-size: 18px;
  color: #555555;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 10px; }

.strategy-section .title-box h2 {
  position: relative;
  font-size: 30px;
  color: #283855;
  font-weight: 400;
  line-height: 1.2em; }

/*Strategy Block*/
.strategy-block {
  position: relative;
  margin-bottom: 30px; }

.strategy-block .inner-box {
  position: relative;
  padding-left: 105px;
  padding-right: 30px; }

.strategy-block .inner-box .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #283855;
  line-height: 1em;
  font-size: 70px; }

.strategy-block .inner-box h3 {
  position: relative;
  color: #333c57;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 12px; }

.strategy-block .inner-box h3 a {
  position: relative;
  color: #333c57;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.strategy-block .inner-box h3 a:hover {
  color: #62bc46; }

.strategy-block .inner-box .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.6em; }

/*** 

====================================================================
	Stories Section
====================================================================

***/
.stories-section {
  position: relative;
  padding: 110px 0px 80px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center; }

.stories-section .auto-container {
  position: relative; }

.stories-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(68, 57, 134, 0.9); }

.stories-section .title-column {
  position: relative;
  margin-bottom: 30px; }

.stories-section .title-column .inner-column {
  position: relative; }

.stories-section .title-column .sec-title {
  position: relative;
  margin-bottom: 25px; }

.stories-section .title-column .inner-column .text {
  position: relative;
  color: #cccccc;
  font-size: 16px;
  line-height: 1.7em; }

.stories-section .blocks-column,
.stories-section .blocks-column .owl-carousel,
.stories-section .blocks-column .owl-carousel .owl-stage,
.stories-section .blocks-column .owl-carousel .owl-stage-outer {
  position: static; }

.stories-section .owl-nav {
  display: none; }

.stories-section .owl-dots {
  position: absolute;
  left: 15px;
  bottom: 190px; }

.stories-section .owl-dots .owl-dot {
  position: relative;
  width: 10px;
  height: 8px;
  margin: 0px 5px;
  display: inline-block;
  border-radius: 50%;
  background-color: #cccccc;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.stories-section .owl-dots .owl-dot:hover,
.stories-section .owl-dots .owl-dot.active {
  position: relative;
  width: 22px;
  height: 8px;
  border-radius: 10px;
  background-color: #62bc46; }

/*Story Block*/
.story-block {
  position: relative;
  margin-bottom: 30px; }

.story-block .inner-box {
  position: relative; }

.story-block .inner-box .image {
  position: relative; }

.story-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block; }

.story-block .inner-box .lower-content {
  position: relative;
  padding-top: 40px; }

.story-block .inner-box .lower-content h3 {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 10px; }

.story-block .inner-box .lower-content h3 a {
  position: relative;
  color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.story-block .inner-box .lower-content .text {
  position: relative;
  color: #cccccc;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 25px; }

.story-block .inner-box .lower-content .read-more {
  position: relative;
  color: #62bc46;
  font-size: 13px;
  font-weight: 700;
  padding-right: 30px;
  text-transform: normal;
  display: inline-block; }

.story-block .inner-box .lower-content h3 a:hover {
  color: #62bc46; }

.story-block .inner-box .lower-content .read-more .fa {
  position: relative;
  font-weight: 400;
  margin-right: 4px;
  color: #ffffff;
  top: -2px; }

/*** 

====================================================================
	Services Section Four
====================================================================

***/
.services-section-four {
  position: relative;
  padding: 105px 0px 40px; }

.services-block-four {
  position: relative;
  margin-bottom: 30px; }

.services-block-four .inner-box {
  position: relative;
  text-align: center;
  padding: 40px 30px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

.services-block-four .inner-box:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 0px;
  background-color: #62bc46;
  transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease; }

.services-block-four .inner-box:after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  height: 2px;
  width: 0px;
  background-color: #62bc46;
  transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease; }

.services-block-four .inner-box:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15); }

.services-block-four .inner-box:hover::before,
.services-block-four .inner-box:hover::after {
  width: 100%; }

.services-block-four .inner-box .icon-box {
  position: relative;
  color: #283855;
  font-size: 65px;
  line-height: 1em;
  margin-bottom: 18px; }

.services-block-four .inner-box h3 {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 10px; }

.services-block-four .inner-box h3 a {
  position: relative;
  color: #333c57;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.services-block-four .inner-box .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.7em; }

.services-block-four .inner-box h3 a:hover {
  color: #62bc46; }

/*** 

====================================================================
	Fluid Section Four
====================================================================

***/
.fluid-section-four {
  position: relative;
  background-color: #f9f8fc; }

.fluid-section-four .image-column {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  float: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.fluid-section-four .image-column .image {
  width: 100%;
  display: none; }

.fluid-section-four .image-column .image img {
  display: block;
  width: 100%; }

.fluid-section-four .image-column .overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(68, 57, 134, 0.7);
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease; }

.fluid-section-four .image-column .overlay-link .icon-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  color: #333c57;
  font-size: 28px;
  padding-left: 6px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 50px;
  display: inline-block;
  margin-left: -40px;
  margin-top: -40px;
  background-color: #ffffff; }

.fluid-section-four .image-column .overlay-link .icon-box:before {
  position: absolute;
  content: "";
  left: -5px;
  top: -5px;
  bottom: -5px;
  right: -5px;
  border-radius: 50px;
  border: 5px solid rgba(255, 255, 255, 0.2); }

.fluid-section-four .image-column .overlay-link .icon-box:after {
  position: absolute;
  content: "";
  left: -10px;
  top: -10px;
  bottom: -10px;
  right: -10px;
  border-radius: 50px;
  border: 4px solid rgba(255, 255, 255, 0.1); }

.fluid-section-four .image-column:hover .overlay-link {
  background: rgba(68, 57, 134, 0.4); }

/*Content Column*/
.fluid-section-four .content-column {
  position: relative;
  width: 50%;
  float: right;
  padding: 85px 60px 100px 90px; }

.fluid-section-four .content-column .content-box {
  position: relative;
  max-width: 525px;
  float: left; }

/*** 

====================================================================
	News Section Four
====================================================================

***/
.news-section-four {
  position: relative;
  padding: 100px 0px 110px; }

.news-section-four:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 75%;
  bottom: 200px;
  background-color: #f9f8fc; }

/*News Block Four*/
.news-block-four {
  position: relative;
  margin-bottom: 70px; }

.news-block-four .inner-box {
  position: relative; }

.news-block-four .inner-box .image-column {
  position: relative; }

.news-block-four .inner-box .image-column .inner-column {
  position: relative; }

.news-block-four .inner-box .image-column .inner-column .image {
  position: relative; }

.news-block-four .inner-box .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block; }

.news-block-four .inner-box .content-column {
  position: relative; }

.news-block-four .inner-box .content-column .inner-column {
  position: relative;
  padding-left: 20px; }

.news-block-four .inner-box .content-column .post-info {
  position: relative;
  margin-bottom: 8px; }

.news-block-four .inner-box .content-column .post-info li {
  position: relative;
  color: #283855;
  font-size: 13px;
  font-weight: 700;
  padding-right: 14px;
  margin-right: 12px;
  line-height: 1.2em;
  display: inline-block;
  text-transform: normal;
  border-right: 1px solid #283855; }

.news-block-four .inner-box .content-column .post-info li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border: none; }

.news-block-four .inner-box .content-column .post-info li:first-child {
  color: #62bc46; }

.news-block-four .inner-box .content-column h3 {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 25px; }

.news-block-four .inner-box .content-column h3 a {
  position: relative;
  color: #333c57;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.news-block-four .inner-box .content-column h3 a:hover {
  color: #62bc46; }

.news-block-four .inner-box .content-column .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 30px; }

.news-block-four .inner-box .content-column .read-more {
  position: relative;
  color: #62bc46;
  font-size: 13px;
  font-weight: 700;
  padding-right: 30px;
  text-transform: normal;
  display: inline-block;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease; }

.news-block-four .inner-box .content-column .read-more .fa {
  position: relative;
  color: #283855;
  font-weight: 700;
  margin-right: 4px;
  display: inline-block; }

.news-block-four .inner-box .content-column .read-more:hover {
  color: #283855; }

.news-section-four .button-box {
  margin-top: 120px; }

/*** 

====================================================================
	Page Title
====================================================================

***/
.page-title {
  position: relative;
  padding: 120px 0px 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; }

.page-title:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(14, 12, 31, 0.8); }

.page-title .auto-container {
  position: relative; }

.page-title h1 {
  position: relative;
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 5px;
  text-transform: normal; }

.page-breadcrumb {
  position: relative; }

.page-breadcrumb:before {
  position: absolute;
  content: "";
  left: -50px;
  top: 14px;
  height: 1px;
  width: 35px;
  background-color: #ffffff; }

.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  color: #62bc46;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize; }

.page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -2px;
  top: -1px;
  color: #ffffff;
  font-size: 14px;
  font-family: "FontAwesome"; }

.page-breadcrumb li:last-child::after {
  display: none; }

.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px; }

.page-breadcrumb li a {
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.page-breadcrumb li a:hover {
  color: #62bc46; }

/*** 

====================================================================
	Featured Section Two
====================================================================

***/
.featured-section-two {
  position: relative;
  padding: 100px 0px 90px; }

.feature-block-four {
  position: relative;
  margin-bottom: 30px; }

.feature-block-four .inner-box {
  position: relative; }

.feature-block-four .inner-box .icon-box {
  position: relative;
  color: #62bc46;
  font-size: 70px;
  line-height: 1em;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.feature-block-four .inner-box:hover .icon-box {
  color: #283855; }

.feature-block-four .inner-box h3 {
  position: relative;
  color: #333c57;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7em;
  margin-bottom: 12px; }

.feature-block-four .inner-box h3 a {
  position: relative;
  color: #333c57;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.feature-block-four .inner-box h3 a:hover {
  color: #62bc46; }

.feature-block-four .inner-box .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.6em; }

/*** 

====================================================================
	Skills Section
====================================================================

***/
.skills-section {
  position: relative;
  padding: 105px 0px 60px; }

.skills-section .title-column {
  position: relative;
  margin-bottom: 30px; }

.skills-section .title-column .inner-column {
  position: relative;
  text-align: right; }

.skills-section .title-column .inner-column .sec-title h2 {
  line-height: 1.2em;
  margin-bottom: 25px; }

.skills-section .skill-column {
  position: relative;
  margin-bottom: 40px; }

.skills-section .skill-column .inner-column {
  position: relative;
  padding-left: 70px; }

/*Skills Section*/
.skills {
  position: relative; }

.skills .skill-item {
  position: relative;
  margin-bottom: 50px; }

.skills .skill-item:last-child {
  margin-bottom: 0px; }

.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
  height: 5px;
  background-color: #eeeeee; }

.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 5px;
  background: none; }

.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 5px;
  width: 0px;
  -webkit-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  transition: all 2000ms ease;
  background: -webkit-linear-gradient(left, #483985, #e92e52);
  background: -ms-linear-gradient(left, #483985, #e92e52);
  background: -o-linear-gradient(left, #483985, #e92e52);
  background: -moz-linear-gradient(left, #483985, #e92e52); }

.skills .skill-item .skill-bar .bar-inner .bar:after {
  position: absolute;
  right: 0px;
  top: -25px;
  color: #283855;
  content: "\f0d7";
  font-family: "FontAwesome"; }

.skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 12px; }

.skills .skill-item .skill-header .skill-title {
  position: relative; }

.skills .skill-item .skill-header .skill-title {
  float: left;
  color: #333c57;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4em;
  text-transform: normal;
  font-family: "Fira Sans", sans-serif; }

.skills .skill-item .skill-header .skill-percentage {
  float: right;
  color: #333c57;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4em;
  text-transform: normal;
  font-family: "Fira Sans", sans-serif; }

/*Services Title Box*/
.services-title-box {
  position: relative;
  padding: 60px 0px; }

.services-title-box .title-box {
  position: relative;
  text-align: center; }

.services-title-box .title-box .title {
  position: relative;
  color: #555555;
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 10px; }

.services-title-box .title-box h2 {
  position: relative;
  color: #283855;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 25px; }

.services-title-box .title-box .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  max-width: 900px;
  margin: 0 auto; }

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/
.sidebar-page-container {
  position: relative;
  padding: 70px 0px 0px; }

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
  margin-bottom: 40px; }

.sidebar-page-container .sidebar-side .sidebar {
  position: relative;
  padding-right: 40px; }

/*Sidebar Widget*/
.sidebar-widget {
  position: relative;
  margin-bottom: 50px; }

/*Blog Cat*/
.blog-cat {
  position: relative;
  padding-left: 0; }

.blog-cat li {
  position: relative;
  margin-bottom: 5px; }

.blog-cat li a {
  position: relative;
  font-size: 16px;
  display: block;
  color: #333c57;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 14px 30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #f9f8fc;
  font-family: "Fira Sans", sans-serif; }

.blog-cat li a:hover,
.blog-cat li.active a {
  color: #ffffff;
  background-color: #62bc46;
  border-right: 5px solid #283855; }

/*Testimonial Widget*/
.testimonial-widget .inner-widget {
  position: relative;
  padding: 40px 30px;
  background-color: #283855; }

.testimonial-widget .inner-widget .owl-nav {
  display: none; }

.testimonial-widget .inner-widget .owl-dots {
  position: relative;
  text-align: center;
  margin-top: 30px; }

.testimonial-widget .inner-widget .owl-dots .owl-dot {
  position: relative;
  width: 10px;
  height: 8px;
  margin: 0px 5px;
  display: inline-block;
  border-radius: 50%;
  background-color: #cccccc;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.testimonial-widget .inner-widget .owl-dots .owl-dot:hover,
.testimonial-widget .inner-widget .owl-dots .owl-dot.active {
  position: relative;
  width: 22px;
  height: 8px;
  border-radius: 10px;
  background-color: #62bc46; }

.jsTestimonialCarouselWidget {
  overflow: hidden !important; }

.jsTestimonialCarouselWidget .slick-slide {
  width: 100% !important;
  text-align: center; }

.slick-track {
  display: flex !important;
  align-items: center; }

/* Testimonial Block Four */
.testimonial-block-four {
  position: relative; }

.testimonial-block-four .inner-box {
  position: relative;
  margin-left: 2px; }

.testimonial-block-four .inner-box .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8em;
  font-style: italic;
  margin-bottom: 30px; }

.testimonial-block-four .inner-box .author-info {
  position: relative; }

.testimonial-block-four .inner-box .author-info .info-inner {
  position: relative;
  padding-left: 75px;
  padding-top: 10px;
  min-height: 60px; }

.testimonial-block-four .inner-box .author-info .info-inner .quote-icon {
  position: absolute;
  right: 0px;
  top: 15px;
  color: #ffffff;
  font-size: 36px;
  line-height: 1em;
  opacity: 0.5; }

.testimonial-block-four .inner-box .author-info .info-inner .image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden; }

.testimonial-block-four .inner-box .author-info .info-inner h3 {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500; }

.testimonial-block-four .inner-box .author-info .info-inner .designation {
  position: relative;
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  text-transform: normal; }

.brochure-widget h2 {
  position: relative;
  color: #283855;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 12px;
  border-bottom: 1px solid #dddddd;
  font-family: "Fira Sans", sans-serif; }

.brochure-widget .widget-content {
  position: relative; }

.brochure-widget .brouchers {
  position: relative; }

.brochure-widget .brouchers li {
  position: relative;
  border-bottom: 1px solid #dddddd; }

.brochure-widget .brouchers li a {
  position: relative;
  color: #333c57;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 8px;
  padding-left: 55px;
  display: block;
  font-family: "Fira Sans", sans-serif; }

.brochure-widget .brouchers li a .icon {
  position: absolute;
  content: "";
  left: 12px;
  top: 11px;
  font-size: 28px;
  line-height: 1em;
  color: #777777; }

/*Contact Info Widget*/
.contact-info-widget {
  position: relative; }

.contact-info-widget .inner-content {
  position: relative;
  padding: 40px 20px;
  text-align: center;
  background-color: #62bc46;
  border-inline-start: 10px solid #283855; }

.contact-info-widget.style-two .inner-content {
  background-color: #283855; }

.contact-info-widget .inner-content .icon-box {
  position: relative;
  color: #ffffff;
  font-size: 50px;
  line-height: 1em;
  margin-bottom: 15px; }

.contact-info-widget .inner-content .text {
  position: relative;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5em;
  color: #ffffff;
  margin-bottom: 20px; }

.contact-info-widget .inner-content .number {
  position: relative;
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Fira Sans", sans-serif; }

.contact-info-widget .inner-content .email {
  position: relative;
  font-size: 16px;
  color: #ffffff;
  margin-top: 5px;
  font-weight: 300;
  font-family: "Fira Sans", sans-serif; }

/*Services Single*/
.services-single {
  position: relative; }

.services-single .inner-box {
  position: relative; }

.services-single .inner-box .image {
  position: relative; }

.services-single .inner-box .image img {
  position: relative;
  width: 100%;
  display: block; }

.services-single .inner-box .lower-content {
  position: relative;
  padding-top: 50px; }

.services-single .inner-box .lower-content h2 {
  position: relative;
  color: #283855;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 8px; }

.services-single .inner-box .lower-content .title {
  position: relative;
  color: #333c57;
  font-size: 16px;
  line-height: 1.1em;
  font-weight: bold;
  margin-bottom: 20px; }

.services-single .inner-box .lower-content .text {
  position: relative; }
  .services-single .inner-box .lower-content .text li {
    position: relative; }
    .services-single .inner-box .lower-content .text li::before {
      position: absolute;
      content: "";
      left: -30px;
      top: 12px;
      width: 24px;
      height: 2px;
      border-radius: 10px;
      background-color: #62bc46; }

.services-single .inner-box .lower-content .text p {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 22px; }

.services-single .inner-box .lower-content .two-column {
  position: relative;
  margin-top: 60px;
  margin-bottom: 30px; }

.services-single .inner-box .lower-content h3 {
  position: relative;
  color: #333c57;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 20px; }

.services-single .inner-box .lower-content .blocks-outer {
  margin-top: 40px; }

.services-block-five {
  position: relative;
  margin-bottom: 30px; }

.services-block-five .block-inner {
  position: relative;
  padding-left: 70px; }

.services-block-five .block-inner .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #62bc46;
  font-size: 50px;
  line-height: 1em; }

.services-block-five .block-inner h4 {
  position: relative;
  color: #333c57;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 12px; }

.services-block-five .block-inner h4 a {
  position: relative;
  color: #333c57;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.services-block-five .block-inner h4 a:hover {
  color: #62bc46; }

.services-block-five .block-inner .text {
  position: relative;
  line-height: 1.6em;
  color: #555555;
  font-size: 16px; }

/*Sidebar Title*/
.sidebar-title {
  position: relative;
  margin-bottom: 25px; }

.sidebar-title h2 {
  font-size: 22px;
  color: #283855;
  font-weight: 400;
  line-height: 1.2em;
  padding-left: 40px;
  text-transform: capitalize; }

.sidebar-title h2:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 10px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #62bc46; }

/*Search Box Widget*/
.sidebar .search-box .form-group {
  position: relative;
  margin: 0px; }

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 33px;
  padding: 10px 50px 10px 20px;
  background: #ffffff;
  display: block;
  font-size: 14px;
  width: 100%;
  height: 55px;
  font-weight: 400;
  border: 1px solid #eeeeee;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

.sidebar .search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 55px;
  width: 50px;
  display: block;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  line-height: 55px;
  background: #283855;
  font-weight: normal; }

/*Post Widget*/
.sidebar .popular-posts .post {
  position: relative;
  font-size: 14px;
  color: #666666;
  padding: 0px 0px;
  padding-left: 118px;
  min-height: 115px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dddddd; }

.sidebar .popular-posts .post:last-child {
  margin-bottom: 0px; }

.sidebar .popular-posts .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px; }

.sidebar .popular-posts .post:hover .post-thumb img {
  opacity: 0.7; }

.sidebar .popular-posts .post .post-thumb img {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.sidebar .popular-posts .post .text {
  position: relative;
  top: -4px;
  font-size: 16px;
  margin: 0px 0px 0px;
  font-weight: 400;
  color: #333c57;
  line-height: 1.6em;
  text-transform: capitalize;
  font-family: "Fira Sans", sans-serif; }

.sidebar .popular-posts .post .text a {
  color: #333c57;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
  color: #62bc46; }

.sidebar .popular-posts .post-info {
  font-size: 13px;
  color: #62bc46;
  font-weight: 500;
  margin-bottom: 6px;
  text-transform: normal; }

/*Archive List*/
.archive-list {
  position: relative; }

.archive-list li {
  position: relative;
  padding: 12px 0px;
  padding-left: 14px;
  border-bottom: 1px solid #dddddd; }

.archive-list li:first-child {
  padding-top: 0px; }

.archive-list li a {
  position: relative;
  color: #333c57;
  font-size: 14px;
  font-weight: 500;
  padding-left: 18px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: "Fira Sans", sans-serif; }

.archive-list li a:before {
  position: absolute;
  left: 0px;
  content: "\f0da";
  color: #283855;
  font-size: 16px;
  font-family: "FontAwesome"; }

.archive-list li a:hover {
  color: #62bc46; }

/*Popular Tags*/
.sidebar .popular-tags a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 9px 20px 9px;
  margin: 0px 3px 8px 0px;
  color: #555555;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  background: none;
  border: 1px solid #283855;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  font-family: "Fira Sans", sans-serif; }

.sidebar .popular-tags a:hover {
  border-color: #62bc46;
  background-color: #62bc46;
  color: #ffffff; }

/*Newsletter Box*/
.newsletter-box {
  position: relative;
  display: block;
  padding: 40px 40px 50px;
  background-color: #62bc46; }

.newsletter-box h3 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.2em;
  padding-left: 40px;
  margin-bottom: 20px;
  text-transform: capitalize; }

.newsletter-box h3:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 10px;
  width: 25px;
  height: 2px;
  background-color: #ffffff; }

.newsletter-box .form-group {
  position: relative;
  margin: 0px; }

.newsletter-box .form-group input[type="text"],
.newsletter-box .form-group input[type="email"] {
  position: relative;
  line-height: 33px;
  padding: 10px 50px 10px 20px;
  background: #ffffff;
  display: block;
  font-size: 14px;
  width: 100%;
  height: 55px;
  font-weight: 500;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

.newsletter-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 55px;
  width: 50px;
  display: block;
  font-size: 16px;
  color: #283855;
  cursor: pointer;
  line-height: 55px;
  font-weight: normal;
  background: none; }

/*News Block Five*/
.news-block-five {
  position: relative;
  margin-bottom: 70px; }

.news-block-five .inner-box {
  position: relative; }

.news-block-five .inner-box .image {
  position: relative; }

.news-block-five .inner-box .image img {
  position: relative;
  width: 100%;
  display: block; }

.news-block-five .inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center; }

.news-block-five .inner-box .image .overlay-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  color: #ff4c72;
  margin-left: -40px;
  text-align: center;
  border-radius: 50%;
  line-height: 80px;
  display: inline-block;
  padding-left: 4px;
  font-size: 72px;
  margin-top: -40px;
  box-shadow: 0px 0px 35px white; }

.news-block-five .inner-box .lower-content {
  position: relative;
  padding-top: 30px;
  overflow: hidden; }

.news-block-five .inner-box .lower-content .post-meta {
  position: relative; }

.news-block-five .inner-box .lower-content .post-meta li {
  position: relative;
  color: #666666;
  font-size: 13px;
  font-weight: 700;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 1.1em;
  display: inline-block;
  border-right: 1px solid #666666;
  text-transform: capitalize; }

.news-block-five .inner-box .lower-content .post-meta li .icon {
  position: relative;
  color: #62bc46;
  margin-right: 4px;
  font-weight: 400; }

.news-block-five .inner-box .lower-content .post-meta li:nth-child(3),
.news-block-five .inner-box .lower-content .post-meta li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px; }

.news-block-five .inner-box .lower-content h2 {
  position: relative;
  color: #333c57;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3em;
  margin-top: 12px;
  margin-bottom: 18px; }

.news-block-five.style-two .inner-box .lower-content h2 {
  font-size: 26px; }

.news-block-five .inner-box .lower-content h2 a {
  position: relative;
  color: #333c57;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.news-block-five .inner-box .lower-content h2 a:hover {
  color: #62bc46; }

.news-block-five .inner-box .lower-content .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 30px; }

.news-block-five .inner-box .lower-content .read-more {
  position: relative;
  color: #62bc46;
  font-size: 13px;
  font-weight: 700;
  padding-left: 14px;
  padding-right: 30px;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.news-block-five .inner-box .lower-content .read-more:hover {
  color: #283855; }

.news-block-five .inner-box .lower-content .read-more:before {
  position: absolute;
  content: "\f105";
  left: 0px;
  top: -1px;
  color: #283855;
  font-size: 16px;
  font-family: "FontAwesome"; }

.news-block-five .inner-box .lower-content .read-more:after {
  position: absolute;
  content: "";
  top: 11px;
  left: 100%;
  width: 600%;
  height: 1px;
  background-color: #dddddd; }

.news-block-five .inner-box .owl-dots {
  display: none; }

.news-block-five .inner-box .owl-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  margin-top: -25px; }

.news-block-five .inner-box .owl-nav .owl-prev {
  position: absolute;
  left: 35px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #283855; }

.news-block-five .inner-box .owl-nav .owl-next {
  position: absolute;
  right: 35px;
  float: right;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #283855; }

.news-block-five .inner-box .owl-nav .owl-prev:hover,
.news-block-five .inner-box .owl-nav .owl-next:hover {
  color: #ffffff;
  background-color: #62bc46; }

/*News Block Six*/
.news-block-six {
  position: relative;
  margin-bottom: 80px; }

.news-block-six .inner-box {
  position: relative;
  padding: 70px 15px;
  text-align: center;
  background-color: #333c57; }

.news-block-six .inner-box .icon-box {
  position: relative;
  color: #ffffff;
  font-size: 32px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block; }

.news-block-six .inner-box .post-meta {
  position: relative;
  margin-bottom: 20px; }

.news-block-six .inner-box .post-meta li {
  position: relative;
  color: #cccccc;
  font-size: 13px;
  font-weight: 700;
  padding-right: 14px;
  margin-right: 14px;
  line-height: 1em;
  display: inline-block;
  text-transform: normal;
  border-right: 1px solid rgba(255, 255, 255, 0.8); }

.news-block-six .inner-box .post-meta li:last-child {
  border-right: 0px;
  margin-right: 0px;
  padding-right: 0px; }

.news-block-six .inner-box .post-meta li .icon {
  position: relative;
  margin-right: 4px;
  color: #62bc46; }

.news-block-six .inner-box h3 {
  position: relative;
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 10px; }

.news-block-six .inner-box h3 a {
  position: relative;
  color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.news-block-six .inner-box h3 a:hover {
  color: #62bc46; }

.news-block-six .inner-box .link {
  position: relative;
  font-weight: 500;
  color: #62bc46;
  font-size: 16px; }

/* News Block Seven */
.news-block-seven {
  position: relative;
  margin-bottom: 70px; }

.news-block-seven .inner-box {
  position: relative;
  padding: 70px 65px;
  background-color: #f9f8fc; }

.news-block-seven .inner-box .content {
  position: relative;
  overflow: hidden; }

.news-block-seven .inner-box .post-meta {
  position: relative; }

.news-block-seven .inner-box .post-meta li {
  position: relative;
  color: #666666;
  font-size: 13px;
  font-weight: 700;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 1.1em;
  display: inline-block;
  border-right: 1px solid #666666;
  text-transform: normal; }

.news-block-seven .inner-box .post-meta li .icon {
  position: relative;
  color: #62bc46;
  margin-right: 4px;
  font-weight: 400; }

.news-block-seven .inner-box .post-meta li:nth-child(3),
.news-block-seven .inner-box .post-meta li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px; }

.news-block-seven .inner-box h2 {
  position: relative;
  color: #333c57;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3em;
  margin-top: 12px;
  margin-bottom: 18px; }

.news-block-seven .inner-box h2 a {
  position: relative;
  color: #333c57;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.news-block-seven .inner-box h2 a:hover {
  color: #62bc46; }

.news-block-seven .inner-box .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 30px; }

.news-block-seven .inner-box .read-more {
  position: relative;
  color: #62bc46;
  font-size: 13px;
  font-weight: 700;
  padding-left: 14px;
  padding-right: 30px;
  display: inline-block;
  text-transform: normal;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.news-block-seven .inner-box .read-more:hover {
  color: #283855; }

.news-block-seven .inner-box .read-more:before {
  position: absolute;
  content: "\f105";
  left: 0px;
  top: -1px;
  color: #283855;
  font-size: 16px;
  font-family: "FontAwesome"; }

.news-block-seven .inner-box .read-more:after {
  position: absolute;
  content: "";
  top: 11px;
  left: 100%;
  width: 600%;
  height: 1px;
  background-color: #dddddd; }

/*** 

====================================================================
	Styled Pagination
====================================================================

***/
.pagination-outer {
  position: relative;
  padding: 30px 0px;
  background-color: #f9f8fc; }

.styled-pagination {
  position: relative; }

.styled-pagination .inner-box {
  position: relative; }

.styled-pagination .inner-box li {
  position: relative;
  display: block;
  display: inline-block;
  margin: 0px 2px 0px 0px; }

.styled-pagination .inner-box li.prev a,
.styled-pagination .inner-box li.next a {
  background: none;
  font-size: 20px; }

.styled-pagination .inner-box li:last-child {
  margin-right: 0px; }

.styled-pagination .inner-box li a {
  position: relative;
  display: inline-block;
  line-height: 45px;
  height: 45px;
  font-size: 14px;
  min-width: 45px;
  color: #333c57;
  font-weight: 500;
  text-align: center;
  background: #f9f8fc;
  text-transform: capitalize;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  font-family: "Fira Sans", sans-serif; }

.pagination-outer .styled-pagination .inner-box li a {
  background-color: #ffffff; }

.pagination-outer .styled-pagination .inner-box li.prev a,
.pagination-outer .styled-pagination .inner-box li.next a {
  background: none; }

.pagination-outer .styled-pagination .inner-box li.prev a:hover,
.pagination-outer .styled-pagination .inner-box li.next a:hover {
  color: #62bc46; }

.styled-pagination .inner-box li a:hover,
.styled-pagination .inner-box li a.active {
  color: #ffffff;
  background-color: #62bc46; }

.blog-classic-section {
  position: relative;
  padding: 115px 0px 100px; }

/*News Block Eight*/
.news-block-eight {
  position: relative;
  margin-bottom: 80px; }

.news-block-eight .inner-box {
  position: relative;
  padding-left: 472px; }

.news-block-eight .inner-box .image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 420px; }

.news-block-eight .inner-box .image img {
  position: relative;
  width: 100%;
  display: block; }

.news-block-eight .inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center; }

.news-block-eight .inner-box .image .overlay-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  color: #ff4c72;
  margin-left: -40px;
  text-align: center;
  border-radius: 50%;
  line-height: 80px;
  display: inline-block;
  padding-left: 4px;
  font-size: 60px;
  margin-top: -40px; }

.news-block-eight .inner-box .content {
  position: relative; }

.news-block-eight .inner-box .content .post-meta {
  position: relative; }

.news-block-eight .inner-box .content .post-meta li {
  position: relative;
  color: #666666;
  font-size: 13px;
  font-weight: 700;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 1.1em;
  float: left;
  border-right: 1px solid #666666;
  text-transform: normal; }

.news-block-eight .inner-box .content .post-meta li .icon {
  position: relative;
  color: #62bc46;
  margin-right: 4px;
  font-weight: 400; }

.news-block-eight .inner-box .content .post-meta li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px; }

.news-block-eight .inner-box .content h2 {
  position: relative;
  color: #333c57;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3em;
  margin-top: 12px;
  margin-bottom: 18px; }

.news-block-eight .inner-box .content h2 a {
  position: relative;
  color: #333c57;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.news-block-eight .inner-box .content h2 a:hover {
  color: #62bc46; }

.news-block-eight .inner-box .content .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 30px; }

.news-block-eight .inner-box .content .read-more {
  position: relative;
  color: #62bc46;
  font-size: 13px;
  font-weight: 700;
  padding-left: 14px;
  padding-right: 30px;
  display: inline-block;
  text-transform: normal;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.news-block-eight .inner-box .content .read-more:hover {
  color: #283855; }

.news-block-eight .inner-box .content .read-more:before {
  position: absolute;
  content: "\f105";
  left: 0px;
  top: -1px;
  color: #283855;
  font-size: 16px;
  font-family: "FontAwesome"; }

.news-block-eight .inner-box .content .read-more:after {
  position: absolute;
  content: "";
  top: 11px;
  left: 100%;
  width: 600%;
  height: 1px;
  background-color: #dddddd; }

/*** 

====================================================================
	Blog Grid Section
====================================================================

***/
.blog-grid-section {
  position: relative;
  padding: 135px 0px 35px; }

/*News Block Five*/
.blog-single {
  position: relative; }

.blog-single .inner-box {
  position: relative; }

.blog-single .inner-box .image {
  position: relative; }

.blog-single .inner-box .image img {
  position: relative;
  width: 100%;
  display: block; }

.blog-single .inner-box .lower-content {
  position: relative;
  padding-top: 30px;
  color: #323232; }

.blog-single .inner-box .lower-content .post-meta {
  position: relative; }

.blog-single .inner-box .lower-content .post-meta li {
  position: relative;
  color: #323232;
  font-size: 13px;
  font-weight: 700;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 1.1em;
  display: inline-block;
  border-right: 1px solid #666666;
  text-transform: normal; }

.blog-single .inner-box .lower-content .post-meta li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px; }

.blog-single .inner-box .lower-content .post-meta li .icon {
  position: relative;
  color: #62bc46;
  margin-right: 4px;
  font-weight: 400; }

.blog-single .inner-box .lower-content h2 {
  position: relative;
  color: #333c57;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3em;
  margin-top: 12px;
  margin-bottom: 18px; }

.blog-single .inner-box .lower-content .text {
  position: relative;
  color: #323232; }

.blog-single .inner-box .lower-content .text p {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 20px;
  color: #323232; }

.blog-single .inner-box .lower-content .text blockquote {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 45px 65px 45px 50px;
  background-color: #f9f8fc;
  border-left: 2px solid #62bc46; }

.blog-single .inner-box .lower-content .text blockquote .quote-icon {
  position: absolute;
  right: 40px;
  top: -25px;
  color: #283855;
  font-size: 50px;
  line-height: 1em; }

.blog-single .inner-box .lower-content .text blockquote .blockquote-text {
  position: relative;
  font-size: 16px;
  color: #333c57;
  font-style: italic;
  line-height: 1.9em;
  font-family: "Merriweather", serif; }

/*post share options*/
.blog-single .post-share-options {
  position: relative;
  margin-top: 40px; }

.blog-single .post-share-options .info-links {
  position: relative; }

.blog-single .post-share-options .info-links li {
  position: relative;
  color: #666666;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  text-transform: normal; }

.blog-single .post-share-options .info-links li a {
  position: relative;
  color: #62bc46;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  margin-right: 10px; }

.blog-single .post-share-options .tags span {
  font-size: 16px;
  color: #283855;
  font-weight: 700;
  margin-right: 8px;
  text-transform: normal; }

.blog-single .post-share-options .tags a {
  position: relative;
  color: #333c57;
  font-size: 13px;
  font-weight: 400;
  line-height: 1em;
  padding-right: 12px;
  margin-right: 10px;
  display: inline-block;
  border-right: 1px solid #333c57;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

.blog-single .post-share-options .tags a:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px; }

.blog-single .post-share-options .tags {
  position: relative;
  color: #ff4800;
  font-size: 16px;
  font-weight: 400;
  margin-top: 3px; }

.blog-single .post-share-options .tags a:hover {
  color: #020e28; }

/*News Posts*/
.blog-single .inner-box .new-posts {
  position: relative;
  padding: 30px 0px;
  margin-top: 40px;
  margin-bottom: 60px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }

.blog-single .inner-box .new-posts h4 {
  position: relative;
  color: #333c57;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7em; }

.blog-single .inner-box .new-posts .prev-post a {
  position: relative;
  color: #283855;
  font-size: 13px;
  font-weight: 700;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease; }

.blog-single .inner-box .new-posts .next-post {
  text-align: right; }

.blog-single .inner-box .new-posts .next-post a {
  position: relative;
  color: #283855;
  font-size: 13px;
  font-weight: 700;
  text-transform: normal;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease; }

.blog-single .inner-box .new-posts .prev-post {
  position: relative; }

.blog-single .inner-box .new-posts .prev-post a:hover,
.blog-single .inner-box .new-posts .next-post a:hover {
  color: #62bc46; }

/*** 

====================================================================
	Comments Area
====================================================================

 ***/
.sidebar-page-container .comments-area {
  position: relative;
  margin-bottom: 70px; }

.sidebar-page-container .group-title {
  position: relative;
  margin-bottom: 25px; }

.sidebar-page-container .group-title h2 {
  position: relative;
  font-size: 22px;
  color: #283855;
  font-weight: 700;
  padding-left: 40px;
  text-transform: capitalize; }

.sidebar-page-container .group-title h2:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 15px;
  width: 25px;
  height: 2px;
  background-color: #62bc46; }

.sidebar-page-container .comments-area .comment-box {
  position: relative;
  padding: 0px 0px 0px;
  margin-bottom: 40px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.sidebar-page-container .comments-area .comment-box:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: 0px; }

.sidebar-page-container .comments-area .comment-box:hover {
  border-color: #333c57; }

.sidebar-page-container .comments-area .comment {
  position: relative;
  font-size: 14px;
  padding: 0px 0px 0px 100px; }

.sidebar-page-container .comments-area .comment .comment-inner {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd; }

.sidebar-page-container .comments-area .comment .comment-reply {
  position: relative;
  margin-top: 10px;
  color: #62bc46;
  font-size: 13px;
  font-weight: 400;
  text-transform: normal;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.sidebar-page-container .comments-area .comment .comment-reply .fa {
  color: #242424;
  font-size: 14px;
  margin-left: 4px; }

.sidebar-page-container .comments-area .comment .comment-reply:hover {
  color: #242424; }

.sidebar-page-container .comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px; }

.sidebar-page-container .comments-area .comment-box .author-thumb img {
  display: block; }

.sidebar-page-container .comments-area .comment-info {
  color: #3e5773;
  line-height: 24px;
  font-size: 13px; }

.sidebar-page-container .comments-area .comment-box strong {
  font-size: 16px;
  font-weight: 400;
  color: #333c57;
  line-height: 1.1em;
  text-transform: capitalize; }

.sidebar-page-container .comments-area .comment-box .text {
  color: #555555;
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.7em;
  margin-bottom: 10px; }

.sidebar-page-container .comments-area .comment-info .comment-time {
  position: relative;
  font-size: 12px;
  color: #555555;
  margin-top: 0px;
  font-weight: 400; }

.sidebar-page-container .comments-area .comment-box .theme-btn {
  padding: 5px 30px;
  font-size: 12px;
  border: 1px solid #fbca00;
  text-transform: capitalize;
  letter-spacing: 1px; }

/*Comment Form*/
.comment-form {
  position: relative; }

.comment-form .form-group {
  position: relative;
  margin-bottom: 20px; }

.comment-form .form-group:last-child {
  margin-bottom: 0px; }

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  padding: 12px 5px;
  font-weight: 400;
  border-bottom: 1px solid #cccccc;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group textarea:focus {
  border-color: #fa2964; }

.comment-form .form-group textarea {
  height: 190px;
  resize: none; }

.comment-form button {
  margin-top: 40px;
  cursor: pointer; }

.comment-form input:focus,
.comment-form select:focus,
.comment-form textarea:focus {
  border-color: #f06529; }

/*** 

====================================================================
	Map Section
====================================================================

 ***/
.map-section {
  position: relative;
  padding-top: 115px; }

/*** 

====================================================================
	Map Section Style
====================================================================

***/
.map-section {
  position: relative; }

.map-section .auto-container {
  max-width: 1400px; }

.map-data {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em; }

.map-data h6 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  color: #121212; }

.map-canvas {
  height: 550px; }

/*** 

====================================================================
	Content Section
====================================================================

***/
.contact-section {
  position: relative;
  padding-bottom: 110px; }

.contact-section .info-column {
  position: relative; }

.contact-section .info-column .inner-column {
  position: relative;
  padding-right: 65px;
  margin-top: -40px; }

.contact-section .info-column .inner-column .content-box {
  position: relative;
  padding: 60px 55px;
  background-color: #283855; }

.contact-section .info-column .inner-column h2 {
  position: relative;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2em;
  color: #ffffff;
  margin-bottom: 25px; }

.contact-section .info-column .inner-column .title {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  padding-right: 20px;
  padding-bottom: 35px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.contact-section .info-column .inner-column .social-boxed {
  position: relative;
  margin-left: 30px;
  margin-top: 30px; }

.contact-section .info-column .inner-column .social-boxed li {
  position: relative;
  margin-right: 18px;
  display: inline-block; }

.contact-section .info-column .inner-column .social-boxed li a {
  position: relative;
  color: #ffffff;
  font-size: 15px; }

.contact-section .form-column {
  position: relative; }

.contact-section .form-column .inner-column {
  position: relative;
  padding-top: 100px;
  padding-left: 35px; }

.contact-section .form-column .inner-column h2 {
  position: relative;
  color: #283855;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 16px; }

.contact-section .form-column .inner-column h2:before {
  position: absolute;
  content: "";
  left: -35px;
  top: 12px;
  height: 2px;
  width: 25px;
  background-color: #62bc46; }

.contact-section .form-column .inner-column .title {
  position: relative;
  color: #333c57;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 25px; }

/*Contact Form*/
.contact-form .form-group {
  margin-bottom: 20px; }

.contact-form .form-group:last-child {
  margin-bottom: 0px; }

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  color: #888888;
  line-height: 24px;
  padding: 12px 5px;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #fa2964; }

.contact-form textarea {
  height: 170px;
  resize: none;
  padding: 12px 5px; }

.contact-form .message-btn {
  position: relative;
  padding: 13px 32px 13px;
  line-height: 24px;
  background: #283855;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 3px;
  letter-spacing: 1px;
  cursor: pointer;
  margin-top: 30px;
  border: 2px solid #283855;
  text-transform: capitalize;
  font-family: "Fira Sans", sans-serif; }

.contact-form .message-btn:hover {
  background: #62bc46;
  border-color: #62bc46; }

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: #ff0000 !important; }

.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: normal;
  font-size: 13px;
  color: #ff0000;
  font-weight: 500; }

/*** 

====================================================================
	Portfolio Page Section
====================================================================

***/
.portfolio-page-section {
  position: relative;
  padding: 100px 0px 60px; }

.portfolio-page-section.alternate {
  padding-bottom: 110px; }

.portfolio-page-section .filters {
  position: relative; }

.portfolio-page-section .filters .more-projects {
  position: relative;
  color: #333c57;
  font-size: 20px;
  font-weight: 400; }

.portfolio-page-section .filters .filter-tabs {
  position: relative;
  margin-bottom: 30px;
  margin-top: 50px; }

.portfolio-page-section .filters .filter-tabs .filter {
  position: relative;
  color: #555555;
  font-size: 14px;
  margin: 0px 22px;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: normal;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.portfolio-page-section .filters .filter-tabs .filter.active,
.portfolio-page-section .filters .filter-tabs .filter:hover {
  color: #283855; }

.portfolio-page-section .filters .filter-tabs .filter:before {
  position: absolute;
  content: "";
  left: 50%;
  margin-top: -40px;
  width: 7px;
  height: 7px;
  opacity: 0;
  visibility: hidden;
  margin-left: -3px;
  border-radius: 50px;
  background-color: #62bc46;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease; }

.portfolio-page-section .filters .filter-tabs .filter .dots {
  position: absolute;
  content: "";
  left: 50%;
  margin-top: -28px;
  width: 31px;
  opacity: 0;
  visibility: hidden;
  margin-left: -15px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease; }

.portfolio-page-section .filters .filter-tabs .filter .dots:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background-color: #62bc46; }

.portfolio-page-section .filters .filter-tabs .filter .dots:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background-color: #62bc46; }

.portfolio-page-section .filters .filter-tabs .filter:hover .dots,
.portfolio-page-section .filters .filter-tabs .filter.active .dots {
  margin-top: -47px;
  opacity: 1;
  visibility: visible; }

.portfolio-page-section .filters .filter-tabs .filter:hover::before,
.portfolio-page-section .filters .filter-tabs .filter.active::before {
  margin-top: -24px;
  opacity: 1;
  bottom: auto;
  visibility: visible; }

.gallery-block.mix,
.gallery-block-two.mix {
  display: none; }

/*Gallery Block*/
.gallery-block {
  position: relative;
  margin-bottom: 50px; }

.gallery-block .inner-box {
  position: relative; }

.gallery-block .inner-box .image {
  position: relative; }

.gallery-block .inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease; }

.gallery-block .inner-box .image .overlay-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: rgba(238, 45, 80, 0.9);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }

.gallery-block .inner-box:hover .overlay-box:before {
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
  visibility: visible; }

.gallery-block .inner-box:hover .overlay-box {
  opacity: 1; }

.gallery-block .inner-box .image .overlay-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 0px; }

.gallery-block .inner-box .image .overlay-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle; }

.gallery-block .inner-box .image .overlay-box .overlay-inner .link {
  position: relative;
  font-size: 20px;
  color: #62bc46;
  width: 50px;
  height: 50px;
  line-height: 52px;
  margin: 0px 5px;
  display: inline-block;
  background-color: #ffffff;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease; }

.gallery-block .inner-box .image .overlay-box .overlay-inner .link .icon {
  position: relative; }

.gallery-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block; }

.gallery-block .inner-box .lower-content {
  position: relative;
  padding-top: 35px;
  text-align: center; }

.gallery-block .inner-box .lower-content h3 {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 4px; }

.gallery-block .inner-box .lower-content h3 a {
  position: relative;
  color: #333c57;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.gallery-block .inner-box .lower-content h3 a:hover {
  color: #62bc46; }

.gallery-block .inner-box .lower-content .designation {
  position: relative;
  color: #62bc46;
  font-size: 13px;
  font-weight: 700;
  text-transform: normal; }

/* Gallery Block Three */
.gallery-block-two {
  position: relative;
  margin-bottom: 30px; }

.gallery-block-two .inner-box {
  position: relative;
  width: 100%;
  overflow: hidden; }

.gallery-block-two .image-box {
  position: relative;
  display: block;
  margin-bottom: 0px; }

.gallery-block-two .image-box img {
  position: relative;
  display: block;
  width: 100%; }

.gallery-block-two .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease; }

.gallery-block-two .overlay-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: rgba(238, 45, 80, 0.9);
  -moz-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg); }

.gallery-block-two .inner-box:hover .overlay-box:before {
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible; }

.gallery-block-two .inner-box:hover .overlay-box {
  opacity: 1; }

.gallery-block-two .inner-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 0px; }

.gallery-block-two .inner-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle; }

.gallery-block-two .inner-box .overlay-inner .link {
  position: relative;
  font-size: 20px;
  color: #62bc46;
  width: 50px;
  height: 50px;
  line-height: 52px;
  margin: 0px 5px;
  display: inline-block;
  background-color: #ffffff;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease; }

.gallery-block-two .inner-box .overlay-inner .link .icon {
  position: relative; }

.portfolio-page-section .button-box {
  margin-top: 50px; }

/*** 

====================================================================
	Portfolio Masonry Section
====================================================================

***/
.portfolio-masonry-section {
  position: relative;
  padding: 120px 0px 75px; }

.team-page-section {
  position: relative;
  padding: 115px 0px 30px; }

.team-block {
  position: relative;
  margin-bottom: 70px; }

.team-block .inner-box {
  position: relative; }

.team-block .inner-box .image {
  position: relative; }

.team-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block; }

.team-block .inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background-color: rgba(238, 45, 80, 0.7); }

.team-block .inner-box:hover .image .overlay-box {
  opacity: 1;
  visibility: visible; }

.team-block .inner-box .image .overlay-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 40px; }

.team-block .inner-box .image .overlay-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle; }

.team-block .inner-box .image .overlay-box .social-box {
  position: relative;
  text-align: center; }

.team-block .inner-box .image .overlay-box .social-box a {
  position: relative;
  width: 36px;
  height: 36px;
  color: #283855;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  background-color: #ffffff;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease; }

.team-block .inner-box .image .overlay-box .social-box a:hover {
  color: #ffffff;
  background-color: #283855; }

.team-block .inner-box .lower-content {
  position: relative;
  padding-top: 30px;
  text-align: center; }

.team-block .inner-box .lower-content h3 {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 4px; }

.team-block .inner-box .lower-content h3 a {
  position: relative;
  color: #333c57;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.team-block .inner-box .lower-content h3 a:hover {
  color: #62bc46; }

.team-block .inner-box .lower-content .designation {
  position: relative;
  color: #62bc46;
  font-size: 13px;
  font-weight: 700;
  text-transform: normal; }

/*** 

====================================================================
	Portfolio Single Section
====================================================================

***/
.block-portfolio-single-section ul {
  margin-left: 16px; }
.block-portfolio-single-section .bg-col-dark {
  background-color: #273988; }
  .block-portfolio-single-section .bg-col-dark h1, .block-portfolio-single-section .bg-col-dark h2, .block-portfolio-single-section .bg-col-dark h3, .block-portfolio-single-section .bg-col-dark h4, .block-portfolio-single-section .bg-col-dark h5, .block-portfolio-single-section .bg-col-dark h6, .block-portfolio-single-section .bg-col-dark p, .block-portfolio-single-section .bg-col-dark ul, .block-portfolio-single-section .bg-col-dark li {
    color: #ffffff !important; }

.portfolio-single-section {
  position: relative;
  padding: 60px 0px; }
  .portfolio-single-section .inner-column.main-slide h2 {
    position: relative;
    color: #283855;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 8px; }

.portfolio-single-section .image-column {
  position: relative; }

.portfolio-single-section .image-column .inner-column {
  position: relative; }

.portfolio-single-section .image-column .inner-column .image {
  position: relative;
  min-height: 300px;
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.portfolio-single-section .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block; }

.portfolio-single-section .content-column {
  position: relative; }

.portfolio-single-section .content-column .inner-column {
  position: relative; }

.portfolio-single-section .content-column h2 {
  position: relative;
  font-weight: 400;
  color: #283855;
  font-size: 28px;
  line-height: 1.3em;
  margin-bottom: 15px; }

.portfolio-single-section .content-column .title {
  position: relative;
  color: #62bc46;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  /* text-transform: normal; */ }

.portfolio-single-section .content-column .text {
  position: relative;
  margin-bottom: 40px; }

.portfolio-single-section .content-column .text p {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 20px; }

.portfolio-single-section .content-column .text p:last-child {
  margin-bottom: 0px; }

/*Porfolio Info*/
.porfolio-info {
  position: relative;
  margin-top: 45px; }

.porfolio-info li {
  position: relative;
  color: #333c57;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px; }

.porfolio-info li span {
  position: relative;
  color: #283855;
  font-size: 13px;
  font-weight: 700;
  margin-right: 6px;
  text-transform: normal; }

.porfolio-info li a {
  position: relative;
  color: #333c57;
  font-size: 13px;
  font-weight: 400;
  line-height: 1em;
  padding-right: 10px;
  margin-right: 10px;
  display: inline-block;
  border-right: 1px solid #333c57;
  margin-bottom: 10px; }

.porfolio-info li a:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border: none; }

/*Portfolio Share*/
.portfolio-share {
  position: relative; }

.portfolio-share li {
  position: relative;
  font-size: 13px;
  font-weight: 700;
  margin-right: 15px;
  display: inline-block;
  text-transform: normal; }

.portfolio-share li .icon {
  position: relative;
  color: #62bc46;
  font-size: 14px;
  margin-right: 7px;
  display: inline-block; }

/*New Posts*/
.new-posts {
  position: relative;
  margin-top: 50px;
  padding: 30px 0px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }

.new-posts .prev-post {
  position: relative;
  float: left;
  color: #283855;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-right: 30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.new-posts .prev-post .icon {
  position: relative;
  font-size: 16px;
  top: 1px; }

.new-posts .prev-post a:after {
  position: absolute;
  content: "";
  right: -30px;
  top: 9px;
  width: 20px;
  height: 1px;
  background-color: #62bc46; }

.new-posts .next-post {
  position: relative;
  float: right;
  color: #283855;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-left: 30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.new-posts .next-post .icon {
  position: relative;
  font-size: 16px;
  top: 1px; }

.new-posts .next-post a:after {
  position: absolute;
  content: "";
  left: -30px;
  top: 9px;
  width: 20px;
  height: 1px;
  background-color: #62bc46; }

.new-posts .prev-post:hover,
.new-posts .next-post:hover {
  color: #62bc46; }

.related-posts {
  position: relative;
  padding-bottom: 60px; }

/* Zemen Consulting HTML Template*/
@media only screen and (max-width: 5000px) {
  .page-wrapper {
    overflow: hidden; } }
@media only screen and (max-width: 1600px) {
  .help-section .image-column .inner-column .testimonial-boxed {
    top: 50px;
    right: -100px;
    margin-top: 0px; } }
@media only screen and (max-width: 1400px) {
  .help-section .image-column .inner-column .testimonial-boxed {
    top: 0px;
    right: 0px; }

  .case-block .inner-box .lower-box h3 {
    font-size: 18px; }

  .fluid-section-two .content-column .inner-column {
    padding-left: 40px; }

  .call-to-action-section .right-column .inner-column {
    max-width: 600px; }

  .feature-block-three .inner-box {
    padding: 50px 30px; }

  .expert-section .blocks-column .inner-column {
    margin-right: -80px; }

  .fluid-section-three .right-column .inner-column {
    padding-left: 80px; } }
@media only screen and (max-width: 1340px) {
  .page-wrapper {
    overflow: hidden; } }
@media only screen and (max-width: 1140px) {
  .main-header {
    margin: 0px !important; }

  .address-box {
    max-width: 550px; }

  .page-wrapper {
    overflow: hidden; }

  .feature-block-two.style-two,
  .main-menu .navigation > li {
    margin-left: 0px; }

  .main-header .info-box strong {
    font-size: 13px; }

  .call-to-action-section .left-column h2 br {
    display: none; }

  .main-header .info-box {
    margin-left: 25px;
    display: inline-block;
    float: none; }

  .task-section .content-column .inner-column {
    margin-right: 0px; }

  .main-header .outer-box,
  .main-slider h3:before,
  .main-slider h3:after,
  .feature-block-two .inner-box h3:before,
  .main-header .header-upper .button-box,
  .contact-section .form-column .inner-column h2:before,
  .fluid-section-three .right-column .inner-column .title::before {
    display: none; }

  .main-header.header-style-three .header-upper .button-box {
    display: block; }

  .main-header .outer-box .buttons-box .theme-btn {
    font-size: 16px; }

  .main-header .outer-box .option-box > li {
    margin-left: 15px; }

  .main-header .nav-outer {
    float: right; }

  .newsletter-section .left-column .inner-column,
  .fluid-section-three .left-column .inner-column {
    padding-right: 15px; }

  .newsletter-section .right-column .inner-column {
    padding-left: 15px; }

  .fluid-section-three .right-column .inner-column {
    padding-left: 25px; }

  .fluid-section-four .content-column {
    padding-left: 25px;
    padding-right: 15px; }

  .sidebar-page-container .sidebar-side .sidebar,
  .news-section .blocks-column .inner-column {
    padding-right: 0px; }

  .contact-section .info-column .inner-column {
    padding-right: 15px; }

  .sec-title h2 {
    font-size: 40px; }

  .skills-section .skill-column .inner-column,
  .beyong-section .beyong-tabs .tabs-content .content-column .inner-column,
  .modern-section .content-column .inner-column {
    padding-left: 0px; }

  .contact-section .form-column .inner-column {
    padding-left: 15px; }

  .expert-section .blocks-column .inner-column {
    margin-right: 0px; }

  .stories-section .owl-dots {
    bottom: 0px; }

  .consult-block.alternate .inner-box .content-column .inner-column {
    padding: 40px 30px; }

  .portfolio-masonry-section .row {
    margin: 0px -20px; } }
@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0; } }
@media only screen and (max-width: 1023px) {
  .main-header .main-box .logo-box {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    text-align: left; }

  .main-header .nav-outer {
    float: left;
    width: 100%; }

  .strategy-block .inner-box {
    padding-left: 0px;
    padding-right: 0px; }

  .strategy-block .inner-box .icon-box {
    position: relative; }

  .services-section .inner-container {
    margin-top: 100px; }

  .main-header .header-upper .search-box-outer .dropdown-menu {
    top: 48px !important; }

  .main-header .nav-toggler {
    display: block; }

  .main-slider .tparrows,
  .header-top-two .top-left,
  .fixed-header .sticky-header,
  .main-header .header-top .top-right::before,
  .main-header .header-top .top-right:after,
  .main-header .header-top .top-right .list,
  .main-header .header-upper .contact-number,
  .header-style-two .header-upper .support-box,
  .main-header.header-style-three .header-upper .button-box {
    display: none; }

  .main-header .header-top .top-right .social-nav {
    margin-left: 0px;
    width: 100%; }

  .main-menu .navigation > li > a {
    font-size: 14px; }

  .main-header .options-box {
    margin-top: 0px;
    position: absolute;
    left: 0px;
    top: 25px;
    z-index: 12;
    display: none;
    right: auto; }

  .main-header .header-upper .upper-right {
    padding-top: 0px;
    width: 100%;
    text-align: center;
    padding-bottom: 20px; }

  .main-menu .navigation > li {
    margin-right: 25px; }

  .main-header .header-upper .logo-box {
    margin-right: 0px;
    width: 50%;
    text-align: center;
    padding-bottom: 15px; }

  .main-header .header-upper .outer-container {
    padding: 0px 15px; }

  .main-slider h2 {
    font-size: 80px;
    padding-left: 0px; }

  .main-slider h3 span {
    font-size: 50px; }

  .main-slider h2:before {
    display: none; }

  .contact-section .form-column .inner-column {
    padding-left: 0px; }

  /*.main-slider h3.light,
  .main-slider h3.alternate{
  	font-size:30px;
  }*/
  .main-slider h3.alternate span {
    font-size: 35px; }

  .header-top-three .top-left,
  .task-section:before,
  .call-to-action-two h2 br,
  .header-top .top-left {
    display: none; }

  .header-top-two .top-right,
  .header-top .top-right,
  .header-top-three .top-right {
    width: 100%;
    text-align: center; }

  .header-top .top-right .social-box {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center; }

  .main-menu .navigation > li > a {
    padding: 25px 0px; }

  .testimonial-section .owl-dots,
  .main-header .header-upper .support-box {
    margin-top: 10px; }

  .main-header .header-upper .search-box-outer {
    margin-top: 30px; }

  .main-slider h2 {
    font-size: 60px; }

  .main-slider .text {
    font-size: 16px;
    width: 100%; }

  .help-section .image-column,
  .fluid-section-one .image-column,
  .fluid-section-two .image-column,
  .fluid-section-four .image-column {
    background-image: none !important;
    position: relative;
    width: 100%; }

  .fluid-section-four .image-column .image,
  .help-section .image-column .inner-column .image,
  .fluid-section-one .image-column .image-box,
  .fluid-section-two .image-column .image-box {
    display: block; }

  .help-section .content-column,
  .fluid-section-two .content-column,
  .fluid-section-one .content-column {
    width: 100%; }

  .fluid-section-one .content-column .inner-column {
    padding-left: 15px; }

  .fluid-section-four .content-column {
    width: 100%;
    padding-left: 15px; }

  .fluid-section-four .content-column .content-box {
    max-width: 100%; }

  .fluid-section-two .content-column .inner-column {
    max-width: 100%;
    padding: 60px 0px;
    padding-left: 15px;
    padding-right: 15px; }

  .news-block-four .inner-box .content-column .inner-column,
  .offer-section-two .counter-box,
  .task-section .content-column .inner-column,
  .goals-section .content-column .inner-column,
  .counter-section .inner-section {
    padding-left: 0px; }

  .news-block-four .inner-box .content-column {
    margin-top: 30px; }

  .testimonial-section .sec-title {
    margin-bottom: 30px; }

  .newsletter-section:before,
  .newsletter-section .left-column,
  .newsletter-section .right-column,
  .fluid-section-three .left-column,
  .fluid-section-three .right-column,
  .call-to-action-section .right-column,
  .call-to-action-section .left-column {
    width: 100%; }

  .fluid-section-three .left-column .inner-column {
    max-width: 100%; }

  .fluid-section-three .right-column .inner-column {
    max-width: 100%;
    padding-left: 15px; }

  .call-to-action-section .right-column .inner-column,
  .call-to-action-section .left-column .inner-column {
    max-width: 100%;
    text-align: center; }

  .call-to-action-section .left-column .image-layer {
    right: 0px; }

  .newsletter-section .left-column .inner-column,
  .call-to-action-section .right-column .inner-column {
    text-align: center; }

  .newsletter-section .right-column:before {
    position: absolute;
    content: '';
    left: -25px;
    right: -25px;
    bottom: 0px;
    top: 0px;
    background-color: #ee2d50; }

  .newsletter-section .right-column .inner-column {
    max-width: 100%; }

  .task-section .content-column .inner-column h2,
  .call-to-action-two h2 {
    font-size: 32px; }

  .help-section .content-column .inner-column {
    padding-left: 20px;
    padding-right: 20px; }

  .main-slider h2.style-two {
    font-size: 50px; }

  .goals-section .title-column .inner-column {
    padding-right: 0px;
    text-align: left; }

  .feature-block-two.alternate,
  .task-section .content-column .inner-column .btn-box,
  .task-section .image-column .inner-column {
    margin-left: 0px; }

  .offer-section-two .counter-box {
    padding-right: 0px; }

  .task-section .image-column .inner-column {
    margin-right: 0px; }

  .consult-block.alternate .inner-box .content-column .inner-column {
    padding-left: 0px; }

  .services-title-box {
    padding: 20px 0; }

  .services-title-box .title-box h2 {
    font-size: 34px; }

  .sidebar-page-container .sidebar-side .sidebar .sidebar-inner .inner-wrapper-sticky {
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
    width: 100% !important;
    transform: translate(0px, 0px) !important; }

  .news-block-eight .inner-box {
    padding-left: 0px; }

  .news-block-eight .inner-box .image {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 30px; }

  .beyong-section .beyong-tabs .tab-btns .tab-btn:before,
  .beyong-section .beyong-tabs .tab-btns .tab-btn .separater-dots {
    display: none; }

  .beyong-section .beyong-tabs .tab-btns {
    margin-bottom: 20px; }

  .beyong-section .beyong-tabs .tab-btns .tab-btn {
    font-size: 16px;
    margin: 0px 15px 10px; } }
@media only screen and (max-width: 767px) {
  .header-upper .logo-outer {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    margin: 0px; }

  .main-header .header-top .top-right,
  .main-header .header-top .top-left {
    width: 100%; }

  .sec-title h2 {
    font-size: 32px; }

  .main-menu {
    width: 100%;
    display: block;
    position: absolute;
    height: 100%; }

  .portfolio-masonry-section .row {
    margin: 0px -15px; }

  .main-menu .navbar-collapse {
    max-width: none;
    overflow: auto;
    float: none !important;
    width: 100% !important;
    padding: 0px 0px 0px;
    border: none;
    margin: 0px 0px 15px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none; }

  .main-menu .navbar-collapse.in,
  .main-menu .collapsing {
    padding: 0px 0px 0px;
    border: none;
    margin: 0px 0px 15px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none; }

  .main-menu .navbar-header {
    position: relative;
    float: none;
    display: block;
    text-align: right;
    width: 100%;
    padding: 15px 0px;
    right: 0px;
    z-index: 12; }

  .main-menu .navbar-header .navbar-toggle {
    display: inline-block;
    z-index: 12;
    border: 1px solid #cc8809;
    float: none;
    margin: 0px 0px 0px 0px;
    border-radius: 0px;
    background: #cc8809; }

  .main-menu .navbar-header .navbar-toggle .icon-bar {
    background: #ffffff; }

  .main-menu .navbar-collapse > .navigation {
    float: none !important;
    margin: 0px !important;
    width: 100% !important;
    background: #2c2c2c;
    border: 1px solid #ffffff;
    border-top: none; }

  .main-menu .navbar-collapse > .navigation > li {
    margin: 0px !important;
    float: none !important;
    padding: 0px !important;
    width: 100%; }

  .main-menu .navigation > li > a,
  .main-menu .navigation > li > ul:before {
    border: none; }

  .main-menu .navbar-collapse > .navigation > li > a {
    padding: 10px 10px !important;
    border: none !important; }

  .main-menu .navigation li.dropdown > a:after,
  .main-menu .navigation > li.dropdown > a:before,
  .main-menu .navigation > li > ul > li > a::before,
  .main-menu .navigation > li > ul > li > ul > li > a::before {
    color: #ffffff !important;
    right: 15px;
    font-size: 16px;
    display: none !important; }

  .main-menu .navbar-collapse > .navigation > li > ul,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul {
    position: relative;
    border: none;
    float: none;
    visibility: visible;
    opacity: 1;
    display: none;
    margin: 0px;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    padding: 0px;
    outline: none;
    width: 100%;
    background: #2c2c2c;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important; }

  .main-menu .navbar-collapse > .navigation > li > ul,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul {
    border-top: 1px solid white !important; }

  .main-menu .navbar-collapse > .navigation > li,
  .main-menu .navbar-collapse > .navigation > li > ul > li,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li {
    border-top: 1px solid white !important;
    border-bottom: none;
    opacity: 1 !important;
    top: 0px !important;
    left: 0px !important;
    visibility: visible !important; }

  .main-menu .navbar-collapse > .navigation > li:first-child {
    border: none; }

  .main-menu .navbar-collapse > .navigation > li > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
    padding: 10px 10px !important;
    line-height: 22px;
    color: #ffffff;
    background: #2c2c2c;
    text-align: left; }

  .main-menu .navbar-collapse > .navigation > li > a:hover,
  .main-menu .navbar-collapse > .navigation > li > a:active,
  .main-menu .navbar-collapse > .navigation > li > a:focus {
    background: #cc8809; }

  .main-menu .navbar-collapse > .navigation > li:hover > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
  .main-menu .navbar-collapse > .navigation > li.current > a,
  .main-menu .navbar-collapse > .navigation > li.current-menu-item > a {
    background: #2c2c2c;
    color: #ffffff !important; }

  .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn {
    display: block; }

  .main-slider .owl-nav,
  .main-slider .schedule-box,
  .main-menu .navbar-collapse > .navigation li.dropdown:after,
  .main-menu .navigation > li > ul:before {
    display: none !important; }

  .main-header .btn-outer {
    left: 0px;
    top: 0px;
    right: auto;
    margin-top: 15px;
    text-align: left;
    z-index: 12; }

  .main-header .main-box .logo-box {
    float: none;
    text-align: center;
    padding-bottom: 10px; }

  .main-header .search-box-outer input[type="text"] {
    border-bottom: 1px #cbcbcb solid;
    margin-bottom: 12px; }

  .main-header .search-box-outer .dropdown-menu {
    left: 0px;
    top: 47px; }

  .main-header .header-top {
    padding: 10px 0px; }

  .sidebar-page-container .comments-area .comment-box.reply-comment {
    margin-left: 0px; }

  .main-header .info-box {
    padding-left: 0px;
    text-align: center;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px; }

  .main-header .info-box:last-child {
    margin-bottom: 0px; }

  .main-header .info-box .icon-box {
    position: relative;
    margin: 0 auto;
    margin-bottom: 15px; }

  .main-header .main-box .outer-container {
    padding: 0px; }

  .main-header .header-lower .outer-box {
    position: absolute;
    z-index: 12;
    display: block; }

  .main-menu .navbar-header .navbar-toggler {
    display: inline-block;
    z-index: 12;
    width: 50px;
    height: 40px;
    float: none;
    padding: 0px;
    text-align: center;
    border-radius: 0px;
    background: #ee2d50;
    border: 1px solid #ee2d50; }

  .main-menu .navbar-header .navbar-toggler .icon-bar {
    position: relative;
    background: #ffffff;
    height: 2px;
    width: 26px;
    display: block;
    margin: 0 auto;
    margin: 5px 11px; }

  .main-header .nav-outer {
    width: 50%;
    top: 0; }

  .main-slider h2 {
    font-size: 60px;
    padding-left: 0px; }

  .main-slider h3 {
    font-size: 20px; }

  .services-single .inner-box .lower-content h2,
  .beyong-section .beyong-tabs .tabs-content .content-column h2,
  .main-slider h3 span {
    font-size: 30px; }

  .main-slider .text {
    font-size: 16px; }

  .call-to-action-two .text br,
  .expert-section .blocks-column .inner-column .owl-dots,
  .testimonial-block-two .inner-box .image-column .inner-column .image,
  .main-header .outer-box .buttons-box,
  .main-slider .text br {
    display: none; }

  .main-slider .slide {
    padding: 60px 0px;
    height: 80vh; }

  .main-header .outer-box .option-box > li {
    margin-left: 0px;
    margin-right: 20px; }

  .header-top .top-left .text {
    text-align: center;
    padding: 10px 0px; }

  .main-header .header-lower .search-box-outer .dropdown-menu {
    left: 0px !important; }

  .main-header .header-upper .support-box {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 12;
    margin-left: 0px;
    margin-top: 0px; }

  .main-header .header-upper .search-box-outer {
    position: absolute;
    left: 170px;
    top: 0px;
    z-index: 12;
    margin-top: 20px; }

  .portfolio-single-section {
    padding: 20px 0; }

  .portfolio-single-section .content-column h2 {
    font-size: 24px; }

  .main-header.header-style-three .header-upper .search-box-outer,
  .main-header.header-style-two .header-upper .search-box-outer {
    left: 0px;
    top: 10px; }

  .main-header.header-style-three .header-upper .search-box-outer .dropdown-menu,
  .main-header.header-style-two .header-upper .search-box-outer .dropdown-menu {
    top: 39px !important; }

  .main-header .header-upper .search-box-outer .dropdown-menu {
    top: 51px !important;
    left: 0px;
    right: auto; }

  .main-header .header-upper .logo-box {
    padding-bottom: 20px; }

  .main-header .header-upper .logo-box .logo img {
    width: 60px;
    height: 100%; }

  .main-slider h2 {
    font-size: 45px; }

  .goals-section .title-column .inner-column h2,
  .modern-section .content-column .inner-column h2,
  .fluid-section-three .right-column .inner-column h2,
  .fluid-section-one .content-column .inner-column .title-box h2 {
    font-size: 36px; }

  .testimonial-block-two .inner-box .content-column .inner-column {
    padding-top: 0px; }

  .main-footer .footer-bottom {
    text-align: center; }

  .main-footer .footer-bottom .footer-nav {
    text-align: center;
    margin-top: 6px; }

  .main-footer .logo-widget .logo {
    text-align: center; }

  .news-block .inner-box h3 {
    font-size: 18px; }

  .case-block .inner-box .lower-box,
  .case-block .inner-box .image .overlay-box .overlay-inner {
    padding-left: 15px;
    padding-right: 15px; }

  .case-block .inner-box .image .overlay-box .text {
    margin-bottom: 15px; }

  .expert-section .counter-column .inner-column .fact-counter {
    padding-left: 0px; }

  .fact-counter .column .inner {
    padding-right: 0px; }

  .main-slider h2.style-two {
    font-size: 40px; }

  .consult-block .inner-box .content-column .inner-column {
    padding-left: 20px;
    padding-right: 20px; }

  .page-title h1 {
    font-size: 44px; }

  .blog-single .inner-box .new-posts {
    text-align: center; }

  .blog-single .inner-box .new-posts .next-post {
    text-align: center;
    margin-top: 20px; }

  .blog-single .inner-box .new-posts .prev-post,
  .blog-single .inner-box .new-posts .next-post {
    width: 100%;
    padding: 0px; }

  .sidebar-page-container .comments-area .comment-box .author-thumb {
    position: relative; }

  .sidebar-page-container {
    padding: 40px 0 0; }

  .sidebar-page-container .comments-area .comment {
    padding-left: 0px; } }
@media only screen and (max-width: 599px) {
  .main-slider .price,
  .main-slider h3.light {
    font-size: 24px; }

  .header-top .top-right .social-box li.share {
    font-size: 15px; }

  .main-slider h2 {
    font-size: 20px;
    line-height: 2; }

  .main-slider .theme-btn {
    margin-right: 10px; }

  .page-title h1,
  .strategy-section .title-box h2 {
    font-size: 30px; }

  .beyong-section .beyong-tabs .tabs-content {
    padding: 15px 15px; }

  .main-slider .theme-btn {
    padding: 8px 16px;
    font-size: 12px; }

  .video-box .overlay-box span {
    top: 38%; }

  .fluid-section-one .content-column .inner-column .title-box,
  .fluid-section-one .content-column .carousel-box {
    width: 100%; }

  .fluid-section-one .content-column .inner-column .title-box {
    margin-bottom: 60px; }

  .fluid-section-one .content-column .carousel-box .box-inner {
    padding-top: 60px;
    padding-bottom: 60px; }

  .fluid-section-one .content-column .inner-column .title-box .box-inner {
    padding-right: 15px; }

  .sec-title h2,
  .contact-section .info-column .inner-column h2,
  .news-block-eight .inner-box .content h2,
  .news-block-five .inner-box .lower-content h2,
  .services-single .inner-box .lower-content h3,
  .modern-section .content-column .inner-column h2,
  .services-block-two .inner-box .image .overlay-box h3,
  .call-to-action-two h2 {
    font-size: 26px; }

  .gallery-block .inner-box .lower-content h3,
  .news-block-four .inner-box .content-column h3,
  .news-block-three .inner-box .lower-content h3,
  .help-section .image-column .inner-column .testimonial-boxed .text {
    font-size: 18px; }

  .news-block-two .inner-box .content-column .inner-column {
    padding: 50px 15px; }

  .news-block-seven .inner-box,
  .services-block .inner-box {
    padding-left: 20px;
    padding-right: 20px; }

  .blog-single .inner-box .lower-content h2,
  .news-block-five.style-two .inner-box .lower-content h2 {
    font-size: 20px; }

  .news-block-five .inner-box .owl-nav .owl-prev {
    left: 15px; }

  .news-block-five .inner-box .owl-nav .owl-next {
    right: 15px; }

  .contact-section .info-column .inner-column .content-box,
  .blog-single .inner-box .lower-content .text blockquote {
    padding: 25px 20px; } }
@media only screen and (max-width: 479px) {
  .main-header .search-box-outer .dropdown-menu {
    top: 44px; }

  .main-header .nav-toggler {
    top: 0px; }

  .blog-single .post-share-options .info-links {
    width: 100%; }

  .news-block-eight .inner-box .content .pull-right,
  .blog-single .inner-box .lower-content .pull-right,
  .news-block-five .inner-box .lower-content .pull-right {
    float: left;
    margin-top: 5px;
    margin-left: 0px;
    width: 100%; }

  .news-block-seven .inner-box .content .pull-right {
    float: left; }

  .video-box .overlay-box span {
    top: 30%; }

  .help-section .image-column .inner-column .testimonial-boxed {
    width: 100%; }

  .news-block-seven .inner-box h2,
  .news-block-eight .inner-box .content h2,
  .news-block-five .inner-box .lower-content h2 {
    font-size: 22px; }

  .services-block-three .inner-box,
  .help-section .image-column .inner-column .testimonial-boxed .inner-block {
    padding: 40px 15px; }

  .main-header.header-style-three .header-upper .search-box-outer,
  .main-header.header-style-two .header-upper .search-box-outer {
    display: block; }

  .main-header .header-upper .search-box-outer {
    display: none; } }
.m-5 {
  margin: 5px; }

.mt-5 {
  margin-top: 5px; }

.mb-5 {
  margin-bottom: 5px; }

.ml-5 {
  margin-inline-start: 5px; }

.mr-5 {
  margin-inline-end: 5px; }

.mx-5 {
  margin-left: 5px;
  margin-right: 5px; }

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.p-5 {
  padding: 5px; }

.pt-5 {
  padding-top: 5px; }

.pb-5 {
  padding-bottom: 5px; }

.pl-5 {
  padding-inline-start: 5px; }

.pr-5 {
  padding-inline-end: 5px; }

.px-5 {
  padding-left: 5px;
  padding-right: 5px; }

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.m-10 {
  margin: 10px; }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.ml-10 {
  margin-inline-start: 10px; }

.mr-10 {
  margin-inline-end: 10px; }

.mx-10 {
  margin-left: 10px;
  margin-right: 10px; }

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.p-10 {
  padding: 10px; }

.pt-10 {
  padding-top: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.pl-10 {
  padding-inline-start: 10px; }

.pr-10 {
  padding-inline-end: 10px; }

.px-10 {
  padding-left: 10px;
  padding-right: 10px; }

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.m-15 {
  margin: 15px; }

.mt-15 {
  margin-top: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.ml-15 {
  margin-inline-start: 15px; }

.mr-15 {
  margin-inline-end: 15px; }

.mx-15 {
  margin-left: 15px;
  margin-right: 15px; }

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.p-15 {
  padding: 15px; }

.pt-15 {
  padding-top: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.pl-15 {
  padding-inline-start: 15px; }

.pr-15 {
  padding-inline-end: 15px; }

.px-15 {
  padding-left: 15px;
  padding-right: 15px; }

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.m-20 {
  margin: 20px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.ml-20 {
  margin-inline-start: 20px; }

.mr-20 {
  margin-inline-end: 20px; }

.mx-20 {
  margin-left: 20px;
  margin-right: 20px; }

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.p-20 {
  padding: 20px; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.pl-20 {
  padding-inline-start: 20px; }

.pr-20 {
  padding-inline-end: 20px; }

.px-20 {
  padding-left: 20px;
  padding-right: 20px; }

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.m-25 {
  margin: 25px; }

.mt-25 {
  margin-top: 25px; }

.mb-25 {
  margin-bottom: 25px; }

.ml-25 {
  margin-inline-start: 25px; }

.mr-25 {
  margin-inline-end: 25px; }

.mx-25 {
  margin-left: 25px;
  margin-right: 25px; }

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.p-25 {
  padding: 25px; }

.pt-25 {
  padding-top: 25px; }

.pb-25 {
  padding-bottom: 25px; }

.pl-25 {
  padding-inline-start: 25px; }

.pr-25 {
  padding-inline-end: 25px; }

.px-25 {
  padding-left: 25px;
  padding-right: 25px; }

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.m-30 {
  margin: 30px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.ml-30 {
  margin-inline-start: 30px; }

.mr-30 {
  margin-inline-end: 30px; }

.mx-30 {
  margin-left: 30px;
  margin-right: 30px; }

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.p-30 {
  padding: 30px; }

.pt-30 {
  padding-top: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.pl-30 {
  padding-inline-start: 30px; }

.pr-30 {
  padding-inline-end: 30px; }

.px-30 {
  padding-left: 30px;
  padding-right: 30px; }

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.m-35 {
  margin: 35px; }

.mt-35 {
  margin-top: 35px; }

.mb-35 {
  margin-bottom: 35px; }

.ml-35 {
  margin-inline-start: 35px; }

.mr-35 {
  margin-inline-end: 35px; }

.mx-35 {
  margin-left: 35px;
  margin-right: 35px; }

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px; }

.p-35 {
  padding: 35px; }

.pt-35 {
  padding-top: 35px; }

.pb-35 {
  padding-bottom: 35px; }

.pl-35 {
  padding-inline-start: 35px; }

.pr-35 {
  padding-inline-end: 35px; }

.px-35 {
  padding-left: 35px;
  padding-right: 35px; }

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px; }

.m-40 {
  margin: 40px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.ml-40 {
  margin-inline-start: 40px; }

.mr-40 {
  margin-inline-end: 40px; }

.mx-40 {
  margin-left: 40px;
  margin-right: 40px; }

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.p-40 {
  padding: 40px; }

.pt-40 {
  padding-top: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.pl-40 {
  padding-inline-start: 40px; }

.pr-40 {
  padding-inline-end: 40px; }

.px-40 {
  padding-left: 40px;
  padding-right: 40px; }

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.m-45 {
  margin: 45px; }

.mt-45 {
  margin-top: 45px; }

.mb-45 {
  margin-bottom: 45px; }

.ml-45 {
  margin-inline-start: 45px; }

.mr-45 {
  margin-inline-end: 45px; }

.mx-45 {
  margin-left: 45px;
  margin-right: 45px; }

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px; }

.p-45 {
  padding: 45px; }

.pt-45 {
  padding-top: 45px; }

.pb-45 {
  padding-bottom: 45px; }

.pl-45 {
  padding-inline-start: 45px; }

.pr-45 {
  padding-inline-end: 45px; }

.px-45 {
  padding-left: 45px;
  padding-right: 45px; }

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px; }

.m-50 {
  margin: 50px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-50 {
  margin-inline-start: 50px; }

.mr-50 {
  margin-inline-end: 50px; }

.mx-50 {
  margin-left: 50px;
  margin-right: 50px; }

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.p-50 {
  padding: 50px; }

.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pl-50 {
  padding-inline-start: 50px; }

.pr-50 {
  padding-inline-end: 50px; }

.px-50 {
  padding-left: 50px;
  padding-right: 50px; }

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.m-55 {
  margin: 55px; }

.mt-55 {
  margin-top: 55px; }

.mb-55 {
  margin-bottom: 55px; }

.ml-55 {
  margin-inline-start: 55px; }

.mr-55 {
  margin-inline-end: 55px; }

.mx-55 {
  margin-left: 55px;
  margin-right: 55px; }

.my-55 {
  margin-top: 55px;
  margin-bottom: 55px; }

.p-55 {
  padding: 55px; }

.pt-55 {
  padding-top: 55px; }

.pb-55 {
  padding-bottom: 55px; }

.pl-55 {
  padding-inline-start: 55px; }

.pr-55 {
  padding-inline-end: 55px; }

.px-55 {
  padding-left: 55px;
  padding-right: 55px; }

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px; }

.m-60 {
  margin: 60px; }

.mt-60 {
  margin-top: 60px; }

.mb-60 {
  margin-bottom: 60px; }

.ml-60 {
  margin-inline-start: 60px; }

.mr-60 {
  margin-inline-end: 60px; }

.mx-60 {
  margin-left: 60px;
  margin-right: 60px; }

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.p-60 {
  padding: 60px; }

.pt-60 {
  padding-top: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.pl-60 {
  padding-inline-start: 60px; }

.pr-60 {
  padding-inline-end: 60px; }

.px-60 {
  padding-left: 60px;
  padding-right: 60px; }

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.m-65 {
  margin: 65px; }

.mt-65 {
  margin-top: 65px; }

.mb-65 {
  margin-bottom: 65px; }

.ml-65 {
  margin-inline-start: 65px; }

.mr-65 {
  margin-inline-end: 65px; }

.mx-65 {
  margin-left: 65px;
  margin-right: 65px; }

.my-65 {
  margin-top: 65px;
  margin-bottom: 65px; }

.p-65 {
  padding: 65px; }

.pt-65 {
  padding-top: 65px; }

.pb-65 {
  padding-bottom: 65px; }

.pl-65 {
  padding-inline-start: 65px; }

.pr-65 {
  padding-inline-end: 65px; }

.px-65 {
  padding-left: 65px;
  padding-right: 65px; }

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px; }

.m-70 {
  margin: 70px; }

.mt-70 {
  margin-top: 70px; }

.mb-70 {
  margin-bottom: 70px; }

.ml-70 {
  margin-inline-start: 70px; }

.mr-70 {
  margin-inline-end: 70px; }

.mx-70 {
  margin-left: 70px;
  margin-right: 70px; }

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px; }

.p-70 {
  padding: 70px; }

.pt-70 {
  padding-top: 70px; }

.pb-70 {
  padding-bottom: 70px; }

.pl-70 {
  padding-inline-start: 70px; }

.pr-70 {
  padding-inline-end: 70px; }

.px-70 {
  padding-left: 70px;
  padding-right: 70px; }

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.m-75 {
  margin: 75px; }

.mt-75 {
  margin-top: 75px; }

.mb-75 {
  margin-bottom: 75px; }

.ml-75 {
  margin-inline-start: 75px; }

.mr-75 {
  margin-inline-end: 75px; }

.mx-75 {
  margin-left: 75px;
  margin-right: 75px; }

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px; }

.p-75 {
  padding: 75px; }

.pt-75 {
  padding-top: 75px; }

.pb-75 {
  padding-bottom: 75px; }

.pl-75 {
  padding-inline-start: 75px; }

.pr-75 {
  padding-inline-end: 75px; }

.px-75 {
  padding-left: 75px;
  padding-right: 75px; }

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.m-80 {
  margin: 80px; }

.mt-80 {
  margin-top: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.ml-80 {
  margin-inline-start: 80px; }

.mr-80 {
  margin-inline-end: 80px; }

.mx-80 {
  margin-left: 80px;
  margin-right: 80px; }

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.p-80 {
  padding: 80px; }

.pt-80 {
  padding-top: 80px; }

.pb-80 {
  padding-bottom: 80px; }

.pl-80 {
  padding-inline-start: 80px; }

.pr-80 {
  padding-inline-end: 80px; }

.px-80 {
  padding-left: 80px;
  padding-right: 80px; }

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.m-85 {
  margin: 85px; }

.mt-85 {
  margin-top: 85px; }

.mb-85 {
  margin-bottom: 85px; }

.ml-85 {
  margin-inline-start: 85px; }

.mr-85 {
  margin-inline-end: 85px; }

.mx-85 {
  margin-left: 85px;
  margin-right: 85px; }

.my-85 {
  margin-top: 85px;
  margin-bottom: 85px; }

.p-85 {
  padding: 85px; }

.pt-85 {
  padding-top: 85px; }

.pb-85 {
  padding-bottom: 85px; }

.pl-85 {
  padding-inline-start: 85px; }

.pr-85 {
  padding-inline-end: 85px; }

.px-85 {
  padding-left: 85px;
  padding-right: 85px; }

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px; }

.m-90 {
  margin: 90px; }

.mt-90 {
  margin-top: 90px; }

.mb-90 {
  margin-bottom: 90px; }

.ml-90 {
  margin-inline-start: 90px; }

.mr-90 {
  margin-inline-end: 90px; }

.mx-90 {
  margin-left: 90px;
  margin-right: 90px; }

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px; }

.p-90 {
  padding: 90px; }

.pt-90 {
  padding-top: 90px; }

.pb-90 {
  padding-bottom: 90px; }

.pl-90 {
  padding-inline-start: 90px; }

.pr-90 {
  padding-inline-end: 90px; }

.px-90 {
  padding-left: 90px;
  padding-right: 90px; }

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.m-95 {
  margin: 95px; }

.mt-95 {
  margin-top: 95px; }

.mb-95 {
  margin-bottom: 95px; }

.ml-95 {
  margin-inline-start: 95px; }

.mr-95 {
  margin-inline-end: 95px; }

.mx-95 {
  margin-left: 95px;
  margin-right: 95px; }

.my-95 {
  margin-top: 95px;
  margin-bottom: 95px; }

.p-95 {
  padding: 95px; }

.pt-95 {
  padding-top: 95px; }

.pb-95 {
  padding-bottom: 95px; }

.pl-95 {
  padding-inline-start: 95px; }

.pr-95 {
  padding-inline-end: 95px; }

.px-95 {
  padding-left: 95px;
  padding-right: 95px; }

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px; }

.m-100 {
  margin: 100px; }

.mt-100 {
  margin-top: 100px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-100 {
  margin-inline-start: 100px; }

.mr-100 {
  margin-inline-end: 100px; }

.mx-100 {
  margin-left: 100px;
  margin-right: 100px; }

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px; }

.p-100 {
  padding: 100px; }

.pt-100 {
  padding-top: 100px; }

.pb-100 {
  padding-bottom: 100px; }

.pl-100 {
  padding-inline-start: 100px; }

.pr-100 {
  padding-inline-end: 100px; }

.px-100 {
  padding-left: 100px;
  padding-right: 100px; }

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.m-105 {
  margin: 105px; }

.mt-105 {
  margin-top: 105px; }

.mb-105 {
  margin-bottom: 105px; }

.ml-105 {
  margin-inline-start: 105px; }

.mr-105 {
  margin-inline-end: 105px; }

.mx-105 {
  margin-left: 105px;
  margin-right: 105px; }

.my-105 {
  margin-top: 105px;
  margin-bottom: 105px; }

.p-105 {
  padding: 105px; }

.pt-105 {
  padding-top: 105px; }

.pb-105 {
  padding-bottom: 105px; }

.pl-105 {
  padding-inline-start: 105px; }

.pr-105 {
  padding-inline-end: 105px; }

.px-105 {
  padding-left: 105px;
  padding-right: 105px; }

.py-105 {
  padding-top: 105px;
  padding-bottom: 105px; }

.m-110 {
  margin: 110px; }

.mt-110 {
  margin-top: 110px; }

.mb-110 {
  margin-bottom: 110px; }

.ml-110 {
  margin-inline-start: 110px; }

.mr-110 {
  margin-inline-end: 110px; }

.mx-110 {
  margin-left: 110px;
  margin-right: 110px; }

.my-110 {
  margin-top: 110px;
  margin-bottom: 110px; }

.p-110 {
  padding: 110px; }

.pt-110 {
  padding-top: 110px; }

.pb-110 {
  padding-bottom: 110px; }

.pl-110 {
  padding-inline-start: 110px; }

.pr-110 {
  padding-inline-end: 110px; }

.px-110 {
  padding-left: 110px;
  padding-right: 110px; }

.py-110 {
  padding-top: 110px;
  padding-bottom: 110px; }

.m-115 {
  margin: 115px; }

.mt-115 {
  margin-top: 115px; }

.mb-115 {
  margin-bottom: 115px; }

.ml-115 {
  margin-inline-start: 115px; }

.mr-115 {
  margin-inline-end: 115px; }

.mx-115 {
  margin-left: 115px;
  margin-right: 115px; }

.my-115 {
  margin-top: 115px;
  margin-bottom: 115px; }

.p-115 {
  padding: 115px; }

.pt-115 {
  padding-top: 115px; }

.pb-115 {
  padding-bottom: 115px; }

.pl-115 {
  padding-inline-start: 115px; }

.pr-115 {
  padding-inline-end: 115px; }

.px-115 {
  padding-left: 115px;
  padding-right: 115px; }

.py-115 {
  padding-top: 115px;
  padding-bottom: 115px; }

.m-120 {
  margin: 120px; }

.mt-120 {
  margin-top: 120px; }

.mb-120 {
  margin-bottom: 120px; }

.ml-120 {
  margin-inline-start: 120px; }

.mr-120 {
  margin-inline-end: 120px; }

.mx-120 {
  margin-left: 120px;
  margin-right: 120px; }

.my-120 {
  margin-top: 120px;
  margin-bottom: 120px; }

.p-120 {
  padding: 120px; }

.pt-120 {
  padding-top: 120px; }

.pb-120 {
  padding-bottom: 120px; }

.pl-120 {
  padding-inline-start: 120px; }

.pr-120 {
  padding-inline-end: 120px; }

.px-120 {
  padding-left: 120px;
  padding-right: 120px; }

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.m-125 {
  margin: 125px; }

.mt-125 {
  margin-top: 125px; }

.mb-125 {
  margin-bottom: 125px; }

.ml-125 {
  margin-inline-start: 125px; }

.mr-125 {
  margin-inline-end: 125px; }

.mx-125 {
  margin-left: 125px;
  margin-right: 125px; }

.my-125 {
  margin-top: 125px;
  margin-bottom: 125px; }

.p-125 {
  padding: 125px; }

.pt-125 {
  padding-top: 125px; }

.pb-125 {
  padding-bottom: 125px; }

.pl-125 {
  padding-inline-start: 125px; }

.pr-125 {
  padding-inline-end: 125px; }

.px-125 {
  padding-left: 125px;
  padding-right: 125px; }

.py-125 {
  padding-top: 125px;
  padding-bottom: 125px; }

.m-130 {
  margin: 130px; }

.mt-130 {
  margin-top: 130px; }

.mb-130 {
  margin-bottom: 130px; }

.ml-130 {
  margin-inline-start: 130px; }

.mr-130 {
  margin-inline-end: 130px; }

.mx-130 {
  margin-left: 130px;
  margin-right: 130px; }

.my-130 {
  margin-top: 130px;
  margin-bottom: 130px; }

.p-130 {
  padding: 130px; }

.pt-130 {
  padding-top: 130px; }

.pb-130 {
  padding-bottom: 130px; }

.pl-130 {
  padding-inline-start: 130px; }

.pr-130 {
  padding-inline-end: 130px; }

.px-130 {
  padding-left: 130px;
  padding-right: 130px; }

.py-130 {
  padding-top: 130px;
  padding-bottom: 130px; }

.m-135 {
  margin: 135px; }

.mt-135 {
  margin-top: 135px; }

.mb-135 {
  margin-bottom: 135px; }

.ml-135 {
  margin-inline-start: 135px; }

.mr-135 {
  margin-inline-end: 135px; }

.mx-135 {
  margin-left: 135px;
  margin-right: 135px; }

.my-135 {
  margin-top: 135px;
  margin-bottom: 135px; }

.p-135 {
  padding: 135px; }

.pt-135 {
  padding-top: 135px; }

.pb-135 {
  padding-bottom: 135px; }

.pl-135 {
  padding-inline-start: 135px; }

.pr-135 {
  padding-inline-end: 135px; }

.px-135 {
  padding-left: 135px;
  padding-right: 135px; }

.py-135 {
  padding-top: 135px;
  padding-bottom: 135px; }

.m-140 {
  margin: 140px; }

.mt-140 {
  margin-top: 140px; }

.mb-140 {
  margin-bottom: 140px; }

.ml-140 {
  margin-inline-start: 140px; }

.mr-140 {
  margin-inline-end: 140px; }

.mx-140 {
  margin-left: 140px;
  margin-right: 140px; }

.my-140 {
  margin-top: 140px;
  margin-bottom: 140px; }

.p-140 {
  padding: 140px; }

.pt-140 {
  padding-top: 140px; }

.pb-140 {
  padding-bottom: 140px; }

.pl-140 {
  padding-inline-start: 140px; }

.pr-140 {
  padding-inline-end: 140px; }

.px-140 {
  padding-left: 140px;
  padding-right: 140px; }

.py-140 {
  padding-top: 140px;
  padding-bottom: 140px; }

.m-145 {
  margin: 145px; }

.mt-145 {
  margin-top: 145px; }

.mb-145 {
  margin-bottom: 145px; }

.ml-145 {
  margin-inline-start: 145px; }

.mr-145 {
  margin-inline-end: 145px; }

.mx-145 {
  margin-left: 145px;
  margin-right: 145px; }

.my-145 {
  margin-top: 145px;
  margin-bottom: 145px; }

.p-145 {
  padding: 145px; }

.pt-145 {
  padding-top: 145px; }

.pb-145 {
  padding-bottom: 145px; }

.pl-145 {
  padding-inline-start: 145px; }

.pr-145 {
  padding-inline-end: 145px; }

.px-145 {
  padding-left: 145px;
  padding-right: 145px; }

.py-145 {
  padding-top: 145px;
  padding-bottom: 145px; }

.m-150 {
  margin: 150px; }

.mt-150 {
  margin-top: 150px; }

.mb-150 {
  margin-bottom: 150px; }

.ml-150 {
  margin-inline-start: 150px; }

.mr-150 {
  margin-inline-end: 150px; }

.mx-150 {
  margin-left: 150px;
  margin-right: 150px; }

.my-150 {
  margin-top: 150px;
  margin-bottom: 150px; }

.p-150 {
  padding: 150px; }

.pt-150 {
  padding-top: 150px; }

.pb-150 {
  padding-bottom: 150px; }

.pl-150 {
  padding-inline-start: 150px; }

.pr-150 {
  padding-inline-end: 150px; }

.px-150 {
  padding-left: 150px;
  padding-right: 150px; }

.py-150 {
  padding-top: 150px;
  padding-bottom: 150px; }

.m-155 {
  margin: 155px; }

.mt-155 {
  margin-top: 155px; }

.mb-155 {
  margin-bottom: 155px; }

.ml-155 {
  margin-inline-start: 155px; }

.mr-155 {
  margin-inline-end: 155px; }

.mx-155 {
  margin-left: 155px;
  margin-right: 155px; }

.my-155 {
  margin-top: 155px;
  margin-bottom: 155px; }

.p-155 {
  padding: 155px; }

.pt-155 {
  padding-top: 155px; }

.pb-155 {
  padding-bottom: 155px; }

.pl-155 {
  padding-inline-start: 155px; }

.pr-155 {
  padding-inline-end: 155px; }

.px-155 {
  padding-left: 155px;
  padding-right: 155px; }

.py-155 {
  padding-top: 155px;
  padding-bottom: 155px; }

.m-160 {
  margin: 160px; }

.mt-160 {
  margin-top: 160px; }

.mb-160 {
  margin-bottom: 160px; }

.ml-160 {
  margin-inline-start: 160px; }

.mr-160 {
  margin-inline-end: 160px; }

.mx-160 {
  margin-left: 160px;
  margin-right: 160px; }

.my-160 {
  margin-top: 160px;
  margin-bottom: 160px; }

.p-160 {
  padding: 160px; }

.pt-160 {
  padding-top: 160px; }

.pb-160 {
  padding-bottom: 160px; }

.pl-160 {
  padding-inline-start: 160px; }

.pr-160 {
  padding-inline-end: 160px; }

.px-160 {
  padding-left: 160px;
  padding-right: 160px; }

.py-160 {
  padding-top: 160px;
  padding-bottom: 160px; }

.m-165 {
  margin: 165px; }

.mt-165 {
  margin-top: 165px; }

.mb-165 {
  margin-bottom: 165px; }

.ml-165 {
  margin-inline-start: 165px; }

.mr-165 {
  margin-inline-end: 165px; }

.mx-165 {
  margin-left: 165px;
  margin-right: 165px; }

.my-165 {
  margin-top: 165px;
  margin-bottom: 165px; }

.p-165 {
  padding: 165px; }

.pt-165 {
  padding-top: 165px; }

.pb-165 {
  padding-bottom: 165px; }

.pl-165 {
  padding-inline-start: 165px; }

.pr-165 {
  padding-inline-end: 165px; }

.px-165 {
  padding-left: 165px;
  padding-right: 165px; }

.py-165 {
  padding-top: 165px;
  padding-bottom: 165px; }

.m-170 {
  margin: 170px; }

.mt-170 {
  margin-top: 170px; }

.mb-170 {
  margin-bottom: 170px; }

.ml-170 {
  margin-inline-start: 170px; }

.mr-170 {
  margin-inline-end: 170px; }

.mx-170 {
  margin-left: 170px;
  margin-right: 170px; }

.my-170 {
  margin-top: 170px;
  margin-bottom: 170px; }

.p-170 {
  padding: 170px; }

.pt-170 {
  padding-top: 170px; }

.pb-170 {
  padding-bottom: 170px; }

.pl-170 {
  padding-inline-start: 170px; }

.pr-170 {
  padding-inline-end: 170px; }

.px-170 {
  padding-left: 170px;
  padding-right: 170px; }

.py-170 {
  padding-top: 170px;
  padding-bottom: 170px; }

.m-175 {
  margin: 175px; }

.mt-175 {
  margin-top: 175px; }

.mb-175 {
  margin-bottom: 175px; }

.ml-175 {
  margin-inline-start: 175px; }

.mr-175 {
  margin-inline-end: 175px; }

.mx-175 {
  margin-left: 175px;
  margin-right: 175px; }

.my-175 {
  margin-top: 175px;
  margin-bottom: 175px; }

.p-175 {
  padding: 175px; }

.pt-175 {
  padding-top: 175px; }

.pb-175 {
  padding-bottom: 175px; }

.pl-175 {
  padding-inline-start: 175px; }

.pr-175 {
  padding-inline-end: 175px; }

.px-175 {
  padding-left: 175px;
  padding-right: 175px; }

.py-175 {
  padding-top: 175px;
  padding-bottom: 175px; }

.m-180 {
  margin: 180px; }

.mt-180 {
  margin-top: 180px; }

.mb-180 {
  margin-bottom: 180px; }

.ml-180 {
  margin-inline-start: 180px; }

.mr-180 {
  margin-inline-end: 180px; }

.mx-180 {
  margin-left: 180px;
  margin-right: 180px; }

.my-180 {
  margin-top: 180px;
  margin-bottom: 180px; }

.p-180 {
  padding: 180px; }

.pt-180 {
  padding-top: 180px; }

.pb-180 {
  padding-bottom: 180px; }

.pl-180 {
  padding-inline-start: 180px; }

.pr-180 {
  padding-inline-end: 180px; }

.px-180 {
  padding-left: 180px;
  padding-right: 180px; }

.py-180 {
  padding-top: 180px;
  padding-bottom: 180px; }

.m-185 {
  margin: 185px; }

.mt-185 {
  margin-top: 185px; }

.mb-185 {
  margin-bottom: 185px; }

.ml-185 {
  margin-inline-start: 185px; }

.mr-185 {
  margin-inline-end: 185px; }

.mx-185 {
  margin-left: 185px;
  margin-right: 185px; }

.my-185 {
  margin-top: 185px;
  margin-bottom: 185px; }

.p-185 {
  padding: 185px; }

.pt-185 {
  padding-top: 185px; }

.pb-185 {
  padding-bottom: 185px; }

.pl-185 {
  padding-inline-start: 185px; }

.pr-185 {
  padding-inline-end: 185px; }

.px-185 {
  padding-left: 185px;
  padding-right: 185px; }

.py-185 {
  padding-top: 185px;
  padding-bottom: 185px; }

.m-190 {
  margin: 190px; }

.mt-190 {
  margin-top: 190px; }

.mb-190 {
  margin-bottom: 190px; }

.ml-190 {
  margin-inline-start: 190px; }

.mr-190 {
  margin-inline-end: 190px; }

.mx-190 {
  margin-left: 190px;
  margin-right: 190px; }

.my-190 {
  margin-top: 190px;
  margin-bottom: 190px; }

.p-190 {
  padding: 190px; }

.pt-190 {
  padding-top: 190px; }

.pb-190 {
  padding-bottom: 190px; }

.pl-190 {
  padding-inline-start: 190px; }

.pr-190 {
  padding-inline-end: 190px; }

.px-190 {
  padding-left: 190px;
  padding-right: 190px; }

.py-190 {
  padding-top: 190px;
  padding-bottom: 190px; }

.m-195 {
  margin: 195px; }

.mt-195 {
  margin-top: 195px; }

.mb-195 {
  margin-bottom: 195px; }

.ml-195 {
  margin-inline-start: 195px; }

.mr-195 {
  margin-inline-end: 195px; }

.mx-195 {
  margin-left: 195px;
  margin-right: 195px; }

.my-195 {
  margin-top: 195px;
  margin-bottom: 195px; }

.p-195 {
  padding: 195px; }

.pt-195 {
  padding-top: 195px; }

.pb-195 {
  padding-bottom: 195px; }

.pl-195 {
  padding-inline-start: 195px; }

.pr-195 {
  padding-inline-end: 195px; }

.px-195 {
  padding-left: 195px;
  padding-right: 195px; }

.py-195 {
  padding-top: 195px;
  padding-bottom: 195px; }

.m-200 {
  margin: 200px; }

.mt-200 {
  margin-top: 200px; }

.mb-200 {
  margin-bottom: 200px; }

.ml-200 {
  margin-inline-start: 200px; }

.mr-200 {
  margin-inline-end: 200px; }

.mx-200 {
  margin-left: 200px;
  margin-right: 200px; }

.my-200 {
  margin-top: 200px;
  margin-bottom: 200px; }

.p-200 {
  padding: 200px; }

.pt-200 {
  padding-top: 200px; }

.pb-200 {
  padding-bottom: 200px; }

.pl-200 {
  padding-inline-start: 200px; }

.pr-200 {
  padding-inline-end: 200px; }

.px-200 {
  padding-left: 200px;
  padding-right: 200px; }

.py-200 {
  padding-top: 200px;
  padding-bottom: 200px; }

.row-reverse {
  flex-direction: row-reverse; }

@media (max-width: 0px) {
  .row-xs-reverse {
    flex-direction: row-reverse; } }

.column-reverse {
  flex-direction: column-reverse; }

@media (max-width: 0px) {
  .column-xs-reverse {
    flex-direction: column-reverse; } }

@media (max-width: 0px) {
  .m-xs-5 {
    margin: 5px; }

  .mt-xs-5 {
    margin-top: 5px; }

  .mb-xs-5 {
    margin-bottom: 5px; }

  .ml-xs-5 {
    margin-inline-start: 5px; }

  .mr-xs-5 {
    margin-inline-end: 5px; }

  .mx-xs-5 {
    margin-left: 5px;
    margin-right: 5px; }

  .my-xs-5 {
    margin-top: 5px;
    margin-bottom: 5px; }

  .p-xs-5 {
    padding: 5px; }

  .pt-xs-5 {
    padding-top: 5px; }

  .pb-xs-5 {
    padding-bottom: 5px; }

  .pl-xs-5 {
    padding-inline-start: 5px; }

  .pr-xs-5 {
    padding-inline-end: 5px; }

  .px-xs-5 {
    padding-left: 5px;
    padding-right: 5px; }

  .py-xs-5 {
    padding-top: 5px;
    padding-bottom: 5px; }

  .m-xs-10 {
    margin: 10px; }

  .mt-xs-10 {
    margin-top: 10px; }

  .mb-xs-10 {
    margin-bottom: 10px; }

  .ml-xs-10 {
    margin-inline-start: 10px; }

  .mr-xs-10 {
    margin-inline-end: 10px; }

  .mx-xs-10 {
    margin-left: 10px;
    margin-right: 10px; }

  .my-xs-10 {
    margin-top: 10px;
    margin-bottom: 10px; }

  .p-xs-10 {
    padding: 10px; }

  .pt-xs-10 {
    padding-top: 10px; }

  .pb-xs-10 {
    padding-bottom: 10px; }

  .pl-xs-10 {
    padding-inline-start: 10px; }

  .pr-xs-10 {
    padding-inline-end: 10px; }

  .px-xs-10 {
    padding-left: 10px;
    padding-right: 10px; }

  .py-xs-10 {
    padding-top: 10px;
    padding-bottom: 10px; }

  .m-xs-15 {
    margin: 15px; }

  .mt-xs-15 {
    margin-top: 15px; }

  .mb-xs-15 {
    margin-bottom: 15px; }

  .ml-xs-15 {
    margin-inline-start: 15px; }

  .mr-xs-15 {
    margin-inline-end: 15px; }

  .mx-xs-15 {
    margin-left: 15px;
    margin-right: 15px; }

  .my-xs-15 {
    margin-top: 15px;
    margin-bottom: 15px; }

  .p-xs-15 {
    padding: 15px; }

  .pt-xs-15 {
    padding-top: 15px; }

  .pb-xs-15 {
    padding-bottom: 15px; }

  .pl-xs-15 {
    padding-inline-start: 15px; }

  .pr-xs-15 {
    padding-inline-end: 15px; }

  .px-xs-15 {
    padding-left: 15px;
    padding-right: 15px; }

  .py-xs-15 {
    padding-top: 15px;
    padding-bottom: 15px; }

  .m-xs-20 {
    margin: 20px; }

  .mt-xs-20 {
    margin-top: 20px; }

  .mb-xs-20 {
    margin-bottom: 20px; }

  .ml-xs-20 {
    margin-inline-start: 20px; }

  .mr-xs-20 {
    margin-inline-end: 20px; }

  .mx-xs-20 {
    margin-left: 20px;
    margin-right: 20px; }

  .my-xs-20 {
    margin-top: 20px;
    margin-bottom: 20px; }

  .p-xs-20 {
    padding: 20px; }

  .pt-xs-20 {
    padding-top: 20px; }

  .pb-xs-20 {
    padding-bottom: 20px; }

  .pl-xs-20 {
    padding-inline-start: 20px; }

  .pr-xs-20 {
    padding-inline-end: 20px; }

  .px-xs-20 {
    padding-left: 20px;
    padding-right: 20px; }

  .py-xs-20 {
    padding-top: 20px;
    padding-bottom: 20px; }

  .m-xs-25 {
    margin: 25px; }

  .mt-xs-25 {
    margin-top: 25px; }

  .mb-xs-25 {
    margin-bottom: 25px; }

  .ml-xs-25 {
    margin-inline-start: 25px; }

  .mr-xs-25 {
    margin-inline-end: 25px; }

  .mx-xs-25 {
    margin-left: 25px;
    margin-right: 25px; }

  .my-xs-25 {
    margin-top: 25px;
    margin-bottom: 25px; }

  .p-xs-25 {
    padding: 25px; }

  .pt-xs-25 {
    padding-top: 25px; }

  .pb-xs-25 {
    padding-bottom: 25px; }

  .pl-xs-25 {
    padding-inline-start: 25px; }

  .pr-xs-25 {
    padding-inline-end: 25px; }

  .px-xs-25 {
    padding-left: 25px;
    padding-right: 25px; }

  .py-xs-25 {
    padding-top: 25px;
    padding-bottom: 25px; }

  .m-xs-30 {
    margin: 30px; }

  .mt-xs-30 {
    margin-top: 30px; }

  .mb-xs-30 {
    margin-bottom: 30px; }

  .ml-xs-30 {
    margin-inline-start: 30px; }

  .mr-xs-30 {
    margin-inline-end: 30px; }

  .mx-xs-30 {
    margin-left: 30px;
    margin-right: 30px; }

  .my-xs-30 {
    margin-top: 30px;
    margin-bottom: 30px; }

  .p-xs-30 {
    padding: 30px; }

  .pt-xs-30 {
    padding-top: 30px; }

  .pb-xs-30 {
    padding-bottom: 30px; }

  .pl-xs-30 {
    padding-inline-start: 30px; }

  .pr-xs-30 {
    padding-inline-end: 30px; }

  .px-xs-30 {
    padding-left: 30px;
    padding-right: 30px; }

  .py-xs-30 {
    padding-top: 30px;
    padding-bottom: 30px; }

  .m-xs-35 {
    margin: 35px; }

  .mt-xs-35 {
    margin-top: 35px; }

  .mb-xs-35 {
    margin-bottom: 35px; }

  .ml-xs-35 {
    margin-inline-start: 35px; }

  .mr-xs-35 {
    margin-inline-end: 35px; }

  .mx-xs-35 {
    margin-left: 35px;
    margin-right: 35px; }

  .my-xs-35 {
    margin-top: 35px;
    margin-bottom: 35px; }

  .p-xs-35 {
    padding: 35px; }

  .pt-xs-35 {
    padding-top: 35px; }

  .pb-xs-35 {
    padding-bottom: 35px; }

  .pl-xs-35 {
    padding-inline-start: 35px; }

  .pr-xs-35 {
    padding-inline-end: 35px; }

  .px-xs-35 {
    padding-left: 35px;
    padding-right: 35px; }

  .py-xs-35 {
    padding-top: 35px;
    padding-bottom: 35px; }

  .m-xs-40 {
    margin: 40px; }

  .mt-xs-40 {
    margin-top: 40px; }

  .mb-xs-40 {
    margin-bottom: 40px; }

  .ml-xs-40 {
    margin-inline-start: 40px; }

  .mr-xs-40 {
    margin-inline-end: 40px; }

  .mx-xs-40 {
    margin-left: 40px;
    margin-right: 40px; }

  .my-xs-40 {
    margin-top: 40px;
    margin-bottom: 40px; }

  .p-xs-40 {
    padding: 40px; }

  .pt-xs-40 {
    padding-top: 40px; }

  .pb-xs-40 {
    padding-bottom: 40px; }

  .pl-xs-40 {
    padding-inline-start: 40px; }

  .pr-xs-40 {
    padding-inline-end: 40px; }

  .px-xs-40 {
    padding-left: 40px;
    padding-right: 40px; }

  .py-xs-40 {
    padding-top: 40px;
    padding-bottom: 40px; }

  .m-xs-45 {
    margin: 45px; }

  .mt-xs-45 {
    margin-top: 45px; }

  .mb-xs-45 {
    margin-bottom: 45px; }

  .ml-xs-45 {
    margin-inline-start: 45px; }

  .mr-xs-45 {
    margin-inline-end: 45px; }

  .mx-xs-45 {
    margin-left: 45px;
    margin-right: 45px; }

  .my-xs-45 {
    margin-top: 45px;
    margin-bottom: 45px; }

  .p-xs-45 {
    padding: 45px; }

  .pt-xs-45 {
    padding-top: 45px; }

  .pb-xs-45 {
    padding-bottom: 45px; }

  .pl-xs-45 {
    padding-inline-start: 45px; }

  .pr-xs-45 {
    padding-inline-end: 45px; }

  .px-xs-45 {
    padding-left: 45px;
    padding-right: 45px; }

  .py-xs-45 {
    padding-top: 45px;
    padding-bottom: 45px; }

  .m-xs-50 {
    margin: 50px; }

  .mt-xs-50 {
    margin-top: 50px; }

  .mb-xs-50 {
    margin-bottom: 50px; }

  .ml-xs-50 {
    margin-inline-start: 50px; }

  .mr-xs-50 {
    margin-inline-end: 50px; }

  .mx-xs-50 {
    margin-left: 50px;
    margin-right: 50px; }

  .my-xs-50 {
    margin-top: 50px;
    margin-bottom: 50px; }

  .p-xs-50 {
    padding: 50px; }

  .pt-xs-50 {
    padding-top: 50px; }

  .pb-xs-50 {
    padding-bottom: 50px; }

  .pl-xs-50 {
    padding-inline-start: 50px; }

  .pr-xs-50 {
    padding-inline-end: 50px; }

  .px-xs-50 {
    padding-left: 50px;
    padding-right: 50px; }

  .py-xs-50 {
    padding-top: 50px;
    padding-bottom: 50px; }

  .m-xs-55 {
    margin: 55px; }

  .mt-xs-55 {
    margin-top: 55px; }

  .mb-xs-55 {
    margin-bottom: 55px; }

  .ml-xs-55 {
    margin-inline-start: 55px; }

  .mr-xs-55 {
    margin-inline-end: 55px; }

  .mx-xs-55 {
    margin-left: 55px;
    margin-right: 55px; }

  .my-xs-55 {
    margin-top: 55px;
    margin-bottom: 55px; }

  .p-xs-55 {
    padding: 55px; }

  .pt-xs-55 {
    padding-top: 55px; }

  .pb-xs-55 {
    padding-bottom: 55px; }

  .pl-xs-55 {
    padding-inline-start: 55px; }

  .pr-xs-55 {
    padding-inline-end: 55px; }

  .px-xs-55 {
    padding-left: 55px;
    padding-right: 55px; }

  .py-xs-55 {
    padding-top: 55px;
    padding-bottom: 55px; }

  .m-xs-60 {
    margin: 60px; }

  .mt-xs-60 {
    margin-top: 60px; }

  .mb-xs-60 {
    margin-bottom: 60px; }

  .ml-xs-60 {
    margin-inline-start: 60px; }

  .mr-xs-60 {
    margin-inline-end: 60px; }

  .mx-xs-60 {
    margin-left: 60px;
    margin-right: 60px; }

  .my-xs-60 {
    margin-top: 60px;
    margin-bottom: 60px; }

  .p-xs-60 {
    padding: 60px; }

  .pt-xs-60 {
    padding-top: 60px; }

  .pb-xs-60 {
    padding-bottom: 60px; }

  .pl-xs-60 {
    padding-inline-start: 60px; }

  .pr-xs-60 {
    padding-inline-end: 60px; }

  .px-xs-60 {
    padding-left: 60px;
    padding-right: 60px; }

  .py-xs-60 {
    padding-top: 60px;
    padding-bottom: 60px; }

  .m-xs-65 {
    margin: 65px; }

  .mt-xs-65 {
    margin-top: 65px; }

  .mb-xs-65 {
    margin-bottom: 65px; }

  .ml-xs-65 {
    margin-inline-start: 65px; }

  .mr-xs-65 {
    margin-inline-end: 65px; }

  .mx-xs-65 {
    margin-left: 65px;
    margin-right: 65px; }

  .my-xs-65 {
    margin-top: 65px;
    margin-bottom: 65px; }

  .p-xs-65 {
    padding: 65px; }

  .pt-xs-65 {
    padding-top: 65px; }

  .pb-xs-65 {
    padding-bottom: 65px; }

  .pl-xs-65 {
    padding-inline-start: 65px; }

  .pr-xs-65 {
    padding-inline-end: 65px; }

  .px-xs-65 {
    padding-left: 65px;
    padding-right: 65px; }

  .py-xs-65 {
    padding-top: 65px;
    padding-bottom: 65px; }

  .m-xs-70 {
    margin: 70px; }

  .mt-xs-70 {
    margin-top: 70px; }

  .mb-xs-70 {
    margin-bottom: 70px; }

  .ml-xs-70 {
    margin-inline-start: 70px; }

  .mr-xs-70 {
    margin-inline-end: 70px; }

  .mx-xs-70 {
    margin-left: 70px;
    margin-right: 70px; }

  .my-xs-70 {
    margin-top: 70px;
    margin-bottom: 70px; }

  .p-xs-70 {
    padding: 70px; }

  .pt-xs-70 {
    padding-top: 70px; }

  .pb-xs-70 {
    padding-bottom: 70px; }

  .pl-xs-70 {
    padding-inline-start: 70px; }

  .pr-xs-70 {
    padding-inline-end: 70px; }

  .px-xs-70 {
    padding-left: 70px;
    padding-right: 70px; }

  .py-xs-70 {
    padding-top: 70px;
    padding-bottom: 70px; }

  .m-xs-75 {
    margin: 75px; }

  .mt-xs-75 {
    margin-top: 75px; }

  .mb-xs-75 {
    margin-bottom: 75px; }

  .ml-xs-75 {
    margin-inline-start: 75px; }

  .mr-xs-75 {
    margin-inline-end: 75px; }

  .mx-xs-75 {
    margin-left: 75px;
    margin-right: 75px; }

  .my-xs-75 {
    margin-top: 75px;
    margin-bottom: 75px; }

  .p-xs-75 {
    padding: 75px; }

  .pt-xs-75 {
    padding-top: 75px; }

  .pb-xs-75 {
    padding-bottom: 75px; }

  .pl-xs-75 {
    padding-inline-start: 75px; }

  .pr-xs-75 {
    padding-inline-end: 75px; }

  .px-xs-75 {
    padding-left: 75px;
    padding-right: 75px; }

  .py-xs-75 {
    padding-top: 75px;
    padding-bottom: 75px; }

  .m-xs-80 {
    margin: 80px; }

  .mt-xs-80 {
    margin-top: 80px; }

  .mb-xs-80 {
    margin-bottom: 80px; }

  .ml-xs-80 {
    margin-inline-start: 80px; }

  .mr-xs-80 {
    margin-inline-end: 80px; }

  .mx-xs-80 {
    margin-left: 80px;
    margin-right: 80px; }

  .my-xs-80 {
    margin-top: 80px;
    margin-bottom: 80px; }

  .p-xs-80 {
    padding: 80px; }

  .pt-xs-80 {
    padding-top: 80px; }

  .pb-xs-80 {
    padding-bottom: 80px; }

  .pl-xs-80 {
    padding-inline-start: 80px; }

  .pr-xs-80 {
    padding-inline-end: 80px; }

  .px-xs-80 {
    padding-left: 80px;
    padding-right: 80px; }

  .py-xs-80 {
    padding-top: 80px;
    padding-bottom: 80px; }

  .m-xs-85 {
    margin: 85px; }

  .mt-xs-85 {
    margin-top: 85px; }

  .mb-xs-85 {
    margin-bottom: 85px; }

  .ml-xs-85 {
    margin-inline-start: 85px; }

  .mr-xs-85 {
    margin-inline-end: 85px; }

  .mx-xs-85 {
    margin-left: 85px;
    margin-right: 85px; }

  .my-xs-85 {
    margin-top: 85px;
    margin-bottom: 85px; }

  .p-xs-85 {
    padding: 85px; }

  .pt-xs-85 {
    padding-top: 85px; }

  .pb-xs-85 {
    padding-bottom: 85px; }

  .pl-xs-85 {
    padding-inline-start: 85px; }

  .pr-xs-85 {
    padding-inline-end: 85px; }

  .px-xs-85 {
    padding-left: 85px;
    padding-right: 85px; }

  .py-xs-85 {
    padding-top: 85px;
    padding-bottom: 85px; }

  .m-xs-90 {
    margin: 90px; }

  .mt-xs-90 {
    margin-top: 90px; }

  .mb-xs-90 {
    margin-bottom: 90px; }

  .ml-xs-90 {
    margin-inline-start: 90px; }

  .mr-xs-90 {
    margin-inline-end: 90px; }

  .mx-xs-90 {
    margin-left: 90px;
    margin-right: 90px; }

  .my-xs-90 {
    margin-top: 90px;
    margin-bottom: 90px; }

  .p-xs-90 {
    padding: 90px; }

  .pt-xs-90 {
    padding-top: 90px; }

  .pb-xs-90 {
    padding-bottom: 90px; }

  .pl-xs-90 {
    padding-inline-start: 90px; }

  .pr-xs-90 {
    padding-inline-end: 90px; }

  .px-xs-90 {
    padding-left: 90px;
    padding-right: 90px; }

  .py-xs-90 {
    padding-top: 90px;
    padding-bottom: 90px; }

  .m-xs-95 {
    margin: 95px; }

  .mt-xs-95 {
    margin-top: 95px; }

  .mb-xs-95 {
    margin-bottom: 95px; }

  .ml-xs-95 {
    margin-inline-start: 95px; }

  .mr-xs-95 {
    margin-inline-end: 95px; }

  .mx-xs-95 {
    margin-left: 95px;
    margin-right: 95px; }

  .my-xs-95 {
    margin-top: 95px;
    margin-bottom: 95px; }

  .p-xs-95 {
    padding: 95px; }

  .pt-xs-95 {
    padding-top: 95px; }

  .pb-xs-95 {
    padding-bottom: 95px; }

  .pl-xs-95 {
    padding-inline-start: 95px; }

  .pr-xs-95 {
    padding-inline-end: 95px; }

  .px-xs-95 {
    padding-left: 95px;
    padding-right: 95px; }

  .py-xs-95 {
    padding-top: 95px;
    padding-bottom: 95px; }

  .m-xs-100 {
    margin: 100px; }

  .mt-xs-100 {
    margin-top: 100px; }

  .mb-xs-100 {
    margin-bottom: 100px; }

  .ml-xs-100 {
    margin-inline-start: 100px; }

  .mr-xs-100 {
    margin-inline-end: 100px; }

  .mx-xs-100 {
    margin-left: 100px;
    margin-right: 100px; }

  .my-xs-100 {
    margin-top: 100px;
    margin-bottom: 100px; }

  .p-xs-100 {
    padding: 100px; }

  .pt-xs-100 {
    padding-top: 100px; }

  .pb-xs-100 {
    padding-bottom: 100px; }

  .pl-xs-100 {
    padding-inline-start: 100px; }

  .pr-xs-100 {
    padding-inline-end: 100px; }

  .px-xs-100 {
    padding-left: 100px;
    padding-right: 100px; }

  .py-xs-100 {
    padding-top: 100px;
    padding-bottom: 100px; }

  .m-xs-105 {
    margin: 105px; }

  .mt-xs-105 {
    margin-top: 105px; }

  .mb-xs-105 {
    margin-bottom: 105px; }

  .ml-xs-105 {
    margin-inline-start: 105px; }

  .mr-xs-105 {
    margin-inline-end: 105px; }

  .mx-xs-105 {
    margin-left: 105px;
    margin-right: 105px; }

  .my-xs-105 {
    margin-top: 105px;
    margin-bottom: 105px; }

  .p-xs-105 {
    padding: 105px; }

  .pt-xs-105 {
    padding-top: 105px; }

  .pb-xs-105 {
    padding-bottom: 105px; }

  .pl-xs-105 {
    padding-inline-start: 105px; }

  .pr-xs-105 {
    padding-inline-end: 105px; }

  .px-xs-105 {
    padding-left: 105px;
    padding-right: 105px; }

  .py-xs-105 {
    padding-top: 105px;
    padding-bottom: 105px; }

  .m-xs-110 {
    margin: 110px; }

  .mt-xs-110 {
    margin-top: 110px; }

  .mb-xs-110 {
    margin-bottom: 110px; }

  .ml-xs-110 {
    margin-inline-start: 110px; }

  .mr-xs-110 {
    margin-inline-end: 110px; }

  .mx-xs-110 {
    margin-left: 110px;
    margin-right: 110px; }

  .my-xs-110 {
    margin-top: 110px;
    margin-bottom: 110px; }

  .p-xs-110 {
    padding: 110px; }

  .pt-xs-110 {
    padding-top: 110px; }

  .pb-xs-110 {
    padding-bottom: 110px; }

  .pl-xs-110 {
    padding-inline-start: 110px; }

  .pr-xs-110 {
    padding-inline-end: 110px; }

  .px-xs-110 {
    padding-left: 110px;
    padding-right: 110px; }

  .py-xs-110 {
    padding-top: 110px;
    padding-bottom: 110px; }

  .m-xs-115 {
    margin: 115px; }

  .mt-xs-115 {
    margin-top: 115px; }

  .mb-xs-115 {
    margin-bottom: 115px; }

  .ml-xs-115 {
    margin-inline-start: 115px; }

  .mr-xs-115 {
    margin-inline-end: 115px; }

  .mx-xs-115 {
    margin-left: 115px;
    margin-right: 115px; }

  .my-xs-115 {
    margin-top: 115px;
    margin-bottom: 115px; }

  .p-xs-115 {
    padding: 115px; }

  .pt-xs-115 {
    padding-top: 115px; }

  .pb-xs-115 {
    padding-bottom: 115px; }

  .pl-xs-115 {
    padding-inline-start: 115px; }

  .pr-xs-115 {
    padding-inline-end: 115px; }

  .px-xs-115 {
    padding-left: 115px;
    padding-right: 115px; }

  .py-xs-115 {
    padding-top: 115px;
    padding-bottom: 115px; }

  .m-xs-120 {
    margin: 120px; }

  .mt-xs-120 {
    margin-top: 120px; }

  .mb-xs-120 {
    margin-bottom: 120px; }

  .ml-xs-120 {
    margin-inline-start: 120px; }

  .mr-xs-120 {
    margin-inline-end: 120px; }

  .mx-xs-120 {
    margin-left: 120px;
    margin-right: 120px; }

  .my-xs-120 {
    margin-top: 120px;
    margin-bottom: 120px; }

  .p-xs-120 {
    padding: 120px; }

  .pt-xs-120 {
    padding-top: 120px; }

  .pb-xs-120 {
    padding-bottom: 120px; }

  .pl-xs-120 {
    padding-inline-start: 120px; }

  .pr-xs-120 {
    padding-inline-end: 120px; }

  .px-xs-120 {
    padding-left: 120px;
    padding-right: 120px; }

  .py-xs-120 {
    padding-top: 120px;
    padding-bottom: 120px; }

  .m-xs-125 {
    margin: 125px; }

  .mt-xs-125 {
    margin-top: 125px; }

  .mb-xs-125 {
    margin-bottom: 125px; }

  .ml-xs-125 {
    margin-inline-start: 125px; }

  .mr-xs-125 {
    margin-inline-end: 125px; }

  .mx-xs-125 {
    margin-left: 125px;
    margin-right: 125px; }

  .my-xs-125 {
    margin-top: 125px;
    margin-bottom: 125px; }

  .p-xs-125 {
    padding: 125px; }

  .pt-xs-125 {
    padding-top: 125px; }

  .pb-xs-125 {
    padding-bottom: 125px; }

  .pl-xs-125 {
    padding-inline-start: 125px; }

  .pr-xs-125 {
    padding-inline-end: 125px; }

  .px-xs-125 {
    padding-left: 125px;
    padding-right: 125px; }

  .py-xs-125 {
    padding-top: 125px;
    padding-bottom: 125px; }

  .m-xs-130 {
    margin: 130px; }

  .mt-xs-130 {
    margin-top: 130px; }

  .mb-xs-130 {
    margin-bottom: 130px; }

  .ml-xs-130 {
    margin-inline-start: 130px; }

  .mr-xs-130 {
    margin-inline-end: 130px; }

  .mx-xs-130 {
    margin-left: 130px;
    margin-right: 130px; }

  .my-xs-130 {
    margin-top: 130px;
    margin-bottom: 130px; }

  .p-xs-130 {
    padding: 130px; }

  .pt-xs-130 {
    padding-top: 130px; }

  .pb-xs-130 {
    padding-bottom: 130px; }

  .pl-xs-130 {
    padding-inline-start: 130px; }

  .pr-xs-130 {
    padding-inline-end: 130px; }

  .px-xs-130 {
    padding-left: 130px;
    padding-right: 130px; }

  .py-xs-130 {
    padding-top: 130px;
    padding-bottom: 130px; }

  .m-xs-135 {
    margin: 135px; }

  .mt-xs-135 {
    margin-top: 135px; }

  .mb-xs-135 {
    margin-bottom: 135px; }

  .ml-xs-135 {
    margin-inline-start: 135px; }

  .mr-xs-135 {
    margin-inline-end: 135px; }

  .mx-xs-135 {
    margin-left: 135px;
    margin-right: 135px; }

  .my-xs-135 {
    margin-top: 135px;
    margin-bottom: 135px; }

  .p-xs-135 {
    padding: 135px; }

  .pt-xs-135 {
    padding-top: 135px; }

  .pb-xs-135 {
    padding-bottom: 135px; }

  .pl-xs-135 {
    padding-inline-start: 135px; }

  .pr-xs-135 {
    padding-inline-end: 135px; }

  .px-xs-135 {
    padding-left: 135px;
    padding-right: 135px; }

  .py-xs-135 {
    padding-top: 135px;
    padding-bottom: 135px; }

  .m-xs-140 {
    margin: 140px; }

  .mt-xs-140 {
    margin-top: 140px; }

  .mb-xs-140 {
    margin-bottom: 140px; }

  .ml-xs-140 {
    margin-inline-start: 140px; }

  .mr-xs-140 {
    margin-inline-end: 140px; }

  .mx-xs-140 {
    margin-left: 140px;
    margin-right: 140px; }

  .my-xs-140 {
    margin-top: 140px;
    margin-bottom: 140px; }

  .p-xs-140 {
    padding: 140px; }

  .pt-xs-140 {
    padding-top: 140px; }

  .pb-xs-140 {
    padding-bottom: 140px; }

  .pl-xs-140 {
    padding-inline-start: 140px; }

  .pr-xs-140 {
    padding-inline-end: 140px; }

  .px-xs-140 {
    padding-left: 140px;
    padding-right: 140px; }

  .py-xs-140 {
    padding-top: 140px;
    padding-bottom: 140px; }

  .m-xs-145 {
    margin: 145px; }

  .mt-xs-145 {
    margin-top: 145px; }

  .mb-xs-145 {
    margin-bottom: 145px; }

  .ml-xs-145 {
    margin-inline-start: 145px; }

  .mr-xs-145 {
    margin-inline-end: 145px; }

  .mx-xs-145 {
    margin-left: 145px;
    margin-right: 145px; }

  .my-xs-145 {
    margin-top: 145px;
    margin-bottom: 145px; }

  .p-xs-145 {
    padding: 145px; }

  .pt-xs-145 {
    padding-top: 145px; }

  .pb-xs-145 {
    padding-bottom: 145px; }

  .pl-xs-145 {
    padding-inline-start: 145px; }

  .pr-xs-145 {
    padding-inline-end: 145px; }

  .px-xs-145 {
    padding-left: 145px;
    padding-right: 145px; }

  .py-xs-145 {
    padding-top: 145px;
    padding-bottom: 145px; }

  .m-xs-150 {
    margin: 150px; }

  .mt-xs-150 {
    margin-top: 150px; }

  .mb-xs-150 {
    margin-bottom: 150px; }

  .ml-xs-150 {
    margin-inline-start: 150px; }

  .mr-xs-150 {
    margin-inline-end: 150px; }

  .mx-xs-150 {
    margin-left: 150px;
    margin-right: 150px; }

  .my-xs-150 {
    margin-top: 150px;
    margin-bottom: 150px; }

  .p-xs-150 {
    padding: 150px; }

  .pt-xs-150 {
    padding-top: 150px; }

  .pb-xs-150 {
    padding-bottom: 150px; }

  .pl-xs-150 {
    padding-inline-start: 150px; }

  .pr-xs-150 {
    padding-inline-end: 150px; }

  .px-xs-150 {
    padding-left: 150px;
    padding-right: 150px; }

  .py-xs-150 {
    padding-top: 150px;
    padding-bottom: 150px; }

  .m-xs-155 {
    margin: 155px; }

  .mt-xs-155 {
    margin-top: 155px; }

  .mb-xs-155 {
    margin-bottom: 155px; }

  .ml-xs-155 {
    margin-inline-start: 155px; }

  .mr-xs-155 {
    margin-inline-end: 155px; }

  .mx-xs-155 {
    margin-left: 155px;
    margin-right: 155px; }

  .my-xs-155 {
    margin-top: 155px;
    margin-bottom: 155px; }

  .p-xs-155 {
    padding: 155px; }

  .pt-xs-155 {
    padding-top: 155px; }

  .pb-xs-155 {
    padding-bottom: 155px; }

  .pl-xs-155 {
    padding-inline-start: 155px; }

  .pr-xs-155 {
    padding-inline-end: 155px; }

  .px-xs-155 {
    padding-left: 155px;
    padding-right: 155px; }

  .py-xs-155 {
    padding-top: 155px;
    padding-bottom: 155px; }

  .m-xs-160 {
    margin: 160px; }

  .mt-xs-160 {
    margin-top: 160px; }

  .mb-xs-160 {
    margin-bottom: 160px; }

  .ml-xs-160 {
    margin-inline-start: 160px; }

  .mr-xs-160 {
    margin-inline-end: 160px; }

  .mx-xs-160 {
    margin-left: 160px;
    margin-right: 160px; }

  .my-xs-160 {
    margin-top: 160px;
    margin-bottom: 160px; }

  .p-xs-160 {
    padding: 160px; }

  .pt-xs-160 {
    padding-top: 160px; }

  .pb-xs-160 {
    padding-bottom: 160px; }

  .pl-xs-160 {
    padding-inline-start: 160px; }

  .pr-xs-160 {
    padding-inline-end: 160px; }

  .px-xs-160 {
    padding-left: 160px;
    padding-right: 160px; }

  .py-xs-160 {
    padding-top: 160px;
    padding-bottom: 160px; }

  .m-xs-165 {
    margin: 165px; }

  .mt-xs-165 {
    margin-top: 165px; }

  .mb-xs-165 {
    margin-bottom: 165px; }

  .ml-xs-165 {
    margin-inline-start: 165px; }

  .mr-xs-165 {
    margin-inline-end: 165px; }

  .mx-xs-165 {
    margin-left: 165px;
    margin-right: 165px; }

  .my-xs-165 {
    margin-top: 165px;
    margin-bottom: 165px; }

  .p-xs-165 {
    padding: 165px; }

  .pt-xs-165 {
    padding-top: 165px; }

  .pb-xs-165 {
    padding-bottom: 165px; }

  .pl-xs-165 {
    padding-inline-start: 165px; }

  .pr-xs-165 {
    padding-inline-end: 165px; }

  .px-xs-165 {
    padding-left: 165px;
    padding-right: 165px; }

  .py-xs-165 {
    padding-top: 165px;
    padding-bottom: 165px; }

  .m-xs-170 {
    margin: 170px; }

  .mt-xs-170 {
    margin-top: 170px; }

  .mb-xs-170 {
    margin-bottom: 170px; }

  .ml-xs-170 {
    margin-inline-start: 170px; }

  .mr-xs-170 {
    margin-inline-end: 170px; }

  .mx-xs-170 {
    margin-left: 170px;
    margin-right: 170px; }

  .my-xs-170 {
    margin-top: 170px;
    margin-bottom: 170px; }

  .p-xs-170 {
    padding: 170px; }

  .pt-xs-170 {
    padding-top: 170px; }

  .pb-xs-170 {
    padding-bottom: 170px; }

  .pl-xs-170 {
    padding-inline-start: 170px; }

  .pr-xs-170 {
    padding-inline-end: 170px; }

  .px-xs-170 {
    padding-left: 170px;
    padding-right: 170px; }

  .py-xs-170 {
    padding-top: 170px;
    padding-bottom: 170px; }

  .m-xs-175 {
    margin: 175px; }

  .mt-xs-175 {
    margin-top: 175px; }

  .mb-xs-175 {
    margin-bottom: 175px; }

  .ml-xs-175 {
    margin-inline-start: 175px; }

  .mr-xs-175 {
    margin-inline-end: 175px; }

  .mx-xs-175 {
    margin-left: 175px;
    margin-right: 175px; }

  .my-xs-175 {
    margin-top: 175px;
    margin-bottom: 175px; }

  .p-xs-175 {
    padding: 175px; }

  .pt-xs-175 {
    padding-top: 175px; }

  .pb-xs-175 {
    padding-bottom: 175px; }

  .pl-xs-175 {
    padding-inline-start: 175px; }

  .pr-xs-175 {
    padding-inline-end: 175px; }

  .px-xs-175 {
    padding-left: 175px;
    padding-right: 175px; }

  .py-xs-175 {
    padding-top: 175px;
    padding-bottom: 175px; }

  .m-xs-180 {
    margin: 180px; }

  .mt-xs-180 {
    margin-top: 180px; }

  .mb-xs-180 {
    margin-bottom: 180px; }

  .ml-xs-180 {
    margin-inline-start: 180px; }

  .mr-xs-180 {
    margin-inline-end: 180px; }

  .mx-xs-180 {
    margin-left: 180px;
    margin-right: 180px; }

  .my-xs-180 {
    margin-top: 180px;
    margin-bottom: 180px; }

  .p-xs-180 {
    padding: 180px; }

  .pt-xs-180 {
    padding-top: 180px; }

  .pb-xs-180 {
    padding-bottom: 180px; }

  .pl-xs-180 {
    padding-inline-start: 180px; }

  .pr-xs-180 {
    padding-inline-end: 180px; }

  .px-xs-180 {
    padding-left: 180px;
    padding-right: 180px; }

  .py-xs-180 {
    padding-top: 180px;
    padding-bottom: 180px; }

  .m-xs-185 {
    margin: 185px; }

  .mt-xs-185 {
    margin-top: 185px; }

  .mb-xs-185 {
    margin-bottom: 185px; }

  .ml-xs-185 {
    margin-inline-start: 185px; }

  .mr-xs-185 {
    margin-inline-end: 185px; }

  .mx-xs-185 {
    margin-left: 185px;
    margin-right: 185px; }

  .my-xs-185 {
    margin-top: 185px;
    margin-bottom: 185px; }

  .p-xs-185 {
    padding: 185px; }

  .pt-xs-185 {
    padding-top: 185px; }

  .pb-xs-185 {
    padding-bottom: 185px; }

  .pl-xs-185 {
    padding-inline-start: 185px; }

  .pr-xs-185 {
    padding-inline-end: 185px; }

  .px-xs-185 {
    padding-left: 185px;
    padding-right: 185px; }

  .py-xs-185 {
    padding-top: 185px;
    padding-bottom: 185px; }

  .m-xs-190 {
    margin: 190px; }

  .mt-xs-190 {
    margin-top: 190px; }

  .mb-xs-190 {
    margin-bottom: 190px; }

  .ml-xs-190 {
    margin-inline-start: 190px; }

  .mr-xs-190 {
    margin-inline-end: 190px; }

  .mx-xs-190 {
    margin-left: 190px;
    margin-right: 190px; }

  .my-xs-190 {
    margin-top: 190px;
    margin-bottom: 190px; }

  .p-xs-190 {
    padding: 190px; }

  .pt-xs-190 {
    padding-top: 190px; }

  .pb-xs-190 {
    padding-bottom: 190px; }

  .pl-xs-190 {
    padding-inline-start: 190px; }

  .pr-xs-190 {
    padding-inline-end: 190px; }

  .px-xs-190 {
    padding-left: 190px;
    padding-right: 190px; }

  .py-xs-190 {
    padding-top: 190px;
    padding-bottom: 190px; }

  .m-xs-195 {
    margin: 195px; }

  .mt-xs-195 {
    margin-top: 195px; }

  .mb-xs-195 {
    margin-bottom: 195px; }

  .ml-xs-195 {
    margin-inline-start: 195px; }

  .mr-xs-195 {
    margin-inline-end: 195px; }

  .mx-xs-195 {
    margin-left: 195px;
    margin-right: 195px; }

  .my-xs-195 {
    margin-top: 195px;
    margin-bottom: 195px; }

  .p-xs-195 {
    padding: 195px; }

  .pt-xs-195 {
    padding-top: 195px; }

  .pb-xs-195 {
    padding-bottom: 195px; }

  .pl-xs-195 {
    padding-inline-start: 195px; }

  .pr-xs-195 {
    padding-inline-end: 195px; }

  .px-xs-195 {
    padding-left: 195px;
    padding-right: 195px; }

  .py-xs-195 {
    padding-top: 195px;
    padding-bottom: 195px; }

  .m-xs-200 {
    margin: 200px; }

  .mt-xs-200 {
    margin-top: 200px; }

  .mb-xs-200 {
    margin-bottom: 200px; }

  .ml-xs-200 {
    margin-inline-start: 200px; }

  .mr-xs-200 {
    margin-inline-end: 200px; }

  .mx-xs-200 {
    margin-left: 200px;
    margin-right: 200px; }

  .my-xs-200 {
    margin-top: 200px;
    margin-bottom: 200px; }

  .p-xs-200 {
    padding: 200px; }

  .pt-xs-200 {
    padding-top: 200px; }

  .pb-xs-200 {
    padding-bottom: 200px; }

  .pl-xs-200 {
    padding-inline-start: 200px; }

  .pr-xs-200 {
    padding-inline-end: 200px; }

  .px-xs-200 {
    padding-left: 200px;
    padding-right: 200px; }

  .py-xs-200 {
    padding-top: 200px;
    padding-bottom: 200px; } }
.row-reverse {
  flex-direction: row-reverse; }

@media (max-width: 576px) {
  .row-sm-reverse {
    flex-direction: row-reverse; } }

.column-reverse {
  flex-direction: column-reverse; }

@media (max-width: 576px) {
  .column-sm-reverse {
    flex-direction: column-reverse; } }

@media (max-width: 576px) {
  .m-sm-5 {
    margin: 5px; }

  .mt-sm-5 {
    margin-top: 5px; }

  .mb-sm-5 {
    margin-bottom: 5px; }

  .ml-sm-5 {
    margin-inline-start: 5px; }

  .mr-sm-5 {
    margin-inline-end: 5px; }

  .mx-sm-5 {
    margin-left: 5px;
    margin-right: 5px; }

  .my-sm-5 {
    margin-top: 5px;
    margin-bottom: 5px; }

  .p-sm-5 {
    padding: 5px; }

  .pt-sm-5 {
    padding-top: 5px; }

  .pb-sm-5 {
    padding-bottom: 5px; }

  .pl-sm-5 {
    padding-inline-start: 5px; }

  .pr-sm-5 {
    padding-inline-end: 5px; }

  .px-sm-5 {
    padding-left: 5px;
    padding-right: 5px; }

  .py-sm-5 {
    padding-top: 5px;
    padding-bottom: 5px; }

  .m-sm-10 {
    margin: 10px; }

  .mt-sm-10 {
    margin-top: 10px; }

  .mb-sm-10 {
    margin-bottom: 10px; }

  .ml-sm-10 {
    margin-inline-start: 10px; }

  .mr-sm-10 {
    margin-inline-end: 10px; }

  .mx-sm-10 {
    margin-left: 10px;
    margin-right: 10px; }

  .my-sm-10 {
    margin-top: 10px;
    margin-bottom: 10px; }

  .p-sm-10 {
    padding: 10px; }

  .pt-sm-10 {
    padding-top: 10px; }

  .pb-sm-10 {
    padding-bottom: 10px; }

  .pl-sm-10 {
    padding-inline-start: 10px; }

  .pr-sm-10 {
    padding-inline-end: 10px; }

  .px-sm-10 {
    padding-left: 10px;
    padding-right: 10px; }

  .py-sm-10 {
    padding-top: 10px;
    padding-bottom: 10px; }

  .m-sm-15 {
    margin: 15px; }

  .mt-sm-15 {
    margin-top: 15px; }

  .mb-sm-15 {
    margin-bottom: 15px; }

  .ml-sm-15 {
    margin-inline-start: 15px; }

  .mr-sm-15 {
    margin-inline-end: 15px; }

  .mx-sm-15 {
    margin-left: 15px;
    margin-right: 15px; }

  .my-sm-15 {
    margin-top: 15px;
    margin-bottom: 15px; }

  .p-sm-15 {
    padding: 15px; }

  .pt-sm-15 {
    padding-top: 15px; }

  .pb-sm-15 {
    padding-bottom: 15px; }

  .pl-sm-15 {
    padding-inline-start: 15px; }

  .pr-sm-15 {
    padding-inline-end: 15px; }

  .px-sm-15 {
    padding-left: 15px;
    padding-right: 15px; }

  .py-sm-15 {
    padding-top: 15px;
    padding-bottom: 15px; }

  .m-sm-20 {
    margin: 20px; }

  .mt-sm-20 {
    margin-top: 20px; }

  .mb-sm-20 {
    margin-bottom: 20px; }

  .ml-sm-20 {
    margin-inline-start: 20px; }

  .mr-sm-20 {
    margin-inline-end: 20px; }

  .mx-sm-20 {
    margin-left: 20px;
    margin-right: 20px; }

  .my-sm-20 {
    margin-top: 20px;
    margin-bottom: 20px; }

  .p-sm-20 {
    padding: 20px; }

  .pt-sm-20 {
    padding-top: 20px; }

  .pb-sm-20 {
    padding-bottom: 20px; }

  .pl-sm-20 {
    padding-inline-start: 20px; }

  .pr-sm-20 {
    padding-inline-end: 20px; }

  .px-sm-20 {
    padding-left: 20px;
    padding-right: 20px; }

  .py-sm-20 {
    padding-top: 20px;
    padding-bottom: 20px; }

  .m-sm-25 {
    margin: 25px; }

  .mt-sm-25 {
    margin-top: 25px; }

  .mb-sm-25 {
    margin-bottom: 25px; }

  .ml-sm-25 {
    margin-inline-start: 25px; }

  .mr-sm-25 {
    margin-inline-end: 25px; }

  .mx-sm-25 {
    margin-left: 25px;
    margin-right: 25px; }

  .my-sm-25 {
    margin-top: 25px;
    margin-bottom: 25px; }

  .p-sm-25 {
    padding: 25px; }

  .pt-sm-25 {
    padding-top: 25px; }

  .pb-sm-25 {
    padding-bottom: 25px; }

  .pl-sm-25 {
    padding-inline-start: 25px; }

  .pr-sm-25 {
    padding-inline-end: 25px; }

  .px-sm-25 {
    padding-left: 25px;
    padding-right: 25px; }

  .py-sm-25 {
    padding-top: 25px;
    padding-bottom: 25px; }

  .m-sm-30 {
    margin: 30px; }

  .mt-sm-30 {
    margin-top: 30px; }

  .mb-sm-30 {
    margin-bottom: 30px; }

  .ml-sm-30 {
    margin-inline-start: 30px; }

  .mr-sm-30 {
    margin-inline-end: 30px; }

  .mx-sm-30 {
    margin-left: 30px;
    margin-right: 30px; }

  .my-sm-30 {
    margin-top: 30px;
    margin-bottom: 30px; }

  .p-sm-30 {
    padding: 30px; }

  .pt-sm-30 {
    padding-top: 30px; }

  .pb-sm-30 {
    padding-bottom: 30px; }

  .pl-sm-30 {
    padding-inline-start: 30px; }

  .pr-sm-30 {
    padding-inline-end: 30px; }

  .px-sm-30 {
    padding-left: 30px;
    padding-right: 30px; }

  .py-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px; }

  .m-sm-35 {
    margin: 35px; }

  .mt-sm-35 {
    margin-top: 35px; }

  .mb-sm-35 {
    margin-bottom: 35px; }

  .ml-sm-35 {
    margin-inline-start: 35px; }

  .mr-sm-35 {
    margin-inline-end: 35px; }

  .mx-sm-35 {
    margin-left: 35px;
    margin-right: 35px; }

  .my-sm-35 {
    margin-top: 35px;
    margin-bottom: 35px; }

  .p-sm-35 {
    padding: 35px; }

  .pt-sm-35 {
    padding-top: 35px; }

  .pb-sm-35 {
    padding-bottom: 35px; }

  .pl-sm-35 {
    padding-inline-start: 35px; }

  .pr-sm-35 {
    padding-inline-end: 35px; }

  .px-sm-35 {
    padding-left: 35px;
    padding-right: 35px; }

  .py-sm-35 {
    padding-top: 35px;
    padding-bottom: 35px; }

  .m-sm-40 {
    margin: 40px; }

  .mt-sm-40 {
    margin-top: 40px; }

  .mb-sm-40 {
    margin-bottom: 40px; }

  .ml-sm-40 {
    margin-inline-start: 40px; }

  .mr-sm-40 {
    margin-inline-end: 40px; }

  .mx-sm-40 {
    margin-left: 40px;
    margin-right: 40px; }

  .my-sm-40 {
    margin-top: 40px;
    margin-bottom: 40px; }

  .p-sm-40 {
    padding: 40px; }

  .pt-sm-40 {
    padding-top: 40px; }

  .pb-sm-40 {
    padding-bottom: 40px; }

  .pl-sm-40 {
    padding-inline-start: 40px; }

  .pr-sm-40 {
    padding-inline-end: 40px; }

  .px-sm-40 {
    padding-left: 40px;
    padding-right: 40px; }

  .py-sm-40 {
    padding-top: 40px;
    padding-bottom: 40px; }

  .m-sm-45 {
    margin: 45px; }

  .mt-sm-45 {
    margin-top: 45px; }

  .mb-sm-45 {
    margin-bottom: 45px; }

  .ml-sm-45 {
    margin-inline-start: 45px; }

  .mr-sm-45 {
    margin-inline-end: 45px; }

  .mx-sm-45 {
    margin-left: 45px;
    margin-right: 45px; }

  .my-sm-45 {
    margin-top: 45px;
    margin-bottom: 45px; }

  .p-sm-45 {
    padding: 45px; }

  .pt-sm-45 {
    padding-top: 45px; }

  .pb-sm-45 {
    padding-bottom: 45px; }

  .pl-sm-45 {
    padding-inline-start: 45px; }

  .pr-sm-45 {
    padding-inline-end: 45px; }

  .px-sm-45 {
    padding-left: 45px;
    padding-right: 45px; }

  .py-sm-45 {
    padding-top: 45px;
    padding-bottom: 45px; }

  .m-sm-50 {
    margin: 50px; }

  .mt-sm-50 {
    margin-top: 50px; }

  .mb-sm-50 {
    margin-bottom: 50px; }

  .ml-sm-50 {
    margin-inline-start: 50px; }

  .mr-sm-50 {
    margin-inline-end: 50px; }

  .mx-sm-50 {
    margin-left: 50px;
    margin-right: 50px; }

  .my-sm-50 {
    margin-top: 50px;
    margin-bottom: 50px; }

  .p-sm-50 {
    padding: 50px; }

  .pt-sm-50 {
    padding-top: 50px; }

  .pb-sm-50 {
    padding-bottom: 50px; }

  .pl-sm-50 {
    padding-inline-start: 50px; }

  .pr-sm-50 {
    padding-inline-end: 50px; }

  .px-sm-50 {
    padding-left: 50px;
    padding-right: 50px; }

  .py-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px; }

  .m-sm-55 {
    margin: 55px; }

  .mt-sm-55 {
    margin-top: 55px; }

  .mb-sm-55 {
    margin-bottom: 55px; }

  .ml-sm-55 {
    margin-inline-start: 55px; }

  .mr-sm-55 {
    margin-inline-end: 55px; }

  .mx-sm-55 {
    margin-left: 55px;
    margin-right: 55px; }

  .my-sm-55 {
    margin-top: 55px;
    margin-bottom: 55px; }

  .p-sm-55 {
    padding: 55px; }

  .pt-sm-55 {
    padding-top: 55px; }

  .pb-sm-55 {
    padding-bottom: 55px; }

  .pl-sm-55 {
    padding-inline-start: 55px; }

  .pr-sm-55 {
    padding-inline-end: 55px; }

  .px-sm-55 {
    padding-left: 55px;
    padding-right: 55px; }

  .py-sm-55 {
    padding-top: 55px;
    padding-bottom: 55px; }

  .m-sm-60 {
    margin: 60px; }

  .mt-sm-60 {
    margin-top: 60px; }

  .mb-sm-60 {
    margin-bottom: 60px; }

  .ml-sm-60 {
    margin-inline-start: 60px; }

  .mr-sm-60 {
    margin-inline-end: 60px; }

  .mx-sm-60 {
    margin-left: 60px;
    margin-right: 60px; }

  .my-sm-60 {
    margin-top: 60px;
    margin-bottom: 60px; }

  .p-sm-60 {
    padding: 60px; }

  .pt-sm-60 {
    padding-top: 60px; }

  .pb-sm-60 {
    padding-bottom: 60px; }

  .pl-sm-60 {
    padding-inline-start: 60px; }

  .pr-sm-60 {
    padding-inline-end: 60px; }

  .px-sm-60 {
    padding-left: 60px;
    padding-right: 60px; }

  .py-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px; }

  .m-sm-65 {
    margin: 65px; }

  .mt-sm-65 {
    margin-top: 65px; }

  .mb-sm-65 {
    margin-bottom: 65px; }

  .ml-sm-65 {
    margin-inline-start: 65px; }

  .mr-sm-65 {
    margin-inline-end: 65px; }

  .mx-sm-65 {
    margin-left: 65px;
    margin-right: 65px; }

  .my-sm-65 {
    margin-top: 65px;
    margin-bottom: 65px; }

  .p-sm-65 {
    padding: 65px; }

  .pt-sm-65 {
    padding-top: 65px; }

  .pb-sm-65 {
    padding-bottom: 65px; }

  .pl-sm-65 {
    padding-inline-start: 65px; }

  .pr-sm-65 {
    padding-inline-end: 65px; }

  .px-sm-65 {
    padding-left: 65px;
    padding-right: 65px; }

  .py-sm-65 {
    padding-top: 65px;
    padding-bottom: 65px; }

  .m-sm-70 {
    margin: 70px; }

  .mt-sm-70 {
    margin-top: 70px; }

  .mb-sm-70 {
    margin-bottom: 70px; }

  .ml-sm-70 {
    margin-inline-start: 70px; }

  .mr-sm-70 {
    margin-inline-end: 70px; }

  .mx-sm-70 {
    margin-left: 70px;
    margin-right: 70px; }

  .my-sm-70 {
    margin-top: 70px;
    margin-bottom: 70px; }

  .p-sm-70 {
    padding: 70px; }

  .pt-sm-70 {
    padding-top: 70px; }

  .pb-sm-70 {
    padding-bottom: 70px; }

  .pl-sm-70 {
    padding-inline-start: 70px; }

  .pr-sm-70 {
    padding-inline-end: 70px; }

  .px-sm-70 {
    padding-left: 70px;
    padding-right: 70px; }

  .py-sm-70 {
    padding-top: 70px;
    padding-bottom: 70px; }

  .m-sm-75 {
    margin: 75px; }

  .mt-sm-75 {
    margin-top: 75px; }

  .mb-sm-75 {
    margin-bottom: 75px; }

  .ml-sm-75 {
    margin-inline-start: 75px; }

  .mr-sm-75 {
    margin-inline-end: 75px; }

  .mx-sm-75 {
    margin-left: 75px;
    margin-right: 75px; }

  .my-sm-75 {
    margin-top: 75px;
    margin-bottom: 75px; }

  .p-sm-75 {
    padding: 75px; }

  .pt-sm-75 {
    padding-top: 75px; }

  .pb-sm-75 {
    padding-bottom: 75px; }

  .pl-sm-75 {
    padding-inline-start: 75px; }

  .pr-sm-75 {
    padding-inline-end: 75px; }

  .px-sm-75 {
    padding-left: 75px;
    padding-right: 75px; }

  .py-sm-75 {
    padding-top: 75px;
    padding-bottom: 75px; }

  .m-sm-80 {
    margin: 80px; }

  .mt-sm-80 {
    margin-top: 80px; }

  .mb-sm-80 {
    margin-bottom: 80px; }

  .ml-sm-80 {
    margin-inline-start: 80px; }

  .mr-sm-80 {
    margin-inline-end: 80px; }

  .mx-sm-80 {
    margin-left: 80px;
    margin-right: 80px; }

  .my-sm-80 {
    margin-top: 80px;
    margin-bottom: 80px; }

  .p-sm-80 {
    padding: 80px; }

  .pt-sm-80 {
    padding-top: 80px; }

  .pb-sm-80 {
    padding-bottom: 80px; }

  .pl-sm-80 {
    padding-inline-start: 80px; }

  .pr-sm-80 {
    padding-inline-end: 80px; }

  .px-sm-80 {
    padding-left: 80px;
    padding-right: 80px; }

  .py-sm-80 {
    padding-top: 80px;
    padding-bottom: 80px; }

  .m-sm-85 {
    margin: 85px; }

  .mt-sm-85 {
    margin-top: 85px; }

  .mb-sm-85 {
    margin-bottom: 85px; }

  .ml-sm-85 {
    margin-inline-start: 85px; }

  .mr-sm-85 {
    margin-inline-end: 85px; }

  .mx-sm-85 {
    margin-left: 85px;
    margin-right: 85px; }

  .my-sm-85 {
    margin-top: 85px;
    margin-bottom: 85px; }

  .p-sm-85 {
    padding: 85px; }

  .pt-sm-85 {
    padding-top: 85px; }

  .pb-sm-85 {
    padding-bottom: 85px; }

  .pl-sm-85 {
    padding-inline-start: 85px; }

  .pr-sm-85 {
    padding-inline-end: 85px; }

  .px-sm-85 {
    padding-left: 85px;
    padding-right: 85px; }

  .py-sm-85 {
    padding-top: 85px;
    padding-bottom: 85px; }

  .m-sm-90 {
    margin: 90px; }

  .mt-sm-90 {
    margin-top: 90px; }

  .mb-sm-90 {
    margin-bottom: 90px; }

  .ml-sm-90 {
    margin-inline-start: 90px; }

  .mr-sm-90 {
    margin-inline-end: 90px; }

  .mx-sm-90 {
    margin-left: 90px;
    margin-right: 90px; }

  .my-sm-90 {
    margin-top: 90px;
    margin-bottom: 90px; }

  .p-sm-90 {
    padding: 90px; }

  .pt-sm-90 {
    padding-top: 90px; }

  .pb-sm-90 {
    padding-bottom: 90px; }

  .pl-sm-90 {
    padding-inline-start: 90px; }

  .pr-sm-90 {
    padding-inline-end: 90px; }

  .px-sm-90 {
    padding-left: 90px;
    padding-right: 90px; }

  .py-sm-90 {
    padding-top: 90px;
    padding-bottom: 90px; }

  .m-sm-95 {
    margin: 95px; }

  .mt-sm-95 {
    margin-top: 95px; }

  .mb-sm-95 {
    margin-bottom: 95px; }

  .ml-sm-95 {
    margin-inline-start: 95px; }

  .mr-sm-95 {
    margin-inline-end: 95px; }

  .mx-sm-95 {
    margin-left: 95px;
    margin-right: 95px; }

  .my-sm-95 {
    margin-top: 95px;
    margin-bottom: 95px; }

  .p-sm-95 {
    padding: 95px; }

  .pt-sm-95 {
    padding-top: 95px; }

  .pb-sm-95 {
    padding-bottom: 95px; }

  .pl-sm-95 {
    padding-inline-start: 95px; }

  .pr-sm-95 {
    padding-inline-end: 95px; }

  .px-sm-95 {
    padding-left: 95px;
    padding-right: 95px; }

  .py-sm-95 {
    padding-top: 95px;
    padding-bottom: 95px; }

  .m-sm-100 {
    margin: 100px; }

  .mt-sm-100 {
    margin-top: 100px; }

  .mb-sm-100 {
    margin-bottom: 100px; }

  .ml-sm-100 {
    margin-inline-start: 100px; }

  .mr-sm-100 {
    margin-inline-end: 100px; }

  .mx-sm-100 {
    margin-left: 100px;
    margin-right: 100px; }

  .my-sm-100 {
    margin-top: 100px;
    margin-bottom: 100px; }

  .p-sm-100 {
    padding: 100px; }

  .pt-sm-100 {
    padding-top: 100px; }

  .pb-sm-100 {
    padding-bottom: 100px; }

  .pl-sm-100 {
    padding-inline-start: 100px; }

  .pr-sm-100 {
    padding-inline-end: 100px; }

  .px-sm-100 {
    padding-left: 100px;
    padding-right: 100px; }

  .py-sm-100 {
    padding-top: 100px;
    padding-bottom: 100px; }

  .m-sm-105 {
    margin: 105px; }

  .mt-sm-105 {
    margin-top: 105px; }

  .mb-sm-105 {
    margin-bottom: 105px; }

  .ml-sm-105 {
    margin-inline-start: 105px; }

  .mr-sm-105 {
    margin-inline-end: 105px; }

  .mx-sm-105 {
    margin-left: 105px;
    margin-right: 105px; }

  .my-sm-105 {
    margin-top: 105px;
    margin-bottom: 105px; }

  .p-sm-105 {
    padding: 105px; }

  .pt-sm-105 {
    padding-top: 105px; }

  .pb-sm-105 {
    padding-bottom: 105px; }

  .pl-sm-105 {
    padding-inline-start: 105px; }

  .pr-sm-105 {
    padding-inline-end: 105px; }

  .px-sm-105 {
    padding-left: 105px;
    padding-right: 105px; }

  .py-sm-105 {
    padding-top: 105px;
    padding-bottom: 105px; }

  .m-sm-110 {
    margin: 110px; }

  .mt-sm-110 {
    margin-top: 110px; }

  .mb-sm-110 {
    margin-bottom: 110px; }

  .ml-sm-110 {
    margin-inline-start: 110px; }

  .mr-sm-110 {
    margin-inline-end: 110px; }

  .mx-sm-110 {
    margin-left: 110px;
    margin-right: 110px; }

  .my-sm-110 {
    margin-top: 110px;
    margin-bottom: 110px; }

  .p-sm-110 {
    padding: 110px; }

  .pt-sm-110 {
    padding-top: 110px; }

  .pb-sm-110 {
    padding-bottom: 110px; }

  .pl-sm-110 {
    padding-inline-start: 110px; }

  .pr-sm-110 {
    padding-inline-end: 110px; }

  .px-sm-110 {
    padding-left: 110px;
    padding-right: 110px; }

  .py-sm-110 {
    padding-top: 110px;
    padding-bottom: 110px; }

  .m-sm-115 {
    margin: 115px; }

  .mt-sm-115 {
    margin-top: 115px; }

  .mb-sm-115 {
    margin-bottom: 115px; }

  .ml-sm-115 {
    margin-inline-start: 115px; }

  .mr-sm-115 {
    margin-inline-end: 115px; }

  .mx-sm-115 {
    margin-left: 115px;
    margin-right: 115px; }

  .my-sm-115 {
    margin-top: 115px;
    margin-bottom: 115px; }

  .p-sm-115 {
    padding: 115px; }

  .pt-sm-115 {
    padding-top: 115px; }

  .pb-sm-115 {
    padding-bottom: 115px; }

  .pl-sm-115 {
    padding-inline-start: 115px; }

  .pr-sm-115 {
    padding-inline-end: 115px; }

  .px-sm-115 {
    padding-left: 115px;
    padding-right: 115px; }

  .py-sm-115 {
    padding-top: 115px;
    padding-bottom: 115px; }

  .m-sm-120 {
    margin: 120px; }

  .mt-sm-120 {
    margin-top: 120px; }

  .mb-sm-120 {
    margin-bottom: 120px; }

  .ml-sm-120 {
    margin-inline-start: 120px; }

  .mr-sm-120 {
    margin-inline-end: 120px; }

  .mx-sm-120 {
    margin-left: 120px;
    margin-right: 120px; }

  .my-sm-120 {
    margin-top: 120px;
    margin-bottom: 120px; }

  .p-sm-120 {
    padding: 120px; }

  .pt-sm-120 {
    padding-top: 120px; }

  .pb-sm-120 {
    padding-bottom: 120px; }

  .pl-sm-120 {
    padding-inline-start: 120px; }

  .pr-sm-120 {
    padding-inline-end: 120px; }

  .px-sm-120 {
    padding-left: 120px;
    padding-right: 120px; }

  .py-sm-120 {
    padding-top: 120px;
    padding-bottom: 120px; }

  .m-sm-125 {
    margin: 125px; }

  .mt-sm-125 {
    margin-top: 125px; }

  .mb-sm-125 {
    margin-bottom: 125px; }

  .ml-sm-125 {
    margin-inline-start: 125px; }

  .mr-sm-125 {
    margin-inline-end: 125px; }

  .mx-sm-125 {
    margin-left: 125px;
    margin-right: 125px; }

  .my-sm-125 {
    margin-top: 125px;
    margin-bottom: 125px; }

  .p-sm-125 {
    padding: 125px; }

  .pt-sm-125 {
    padding-top: 125px; }

  .pb-sm-125 {
    padding-bottom: 125px; }

  .pl-sm-125 {
    padding-inline-start: 125px; }

  .pr-sm-125 {
    padding-inline-end: 125px; }

  .px-sm-125 {
    padding-left: 125px;
    padding-right: 125px; }

  .py-sm-125 {
    padding-top: 125px;
    padding-bottom: 125px; }

  .m-sm-130 {
    margin: 130px; }

  .mt-sm-130 {
    margin-top: 130px; }

  .mb-sm-130 {
    margin-bottom: 130px; }

  .ml-sm-130 {
    margin-inline-start: 130px; }

  .mr-sm-130 {
    margin-inline-end: 130px; }

  .mx-sm-130 {
    margin-left: 130px;
    margin-right: 130px; }

  .my-sm-130 {
    margin-top: 130px;
    margin-bottom: 130px; }

  .p-sm-130 {
    padding: 130px; }

  .pt-sm-130 {
    padding-top: 130px; }

  .pb-sm-130 {
    padding-bottom: 130px; }

  .pl-sm-130 {
    padding-inline-start: 130px; }

  .pr-sm-130 {
    padding-inline-end: 130px; }

  .px-sm-130 {
    padding-left: 130px;
    padding-right: 130px; }

  .py-sm-130 {
    padding-top: 130px;
    padding-bottom: 130px; }

  .m-sm-135 {
    margin: 135px; }

  .mt-sm-135 {
    margin-top: 135px; }

  .mb-sm-135 {
    margin-bottom: 135px; }

  .ml-sm-135 {
    margin-inline-start: 135px; }

  .mr-sm-135 {
    margin-inline-end: 135px; }

  .mx-sm-135 {
    margin-left: 135px;
    margin-right: 135px; }

  .my-sm-135 {
    margin-top: 135px;
    margin-bottom: 135px; }

  .p-sm-135 {
    padding: 135px; }

  .pt-sm-135 {
    padding-top: 135px; }

  .pb-sm-135 {
    padding-bottom: 135px; }

  .pl-sm-135 {
    padding-inline-start: 135px; }

  .pr-sm-135 {
    padding-inline-end: 135px; }

  .px-sm-135 {
    padding-left: 135px;
    padding-right: 135px; }

  .py-sm-135 {
    padding-top: 135px;
    padding-bottom: 135px; }

  .m-sm-140 {
    margin: 140px; }

  .mt-sm-140 {
    margin-top: 140px; }

  .mb-sm-140 {
    margin-bottom: 140px; }

  .ml-sm-140 {
    margin-inline-start: 140px; }

  .mr-sm-140 {
    margin-inline-end: 140px; }

  .mx-sm-140 {
    margin-left: 140px;
    margin-right: 140px; }

  .my-sm-140 {
    margin-top: 140px;
    margin-bottom: 140px; }

  .p-sm-140 {
    padding: 140px; }

  .pt-sm-140 {
    padding-top: 140px; }

  .pb-sm-140 {
    padding-bottom: 140px; }

  .pl-sm-140 {
    padding-inline-start: 140px; }

  .pr-sm-140 {
    padding-inline-end: 140px; }

  .px-sm-140 {
    padding-left: 140px;
    padding-right: 140px; }

  .py-sm-140 {
    padding-top: 140px;
    padding-bottom: 140px; }

  .m-sm-145 {
    margin: 145px; }

  .mt-sm-145 {
    margin-top: 145px; }

  .mb-sm-145 {
    margin-bottom: 145px; }

  .ml-sm-145 {
    margin-inline-start: 145px; }

  .mr-sm-145 {
    margin-inline-end: 145px; }

  .mx-sm-145 {
    margin-left: 145px;
    margin-right: 145px; }

  .my-sm-145 {
    margin-top: 145px;
    margin-bottom: 145px; }

  .p-sm-145 {
    padding: 145px; }

  .pt-sm-145 {
    padding-top: 145px; }

  .pb-sm-145 {
    padding-bottom: 145px; }

  .pl-sm-145 {
    padding-inline-start: 145px; }

  .pr-sm-145 {
    padding-inline-end: 145px; }

  .px-sm-145 {
    padding-left: 145px;
    padding-right: 145px; }

  .py-sm-145 {
    padding-top: 145px;
    padding-bottom: 145px; }

  .m-sm-150 {
    margin: 150px; }

  .mt-sm-150 {
    margin-top: 150px; }

  .mb-sm-150 {
    margin-bottom: 150px; }

  .ml-sm-150 {
    margin-inline-start: 150px; }

  .mr-sm-150 {
    margin-inline-end: 150px; }

  .mx-sm-150 {
    margin-left: 150px;
    margin-right: 150px; }

  .my-sm-150 {
    margin-top: 150px;
    margin-bottom: 150px; }

  .p-sm-150 {
    padding: 150px; }

  .pt-sm-150 {
    padding-top: 150px; }

  .pb-sm-150 {
    padding-bottom: 150px; }

  .pl-sm-150 {
    padding-inline-start: 150px; }

  .pr-sm-150 {
    padding-inline-end: 150px; }

  .px-sm-150 {
    padding-left: 150px;
    padding-right: 150px; }

  .py-sm-150 {
    padding-top: 150px;
    padding-bottom: 150px; }

  .m-sm-155 {
    margin: 155px; }

  .mt-sm-155 {
    margin-top: 155px; }

  .mb-sm-155 {
    margin-bottom: 155px; }

  .ml-sm-155 {
    margin-inline-start: 155px; }

  .mr-sm-155 {
    margin-inline-end: 155px; }

  .mx-sm-155 {
    margin-left: 155px;
    margin-right: 155px; }

  .my-sm-155 {
    margin-top: 155px;
    margin-bottom: 155px; }

  .p-sm-155 {
    padding: 155px; }

  .pt-sm-155 {
    padding-top: 155px; }

  .pb-sm-155 {
    padding-bottom: 155px; }

  .pl-sm-155 {
    padding-inline-start: 155px; }

  .pr-sm-155 {
    padding-inline-end: 155px; }

  .px-sm-155 {
    padding-left: 155px;
    padding-right: 155px; }

  .py-sm-155 {
    padding-top: 155px;
    padding-bottom: 155px; }

  .m-sm-160 {
    margin: 160px; }

  .mt-sm-160 {
    margin-top: 160px; }

  .mb-sm-160 {
    margin-bottom: 160px; }

  .ml-sm-160 {
    margin-inline-start: 160px; }

  .mr-sm-160 {
    margin-inline-end: 160px; }

  .mx-sm-160 {
    margin-left: 160px;
    margin-right: 160px; }

  .my-sm-160 {
    margin-top: 160px;
    margin-bottom: 160px; }

  .p-sm-160 {
    padding: 160px; }

  .pt-sm-160 {
    padding-top: 160px; }

  .pb-sm-160 {
    padding-bottom: 160px; }

  .pl-sm-160 {
    padding-inline-start: 160px; }

  .pr-sm-160 {
    padding-inline-end: 160px; }

  .px-sm-160 {
    padding-left: 160px;
    padding-right: 160px; }

  .py-sm-160 {
    padding-top: 160px;
    padding-bottom: 160px; }

  .m-sm-165 {
    margin: 165px; }

  .mt-sm-165 {
    margin-top: 165px; }

  .mb-sm-165 {
    margin-bottom: 165px; }

  .ml-sm-165 {
    margin-inline-start: 165px; }

  .mr-sm-165 {
    margin-inline-end: 165px; }

  .mx-sm-165 {
    margin-left: 165px;
    margin-right: 165px; }

  .my-sm-165 {
    margin-top: 165px;
    margin-bottom: 165px; }

  .p-sm-165 {
    padding: 165px; }

  .pt-sm-165 {
    padding-top: 165px; }

  .pb-sm-165 {
    padding-bottom: 165px; }

  .pl-sm-165 {
    padding-inline-start: 165px; }

  .pr-sm-165 {
    padding-inline-end: 165px; }

  .px-sm-165 {
    padding-left: 165px;
    padding-right: 165px; }

  .py-sm-165 {
    padding-top: 165px;
    padding-bottom: 165px; }

  .m-sm-170 {
    margin: 170px; }

  .mt-sm-170 {
    margin-top: 170px; }

  .mb-sm-170 {
    margin-bottom: 170px; }

  .ml-sm-170 {
    margin-inline-start: 170px; }

  .mr-sm-170 {
    margin-inline-end: 170px; }

  .mx-sm-170 {
    margin-left: 170px;
    margin-right: 170px; }

  .my-sm-170 {
    margin-top: 170px;
    margin-bottom: 170px; }

  .p-sm-170 {
    padding: 170px; }

  .pt-sm-170 {
    padding-top: 170px; }

  .pb-sm-170 {
    padding-bottom: 170px; }

  .pl-sm-170 {
    padding-inline-start: 170px; }

  .pr-sm-170 {
    padding-inline-end: 170px; }

  .px-sm-170 {
    padding-left: 170px;
    padding-right: 170px; }

  .py-sm-170 {
    padding-top: 170px;
    padding-bottom: 170px; }

  .m-sm-175 {
    margin: 175px; }

  .mt-sm-175 {
    margin-top: 175px; }

  .mb-sm-175 {
    margin-bottom: 175px; }

  .ml-sm-175 {
    margin-inline-start: 175px; }

  .mr-sm-175 {
    margin-inline-end: 175px; }

  .mx-sm-175 {
    margin-left: 175px;
    margin-right: 175px; }

  .my-sm-175 {
    margin-top: 175px;
    margin-bottom: 175px; }

  .p-sm-175 {
    padding: 175px; }

  .pt-sm-175 {
    padding-top: 175px; }

  .pb-sm-175 {
    padding-bottom: 175px; }

  .pl-sm-175 {
    padding-inline-start: 175px; }

  .pr-sm-175 {
    padding-inline-end: 175px; }

  .px-sm-175 {
    padding-left: 175px;
    padding-right: 175px; }

  .py-sm-175 {
    padding-top: 175px;
    padding-bottom: 175px; }

  .m-sm-180 {
    margin: 180px; }

  .mt-sm-180 {
    margin-top: 180px; }

  .mb-sm-180 {
    margin-bottom: 180px; }

  .ml-sm-180 {
    margin-inline-start: 180px; }

  .mr-sm-180 {
    margin-inline-end: 180px; }

  .mx-sm-180 {
    margin-left: 180px;
    margin-right: 180px; }

  .my-sm-180 {
    margin-top: 180px;
    margin-bottom: 180px; }

  .p-sm-180 {
    padding: 180px; }

  .pt-sm-180 {
    padding-top: 180px; }

  .pb-sm-180 {
    padding-bottom: 180px; }

  .pl-sm-180 {
    padding-inline-start: 180px; }

  .pr-sm-180 {
    padding-inline-end: 180px; }

  .px-sm-180 {
    padding-left: 180px;
    padding-right: 180px; }

  .py-sm-180 {
    padding-top: 180px;
    padding-bottom: 180px; }

  .m-sm-185 {
    margin: 185px; }

  .mt-sm-185 {
    margin-top: 185px; }

  .mb-sm-185 {
    margin-bottom: 185px; }

  .ml-sm-185 {
    margin-inline-start: 185px; }

  .mr-sm-185 {
    margin-inline-end: 185px; }

  .mx-sm-185 {
    margin-left: 185px;
    margin-right: 185px; }

  .my-sm-185 {
    margin-top: 185px;
    margin-bottom: 185px; }

  .p-sm-185 {
    padding: 185px; }

  .pt-sm-185 {
    padding-top: 185px; }

  .pb-sm-185 {
    padding-bottom: 185px; }

  .pl-sm-185 {
    padding-inline-start: 185px; }

  .pr-sm-185 {
    padding-inline-end: 185px; }

  .px-sm-185 {
    padding-left: 185px;
    padding-right: 185px; }

  .py-sm-185 {
    padding-top: 185px;
    padding-bottom: 185px; }

  .m-sm-190 {
    margin: 190px; }

  .mt-sm-190 {
    margin-top: 190px; }

  .mb-sm-190 {
    margin-bottom: 190px; }

  .ml-sm-190 {
    margin-inline-start: 190px; }

  .mr-sm-190 {
    margin-inline-end: 190px; }

  .mx-sm-190 {
    margin-left: 190px;
    margin-right: 190px; }

  .my-sm-190 {
    margin-top: 190px;
    margin-bottom: 190px; }

  .p-sm-190 {
    padding: 190px; }

  .pt-sm-190 {
    padding-top: 190px; }

  .pb-sm-190 {
    padding-bottom: 190px; }

  .pl-sm-190 {
    padding-inline-start: 190px; }

  .pr-sm-190 {
    padding-inline-end: 190px; }

  .px-sm-190 {
    padding-left: 190px;
    padding-right: 190px; }

  .py-sm-190 {
    padding-top: 190px;
    padding-bottom: 190px; }

  .m-sm-195 {
    margin: 195px; }

  .mt-sm-195 {
    margin-top: 195px; }

  .mb-sm-195 {
    margin-bottom: 195px; }

  .ml-sm-195 {
    margin-inline-start: 195px; }

  .mr-sm-195 {
    margin-inline-end: 195px; }

  .mx-sm-195 {
    margin-left: 195px;
    margin-right: 195px; }

  .my-sm-195 {
    margin-top: 195px;
    margin-bottom: 195px; }

  .p-sm-195 {
    padding: 195px; }

  .pt-sm-195 {
    padding-top: 195px; }

  .pb-sm-195 {
    padding-bottom: 195px; }

  .pl-sm-195 {
    padding-inline-start: 195px; }

  .pr-sm-195 {
    padding-inline-end: 195px; }

  .px-sm-195 {
    padding-left: 195px;
    padding-right: 195px; }

  .py-sm-195 {
    padding-top: 195px;
    padding-bottom: 195px; }

  .m-sm-200 {
    margin: 200px; }

  .mt-sm-200 {
    margin-top: 200px; }

  .mb-sm-200 {
    margin-bottom: 200px; }

  .ml-sm-200 {
    margin-inline-start: 200px; }

  .mr-sm-200 {
    margin-inline-end: 200px; }

  .mx-sm-200 {
    margin-left: 200px;
    margin-right: 200px; }

  .my-sm-200 {
    margin-top: 200px;
    margin-bottom: 200px; }

  .p-sm-200 {
    padding: 200px; }

  .pt-sm-200 {
    padding-top: 200px; }

  .pb-sm-200 {
    padding-bottom: 200px; }

  .pl-sm-200 {
    padding-inline-start: 200px; }

  .pr-sm-200 {
    padding-inline-end: 200px; }

  .px-sm-200 {
    padding-left: 200px;
    padding-right: 200px; }

  .py-sm-200 {
    padding-top: 200px;
    padding-bottom: 200px; } }
.row-reverse {
  flex-direction: row-reverse; }

@media (max-width: 768px) {
  .row-md-reverse {
    flex-direction: row-reverse; } }

.column-reverse {
  flex-direction: column-reverse; }

@media (max-width: 768px) {
  .column-md-reverse {
    flex-direction: column-reverse; } }

@media (max-width: 768px) {
  .m-md-5 {
    margin: 5px; }

  .mt-md-5 {
    margin-top: 5px; }

  .mb-md-5 {
    margin-bottom: 5px; }

  .ml-md-5 {
    margin-inline-start: 5px; }

  .mr-md-5 {
    margin-inline-end: 5px; }

  .mx-md-5 {
    margin-left: 5px;
    margin-right: 5px; }

  .my-md-5 {
    margin-top: 5px;
    margin-bottom: 5px; }

  .p-md-5 {
    padding: 5px; }

  .pt-md-5 {
    padding-top: 5px; }

  .pb-md-5 {
    padding-bottom: 5px; }

  .pl-md-5 {
    padding-inline-start: 5px; }

  .pr-md-5 {
    padding-inline-end: 5px; }

  .px-md-5 {
    padding-left: 5px;
    padding-right: 5px; }

  .py-md-5 {
    padding-top: 5px;
    padding-bottom: 5px; }

  .m-md-10 {
    margin: 10px; }

  .mt-md-10 {
    margin-top: 10px; }

  .mb-md-10 {
    margin-bottom: 10px; }

  .ml-md-10 {
    margin-inline-start: 10px; }

  .mr-md-10 {
    margin-inline-end: 10px; }

  .mx-md-10 {
    margin-left: 10px;
    margin-right: 10px; }

  .my-md-10 {
    margin-top: 10px;
    margin-bottom: 10px; }

  .p-md-10 {
    padding: 10px; }

  .pt-md-10 {
    padding-top: 10px; }

  .pb-md-10 {
    padding-bottom: 10px; }

  .pl-md-10 {
    padding-inline-start: 10px; }

  .pr-md-10 {
    padding-inline-end: 10px; }

  .px-md-10 {
    padding-left: 10px;
    padding-right: 10px; }

  .py-md-10 {
    padding-top: 10px;
    padding-bottom: 10px; }

  .m-md-15 {
    margin: 15px; }

  .mt-md-15 {
    margin-top: 15px; }

  .mb-md-15 {
    margin-bottom: 15px; }

  .ml-md-15 {
    margin-inline-start: 15px; }

  .mr-md-15 {
    margin-inline-end: 15px; }

  .mx-md-15 {
    margin-left: 15px;
    margin-right: 15px; }

  .my-md-15 {
    margin-top: 15px;
    margin-bottom: 15px; }

  .p-md-15 {
    padding: 15px; }

  .pt-md-15 {
    padding-top: 15px; }

  .pb-md-15 {
    padding-bottom: 15px; }

  .pl-md-15 {
    padding-inline-start: 15px; }

  .pr-md-15 {
    padding-inline-end: 15px; }

  .px-md-15 {
    padding-left: 15px;
    padding-right: 15px; }

  .py-md-15 {
    padding-top: 15px;
    padding-bottom: 15px; }

  .m-md-20 {
    margin: 20px; }

  .mt-md-20 {
    margin-top: 20px; }

  .mb-md-20 {
    margin-bottom: 20px; }

  .ml-md-20 {
    margin-inline-start: 20px; }

  .mr-md-20 {
    margin-inline-end: 20px; }

  .mx-md-20 {
    margin-left: 20px;
    margin-right: 20px; }

  .my-md-20 {
    margin-top: 20px;
    margin-bottom: 20px; }

  .p-md-20 {
    padding: 20px; }

  .pt-md-20 {
    padding-top: 20px; }

  .pb-md-20 {
    padding-bottom: 20px; }

  .pl-md-20 {
    padding-inline-start: 20px; }

  .pr-md-20 {
    padding-inline-end: 20px; }

  .px-md-20 {
    padding-left: 20px;
    padding-right: 20px; }

  .py-md-20 {
    padding-top: 20px;
    padding-bottom: 20px; }

  .m-md-25 {
    margin: 25px; }

  .mt-md-25 {
    margin-top: 25px; }

  .mb-md-25 {
    margin-bottom: 25px; }

  .ml-md-25 {
    margin-inline-start: 25px; }

  .mr-md-25 {
    margin-inline-end: 25px; }

  .mx-md-25 {
    margin-left: 25px;
    margin-right: 25px; }

  .my-md-25 {
    margin-top: 25px;
    margin-bottom: 25px; }

  .p-md-25 {
    padding: 25px; }

  .pt-md-25 {
    padding-top: 25px; }

  .pb-md-25 {
    padding-bottom: 25px; }

  .pl-md-25 {
    padding-inline-start: 25px; }

  .pr-md-25 {
    padding-inline-end: 25px; }

  .px-md-25 {
    padding-left: 25px;
    padding-right: 25px; }

  .py-md-25 {
    padding-top: 25px;
    padding-bottom: 25px; }

  .m-md-30 {
    margin: 30px; }

  .mt-md-30 {
    margin-top: 30px; }

  .mb-md-30 {
    margin-bottom: 30px; }

  .ml-md-30 {
    margin-inline-start: 30px; }

  .mr-md-30 {
    margin-inline-end: 30px; }

  .mx-md-30 {
    margin-left: 30px;
    margin-right: 30px; }

  .my-md-30 {
    margin-top: 30px;
    margin-bottom: 30px; }

  .p-md-30 {
    padding: 30px; }

  .pt-md-30 {
    padding-top: 30px; }

  .pb-md-30 {
    padding-bottom: 30px; }

  .pl-md-30 {
    padding-inline-start: 30px; }

  .pr-md-30 {
    padding-inline-end: 30px; }

  .px-md-30 {
    padding-left: 30px;
    padding-right: 30px; }

  .py-md-30 {
    padding-top: 30px;
    padding-bottom: 30px; }

  .m-md-35 {
    margin: 35px; }

  .mt-md-35 {
    margin-top: 35px; }

  .mb-md-35 {
    margin-bottom: 35px; }

  .ml-md-35 {
    margin-inline-start: 35px; }

  .mr-md-35 {
    margin-inline-end: 35px; }

  .mx-md-35 {
    margin-left: 35px;
    margin-right: 35px; }

  .my-md-35 {
    margin-top: 35px;
    margin-bottom: 35px; }

  .p-md-35 {
    padding: 35px; }

  .pt-md-35 {
    padding-top: 35px; }

  .pb-md-35 {
    padding-bottom: 35px; }

  .pl-md-35 {
    padding-inline-start: 35px; }

  .pr-md-35 {
    padding-inline-end: 35px; }

  .px-md-35 {
    padding-left: 35px;
    padding-right: 35px; }

  .py-md-35 {
    padding-top: 35px;
    padding-bottom: 35px; }

  .m-md-40 {
    margin: 40px; }

  .mt-md-40 {
    margin-top: 40px; }

  .mb-md-40 {
    margin-bottom: 40px; }

  .ml-md-40 {
    margin-inline-start: 40px; }

  .mr-md-40 {
    margin-inline-end: 40px; }

  .mx-md-40 {
    margin-left: 40px;
    margin-right: 40px; }

  .my-md-40 {
    margin-top: 40px;
    margin-bottom: 40px; }

  .p-md-40 {
    padding: 40px; }

  .pt-md-40 {
    padding-top: 40px; }

  .pb-md-40 {
    padding-bottom: 40px; }

  .pl-md-40 {
    padding-inline-start: 40px; }

  .pr-md-40 {
    padding-inline-end: 40px; }

  .px-md-40 {
    padding-left: 40px;
    padding-right: 40px; }

  .py-md-40 {
    padding-top: 40px;
    padding-bottom: 40px; }

  .m-md-45 {
    margin: 45px; }

  .mt-md-45 {
    margin-top: 45px; }

  .mb-md-45 {
    margin-bottom: 45px; }

  .ml-md-45 {
    margin-inline-start: 45px; }

  .mr-md-45 {
    margin-inline-end: 45px; }

  .mx-md-45 {
    margin-left: 45px;
    margin-right: 45px; }

  .my-md-45 {
    margin-top: 45px;
    margin-bottom: 45px; }

  .p-md-45 {
    padding: 45px; }

  .pt-md-45 {
    padding-top: 45px; }

  .pb-md-45 {
    padding-bottom: 45px; }

  .pl-md-45 {
    padding-inline-start: 45px; }

  .pr-md-45 {
    padding-inline-end: 45px; }

  .px-md-45 {
    padding-left: 45px;
    padding-right: 45px; }

  .py-md-45 {
    padding-top: 45px;
    padding-bottom: 45px; }

  .m-md-50 {
    margin: 50px; }

  .mt-md-50 {
    margin-top: 50px; }

  .mb-md-50 {
    margin-bottom: 50px; }

  .ml-md-50 {
    margin-inline-start: 50px; }

  .mr-md-50 {
    margin-inline-end: 50px; }

  .mx-md-50 {
    margin-left: 50px;
    margin-right: 50px; }

  .my-md-50 {
    margin-top: 50px;
    margin-bottom: 50px; }

  .p-md-50 {
    padding: 50px; }

  .pt-md-50 {
    padding-top: 50px; }

  .pb-md-50 {
    padding-bottom: 50px; }

  .pl-md-50 {
    padding-inline-start: 50px; }

  .pr-md-50 {
    padding-inline-end: 50px; }

  .px-md-50 {
    padding-left: 50px;
    padding-right: 50px; }

  .py-md-50 {
    padding-top: 50px;
    padding-bottom: 50px; }

  .m-md-55 {
    margin: 55px; }

  .mt-md-55 {
    margin-top: 55px; }

  .mb-md-55 {
    margin-bottom: 55px; }

  .ml-md-55 {
    margin-inline-start: 55px; }

  .mr-md-55 {
    margin-inline-end: 55px; }

  .mx-md-55 {
    margin-left: 55px;
    margin-right: 55px; }

  .my-md-55 {
    margin-top: 55px;
    margin-bottom: 55px; }

  .p-md-55 {
    padding: 55px; }

  .pt-md-55 {
    padding-top: 55px; }

  .pb-md-55 {
    padding-bottom: 55px; }

  .pl-md-55 {
    padding-inline-start: 55px; }

  .pr-md-55 {
    padding-inline-end: 55px; }

  .px-md-55 {
    padding-left: 55px;
    padding-right: 55px; }

  .py-md-55 {
    padding-top: 55px;
    padding-bottom: 55px; }

  .m-md-60 {
    margin: 60px; }

  .mt-md-60 {
    margin-top: 60px; }

  .mb-md-60 {
    margin-bottom: 60px; }

  .ml-md-60 {
    margin-inline-start: 60px; }

  .mr-md-60 {
    margin-inline-end: 60px; }

  .mx-md-60 {
    margin-left: 60px;
    margin-right: 60px; }

  .my-md-60 {
    margin-top: 60px;
    margin-bottom: 60px; }

  .p-md-60 {
    padding: 60px; }

  .pt-md-60 {
    padding-top: 60px; }

  .pb-md-60 {
    padding-bottom: 60px; }

  .pl-md-60 {
    padding-inline-start: 60px; }

  .pr-md-60 {
    padding-inline-end: 60px; }

  .px-md-60 {
    padding-left: 60px;
    padding-right: 60px; }

  .py-md-60 {
    padding-top: 60px;
    padding-bottom: 60px; }

  .m-md-65 {
    margin: 65px; }

  .mt-md-65 {
    margin-top: 65px; }

  .mb-md-65 {
    margin-bottom: 65px; }

  .ml-md-65 {
    margin-inline-start: 65px; }

  .mr-md-65 {
    margin-inline-end: 65px; }

  .mx-md-65 {
    margin-left: 65px;
    margin-right: 65px; }

  .my-md-65 {
    margin-top: 65px;
    margin-bottom: 65px; }

  .p-md-65 {
    padding: 65px; }

  .pt-md-65 {
    padding-top: 65px; }

  .pb-md-65 {
    padding-bottom: 65px; }

  .pl-md-65 {
    padding-inline-start: 65px; }

  .pr-md-65 {
    padding-inline-end: 65px; }

  .px-md-65 {
    padding-left: 65px;
    padding-right: 65px; }

  .py-md-65 {
    padding-top: 65px;
    padding-bottom: 65px; }

  .m-md-70 {
    margin: 70px; }

  .mt-md-70 {
    margin-top: 70px; }

  .mb-md-70 {
    margin-bottom: 70px; }

  .ml-md-70 {
    margin-inline-start: 70px; }

  .mr-md-70 {
    margin-inline-end: 70px; }

  .mx-md-70 {
    margin-left: 70px;
    margin-right: 70px; }

  .my-md-70 {
    margin-top: 70px;
    margin-bottom: 70px; }

  .p-md-70 {
    padding: 70px; }

  .pt-md-70 {
    padding-top: 70px; }

  .pb-md-70 {
    padding-bottom: 70px; }

  .pl-md-70 {
    padding-inline-start: 70px; }

  .pr-md-70 {
    padding-inline-end: 70px; }

  .px-md-70 {
    padding-left: 70px;
    padding-right: 70px; }

  .py-md-70 {
    padding-top: 70px;
    padding-bottom: 70px; }

  .m-md-75 {
    margin: 75px; }

  .mt-md-75 {
    margin-top: 75px; }

  .mb-md-75 {
    margin-bottom: 75px; }

  .ml-md-75 {
    margin-inline-start: 75px; }

  .mr-md-75 {
    margin-inline-end: 75px; }

  .mx-md-75 {
    margin-left: 75px;
    margin-right: 75px; }

  .my-md-75 {
    margin-top: 75px;
    margin-bottom: 75px; }

  .p-md-75 {
    padding: 75px; }

  .pt-md-75 {
    padding-top: 75px; }

  .pb-md-75 {
    padding-bottom: 75px; }

  .pl-md-75 {
    padding-inline-start: 75px; }

  .pr-md-75 {
    padding-inline-end: 75px; }

  .px-md-75 {
    padding-left: 75px;
    padding-right: 75px; }

  .py-md-75 {
    padding-top: 75px;
    padding-bottom: 75px; }

  .m-md-80 {
    margin: 80px; }

  .mt-md-80 {
    margin-top: 80px; }

  .mb-md-80 {
    margin-bottom: 80px; }

  .ml-md-80 {
    margin-inline-start: 80px; }

  .mr-md-80 {
    margin-inline-end: 80px; }

  .mx-md-80 {
    margin-left: 80px;
    margin-right: 80px; }

  .my-md-80 {
    margin-top: 80px;
    margin-bottom: 80px; }

  .p-md-80 {
    padding: 80px; }

  .pt-md-80 {
    padding-top: 80px; }

  .pb-md-80 {
    padding-bottom: 80px; }

  .pl-md-80 {
    padding-inline-start: 80px; }

  .pr-md-80 {
    padding-inline-end: 80px; }

  .px-md-80 {
    padding-left: 80px;
    padding-right: 80px; }

  .py-md-80 {
    padding-top: 80px;
    padding-bottom: 80px; }

  .m-md-85 {
    margin: 85px; }

  .mt-md-85 {
    margin-top: 85px; }

  .mb-md-85 {
    margin-bottom: 85px; }

  .ml-md-85 {
    margin-inline-start: 85px; }

  .mr-md-85 {
    margin-inline-end: 85px; }

  .mx-md-85 {
    margin-left: 85px;
    margin-right: 85px; }

  .my-md-85 {
    margin-top: 85px;
    margin-bottom: 85px; }

  .p-md-85 {
    padding: 85px; }

  .pt-md-85 {
    padding-top: 85px; }

  .pb-md-85 {
    padding-bottom: 85px; }

  .pl-md-85 {
    padding-inline-start: 85px; }

  .pr-md-85 {
    padding-inline-end: 85px; }

  .px-md-85 {
    padding-left: 85px;
    padding-right: 85px; }

  .py-md-85 {
    padding-top: 85px;
    padding-bottom: 85px; }

  .m-md-90 {
    margin: 90px; }

  .mt-md-90 {
    margin-top: 90px; }

  .mb-md-90 {
    margin-bottom: 90px; }

  .ml-md-90 {
    margin-inline-start: 90px; }

  .mr-md-90 {
    margin-inline-end: 90px; }

  .mx-md-90 {
    margin-left: 90px;
    margin-right: 90px; }

  .my-md-90 {
    margin-top: 90px;
    margin-bottom: 90px; }

  .p-md-90 {
    padding: 90px; }

  .pt-md-90 {
    padding-top: 90px; }

  .pb-md-90 {
    padding-bottom: 90px; }

  .pl-md-90 {
    padding-inline-start: 90px; }

  .pr-md-90 {
    padding-inline-end: 90px; }

  .px-md-90 {
    padding-left: 90px;
    padding-right: 90px; }

  .py-md-90 {
    padding-top: 90px;
    padding-bottom: 90px; }

  .m-md-95 {
    margin: 95px; }

  .mt-md-95 {
    margin-top: 95px; }

  .mb-md-95 {
    margin-bottom: 95px; }

  .ml-md-95 {
    margin-inline-start: 95px; }

  .mr-md-95 {
    margin-inline-end: 95px; }

  .mx-md-95 {
    margin-left: 95px;
    margin-right: 95px; }

  .my-md-95 {
    margin-top: 95px;
    margin-bottom: 95px; }

  .p-md-95 {
    padding: 95px; }

  .pt-md-95 {
    padding-top: 95px; }

  .pb-md-95 {
    padding-bottom: 95px; }

  .pl-md-95 {
    padding-inline-start: 95px; }

  .pr-md-95 {
    padding-inline-end: 95px; }

  .px-md-95 {
    padding-left: 95px;
    padding-right: 95px; }

  .py-md-95 {
    padding-top: 95px;
    padding-bottom: 95px; }

  .m-md-100 {
    margin: 100px; }

  .mt-md-100 {
    margin-top: 100px; }

  .mb-md-100 {
    margin-bottom: 100px; }

  .ml-md-100 {
    margin-inline-start: 100px; }

  .mr-md-100 {
    margin-inline-end: 100px; }

  .mx-md-100 {
    margin-left: 100px;
    margin-right: 100px; }

  .my-md-100 {
    margin-top: 100px;
    margin-bottom: 100px; }

  .p-md-100 {
    padding: 100px; }

  .pt-md-100 {
    padding-top: 100px; }

  .pb-md-100 {
    padding-bottom: 100px; }

  .pl-md-100 {
    padding-inline-start: 100px; }

  .pr-md-100 {
    padding-inline-end: 100px; }

  .px-md-100 {
    padding-left: 100px;
    padding-right: 100px; }

  .py-md-100 {
    padding-top: 100px;
    padding-bottom: 100px; }

  .m-md-105 {
    margin: 105px; }

  .mt-md-105 {
    margin-top: 105px; }

  .mb-md-105 {
    margin-bottom: 105px; }

  .ml-md-105 {
    margin-inline-start: 105px; }

  .mr-md-105 {
    margin-inline-end: 105px; }

  .mx-md-105 {
    margin-left: 105px;
    margin-right: 105px; }

  .my-md-105 {
    margin-top: 105px;
    margin-bottom: 105px; }

  .p-md-105 {
    padding: 105px; }

  .pt-md-105 {
    padding-top: 105px; }

  .pb-md-105 {
    padding-bottom: 105px; }

  .pl-md-105 {
    padding-inline-start: 105px; }

  .pr-md-105 {
    padding-inline-end: 105px; }

  .px-md-105 {
    padding-left: 105px;
    padding-right: 105px; }

  .py-md-105 {
    padding-top: 105px;
    padding-bottom: 105px; }

  .m-md-110 {
    margin: 110px; }

  .mt-md-110 {
    margin-top: 110px; }

  .mb-md-110 {
    margin-bottom: 110px; }

  .ml-md-110 {
    margin-inline-start: 110px; }

  .mr-md-110 {
    margin-inline-end: 110px; }

  .mx-md-110 {
    margin-left: 110px;
    margin-right: 110px; }

  .my-md-110 {
    margin-top: 110px;
    margin-bottom: 110px; }

  .p-md-110 {
    padding: 110px; }

  .pt-md-110 {
    padding-top: 110px; }

  .pb-md-110 {
    padding-bottom: 110px; }

  .pl-md-110 {
    padding-inline-start: 110px; }

  .pr-md-110 {
    padding-inline-end: 110px; }

  .px-md-110 {
    padding-left: 110px;
    padding-right: 110px; }

  .py-md-110 {
    padding-top: 110px;
    padding-bottom: 110px; }

  .m-md-115 {
    margin: 115px; }

  .mt-md-115 {
    margin-top: 115px; }

  .mb-md-115 {
    margin-bottom: 115px; }

  .ml-md-115 {
    margin-inline-start: 115px; }

  .mr-md-115 {
    margin-inline-end: 115px; }

  .mx-md-115 {
    margin-left: 115px;
    margin-right: 115px; }

  .my-md-115 {
    margin-top: 115px;
    margin-bottom: 115px; }

  .p-md-115 {
    padding: 115px; }

  .pt-md-115 {
    padding-top: 115px; }

  .pb-md-115 {
    padding-bottom: 115px; }

  .pl-md-115 {
    padding-inline-start: 115px; }

  .pr-md-115 {
    padding-inline-end: 115px; }

  .px-md-115 {
    padding-left: 115px;
    padding-right: 115px; }

  .py-md-115 {
    padding-top: 115px;
    padding-bottom: 115px; }

  .m-md-120 {
    margin: 120px; }

  .mt-md-120 {
    margin-top: 120px; }

  .mb-md-120 {
    margin-bottom: 120px; }

  .ml-md-120 {
    margin-inline-start: 120px; }

  .mr-md-120 {
    margin-inline-end: 120px; }

  .mx-md-120 {
    margin-left: 120px;
    margin-right: 120px; }

  .my-md-120 {
    margin-top: 120px;
    margin-bottom: 120px; }

  .p-md-120 {
    padding: 120px; }

  .pt-md-120 {
    padding-top: 120px; }

  .pb-md-120 {
    padding-bottom: 120px; }

  .pl-md-120 {
    padding-inline-start: 120px; }

  .pr-md-120 {
    padding-inline-end: 120px; }

  .px-md-120 {
    padding-left: 120px;
    padding-right: 120px; }

  .py-md-120 {
    padding-top: 120px;
    padding-bottom: 120px; }

  .m-md-125 {
    margin: 125px; }

  .mt-md-125 {
    margin-top: 125px; }

  .mb-md-125 {
    margin-bottom: 125px; }

  .ml-md-125 {
    margin-inline-start: 125px; }

  .mr-md-125 {
    margin-inline-end: 125px; }

  .mx-md-125 {
    margin-left: 125px;
    margin-right: 125px; }

  .my-md-125 {
    margin-top: 125px;
    margin-bottom: 125px; }

  .p-md-125 {
    padding: 125px; }

  .pt-md-125 {
    padding-top: 125px; }

  .pb-md-125 {
    padding-bottom: 125px; }

  .pl-md-125 {
    padding-inline-start: 125px; }

  .pr-md-125 {
    padding-inline-end: 125px; }

  .px-md-125 {
    padding-left: 125px;
    padding-right: 125px; }

  .py-md-125 {
    padding-top: 125px;
    padding-bottom: 125px; }

  .m-md-130 {
    margin: 130px; }

  .mt-md-130 {
    margin-top: 130px; }

  .mb-md-130 {
    margin-bottom: 130px; }

  .ml-md-130 {
    margin-inline-start: 130px; }

  .mr-md-130 {
    margin-inline-end: 130px; }

  .mx-md-130 {
    margin-left: 130px;
    margin-right: 130px; }

  .my-md-130 {
    margin-top: 130px;
    margin-bottom: 130px; }

  .p-md-130 {
    padding: 130px; }

  .pt-md-130 {
    padding-top: 130px; }

  .pb-md-130 {
    padding-bottom: 130px; }

  .pl-md-130 {
    padding-inline-start: 130px; }

  .pr-md-130 {
    padding-inline-end: 130px; }

  .px-md-130 {
    padding-left: 130px;
    padding-right: 130px; }

  .py-md-130 {
    padding-top: 130px;
    padding-bottom: 130px; }

  .m-md-135 {
    margin: 135px; }

  .mt-md-135 {
    margin-top: 135px; }

  .mb-md-135 {
    margin-bottom: 135px; }

  .ml-md-135 {
    margin-inline-start: 135px; }

  .mr-md-135 {
    margin-inline-end: 135px; }

  .mx-md-135 {
    margin-left: 135px;
    margin-right: 135px; }

  .my-md-135 {
    margin-top: 135px;
    margin-bottom: 135px; }

  .p-md-135 {
    padding: 135px; }

  .pt-md-135 {
    padding-top: 135px; }

  .pb-md-135 {
    padding-bottom: 135px; }

  .pl-md-135 {
    padding-inline-start: 135px; }

  .pr-md-135 {
    padding-inline-end: 135px; }

  .px-md-135 {
    padding-left: 135px;
    padding-right: 135px; }

  .py-md-135 {
    padding-top: 135px;
    padding-bottom: 135px; }

  .m-md-140 {
    margin: 140px; }

  .mt-md-140 {
    margin-top: 140px; }

  .mb-md-140 {
    margin-bottom: 140px; }

  .ml-md-140 {
    margin-inline-start: 140px; }

  .mr-md-140 {
    margin-inline-end: 140px; }

  .mx-md-140 {
    margin-left: 140px;
    margin-right: 140px; }

  .my-md-140 {
    margin-top: 140px;
    margin-bottom: 140px; }

  .p-md-140 {
    padding: 140px; }

  .pt-md-140 {
    padding-top: 140px; }

  .pb-md-140 {
    padding-bottom: 140px; }

  .pl-md-140 {
    padding-inline-start: 140px; }

  .pr-md-140 {
    padding-inline-end: 140px; }

  .px-md-140 {
    padding-left: 140px;
    padding-right: 140px; }

  .py-md-140 {
    padding-top: 140px;
    padding-bottom: 140px; }

  .m-md-145 {
    margin: 145px; }

  .mt-md-145 {
    margin-top: 145px; }

  .mb-md-145 {
    margin-bottom: 145px; }

  .ml-md-145 {
    margin-inline-start: 145px; }

  .mr-md-145 {
    margin-inline-end: 145px; }

  .mx-md-145 {
    margin-left: 145px;
    margin-right: 145px; }

  .my-md-145 {
    margin-top: 145px;
    margin-bottom: 145px; }

  .p-md-145 {
    padding: 145px; }

  .pt-md-145 {
    padding-top: 145px; }

  .pb-md-145 {
    padding-bottom: 145px; }

  .pl-md-145 {
    padding-inline-start: 145px; }

  .pr-md-145 {
    padding-inline-end: 145px; }

  .px-md-145 {
    padding-left: 145px;
    padding-right: 145px; }

  .py-md-145 {
    padding-top: 145px;
    padding-bottom: 145px; }

  .m-md-150 {
    margin: 150px; }

  .mt-md-150 {
    margin-top: 150px; }

  .mb-md-150 {
    margin-bottom: 150px; }

  .ml-md-150 {
    margin-inline-start: 150px; }

  .mr-md-150 {
    margin-inline-end: 150px; }

  .mx-md-150 {
    margin-left: 150px;
    margin-right: 150px; }

  .my-md-150 {
    margin-top: 150px;
    margin-bottom: 150px; }

  .p-md-150 {
    padding: 150px; }

  .pt-md-150 {
    padding-top: 150px; }

  .pb-md-150 {
    padding-bottom: 150px; }

  .pl-md-150 {
    padding-inline-start: 150px; }

  .pr-md-150 {
    padding-inline-end: 150px; }

  .px-md-150 {
    padding-left: 150px;
    padding-right: 150px; }

  .py-md-150 {
    padding-top: 150px;
    padding-bottom: 150px; }

  .m-md-155 {
    margin: 155px; }

  .mt-md-155 {
    margin-top: 155px; }

  .mb-md-155 {
    margin-bottom: 155px; }

  .ml-md-155 {
    margin-inline-start: 155px; }

  .mr-md-155 {
    margin-inline-end: 155px; }

  .mx-md-155 {
    margin-left: 155px;
    margin-right: 155px; }

  .my-md-155 {
    margin-top: 155px;
    margin-bottom: 155px; }

  .p-md-155 {
    padding: 155px; }

  .pt-md-155 {
    padding-top: 155px; }

  .pb-md-155 {
    padding-bottom: 155px; }

  .pl-md-155 {
    padding-inline-start: 155px; }

  .pr-md-155 {
    padding-inline-end: 155px; }

  .px-md-155 {
    padding-left: 155px;
    padding-right: 155px; }

  .py-md-155 {
    padding-top: 155px;
    padding-bottom: 155px; }

  .m-md-160 {
    margin: 160px; }

  .mt-md-160 {
    margin-top: 160px; }

  .mb-md-160 {
    margin-bottom: 160px; }

  .ml-md-160 {
    margin-inline-start: 160px; }

  .mr-md-160 {
    margin-inline-end: 160px; }

  .mx-md-160 {
    margin-left: 160px;
    margin-right: 160px; }

  .my-md-160 {
    margin-top: 160px;
    margin-bottom: 160px; }

  .p-md-160 {
    padding: 160px; }

  .pt-md-160 {
    padding-top: 160px; }

  .pb-md-160 {
    padding-bottom: 160px; }

  .pl-md-160 {
    padding-inline-start: 160px; }

  .pr-md-160 {
    padding-inline-end: 160px; }

  .px-md-160 {
    padding-left: 160px;
    padding-right: 160px; }

  .py-md-160 {
    padding-top: 160px;
    padding-bottom: 160px; }

  .m-md-165 {
    margin: 165px; }

  .mt-md-165 {
    margin-top: 165px; }

  .mb-md-165 {
    margin-bottom: 165px; }

  .ml-md-165 {
    margin-inline-start: 165px; }

  .mr-md-165 {
    margin-inline-end: 165px; }

  .mx-md-165 {
    margin-left: 165px;
    margin-right: 165px; }

  .my-md-165 {
    margin-top: 165px;
    margin-bottom: 165px; }

  .p-md-165 {
    padding: 165px; }

  .pt-md-165 {
    padding-top: 165px; }

  .pb-md-165 {
    padding-bottom: 165px; }

  .pl-md-165 {
    padding-inline-start: 165px; }

  .pr-md-165 {
    padding-inline-end: 165px; }

  .px-md-165 {
    padding-left: 165px;
    padding-right: 165px; }

  .py-md-165 {
    padding-top: 165px;
    padding-bottom: 165px; }

  .m-md-170 {
    margin: 170px; }

  .mt-md-170 {
    margin-top: 170px; }

  .mb-md-170 {
    margin-bottom: 170px; }

  .ml-md-170 {
    margin-inline-start: 170px; }

  .mr-md-170 {
    margin-inline-end: 170px; }

  .mx-md-170 {
    margin-left: 170px;
    margin-right: 170px; }

  .my-md-170 {
    margin-top: 170px;
    margin-bottom: 170px; }

  .p-md-170 {
    padding: 170px; }

  .pt-md-170 {
    padding-top: 170px; }

  .pb-md-170 {
    padding-bottom: 170px; }

  .pl-md-170 {
    padding-inline-start: 170px; }

  .pr-md-170 {
    padding-inline-end: 170px; }

  .px-md-170 {
    padding-left: 170px;
    padding-right: 170px; }

  .py-md-170 {
    padding-top: 170px;
    padding-bottom: 170px; }

  .m-md-175 {
    margin: 175px; }

  .mt-md-175 {
    margin-top: 175px; }

  .mb-md-175 {
    margin-bottom: 175px; }

  .ml-md-175 {
    margin-inline-start: 175px; }

  .mr-md-175 {
    margin-inline-end: 175px; }

  .mx-md-175 {
    margin-left: 175px;
    margin-right: 175px; }

  .my-md-175 {
    margin-top: 175px;
    margin-bottom: 175px; }

  .p-md-175 {
    padding: 175px; }

  .pt-md-175 {
    padding-top: 175px; }

  .pb-md-175 {
    padding-bottom: 175px; }

  .pl-md-175 {
    padding-inline-start: 175px; }

  .pr-md-175 {
    padding-inline-end: 175px; }

  .px-md-175 {
    padding-left: 175px;
    padding-right: 175px; }

  .py-md-175 {
    padding-top: 175px;
    padding-bottom: 175px; }

  .m-md-180 {
    margin: 180px; }

  .mt-md-180 {
    margin-top: 180px; }

  .mb-md-180 {
    margin-bottom: 180px; }

  .ml-md-180 {
    margin-inline-start: 180px; }

  .mr-md-180 {
    margin-inline-end: 180px; }

  .mx-md-180 {
    margin-left: 180px;
    margin-right: 180px; }

  .my-md-180 {
    margin-top: 180px;
    margin-bottom: 180px; }

  .p-md-180 {
    padding: 180px; }

  .pt-md-180 {
    padding-top: 180px; }

  .pb-md-180 {
    padding-bottom: 180px; }

  .pl-md-180 {
    padding-inline-start: 180px; }

  .pr-md-180 {
    padding-inline-end: 180px; }

  .px-md-180 {
    padding-left: 180px;
    padding-right: 180px; }

  .py-md-180 {
    padding-top: 180px;
    padding-bottom: 180px; }

  .m-md-185 {
    margin: 185px; }

  .mt-md-185 {
    margin-top: 185px; }

  .mb-md-185 {
    margin-bottom: 185px; }

  .ml-md-185 {
    margin-inline-start: 185px; }

  .mr-md-185 {
    margin-inline-end: 185px; }

  .mx-md-185 {
    margin-left: 185px;
    margin-right: 185px; }

  .my-md-185 {
    margin-top: 185px;
    margin-bottom: 185px; }

  .p-md-185 {
    padding: 185px; }

  .pt-md-185 {
    padding-top: 185px; }

  .pb-md-185 {
    padding-bottom: 185px; }

  .pl-md-185 {
    padding-inline-start: 185px; }

  .pr-md-185 {
    padding-inline-end: 185px; }

  .px-md-185 {
    padding-left: 185px;
    padding-right: 185px; }

  .py-md-185 {
    padding-top: 185px;
    padding-bottom: 185px; }

  .m-md-190 {
    margin: 190px; }

  .mt-md-190 {
    margin-top: 190px; }

  .mb-md-190 {
    margin-bottom: 190px; }

  .ml-md-190 {
    margin-inline-start: 190px; }

  .mr-md-190 {
    margin-inline-end: 190px; }

  .mx-md-190 {
    margin-left: 190px;
    margin-right: 190px; }

  .my-md-190 {
    margin-top: 190px;
    margin-bottom: 190px; }

  .p-md-190 {
    padding: 190px; }

  .pt-md-190 {
    padding-top: 190px; }

  .pb-md-190 {
    padding-bottom: 190px; }

  .pl-md-190 {
    padding-inline-start: 190px; }

  .pr-md-190 {
    padding-inline-end: 190px; }

  .px-md-190 {
    padding-left: 190px;
    padding-right: 190px; }

  .py-md-190 {
    padding-top: 190px;
    padding-bottom: 190px; }

  .m-md-195 {
    margin: 195px; }

  .mt-md-195 {
    margin-top: 195px; }

  .mb-md-195 {
    margin-bottom: 195px; }

  .ml-md-195 {
    margin-inline-start: 195px; }

  .mr-md-195 {
    margin-inline-end: 195px; }

  .mx-md-195 {
    margin-left: 195px;
    margin-right: 195px; }

  .my-md-195 {
    margin-top: 195px;
    margin-bottom: 195px; }

  .p-md-195 {
    padding: 195px; }

  .pt-md-195 {
    padding-top: 195px; }

  .pb-md-195 {
    padding-bottom: 195px; }

  .pl-md-195 {
    padding-inline-start: 195px; }

  .pr-md-195 {
    padding-inline-end: 195px; }

  .px-md-195 {
    padding-left: 195px;
    padding-right: 195px; }

  .py-md-195 {
    padding-top: 195px;
    padding-bottom: 195px; }

  .m-md-200 {
    margin: 200px; }

  .mt-md-200 {
    margin-top: 200px; }

  .mb-md-200 {
    margin-bottom: 200px; }

  .ml-md-200 {
    margin-inline-start: 200px; }

  .mr-md-200 {
    margin-inline-end: 200px; }

  .mx-md-200 {
    margin-left: 200px;
    margin-right: 200px; }

  .my-md-200 {
    margin-top: 200px;
    margin-bottom: 200px; }

  .p-md-200 {
    padding: 200px; }

  .pt-md-200 {
    padding-top: 200px; }

  .pb-md-200 {
    padding-bottom: 200px; }

  .pl-md-200 {
    padding-inline-start: 200px; }

  .pr-md-200 {
    padding-inline-end: 200px; }

  .px-md-200 {
    padding-left: 200px;
    padding-right: 200px; }

  .py-md-200 {
    padding-top: 200px;
    padding-bottom: 200px; } }
.row-reverse {
  flex-direction: row-reverse; }

@media (max-width: 992px) {
  .row-lg-reverse {
    flex-direction: row-reverse; } }

.column-reverse {
  flex-direction: column-reverse; }

@media (max-width: 992px) {
  .column-lg-reverse {
    flex-direction: column-reverse; } }

@media (max-width: 992px) {
  .m-lg-5 {
    margin: 5px; }

  .mt-lg-5 {
    margin-top: 5px; }

  .mb-lg-5 {
    margin-bottom: 5px; }

  .ml-lg-5 {
    margin-inline-start: 5px; }

  .mr-lg-5 {
    margin-inline-end: 5px; }

  .mx-lg-5 {
    margin-left: 5px;
    margin-right: 5px; }

  .my-lg-5 {
    margin-top: 5px;
    margin-bottom: 5px; }

  .p-lg-5 {
    padding: 5px; }

  .pt-lg-5 {
    padding-top: 5px; }

  .pb-lg-5 {
    padding-bottom: 5px; }

  .pl-lg-5 {
    padding-inline-start: 5px; }

  .pr-lg-5 {
    padding-inline-end: 5px; }

  .px-lg-5 {
    padding-left: 5px;
    padding-right: 5px; }

  .py-lg-5 {
    padding-top: 5px;
    padding-bottom: 5px; }

  .m-lg-10 {
    margin: 10px; }

  .mt-lg-10 {
    margin-top: 10px; }

  .mb-lg-10 {
    margin-bottom: 10px; }

  .ml-lg-10 {
    margin-inline-start: 10px; }

  .mr-lg-10 {
    margin-inline-end: 10px; }

  .mx-lg-10 {
    margin-left: 10px;
    margin-right: 10px; }

  .my-lg-10 {
    margin-top: 10px;
    margin-bottom: 10px; }

  .p-lg-10 {
    padding: 10px; }

  .pt-lg-10 {
    padding-top: 10px; }

  .pb-lg-10 {
    padding-bottom: 10px; }

  .pl-lg-10 {
    padding-inline-start: 10px; }

  .pr-lg-10 {
    padding-inline-end: 10px; }

  .px-lg-10 {
    padding-left: 10px;
    padding-right: 10px; }

  .py-lg-10 {
    padding-top: 10px;
    padding-bottom: 10px; }

  .m-lg-15 {
    margin: 15px; }

  .mt-lg-15 {
    margin-top: 15px; }

  .mb-lg-15 {
    margin-bottom: 15px; }

  .ml-lg-15 {
    margin-inline-start: 15px; }

  .mr-lg-15 {
    margin-inline-end: 15px; }

  .mx-lg-15 {
    margin-left: 15px;
    margin-right: 15px; }

  .my-lg-15 {
    margin-top: 15px;
    margin-bottom: 15px; }

  .p-lg-15 {
    padding: 15px; }

  .pt-lg-15 {
    padding-top: 15px; }

  .pb-lg-15 {
    padding-bottom: 15px; }

  .pl-lg-15 {
    padding-inline-start: 15px; }

  .pr-lg-15 {
    padding-inline-end: 15px; }

  .px-lg-15 {
    padding-left: 15px;
    padding-right: 15px; }

  .py-lg-15 {
    padding-top: 15px;
    padding-bottom: 15px; }

  .m-lg-20 {
    margin: 20px; }

  .mt-lg-20 {
    margin-top: 20px; }

  .mb-lg-20 {
    margin-bottom: 20px; }

  .ml-lg-20 {
    margin-inline-start: 20px; }

  .mr-lg-20 {
    margin-inline-end: 20px; }

  .mx-lg-20 {
    margin-left: 20px;
    margin-right: 20px; }

  .my-lg-20 {
    margin-top: 20px;
    margin-bottom: 20px; }

  .p-lg-20 {
    padding: 20px; }

  .pt-lg-20 {
    padding-top: 20px; }

  .pb-lg-20 {
    padding-bottom: 20px; }

  .pl-lg-20 {
    padding-inline-start: 20px; }

  .pr-lg-20 {
    padding-inline-end: 20px; }

  .px-lg-20 {
    padding-left: 20px;
    padding-right: 20px; }

  .py-lg-20 {
    padding-top: 20px;
    padding-bottom: 20px; }

  .m-lg-25 {
    margin: 25px; }

  .mt-lg-25 {
    margin-top: 25px; }

  .mb-lg-25 {
    margin-bottom: 25px; }

  .ml-lg-25 {
    margin-inline-start: 25px; }

  .mr-lg-25 {
    margin-inline-end: 25px; }

  .mx-lg-25 {
    margin-left: 25px;
    margin-right: 25px; }

  .my-lg-25 {
    margin-top: 25px;
    margin-bottom: 25px; }

  .p-lg-25 {
    padding: 25px; }

  .pt-lg-25 {
    padding-top: 25px; }

  .pb-lg-25 {
    padding-bottom: 25px; }

  .pl-lg-25 {
    padding-inline-start: 25px; }

  .pr-lg-25 {
    padding-inline-end: 25px; }

  .px-lg-25 {
    padding-left: 25px;
    padding-right: 25px; }

  .py-lg-25 {
    padding-top: 25px;
    padding-bottom: 25px; }

  .m-lg-30 {
    margin: 30px; }

  .mt-lg-30 {
    margin-top: 30px; }

  .mb-lg-30 {
    margin-bottom: 30px; }

  .ml-lg-30 {
    margin-inline-start: 30px; }

  .mr-lg-30 {
    margin-inline-end: 30px; }

  .mx-lg-30 {
    margin-left: 30px;
    margin-right: 30px; }

  .my-lg-30 {
    margin-top: 30px;
    margin-bottom: 30px; }

  .p-lg-30 {
    padding: 30px; }

  .pt-lg-30 {
    padding-top: 30px; }

  .pb-lg-30 {
    padding-bottom: 30px; }

  .pl-lg-30 {
    padding-inline-start: 30px; }

  .pr-lg-30 {
    padding-inline-end: 30px; }

  .px-lg-30 {
    padding-left: 30px;
    padding-right: 30px; }

  .py-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px; }

  .m-lg-35 {
    margin: 35px; }

  .mt-lg-35 {
    margin-top: 35px; }

  .mb-lg-35 {
    margin-bottom: 35px; }

  .ml-lg-35 {
    margin-inline-start: 35px; }

  .mr-lg-35 {
    margin-inline-end: 35px; }

  .mx-lg-35 {
    margin-left: 35px;
    margin-right: 35px; }

  .my-lg-35 {
    margin-top: 35px;
    margin-bottom: 35px; }

  .p-lg-35 {
    padding: 35px; }

  .pt-lg-35 {
    padding-top: 35px; }

  .pb-lg-35 {
    padding-bottom: 35px; }

  .pl-lg-35 {
    padding-inline-start: 35px; }

  .pr-lg-35 {
    padding-inline-end: 35px; }

  .px-lg-35 {
    padding-left: 35px;
    padding-right: 35px; }

  .py-lg-35 {
    padding-top: 35px;
    padding-bottom: 35px; }

  .m-lg-40 {
    margin: 40px; }

  .mt-lg-40 {
    margin-top: 40px; }

  .mb-lg-40 {
    margin-bottom: 40px; }

  .ml-lg-40 {
    margin-inline-start: 40px; }

  .mr-lg-40 {
    margin-inline-end: 40px; }

  .mx-lg-40 {
    margin-left: 40px;
    margin-right: 40px; }

  .my-lg-40 {
    margin-top: 40px;
    margin-bottom: 40px; }

  .p-lg-40 {
    padding: 40px; }

  .pt-lg-40 {
    padding-top: 40px; }

  .pb-lg-40 {
    padding-bottom: 40px; }

  .pl-lg-40 {
    padding-inline-start: 40px; }

  .pr-lg-40 {
    padding-inline-end: 40px; }

  .px-lg-40 {
    padding-left: 40px;
    padding-right: 40px; }

  .py-lg-40 {
    padding-top: 40px;
    padding-bottom: 40px; }

  .m-lg-45 {
    margin: 45px; }

  .mt-lg-45 {
    margin-top: 45px; }

  .mb-lg-45 {
    margin-bottom: 45px; }

  .ml-lg-45 {
    margin-inline-start: 45px; }

  .mr-lg-45 {
    margin-inline-end: 45px; }

  .mx-lg-45 {
    margin-left: 45px;
    margin-right: 45px; }

  .my-lg-45 {
    margin-top: 45px;
    margin-bottom: 45px; }

  .p-lg-45 {
    padding: 45px; }

  .pt-lg-45 {
    padding-top: 45px; }

  .pb-lg-45 {
    padding-bottom: 45px; }

  .pl-lg-45 {
    padding-inline-start: 45px; }

  .pr-lg-45 {
    padding-inline-end: 45px; }

  .px-lg-45 {
    padding-left: 45px;
    padding-right: 45px; }

  .py-lg-45 {
    padding-top: 45px;
    padding-bottom: 45px; }

  .m-lg-50 {
    margin: 50px; }

  .mt-lg-50 {
    margin-top: 50px; }

  .mb-lg-50 {
    margin-bottom: 50px; }

  .ml-lg-50 {
    margin-inline-start: 50px; }

  .mr-lg-50 {
    margin-inline-end: 50px; }

  .mx-lg-50 {
    margin-left: 50px;
    margin-right: 50px; }

  .my-lg-50 {
    margin-top: 50px;
    margin-bottom: 50px; }

  .p-lg-50 {
    padding: 50px; }

  .pt-lg-50 {
    padding-top: 50px; }

  .pb-lg-50 {
    padding-bottom: 50px; }

  .pl-lg-50 {
    padding-inline-start: 50px; }

  .pr-lg-50 {
    padding-inline-end: 50px; }

  .px-lg-50 {
    padding-left: 50px;
    padding-right: 50px; }

  .py-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px; }

  .m-lg-55 {
    margin: 55px; }

  .mt-lg-55 {
    margin-top: 55px; }

  .mb-lg-55 {
    margin-bottom: 55px; }

  .ml-lg-55 {
    margin-inline-start: 55px; }

  .mr-lg-55 {
    margin-inline-end: 55px; }

  .mx-lg-55 {
    margin-left: 55px;
    margin-right: 55px; }

  .my-lg-55 {
    margin-top: 55px;
    margin-bottom: 55px; }

  .p-lg-55 {
    padding: 55px; }

  .pt-lg-55 {
    padding-top: 55px; }

  .pb-lg-55 {
    padding-bottom: 55px; }

  .pl-lg-55 {
    padding-inline-start: 55px; }

  .pr-lg-55 {
    padding-inline-end: 55px; }

  .px-lg-55 {
    padding-left: 55px;
    padding-right: 55px; }

  .py-lg-55 {
    padding-top: 55px;
    padding-bottom: 55px; }

  .m-lg-60 {
    margin: 60px; }

  .mt-lg-60 {
    margin-top: 60px; }

  .mb-lg-60 {
    margin-bottom: 60px; }

  .ml-lg-60 {
    margin-inline-start: 60px; }

  .mr-lg-60 {
    margin-inline-end: 60px; }

  .mx-lg-60 {
    margin-left: 60px;
    margin-right: 60px; }

  .my-lg-60 {
    margin-top: 60px;
    margin-bottom: 60px; }

  .p-lg-60 {
    padding: 60px; }

  .pt-lg-60 {
    padding-top: 60px; }

  .pb-lg-60 {
    padding-bottom: 60px; }

  .pl-lg-60 {
    padding-inline-start: 60px; }

  .pr-lg-60 {
    padding-inline-end: 60px; }

  .px-lg-60 {
    padding-left: 60px;
    padding-right: 60px; }

  .py-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px; }

  .m-lg-65 {
    margin: 65px; }

  .mt-lg-65 {
    margin-top: 65px; }

  .mb-lg-65 {
    margin-bottom: 65px; }

  .ml-lg-65 {
    margin-inline-start: 65px; }

  .mr-lg-65 {
    margin-inline-end: 65px; }

  .mx-lg-65 {
    margin-left: 65px;
    margin-right: 65px; }

  .my-lg-65 {
    margin-top: 65px;
    margin-bottom: 65px; }

  .p-lg-65 {
    padding: 65px; }

  .pt-lg-65 {
    padding-top: 65px; }

  .pb-lg-65 {
    padding-bottom: 65px; }

  .pl-lg-65 {
    padding-inline-start: 65px; }

  .pr-lg-65 {
    padding-inline-end: 65px; }

  .px-lg-65 {
    padding-left: 65px;
    padding-right: 65px; }

  .py-lg-65 {
    padding-top: 65px;
    padding-bottom: 65px; }

  .m-lg-70 {
    margin: 70px; }

  .mt-lg-70 {
    margin-top: 70px; }

  .mb-lg-70 {
    margin-bottom: 70px; }

  .ml-lg-70 {
    margin-inline-start: 70px; }

  .mr-lg-70 {
    margin-inline-end: 70px; }

  .mx-lg-70 {
    margin-left: 70px;
    margin-right: 70px; }

  .my-lg-70 {
    margin-top: 70px;
    margin-bottom: 70px; }

  .p-lg-70 {
    padding: 70px; }

  .pt-lg-70 {
    padding-top: 70px; }

  .pb-lg-70 {
    padding-bottom: 70px; }

  .pl-lg-70 {
    padding-inline-start: 70px; }

  .pr-lg-70 {
    padding-inline-end: 70px; }

  .px-lg-70 {
    padding-left: 70px;
    padding-right: 70px; }

  .py-lg-70 {
    padding-top: 70px;
    padding-bottom: 70px; }

  .m-lg-75 {
    margin: 75px; }

  .mt-lg-75 {
    margin-top: 75px; }

  .mb-lg-75 {
    margin-bottom: 75px; }

  .ml-lg-75 {
    margin-inline-start: 75px; }

  .mr-lg-75 {
    margin-inline-end: 75px; }

  .mx-lg-75 {
    margin-left: 75px;
    margin-right: 75px; }

  .my-lg-75 {
    margin-top: 75px;
    margin-bottom: 75px; }

  .p-lg-75 {
    padding: 75px; }

  .pt-lg-75 {
    padding-top: 75px; }

  .pb-lg-75 {
    padding-bottom: 75px; }

  .pl-lg-75 {
    padding-inline-start: 75px; }

  .pr-lg-75 {
    padding-inline-end: 75px; }

  .px-lg-75 {
    padding-left: 75px;
    padding-right: 75px; }

  .py-lg-75 {
    padding-top: 75px;
    padding-bottom: 75px; }

  .m-lg-80 {
    margin: 80px; }

  .mt-lg-80 {
    margin-top: 80px; }

  .mb-lg-80 {
    margin-bottom: 80px; }

  .ml-lg-80 {
    margin-inline-start: 80px; }

  .mr-lg-80 {
    margin-inline-end: 80px; }

  .mx-lg-80 {
    margin-left: 80px;
    margin-right: 80px; }

  .my-lg-80 {
    margin-top: 80px;
    margin-bottom: 80px; }

  .p-lg-80 {
    padding: 80px; }

  .pt-lg-80 {
    padding-top: 80px; }

  .pb-lg-80 {
    padding-bottom: 80px; }

  .pl-lg-80 {
    padding-inline-start: 80px; }

  .pr-lg-80 {
    padding-inline-end: 80px; }

  .px-lg-80 {
    padding-left: 80px;
    padding-right: 80px; }

  .py-lg-80 {
    padding-top: 80px;
    padding-bottom: 80px; }

  .m-lg-85 {
    margin: 85px; }

  .mt-lg-85 {
    margin-top: 85px; }

  .mb-lg-85 {
    margin-bottom: 85px; }

  .ml-lg-85 {
    margin-inline-start: 85px; }

  .mr-lg-85 {
    margin-inline-end: 85px; }

  .mx-lg-85 {
    margin-left: 85px;
    margin-right: 85px; }

  .my-lg-85 {
    margin-top: 85px;
    margin-bottom: 85px; }

  .p-lg-85 {
    padding: 85px; }

  .pt-lg-85 {
    padding-top: 85px; }

  .pb-lg-85 {
    padding-bottom: 85px; }

  .pl-lg-85 {
    padding-inline-start: 85px; }

  .pr-lg-85 {
    padding-inline-end: 85px; }

  .px-lg-85 {
    padding-left: 85px;
    padding-right: 85px; }

  .py-lg-85 {
    padding-top: 85px;
    padding-bottom: 85px; }

  .m-lg-90 {
    margin: 90px; }

  .mt-lg-90 {
    margin-top: 90px; }

  .mb-lg-90 {
    margin-bottom: 90px; }

  .ml-lg-90 {
    margin-inline-start: 90px; }

  .mr-lg-90 {
    margin-inline-end: 90px; }

  .mx-lg-90 {
    margin-left: 90px;
    margin-right: 90px; }

  .my-lg-90 {
    margin-top: 90px;
    margin-bottom: 90px; }

  .p-lg-90 {
    padding: 90px; }

  .pt-lg-90 {
    padding-top: 90px; }

  .pb-lg-90 {
    padding-bottom: 90px; }

  .pl-lg-90 {
    padding-inline-start: 90px; }

  .pr-lg-90 {
    padding-inline-end: 90px; }

  .px-lg-90 {
    padding-left: 90px;
    padding-right: 90px; }

  .py-lg-90 {
    padding-top: 90px;
    padding-bottom: 90px; }

  .m-lg-95 {
    margin: 95px; }

  .mt-lg-95 {
    margin-top: 95px; }

  .mb-lg-95 {
    margin-bottom: 95px; }

  .ml-lg-95 {
    margin-inline-start: 95px; }

  .mr-lg-95 {
    margin-inline-end: 95px; }

  .mx-lg-95 {
    margin-left: 95px;
    margin-right: 95px; }

  .my-lg-95 {
    margin-top: 95px;
    margin-bottom: 95px; }

  .p-lg-95 {
    padding: 95px; }

  .pt-lg-95 {
    padding-top: 95px; }

  .pb-lg-95 {
    padding-bottom: 95px; }

  .pl-lg-95 {
    padding-inline-start: 95px; }

  .pr-lg-95 {
    padding-inline-end: 95px; }

  .px-lg-95 {
    padding-left: 95px;
    padding-right: 95px; }

  .py-lg-95 {
    padding-top: 95px;
    padding-bottom: 95px; }

  .m-lg-100 {
    margin: 100px; }

  .mt-lg-100 {
    margin-top: 100px; }

  .mb-lg-100 {
    margin-bottom: 100px; }

  .ml-lg-100 {
    margin-inline-start: 100px; }

  .mr-lg-100 {
    margin-inline-end: 100px; }

  .mx-lg-100 {
    margin-left: 100px;
    margin-right: 100px; }

  .my-lg-100 {
    margin-top: 100px;
    margin-bottom: 100px; }

  .p-lg-100 {
    padding: 100px; }

  .pt-lg-100 {
    padding-top: 100px; }

  .pb-lg-100 {
    padding-bottom: 100px; }

  .pl-lg-100 {
    padding-inline-start: 100px; }

  .pr-lg-100 {
    padding-inline-end: 100px; }

  .px-lg-100 {
    padding-left: 100px;
    padding-right: 100px; }

  .py-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px; }

  .m-lg-105 {
    margin: 105px; }

  .mt-lg-105 {
    margin-top: 105px; }

  .mb-lg-105 {
    margin-bottom: 105px; }

  .ml-lg-105 {
    margin-inline-start: 105px; }

  .mr-lg-105 {
    margin-inline-end: 105px; }

  .mx-lg-105 {
    margin-left: 105px;
    margin-right: 105px; }

  .my-lg-105 {
    margin-top: 105px;
    margin-bottom: 105px; }

  .p-lg-105 {
    padding: 105px; }

  .pt-lg-105 {
    padding-top: 105px; }

  .pb-lg-105 {
    padding-bottom: 105px; }

  .pl-lg-105 {
    padding-inline-start: 105px; }

  .pr-lg-105 {
    padding-inline-end: 105px; }

  .px-lg-105 {
    padding-left: 105px;
    padding-right: 105px; }

  .py-lg-105 {
    padding-top: 105px;
    padding-bottom: 105px; }

  .m-lg-110 {
    margin: 110px; }

  .mt-lg-110 {
    margin-top: 110px; }

  .mb-lg-110 {
    margin-bottom: 110px; }

  .ml-lg-110 {
    margin-inline-start: 110px; }

  .mr-lg-110 {
    margin-inline-end: 110px; }

  .mx-lg-110 {
    margin-left: 110px;
    margin-right: 110px; }

  .my-lg-110 {
    margin-top: 110px;
    margin-bottom: 110px; }

  .p-lg-110 {
    padding: 110px; }

  .pt-lg-110 {
    padding-top: 110px; }

  .pb-lg-110 {
    padding-bottom: 110px; }

  .pl-lg-110 {
    padding-inline-start: 110px; }

  .pr-lg-110 {
    padding-inline-end: 110px; }

  .px-lg-110 {
    padding-left: 110px;
    padding-right: 110px; }

  .py-lg-110 {
    padding-top: 110px;
    padding-bottom: 110px; }

  .m-lg-115 {
    margin: 115px; }

  .mt-lg-115 {
    margin-top: 115px; }

  .mb-lg-115 {
    margin-bottom: 115px; }

  .ml-lg-115 {
    margin-inline-start: 115px; }

  .mr-lg-115 {
    margin-inline-end: 115px; }

  .mx-lg-115 {
    margin-left: 115px;
    margin-right: 115px; }

  .my-lg-115 {
    margin-top: 115px;
    margin-bottom: 115px; }

  .p-lg-115 {
    padding: 115px; }

  .pt-lg-115 {
    padding-top: 115px; }

  .pb-lg-115 {
    padding-bottom: 115px; }

  .pl-lg-115 {
    padding-inline-start: 115px; }

  .pr-lg-115 {
    padding-inline-end: 115px; }

  .px-lg-115 {
    padding-left: 115px;
    padding-right: 115px; }

  .py-lg-115 {
    padding-top: 115px;
    padding-bottom: 115px; }

  .m-lg-120 {
    margin: 120px; }

  .mt-lg-120 {
    margin-top: 120px; }

  .mb-lg-120 {
    margin-bottom: 120px; }

  .ml-lg-120 {
    margin-inline-start: 120px; }

  .mr-lg-120 {
    margin-inline-end: 120px; }

  .mx-lg-120 {
    margin-left: 120px;
    margin-right: 120px; }

  .my-lg-120 {
    margin-top: 120px;
    margin-bottom: 120px; }

  .p-lg-120 {
    padding: 120px; }

  .pt-lg-120 {
    padding-top: 120px; }

  .pb-lg-120 {
    padding-bottom: 120px; }

  .pl-lg-120 {
    padding-inline-start: 120px; }

  .pr-lg-120 {
    padding-inline-end: 120px; }

  .px-lg-120 {
    padding-left: 120px;
    padding-right: 120px; }

  .py-lg-120 {
    padding-top: 120px;
    padding-bottom: 120px; }

  .m-lg-125 {
    margin: 125px; }

  .mt-lg-125 {
    margin-top: 125px; }

  .mb-lg-125 {
    margin-bottom: 125px; }

  .ml-lg-125 {
    margin-inline-start: 125px; }

  .mr-lg-125 {
    margin-inline-end: 125px; }

  .mx-lg-125 {
    margin-left: 125px;
    margin-right: 125px; }

  .my-lg-125 {
    margin-top: 125px;
    margin-bottom: 125px; }

  .p-lg-125 {
    padding: 125px; }

  .pt-lg-125 {
    padding-top: 125px; }

  .pb-lg-125 {
    padding-bottom: 125px; }

  .pl-lg-125 {
    padding-inline-start: 125px; }

  .pr-lg-125 {
    padding-inline-end: 125px; }

  .px-lg-125 {
    padding-left: 125px;
    padding-right: 125px; }

  .py-lg-125 {
    padding-top: 125px;
    padding-bottom: 125px; }

  .m-lg-130 {
    margin: 130px; }

  .mt-lg-130 {
    margin-top: 130px; }

  .mb-lg-130 {
    margin-bottom: 130px; }

  .ml-lg-130 {
    margin-inline-start: 130px; }

  .mr-lg-130 {
    margin-inline-end: 130px; }

  .mx-lg-130 {
    margin-left: 130px;
    margin-right: 130px; }

  .my-lg-130 {
    margin-top: 130px;
    margin-bottom: 130px; }

  .p-lg-130 {
    padding: 130px; }

  .pt-lg-130 {
    padding-top: 130px; }

  .pb-lg-130 {
    padding-bottom: 130px; }

  .pl-lg-130 {
    padding-inline-start: 130px; }

  .pr-lg-130 {
    padding-inline-end: 130px; }

  .px-lg-130 {
    padding-left: 130px;
    padding-right: 130px; }

  .py-lg-130 {
    padding-top: 130px;
    padding-bottom: 130px; }

  .m-lg-135 {
    margin: 135px; }

  .mt-lg-135 {
    margin-top: 135px; }

  .mb-lg-135 {
    margin-bottom: 135px; }

  .ml-lg-135 {
    margin-inline-start: 135px; }

  .mr-lg-135 {
    margin-inline-end: 135px; }

  .mx-lg-135 {
    margin-left: 135px;
    margin-right: 135px; }

  .my-lg-135 {
    margin-top: 135px;
    margin-bottom: 135px; }

  .p-lg-135 {
    padding: 135px; }

  .pt-lg-135 {
    padding-top: 135px; }

  .pb-lg-135 {
    padding-bottom: 135px; }

  .pl-lg-135 {
    padding-inline-start: 135px; }

  .pr-lg-135 {
    padding-inline-end: 135px; }

  .px-lg-135 {
    padding-left: 135px;
    padding-right: 135px; }

  .py-lg-135 {
    padding-top: 135px;
    padding-bottom: 135px; }

  .m-lg-140 {
    margin: 140px; }

  .mt-lg-140 {
    margin-top: 140px; }

  .mb-lg-140 {
    margin-bottom: 140px; }

  .ml-lg-140 {
    margin-inline-start: 140px; }

  .mr-lg-140 {
    margin-inline-end: 140px; }

  .mx-lg-140 {
    margin-left: 140px;
    margin-right: 140px; }

  .my-lg-140 {
    margin-top: 140px;
    margin-bottom: 140px; }

  .p-lg-140 {
    padding: 140px; }

  .pt-lg-140 {
    padding-top: 140px; }

  .pb-lg-140 {
    padding-bottom: 140px; }

  .pl-lg-140 {
    padding-inline-start: 140px; }

  .pr-lg-140 {
    padding-inline-end: 140px; }

  .px-lg-140 {
    padding-left: 140px;
    padding-right: 140px; }

  .py-lg-140 {
    padding-top: 140px;
    padding-bottom: 140px; }

  .m-lg-145 {
    margin: 145px; }

  .mt-lg-145 {
    margin-top: 145px; }

  .mb-lg-145 {
    margin-bottom: 145px; }

  .ml-lg-145 {
    margin-inline-start: 145px; }

  .mr-lg-145 {
    margin-inline-end: 145px; }

  .mx-lg-145 {
    margin-left: 145px;
    margin-right: 145px; }

  .my-lg-145 {
    margin-top: 145px;
    margin-bottom: 145px; }

  .p-lg-145 {
    padding: 145px; }

  .pt-lg-145 {
    padding-top: 145px; }

  .pb-lg-145 {
    padding-bottom: 145px; }

  .pl-lg-145 {
    padding-inline-start: 145px; }

  .pr-lg-145 {
    padding-inline-end: 145px; }

  .px-lg-145 {
    padding-left: 145px;
    padding-right: 145px; }

  .py-lg-145 {
    padding-top: 145px;
    padding-bottom: 145px; }

  .m-lg-150 {
    margin: 150px; }

  .mt-lg-150 {
    margin-top: 150px; }

  .mb-lg-150 {
    margin-bottom: 150px; }

  .ml-lg-150 {
    margin-inline-start: 150px; }

  .mr-lg-150 {
    margin-inline-end: 150px; }

  .mx-lg-150 {
    margin-left: 150px;
    margin-right: 150px; }

  .my-lg-150 {
    margin-top: 150px;
    margin-bottom: 150px; }

  .p-lg-150 {
    padding: 150px; }

  .pt-lg-150 {
    padding-top: 150px; }

  .pb-lg-150 {
    padding-bottom: 150px; }

  .pl-lg-150 {
    padding-inline-start: 150px; }

  .pr-lg-150 {
    padding-inline-end: 150px; }

  .px-lg-150 {
    padding-left: 150px;
    padding-right: 150px; }

  .py-lg-150 {
    padding-top: 150px;
    padding-bottom: 150px; }

  .m-lg-155 {
    margin: 155px; }

  .mt-lg-155 {
    margin-top: 155px; }

  .mb-lg-155 {
    margin-bottom: 155px; }

  .ml-lg-155 {
    margin-inline-start: 155px; }

  .mr-lg-155 {
    margin-inline-end: 155px; }

  .mx-lg-155 {
    margin-left: 155px;
    margin-right: 155px; }

  .my-lg-155 {
    margin-top: 155px;
    margin-bottom: 155px; }

  .p-lg-155 {
    padding: 155px; }

  .pt-lg-155 {
    padding-top: 155px; }

  .pb-lg-155 {
    padding-bottom: 155px; }

  .pl-lg-155 {
    padding-inline-start: 155px; }

  .pr-lg-155 {
    padding-inline-end: 155px; }

  .px-lg-155 {
    padding-left: 155px;
    padding-right: 155px; }

  .py-lg-155 {
    padding-top: 155px;
    padding-bottom: 155px; }

  .m-lg-160 {
    margin: 160px; }

  .mt-lg-160 {
    margin-top: 160px; }

  .mb-lg-160 {
    margin-bottom: 160px; }

  .ml-lg-160 {
    margin-inline-start: 160px; }

  .mr-lg-160 {
    margin-inline-end: 160px; }

  .mx-lg-160 {
    margin-left: 160px;
    margin-right: 160px; }

  .my-lg-160 {
    margin-top: 160px;
    margin-bottom: 160px; }

  .p-lg-160 {
    padding: 160px; }

  .pt-lg-160 {
    padding-top: 160px; }

  .pb-lg-160 {
    padding-bottom: 160px; }

  .pl-lg-160 {
    padding-inline-start: 160px; }

  .pr-lg-160 {
    padding-inline-end: 160px; }

  .px-lg-160 {
    padding-left: 160px;
    padding-right: 160px; }

  .py-lg-160 {
    padding-top: 160px;
    padding-bottom: 160px; }

  .m-lg-165 {
    margin: 165px; }

  .mt-lg-165 {
    margin-top: 165px; }

  .mb-lg-165 {
    margin-bottom: 165px; }

  .ml-lg-165 {
    margin-inline-start: 165px; }

  .mr-lg-165 {
    margin-inline-end: 165px; }

  .mx-lg-165 {
    margin-left: 165px;
    margin-right: 165px; }

  .my-lg-165 {
    margin-top: 165px;
    margin-bottom: 165px; }

  .p-lg-165 {
    padding: 165px; }

  .pt-lg-165 {
    padding-top: 165px; }

  .pb-lg-165 {
    padding-bottom: 165px; }

  .pl-lg-165 {
    padding-inline-start: 165px; }

  .pr-lg-165 {
    padding-inline-end: 165px; }

  .px-lg-165 {
    padding-left: 165px;
    padding-right: 165px; }

  .py-lg-165 {
    padding-top: 165px;
    padding-bottom: 165px; }

  .m-lg-170 {
    margin: 170px; }

  .mt-lg-170 {
    margin-top: 170px; }

  .mb-lg-170 {
    margin-bottom: 170px; }

  .ml-lg-170 {
    margin-inline-start: 170px; }

  .mr-lg-170 {
    margin-inline-end: 170px; }

  .mx-lg-170 {
    margin-left: 170px;
    margin-right: 170px; }

  .my-lg-170 {
    margin-top: 170px;
    margin-bottom: 170px; }

  .p-lg-170 {
    padding: 170px; }

  .pt-lg-170 {
    padding-top: 170px; }

  .pb-lg-170 {
    padding-bottom: 170px; }

  .pl-lg-170 {
    padding-inline-start: 170px; }

  .pr-lg-170 {
    padding-inline-end: 170px; }

  .px-lg-170 {
    padding-left: 170px;
    padding-right: 170px; }

  .py-lg-170 {
    padding-top: 170px;
    padding-bottom: 170px; }

  .m-lg-175 {
    margin: 175px; }

  .mt-lg-175 {
    margin-top: 175px; }

  .mb-lg-175 {
    margin-bottom: 175px; }

  .ml-lg-175 {
    margin-inline-start: 175px; }

  .mr-lg-175 {
    margin-inline-end: 175px; }

  .mx-lg-175 {
    margin-left: 175px;
    margin-right: 175px; }

  .my-lg-175 {
    margin-top: 175px;
    margin-bottom: 175px; }

  .p-lg-175 {
    padding: 175px; }

  .pt-lg-175 {
    padding-top: 175px; }

  .pb-lg-175 {
    padding-bottom: 175px; }

  .pl-lg-175 {
    padding-inline-start: 175px; }

  .pr-lg-175 {
    padding-inline-end: 175px; }

  .px-lg-175 {
    padding-left: 175px;
    padding-right: 175px; }

  .py-lg-175 {
    padding-top: 175px;
    padding-bottom: 175px; }

  .m-lg-180 {
    margin: 180px; }

  .mt-lg-180 {
    margin-top: 180px; }

  .mb-lg-180 {
    margin-bottom: 180px; }

  .ml-lg-180 {
    margin-inline-start: 180px; }

  .mr-lg-180 {
    margin-inline-end: 180px; }

  .mx-lg-180 {
    margin-left: 180px;
    margin-right: 180px; }

  .my-lg-180 {
    margin-top: 180px;
    margin-bottom: 180px; }

  .p-lg-180 {
    padding: 180px; }

  .pt-lg-180 {
    padding-top: 180px; }

  .pb-lg-180 {
    padding-bottom: 180px; }

  .pl-lg-180 {
    padding-inline-start: 180px; }

  .pr-lg-180 {
    padding-inline-end: 180px; }

  .px-lg-180 {
    padding-left: 180px;
    padding-right: 180px; }

  .py-lg-180 {
    padding-top: 180px;
    padding-bottom: 180px; }

  .m-lg-185 {
    margin: 185px; }

  .mt-lg-185 {
    margin-top: 185px; }

  .mb-lg-185 {
    margin-bottom: 185px; }

  .ml-lg-185 {
    margin-inline-start: 185px; }

  .mr-lg-185 {
    margin-inline-end: 185px; }

  .mx-lg-185 {
    margin-left: 185px;
    margin-right: 185px; }

  .my-lg-185 {
    margin-top: 185px;
    margin-bottom: 185px; }

  .p-lg-185 {
    padding: 185px; }

  .pt-lg-185 {
    padding-top: 185px; }

  .pb-lg-185 {
    padding-bottom: 185px; }

  .pl-lg-185 {
    padding-inline-start: 185px; }

  .pr-lg-185 {
    padding-inline-end: 185px; }

  .px-lg-185 {
    padding-left: 185px;
    padding-right: 185px; }

  .py-lg-185 {
    padding-top: 185px;
    padding-bottom: 185px; }

  .m-lg-190 {
    margin: 190px; }

  .mt-lg-190 {
    margin-top: 190px; }

  .mb-lg-190 {
    margin-bottom: 190px; }

  .ml-lg-190 {
    margin-inline-start: 190px; }

  .mr-lg-190 {
    margin-inline-end: 190px; }

  .mx-lg-190 {
    margin-left: 190px;
    margin-right: 190px; }

  .my-lg-190 {
    margin-top: 190px;
    margin-bottom: 190px; }

  .p-lg-190 {
    padding: 190px; }

  .pt-lg-190 {
    padding-top: 190px; }

  .pb-lg-190 {
    padding-bottom: 190px; }

  .pl-lg-190 {
    padding-inline-start: 190px; }

  .pr-lg-190 {
    padding-inline-end: 190px; }

  .px-lg-190 {
    padding-left: 190px;
    padding-right: 190px; }

  .py-lg-190 {
    padding-top: 190px;
    padding-bottom: 190px; }

  .m-lg-195 {
    margin: 195px; }

  .mt-lg-195 {
    margin-top: 195px; }

  .mb-lg-195 {
    margin-bottom: 195px; }

  .ml-lg-195 {
    margin-inline-start: 195px; }

  .mr-lg-195 {
    margin-inline-end: 195px; }

  .mx-lg-195 {
    margin-left: 195px;
    margin-right: 195px; }

  .my-lg-195 {
    margin-top: 195px;
    margin-bottom: 195px; }

  .p-lg-195 {
    padding: 195px; }

  .pt-lg-195 {
    padding-top: 195px; }

  .pb-lg-195 {
    padding-bottom: 195px; }

  .pl-lg-195 {
    padding-inline-start: 195px; }

  .pr-lg-195 {
    padding-inline-end: 195px; }

  .px-lg-195 {
    padding-left: 195px;
    padding-right: 195px; }

  .py-lg-195 {
    padding-top: 195px;
    padding-bottom: 195px; }

  .m-lg-200 {
    margin: 200px; }

  .mt-lg-200 {
    margin-top: 200px; }

  .mb-lg-200 {
    margin-bottom: 200px; }

  .ml-lg-200 {
    margin-inline-start: 200px; }

  .mr-lg-200 {
    margin-inline-end: 200px; }

  .mx-lg-200 {
    margin-left: 200px;
    margin-right: 200px; }

  .my-lg-200 {
    margin-top: 200px;
    margin-bottom: 200px; }

  .p-lg-200 {
    padding: 200px; }

  .pt-lg-200 {
    padding-top: 200px; }

  .pb-lg-200 {
    padding-bottom: 200px; }

  .pl-lg-200 {
    padding-inline-start: 200px; }

  .pr-lg-200 {
    padding-inline-end: 200px; }

  .px-lg-200 {
    padding-left: 200px;
    padding-right: 200px; }

  .py-lg-200 {
    padding-top: 200px;
    padding-bottom: 200px; } }
.row-reverse {
  flex-direction: row-reverse; }

@media (max-width: 1200px) {
  .row-xl-reverse {
    flex-direction: row-reverse; } }

.column-reverse {
  flex-direction: column-reverse; }

@media (max-width: 1200px) {
  .column-xl-reverse {
    flex-direction: column-reverse; } }

@media (max-width: 1200px) {
  .m-xl-5 {
    margin: 5px; }

  .mt-xl-5 {
    margin-top: 5px; }

  .mb-xl-5 {
    margin-bottom: 5px; }

  .ml-xl-5 {
    margin-inline-start: 5px; }

  .mr-xl-5 {
    margin-inline-end: 5px; }

  .mx-xl-5 {
    margin-left: 5px;
    margin-right: 5px; }

  .my-xl-5 {
    margin-top: 5px;
    margin-bottom: 5px; }

  .p-xl-5 {
    padding: 5px; }

  .pt-xl-5 {
    padding-top: 5px; }

  .pb-xl-5 {
    padding-bottom: 5px; }

  .pl-xl-5 {
    padding-inline-start: 5px; }

  .pr-xl-5 {
    padding-inline-end: 5px; }

  .px-xl-5 {
    padding-left: 5px;
    padding-right: 5px; }

  .py-xl-5 {
    padding-top: 5px;
    padding-bottom: 5px; }

  .m-xl-10 {
    margin: 10px; }

  .mt-xl-10 {
    margin-top: 10px; }

  .mb-xl-10 {
    margin-bottom: 10px; }

  .ml-xl-10 {
    margin-inline-start: 10px; }

  .mr-xl-10 {
    margin-inline-end: 10px; }

  .mx-xl-10 {
    margin-left: 10px;
    margin-right: 10px; }

  .my-xl-10 {
    margin-top: 10px;
    margin-bottom: 10px; }

  .p-xl-10 {
    padding: 10px; }

  .pt-xl-10 {
    padding-top: 10px; }

  .pb-xl-10 {
    padding-bottom: 10px; }

  .pl-xl-10 {
    padding-inline-start: 10px; }

  .pr-xl-10 {
    padding-inline-end: 10px; }

  .px-xl-10 {
    padding-left: 10px;
    padding-right: 10px; }

  .py-xl-10 {
    padding-top: 10px;
    padding-bottom: 10px; }

  .m-xl-15 {
    margin: 15px; }

  .mt-xl-15 {
    margin-top: 15px; }

  .mb-xl-15 {
    margin-bottom: 15px; }

  .ml-xl-15 {
    margin-inline-start: 15px; }

  .mr-xl-15 {
    margin-inline-end: 15px; }

  .mx-xl-15 {
    margin-left: 15px;
    margin-right: 15px; }

  .my-xl-15 {
    margin-top: 15px;
    margin-bottom: 15px; }

  .p-xl-15 {
    padding: 15px; }

  .pt-xl-15 {
    padding-top: 15px; }

  .pb-xl-15 {
    padding-bottom: 15px; }

  .pl-xl-15 {
    padding-inline-start: 15px; }

  .pr-xl-15 {
    padding-inline-end: 15px; }

  .px-xl-15 {
    padding-left: 15px;
    padding-right: 15px; }

  .py-xl-15 {
    padding-top: 15px;
    padding-bottom: 15px; }

  .m-xl-20 {
    margin: 20px; }

  .mt-xl-20 {
    margin-top: 20px; }

  .mb-xl-20 {
    margin-bottom: 20px; }

  .ml-xl-20 {
    margin-inline-start: 20px; }

  .mr-xl-20 {
    margin-inline-end: 20px; }

  .mx-xl-20 {
    margin-left: 20px;
    margin-right: 20px; }

  .my-xl-20 {
    margin-top: 20px;
    margin-bottom: 20px; }

  .p-xl-20 {
    padding: 20px; }

  .pt-xl-20 {
    padding-top: 20px; }

  .pb-xl-20 {
    padding-bottom: 20px; }

  .pl-xl-20 {
    padding-inline-start: 20px; }

  .pr-xl-20 {
    padding-inline-end: 20px; }

  .px-xl-20 {
    padding-left: 20px;
    padding-right: 20px; }

  .py-xl-20 {
    padding-top: 20px;
    padding-bottom: 20px; }

  .m-xl-25 {
    margin: 25px; }

  .mt-xl-25 {
    margin-top: 25px; }

  .mb-xl-25 {
    margin-bottom: 25px; }

  .ml-xl-25 {
    margin-inline-start: 25px; }

  .mr-xl-25 {
    margin-inline-end: 25px; }

  .mx-xl-25 {
    margin-left: 25px;
    margin-right: 25px; }

  .my-xl-25 {
    margin-top: 25px;
    margin-bottom: 25px; }

  .p-xl-25 {
    padding: 25px; }

  .pt-xl-25 {
    padding-top: 25px; }

  .pb-xl-25 {
    padding-bottom: 25px; }

  .pl-xl-25 {
    padding-inline-start: 25px; }

  .pr-xl-25 {
    padding-inline-end: 25px; }

  .px-xl-25 {
    padding-left: 25px;
    padding-right: 25px; }

  .py-xl-25 {
    padding-top: 25px;
    padding-bottom: 25px; }

  .m-xl-30 {
    margin: 30px; }

  .mt-xl-30 {
    margin-top: 30px; }

  .mb-xl-30 {
    margin-bottom: 30px; }

  .ml-xl-30 {
    margin-inline-start: 30px; }

  .mr-xl-30 {
    margin-inline-end: 30px; }

  .mx-xl-30 {
    margin-left: 30px;
    margin-right: 30px; }

  .my-xl-30 {
    margin-top: 30px;
    margin-bottom: 30px; }

  .p-xl-30 {
    padding: 30px; }

  .pt-xl-30 {
    padding-top: 30px; }

  .pb-xl-30 {
    padding-bottom: 30px; }

  .pl-xl-30 {
    padding-inline-start: 30px; }

  .pr-xl-30 {
    padding-inline-end: 30px; }

  .px-xl-30 {
    padding-left: 30px;
    padding-right: 30px; }

  .py-xl-30 {
    padding-top: 30px;
    padding-bottom: 30px; }

  .m-xl-35 {
    margin: 35px; }

  .mt-xl-35 {
    margin-top: 35px; }

  .mb-xl-35 {
    margin-bottom: 35px; }

  .ml-xl-35 {
    margin-inline-start: 35px; }

  .mr-xl-35 {
    margin-inline-end: 35px; }

  .mx-xl-35 {
    margin-left: 35px;
    margin-right: 35px; }

  .my-xl-35 {
    margin-top: 35px;
    margin-bottom: 35px; }

  .p-xl-35 {
    padding: 35px; }

  .pt-xl-35 {
    padding-top: 35px; }

  .pb-xl-35 {
    padding-bottom: 35px; }

  .pl-xl-35 {
    padding-inline-start: 35px; }

  .pr-xl-35 {
    padding-inline-end: 35px; }

  .px-xl-35 {
    padding-left: 35px;
    padding-right: 35px; }

  .py-xl-35 {
    padding-top: 35px;
    padding-bottom: 35px; }

  .m-xl-40 {
    margin: 40px; }

  .mt-xl-40 {
    margin-top: 40px; }

  .mb-xl-40 {
    margin-bottom: 40px; }

  .ml-xl-40 {
    margin-inline-start: 40px; }

  .mr-xl-40 {
    margin-inline-end: 40px; }

  .mx-xl-40 {
    margin-left: 40px;
    margin-right: 40px; }

  .my-xl-40 {
    margin-top: 40px;
    margin-bottom: 40px; }

  .p-xl-40 {
    padding: 40px; }

  .pt-xl-40 {
    padding-top: 40px; }

  .pb-xl-40 {
    padding-bottom: 40px; }

  .pl-xl-40 {
    padding-inline-start: 40px; }

  .pr-xl-40 {
    padding-inline-end: 40px; }

  .px-xl-40 {
    padding-left: 40px;
    padding-right: 40px; }

  .py-xl-40 {
    padding-top: 40px;
    padding-bottom: 40px; }

  .m-xl-45 {
    margin: 45px; }

  .mt-xl-45 {
    margin-top: 45px; }

  .mb-xl-45 {
    margin-bottom: 45px; }

  .ml-xl-45 {
    margin-inline-start: 45px; }

  .mr-xl-45 {
    margin-inline-end: 45px; }

  .mx-xl-45 {
    margin-left: 45px;
    margin-right: 45px; }

  .my-xl-45 {
    margin-top: 45px;
    margin-bottom: 45px; }

  .p-xl-45 {
    padding: 45px; }

  .pt-xl-45 {
    padding-top: 45px; }

  .pb-xl-45 {
    padding-bottom: 45px; }

  .pl-xl-45 {
    padding-inline-start: 45px; }

  .pr-xl-45 {
    padding-inline-end: 45px; }

  .px-xl-45 {
    padding-left: 45px;
    padding-right: 45px; }

  .py-xl-45 {
    padding-top: 45px;
    padding-bottom: 45px; }

  .m-xl-50 {
    margin: 50px; }

  .mt-xl-50 {
    margin-top: 50px; }

  .mb-xl-50 {
    margin-bottom: 50px; }

  .ml-xl-50 {
    margin-inline-start: 50px; }

  .mr-xl-50 {
    margin-inline-end: 50px; }

  .mx-xl-50 {
    margin-left: 50px;
    margin-right: 50px; }

  .my-xl-50 {
    margin-top: 50px;
    margin-bottom: 50px; }

  .p-xl-50 {
    padding: 50px; }

  .pt-xl-50 {
    padding-top: 50px; }

  .pb-xl-50 {
    padding-bottom: 50px; }

  .pl-xl-50 {
    padding-inline-start: 50px; }

  .pr-xl-50 {
    padding-inline-end: 50px; }

  .px-xl-50 {
    padding-left: 50px;
    padding-right: 50px; }

  .py-xl-50 {
    padding-top: 50px;
    padding-bottom: 50px; }

  .m-xl-55 {
    margin: 55px; }

  .mt-xl-55 {
    margin-top: 55px; }

  .mb-xl-55 {
    margin-bottom: 55px; }

  .ml-xl-55 {
    margin-inline-start: 55px; }

  .mr-xl-55 {
    margin-inline-end: 55px; }

  .mx-xl-55 {
    margin-left: 55px;
    margin-right: 55px; }

  .my-xl-55 {
    margin-top: 55px;
    margin-bottom: 55px; }

  .p-xl-55 {
    padding: 55px; }

  .pt-xl-55 {
    padding-top: 55px; }

  .pb-xl-55 {
    padding-bottom: 55px; }

  .pl-xl-55 {
    padding-inline-start: 55px; }

  .pr-xl-55 {
    padding-inline-end: 55px; }

  .px-xl-55 {
    padding-left: 55px;
    padding-right: 55px; }

  .py-xl-55 {
    padding-top: 55px;
    padding-bottom: 55px; }

  .m-xl-60 {
    margin: 60px; }

  .mt-xl-60 {
    margin-top: 60px; }

  .mb-xl-60 {
    margin-bottom: 60px; }

  .ml-xl-60 {
    margin-inline-start: 60px; }

  .mr-xl-60 {
    margin-inline-end: 60px; }

  .mx-xl-60 {
    margin-left: 60px;
    margin-right: 60px; }

  .my-xl-60 {
    margin-top: 60px;
    margin-bottom: 60px; }

  .p-xl-60 {
    padding: 60px; }

  .pt-xl-60 {
    padding-top: 60px; }

  .pb-xl-60 {
    padding-bottom: 60px; }

  .pl-xl-60 {
    padding-inline-start: 60px; }

  .pr-xl-60 {
    padding-inline-end: 60px; }

  .px-xl-60 {
    padding-left: 60px;
    padding-right: 60px; }

  .py-xl-60 {
    padding-top: 60px;
    padding-bottom: 60px; }

  .m-xl-65 {
    margin: 65px; }

  .mt-xl-65 {
    margin-top: 65px; }

  .mb-xl-65 {
    margin-bottom: 65px; }

  .ml-xl-65 {
    margin-inline-start: 65px; }

  .mr-xl-65 {
    margin-inline-end: 65px; }

  .mx-xl-65 {
    margin-left: 65px;
    margin-right: 65px; }

  .my-xl-65 {
    margin-top: 65px;
    margin-bottom: 65px; }

  .p-xl-65 {
    padding: 65px; }

  .pt-xl-65 {
    padding-top: 65px; }

  .pb-xl-65 {
    padding-bottom: 65px; }

  .pl-xl-65 {
    padding-inline-start: 65px; }

  .pr-xl-65 {
    padding-inline-end: 65px; }

  .px-xl-65 {
    padding-left: 65px;
    padding-right: 65px; }

  .py-xl-65 {
    padding-top: 65px;
    padding-bottom: 65px; }

  .m-xl-70 {
    margin: 70px; }

  .mt-xl-70 {
    margin-top: 70px; }

  .mb-xl-70 {
    margin-bottom: 70px; }

  .ml-xl-70 {
    margin-inline-start: 70px; }

  .mr-xl-70 {
    margin-inline-end: 70px; }

  .mx-xl-70 {
    margin-left: 70px;
    margin-right: 70px; }

  .my-xl-70 {
    margin-top: 70px;
    margin-bottom: 70px; }

  .p-xl-70 {
    padding: 70px; }

  .pt-xl-70 {
    padding-top: 70px; }

  .pb-xl-70 {
    padding-bottom: 70px; }

  .pl-xl-70 {
    padding-inline-start: 70px; }

  .pr-xl-70 {
    padding-inline-end: 70px; }

  .px-xl-70 {
    padding-left: 70px;
    padding-right: 70px; }

  .py-xl-70 {
    padding-top: 70px;
    padding-bottom: 70px; }

  .m-xl-75 {
    margin: 75px; }

  .mt-xl-75 {
    margin-top: 75px; }

  .mb-xl-75 {
    margin-bottom: 75px; }

  .ml-xl-75 {
    margin-inline-start: 75px; }

  .mr-xl-75 {
    margin-inline-end: 75px; }

  .mx-xl-75 {
    margin-left: 75px;
    margin-right: 75px; }

  .my-xl-75 {
    margin-top: 75px;
    margin-bottom: 75px; }

  .p-xl-75 {
    padding: 75px; }

  .pt-xl-75 {
    padding-top: 75px; }

  .pb-xl-75 {
    padding-bottom: 75px; }

  .pl-xl-75 {
    padding-inline-start: 75px; }

  .pr-xl-75 {
    padding-inline-end: 75px; }

  .px-xl-75 {
    padding-left: 75px;
    padding-right: 75px; }

  .py-xl-75 {
    padding-top: 75px;
    padding-bottom: 75px; }

  .m-xl-80 {
    margin: 80px; }

  .mt-xl-80 {
    margin-top: 80px; }

  .mb-xl-80 {
    margin-bottom: 80px; }

  .ml-xl-80 {
    margin-inline-start: 80px; }

  .mr-xl-80 {
    margin-inline-end: 80px; }

  .mx-xl-80 {
    margin-left: 80px;
    margin-right: 80px; }

  .my-xl-80 {
    margin-top: 80px;
    margin-bottom: 80px; }

  .p-xl-80 {
    padding: 80px; }

  .pt-xl-80 {
    padding-top: 80px; }

  .pb-xl-80 {
    padding-bottom: 80px; }

  .pl-xl-80 {
    padding-inline-start: 80px; }

  .pr-xl-80 {
    padding-inline-end: 80px; }

  .px-xl-80 {
    padding-left: 80px;
    padding-right: 80px; }

  .py-xl-80 {
    padding-top: 80px;
    padding-bottom: 80px; }

  .m-xl-85 {
    margin: 85px; }

  .mt-xl-85 {
    margin-top: 85px; }

  .mb-xl-85 {
    margin-bottom: 85px; }

  .ml-xl-85 {
    margin-inline-start: 85px; }

  .mr-xl-85 {
    margin-inline-end: 85px; }

  .mx-xl-85 {
    margin-left: 85px;
    margin-right: 85px; }

  .my-xl-85 {
    margin-top: 85px;
    margin-bottom: 85px; }

  .p-xl-85 {
    padding: 85px; }

  .pt-xl-85 {
    padding-top: 85px; }

  .pb-xl-85 {
    padding-bottom: 85px; }

  .pl-xl-85 {
    padding-inline-start: 85px; }

  .pr-xl-85 {
    padding-inline-end: 85px; }

  .px-xl-85 {
    padding-left: 85px;
    padding-right: 85px; }

  .py-xl-85 {
    padding-top: 85px;
    padding-bottom: 85px; }

  .m-xl-90 {
    margin: 90px; }

  .mt-xl-90 {
    margin-top: 90px; }

  .mb-xl-90 {
    margin-bottom: 90px; }

  .ml-xl-90 {
    margin-inline-start: 90px; }

  .mr-xl-90 {
    margin-inline-end: 90px; }

  .mx-xl-90 {
    margin-left: 90px;
    margin-right: 90px; }

  .my-xl-90 {
    margin-top: 90px;
    margin-bottom: 90px; }

  .p-xl-90 {
    padding: 90px; }

  .pt-xl-90 {
    padding-top: 90px; }

  .pb-xl-90 {
    padding-bottom: 90px; }

  .pl-xl-90 {
    padding-inline-start: 90px; }

  .pr-xl-90 {
    padding-inline-end: 90px; }

  .px-xl-90 {
    padding-left: 90px;
    padding-right: 90px; }

  .py-xl-90 {
    padding-top: 90px;
    padding-bottom: 90px; }

  .m-xl-95 {
    margin: 95px; }

  .mt-xl-95 {
    margin-top: 95px; }

  .mb-xl-95 {
    margin-bottom: 95px; }

  .ml-xl-95 {
    margin-inline-start: 95px; }

  .mr-xl-95 {
    margin-inline-end: 95px; }

  .mx-xl-95 {
    margin-left: 95px;
    margin-right: 95px; }

  .my-xl-95 {
    margin-top: 95px;
    margin-bottom: 95px; }

  .p-xl-95 {
    padding: 95px; }

  .pt-xl-95 {
    padding-top: 95px; }

  .pb-xl-95 {
    padding-bottom: 95px; }

  .pl-xl-95 {
    padding-inline-start: 95px; }

  .pr-xl-95 {
    padding-inline-end: 95px; }

  .px-xl-95 {
    padding-left: 95px;
    padding-right: 95px; }

  .py-xl-95 {
    padding-top: 95px;
    padding-bottom: 95px; }

  .m-xl-100 {
    margin: 100px; }

  .mt-xl-100 {
    margin-top: 100px; }

  .mb-xl-100 {
    margin-bottom: 100px; }

  .ml-xl-100 {
    margin-inline-start: 100px; }

  .mr-xl-100 {
    margin-inline-end: 100px; }

  .mx-xl-100 {
    margin-left: 100px;
    margin-right: 100px; }

  .my-xl-100 {
    margin-top: 100px;
    margin-bottom: 100px; }

  .p-xl-100 {
    padding: 100px; }

  .pt-xl-100 {
    padding-top: 100px; }

  .pb-xl-100 {
    padding-bottom: 100px; }

  .pl-xl-100 {
    padding-inline-start: 100px; }

  .pr-xl-100 {
    padding-inline-end: 100px; }

  .px-xl-100 {
    padding-left: 100px;
    padding-right: 100px; }

  .py-xl-100 {
    padding-top: 100px;
    padding-bottom: 100px; }

  .m-xl-105 {
    margin: 105px; }

  .mt-xl-105 {
    margin-top: 105px; }

  .mb-xl-105 {
    margin-bottom: 105px; }

  .ml-xl-105 {
    margin-inline-start: 105px; }

  .mr-xl-105 {
    margin-inline-end: 105px; }

  .mx-xl-105 {
    margin-left: 105px;
    margin-right: 105px; }

  .my-xl-105 {
    margin-top: 105px;
    margin-bottom: 105px; }

  .p-xl-105 {
    padding: 105px; }

  .pt-xl-105 {
    padding-top: 105px; }

  .pb-xl-105 {
    padding-bottom: 105px; }

  .pl-xl-105 {
    padding-inline-start: 105px; }

  .pr-xl-105 {
    padding-inline-end: 105px; }

  .px-xl-105 {
    padding-left: 105px;
    padding-right: 105px; }

  .py-xl-105 {
    padding-top: 105px;
    padding-bottom: 105px; }

  .m-xl-110 {
    margin: 110px; }

  .mt-xl-110 {
    margin-top: 110px; }

  .mb-xl-110 {
    margin-bottom: 110px; }

  .ml-xl-110 {
    margin-inline-start: 110px; }

  .mr-xl-110 {
    margin-inline-end: 110px; }

  .mx-xl-110 {
    margin-left: 110px;
    margin-right: 110px; }

  .my-xl-110 {
    margin-top: 110px;
    margin-bottom: 110px; }

  .p-xl-110 {
    padding: 110px; }

  .pt-xl-110 {
    padding-top: 110px; }

  .pb-xl-110 {
    padding-bottom: 110px; }

  .pl-xl-110 {
    padding-inline-start: 110px; }

  .pr-xl-110 {
    padding-inline-end: 110px; }

  .px-xl-110 {
    padding-left: 110px;
    padding-right: 110px; }

  .py-xl-110 {
    padding-top: 110px;
    padding-bottom: 110px; }

  .m-xl-115 {
    margin: 115px; }

  .mt-xl-115 {
    margin-top: 115px; }

  .mb-xl-115 {
    margin-bottom: 115px; }

  .ml-xl-115 {
    margin-inline-start: 115px; }

  .mr-xl-115 {
    margin-inline-end: 115px; }

  .mx-xl-115 {
    margin-left: 115px;
    margin-right: 115px; }

  .my-xl-115 {
    margin-top: 115px;
    margin-bottom: 115px; }

  .p-xl-115 {
    padding: 115px; }

  .pt-xl-115 {
    padding-top: 115px; }

  .pb-xl-115 {
    padding-bottom: 115px; }

  .pl-xl-115 {
    padding-inline-start: 115px; }

  .pr-xl-115 {
    padding-inline-end: 115px; }

  .px-xl-115 {
    padding-left: 115px;
    padding-right: 115px; }

  .py-xl-115 {
    padding-top: 115px;
    padding-bottom: 115px; }

  .m-xl-120 {
    margin: 120px; }

  .mt-xl-120 {
    margin-top: 120px; }

  .mb-xl-120 {
    margin-bottom: 120px; }

  .ml-xl-120 {
    margin-inline-start: 120px; }

  .mr-xl-120 {
    margin-inline-end: 120px; }

  .mx-xl-120 {
    margin-left: 120px;
    margin-right: 120px; }

  .my-xl-120 {
    margin-top: 120px;
    margin-bottom: 120px; }

  .p-xl-120 {
    padding: 120px; }

  .pt-xl-120 {
    padding-top: 120px; }

  .pb-xl-120 {
    padding-bottom: 120px; }

  .pl-xl-120 {
    padding-inline-start: 120px; }

  .pr-xl-120 {
    padding-inline-end: 120px; }

  .px-xl-120 {
    padding-left: 120px;
    padding-right: 120px; }

  .py-xl-120 {
    padding-top: 120px;
    padding-bottom: 120px; }

  .m-xl-125 {
    margin: 125px; }

  .mt-xl-125 {
    margin-top: 125px; }

  .mb-xl-125 {
    margin-bottom: 125px; }

  .ml-xl-125 {
    margin-inline-start: 125px; }

  .mr-xl-125 {
    margin-inline-end: 125px; }

  .mx-xl-125 {
    margin-left: 125px;
    margin-right: 125px; }

  .my-xl-125 {
    margin-top: 125px;
    margin-bottom: 125px; }

  .p-xl-125 {
    padding: 125px; }

  .pt-xl-125 {
    padding-top: 125px; }

  .pb-xl-125 {
    padding-bottom: 125px; }

  .pl-xl-125 {
    padding-inline-start: 125px; }

  .pr-xl-125 {
    padding-inline-end: 125px; }

  .px-xl-125 {
    padding-left: 125px;
    padding-right: 125px; }

  .py-xl-125 {
    padding-top: 125px;
    padding-bottom: 125px; }

  .m-xl-130 {
    margin: 130px; }

  .mt-xl-130 {
    margin-top: 130px; }

  .mb-xl-130 {
    margin-bottom: 130px; }

  .ml-xl-130 {
    margin-inline-start: 130px; }

  .mr-xl-130 {
    margin-inline-end: 130px; }

  .mx-xl-130 {
    margin-left: 130px;
    margin-right: 130px; }

  .my-xl-130 {
    margin-top: 130px;
    margin-bottom: 130px; }

  .p-xl-130 {
    padding: 130px; }

  .pt-xl-130 {
    padding-top: 130px; }

  .pb-xl-130 {
    padding-bottom: 130px; }

  .pl-xl-130 {
    padding-inline-start: 130px; }

  .pr-xl-130 {
    padding-inline-end: 130px; }

  .px-xl-130 {
    padding-left: 130px;
    padding-right: 130px; }

  .py-xl-130 {
    padding-top: 130px;
    padding-bottom: 130px; }

  .m-xl-135 {
    margin: 135px; }

  .mt-xl-135 {
    margin-top: 135px; }

  .mb-xl-135 {
    margin-bottom: 135px; }

  .ml-xl-135 {
    margin-inline-start: 135px; }

  .mr-xl-135 {
    margin-inline-end: 135px; }

  .mx-xl-135 {
    margin-left: 135px;
    margin-right: 135px; }

  .my-xl-135 {
    margin-top: 135px;
    margin-bottom: 135px; }

  .p-xl-135 {
    padding: 135px; }

  .pt-xl-135 {
    padding-top: 135px; }

  .pb-xl-135 {
    padding-bottom: 135px; }

  .pl-xl-135 {
    padding-inline-start: 135px; }

  .pr-xl-135 {
    padding-inline-end: 135px; }

  .px-xl-135 {
    padding-left: 135px;
    padding-right: 135px; }

  .py-xl-135 {
    padding-top: 135px;
    padding-bottom: 135px; }

  .m-xl-140 {
    margin: 140px; }

  .mt-xl-140 {
    margin-top: 140px; }

  .mb-xl-140 {
    margin-bottom: 140px; }

  .ml-xl-140 {
    margin-inline-start: 140px; }

  .mr-xl-140 {
    margin-inline-end: 140px; }

  .mx-xl-140 {
    margin-left: 140px;
    margin-right: 140px; }

  .my-xl-140 {
    margin-top: 140px;
    margin-bottom: 140px; }

  .p-xl-140 {
    padding: 140px; }

  .pt-xl-140 {
    padding-top: 140px; }

  .pb-xl-140 {
    padding-bottom: 140px; }

  .pl-xl-140 {
    padding-inline-start: 140px; }

  .pr-xl-140 {
    padding-inline-end: 140px; }

  .px-xl-140 {
    padding-left: 140px;
    padding-right: 140px; }

  .py-xl-140 {
    padding-top: 140px;
    padding-bottom: 140px; }

  .m-xl-145 {
    margin: 145px; }

  .mt-xl-145 {
    margin-top: 145px; }

  .mb-xl-145 {
    margin-bottom: 145px; }

  .ml-xl-145 {
    margin-inline-start: 145px; }

  .mr-xl-145 {
    margin-inline-end: 145px; }

  .mx-xl-145 {
    margin-left: 145px;
    margin-right: 145px; }

  .my-xl-145 {
    margin-top: 145px;
    margin-bottom: 145px; }

  .p-xl-145 {
    padding: 145px; }

  .pt-xl-145 {
    padding-top: 145px; }

  .pb-xl-145 {
    padding-bottom: 145px; }

  .pl-xl-145 {
    padding-inline-start: 145px; }

  .pr-xl-145 {
    padding-inline-end: 145px; }

  .px-xl-145 {
    padding-left: 145px;
    padding-right: 145px; }

  .py-xl-145 {
    padding-top: 145px;
    padding-bottom: 145px; }

  .m-xl-150 {
    margin: 150px; }

  .mt-xl-150 {
    margin-top: 150px; }

  .mb-xl-150 {
    margin-bottom: 150px; }

  .ml-xl-150 {
    margin-inline-start: 150px; }

  .mr-xl-150 {
    margin-inline-end: 150px; }

  .mx-xl-150 {
    margin-left: 150px;
    margin-right: 150px; }

  .my-xl-150 {
    margin-top: 150px;
    margin-bottom: 150px; }

  .p-xl-150 {
    padding: 150px; }

  .pt-xl-150 {
    padding-top: 150px; }

  .pb-xl-150 {
    padding-bottom: 150px; }

  .pl-xl-150 {
    padding-inline-start: 150px; }

  .pr-xl-150 {
    padding-inline-end: 150px; }

  .px-xl-150 {
    padding-left: 150px;
    padding-right: 150px; }

  .py-xl-150 {
    padding-top: 150px;
    padding-bottom: 150px; }

  .m-xl-155 {
    margin: 155px; }

  .mt-xl-155 {
    margin-top: 155px; }

  .mb-xl-155 {
    margin-bottom: 155px; }

  .ml-xl-155 {
    margin-inline-start: 155px; }

  .mr-xl-155 {
    margin-inline-end: 155px; }

  .mx-xl-155 {
    margin-left: 155px;
    margin-right: 155px; }

  .my-xl-155 {
    margin-top: 155px;
    margin-bottom: 155px; }

  .p-xl-155 {
    padding: 155px; }

  .pt-xl-155 {
    padding-top: 155px; }

  .pb-xl-155 {
    padding-bottom: 155px; }

  .pl-xl-155 {
    padding-inline-start: 155px; }

  .pr-xl-155 {
    padding-inline-end: 155px; }

  .px-xl-155 {
    padding-left: 155px;
    padding-right: 155px; }

  .py-xl-155 {
    padding-top: 155px;
    padding-bottom: 155px; }

  .m-xl-160 {
    margin: 160px; }

  .mt-xl-160 {
    margin-top: 160px; }

  .mb-xl-160 {
    margin-bottom: 160px; }

  .ml-xl-160 {
    margin-inline-start: 160px; }

  .mr-xl-160 {
    margin-inline-end: 160px; }

  .mx-xl-160 {
    margin-left: 160px;
    margin-right: 160px; }

  .my-xl-160 {
    margin-top: 160px;
    margin-bottom: 160px; }

  .p-xl-160 {
    padding: 160px; }

  .pt-xl-160 {
    padding-top: 160px; }

  .pb-xl-160 {
    padding-bottom: 160px; }

  .pl-xl-160 {
    padding-inline-start: 160px; }

  .pr-xl-160 {
    padding-inline-end: 160px; }

  .px-xl-160 {
    padding-left: 160px;
    padding-right: 160px; }

  .py-xl-160 {
    padding-top: 160px;
    padding-bottom: 160px; }

  .m-xl-165 {
    margin: 165px; }

  .mt-xl-165 {
    margin-top: 165px; }

  .mb-xl-165 {
    margin-bottom: 165px; }

  .ml-xl-165 {
    margin-inline-start: 165px; }

  .mr-xl-165 {
    margin-inline-end: 165px; }

  .mx-xl-165 {
    margin-left: 165px;
    margin-right: 165px; }

  .my-xl-165 {
    margin-top: 165px;
    margin-bottom: 165px; }

  .p-xl-165 {
    padding: 165px; }

  .pt-xl-165 {
    padding-top: 165px; }

  .pb-xl-165 {
    padding-bottom: 165px; }

  .pl-xl-165 {
    padding-inline-start: 165px; }

  .pr-xl-165 {
    padding-inline-end: 165px; }

  .px-xl-165 {
    padding-left: 165px;
    padding-right: 165px; }

  .py-xl-165 {
    padding-top: 165px;
    padding-bottom: 165px; }

  .m-xl-170 {
    margin: 170px; }

  .mt-xl-170 {
    margin-top: 170px; }

  .mb-xl-170 {
    margin-bottom: 170px; }

  .ml-xl-170 {
    margin-inline-start: 170px; }

  .mr-xl-170 {
    margin-inline-end: 170px; }

  .mx-xl-170 {
    margin-left: 170px;
    margin-right: 170px; }

  .my-xl-170 {
    margin-top: 170px;
    margin-bottom: 170px; }

  .p-xl-170 {
    padding: 170px; }

  .pt-xl-170 {
    padding-top: 170px; }

  .pb-xl-170 {
    padding-bottom: 170px; }

  .pl-xl-170 {
    padding-inline-start: 170px; }

  .pr-xl-170 {
    padding-inline-end: 170px; }

  .px-xl-170 {
    padding-left: 170px;
    padding-right: 170px; }

  .py-xl-170 {
    padding-top: 170px;
    padding-bottom: 170px; }

  .m-xl-175 {
    margin: 175px; }

  .mt-xl-175 {
    margin-top: 175px; }

  .mb-xl-175 {
    margin-bottom: 175px; }

  .ml-xl-175 {
    margin-inline-start: 175px; }

  .mr-xl-175 {
    margin-inline-end: 175px; }

  .mx-xl-175 {
    margin-left: 175px;
    margin-right: 175px; }

  .my-xl-175 {
    margin-top: 175px;
    margin-bottom: 175px; }

  .p-xl-175 {
    padding: 175px; }

  .pt-xl-175 {
    padding-top: 175px; }

  .pb-xl-175 {
    padding-bottom: 175px; }

  .pl-xl-175 {
    padding-inline-start: 175px; }

  .pr-xl-175 {
    padding-inline-end: 175px; }

  .px-xl-175 {
    padding-left: 175px;
    padding-right: 175px; }

  .py-xl-175 {
    padding-top: 175px;
    padding-bottom: 175px; }

  .m-xl-180 {
    margin: 180px; }

  .mt-xl-180 {
    margin-top: 180px; }

  .mb-xl-180 {
    margin-bottom: 180px; }

  .ml-xl-180 {
    margin-inline-start: 180px; }

  .mr-xl-180 {
    margin-inline-end: 180px; }

  .mx-xl-180 {
    margin-left: 180px;
    margin-right: 180px; }

  .my-xl-180 {
    margin-top: 180px;
    margin-bottom: 180px; }

  .p-xl-180 {
    padding: 180px; }

  .pt-xl-180 {
    padding-top: 180px; }

  .pb-xl-180 {
    padding-bottom: 180px; }

  .pl-xl-180 {
    padding-inline-start: 180px; }

  .pr-xl-180 {
    padding-inline-end: 180px; }

  .px-xl-180 {
    padding-left: 180px;
    padding-right: 180px; }

  .py-xl-180 {
    padding-top: 180px;
    padding-bottom: 180px; }

  .m-xl-185 {
    margin: 185px; }

  .mt-xl-185 {
    margin-top: 185px; }

  .mb-xl-185 {
    margin-bottom: 185px; }

  .ml-xl-185 {
    margin-inline-start: 185px; }

  .mr-xl-185 {
    margin-inline-end: 185px; }

  .mx-xl-185 {
    margin-left: 185px;
    margin-right: 185px; }

  .my-xl-185 {
    margin-top: 185px;
    margin-bottom: 185px; }

  .p-xl-185 {
    padding: 185px; }

  .pt-xl-185 {
    padding-top: 185px; }

  .pb-xl-185 {
    padding-bottom: 185px; }

  .pl-xl-185 {
    padding-inline-start: 185px; }

  .pr-xl-185 {
    padding-inline-end: 185px; }

  .px-xl-185 {
    padding-left: 185px;
    padding-right: 185px; }

  .py-xl-185 {
    padding-top: 185px;
    padding-bottom: 185px; }

  .m-xl-190 {
    margin: 190px; }

  .mt-xl-190 {
    margin-top: 190px; }

  .mb-xl-190 {
    margin-bottom: 190px; }

  .ml-xl-190 {
    margin-inline-start: 190px; }

  .mr-xl-190 {
    margin-inline-end: 190px; }

  .mx-xl-190 {
    margin-left: 190px;
    margin-right: 190px; }

  .my-xl-190 {
    margin-top: 190px;
    margin-bottom: 190px; }

  .p-xl-190 {
    padding: 190px; }

  .pt-xl-190 {
    padding-top: 190px; }

  .pb-xl-190 {
    padding-bottom: 190px; }

  .pl-xl-190 {
    padding-inline-start: 190px; }

  .pr-xl-190 {
    padding-inline-end: 190px; }

  .px-xl-190 {
    padding-left: 190px;
    padding-right: 190px; }

  .py-xl-190 {
    padding-top: 190px;
    padding-bottom: 190px; }

  .m-xl-195 {
    margin: 195px; }

  .mt-xl-195 {
    margin-top: 195px; }

  .mb-xl-195 {
    margin-bottom: 195px; }

  .ml-xl-195 {
    margin-inline-start: 195px; }

  .mr-xl-195 {
    margin-inline-end: 195px; }

  .mx-xl-195 {
    margin-left: 195px;
    margin-right: 195px; }

  .my-xl-195 {
    margin-top: 195px;
    margin-bottom: 195px; }

  .p-xl-195 {
    padding: 195px; }

  .pt-xl-195 {
    padding-top: 195px; }

  .pb-xl-195 {
    padding-bottom: 195px; }

  .pl-xl-195 {
    padding-inline-start: 195px; }

  .pr-xl-195 {
    padding-inline-end: 195px; }

  .px-xl-195 {
    padding-left: 195px;
    padding-right: 195px; }

  .py-xl-195 {
    padding-top: 195px;
    padding-bottom: 195px; }

  .m-xl-200 {
    margin: 200px; }

  .mt-xl-200 {
    margin-top: 200px; }

  .mb-xl-200 {
    margin-bottom: 200px; }

  .ml-xl-200 {
    margin-inline-start: 200px; }

  .mr-xl-200 {
    margin-inline-end: 200px; }

  .mx-xl-200 {
    margin-left: 200px;
    margin-right: 200px; }

  .my-xl-200 {
    margin-top: 200px;
    margin-bottom: 200px; }

  .p-xl-200 {
    padding: 200px; }

  .pt-xl-200 {
    padding-top: 200px; }

  .pb-xl-200 {
    padding-bottom: 200px; }

  .pl-xl-200 {
    padding-inline-start: 200px; }

  .pr-xl-200 {
    padding-inline-end: 200px; }

  .px-xl-200 {
    padding-left: 200px;
    padding-right: 200px; }

  .py-xl-200 {
    padding-top: 200px;
    padding-bottom: 200px; } }
.row-reverse {
  flex-direction: row-reverse; }

@media (max-width: 1400px) {
  .row-xxl-reverse {
    flex-direction: row-reverse; } }

.column-reverse {
  flex-direction: column-reverse; }

@media (max-width: 1400px) {
  .column-xxl-reverse {
    flex-direction: column-reverse; } }

@media (max-width: 1400px) {
  .m-xxl-5 {
    margin: 5px; }

  .mt-xxl-5 {
    margin-top: 5px; }

  .mb-xxl-5 {
    margin-bottom: 5px; }

  .ml-xxl-5 {
    margin-inline-start: 5px; }

  .mr-xxl-5 {
    margin-inline-end: 5px; }

  .mx-xxl-5 {
    margin-left: 5px;
    margin-right: 5px; }

  .my-xxl-5 {
    margin-top: 5px;
    margin-bottom: 5px; }

  .p-xxl-5 {
    padding: 5px; }

  .pt-xxl-5 {
    padding-top: 5px; }

  .pb-xxl-5 {
    padding-bottom: 5px; }

  .pl-xxl-5 {
    padding-inline-start: 5px; }

  .pr-xxl-5 {
    padding-inline-end: 5px; }

  .px-xxl-5 {
    padding-left: 5px;
    padding-right: 5px; }

  .py-xxl-5 {
    padding-top: 5px;
    padding-bottom: 5px; }

  .m-xxl-10 {
    margin: 10px; }

  .mt-xxl-10 {
    margin-top: 10px; }

  .mb-xxl-10 {
    margin-bottom: 10px; }

  .ml-xxl-10 {
    margin-inline-start: 10px; }

  .mr-xxl-10 {
    margin-inline-end: 10px; }

  .mx-xxl-10 {
    margin-left: 10px;
    margin-right: 10px; }

  .my-xxl-10 {
    margin-top: 10px;
    margin-bottom: 10px; }

  .p-xxl-10 {
    padding: 10px; }

  .pt-xxl-10 {
    padding-top: 10px; }

  .pb-xxl-10 {
    padding-bottom: 10px; }

  .pl-xxl-10 {
    padding-inline-start: 10px; }

  .pr-xxl-10 {
    padding-inline-end: 10px; }

  .px-xxl-10 {
    padding-left: 10px;
    padding-right: 10px; }

  .py-xxl-10 {
    padding-top: 10px;
    padding-bottom: 10px; }

  .m-xxl-15 {
    margin: 15px; }

  .mt-xxl-15 {
    margin-top: 15px; }

  .mb-xxl-15 {
    margin-bottom: 15px; }

  .ml-xxl-15 {
    margin-inline-start: 15px; }

  .mr-xxl-15 {
    margin-inline-end: 15px; }

  .mx-xxl-15 {
    margin-left: 15px;
    margin-right: 15px; }

  .my-xxl-15 {
    margin-top: 15px;
    margin-bottom: 15px; }

  .p-xxl-15 {
    padding: 15px; }

  .pt-xxl-15 {
    padding-top: 15px; }

  .pb-xxl-15 {
    padding-bottom: 15px; }

  .pl-xxl-15 {
    padding-inline-start: 15px; }

  .pr-xxl-15 {
    padding-inline-end: 15px; }

  .px-xxl-15 {
    padding-left: 15px;
    padding-right: 15px; }

  .py-xxl-15 {
    padding-top: 15px;
    padding-bottom: 15px; }

  .m-xxl-20 {
    margin: 20px; }

  .mt-xxl-20 {
    margin-top: 20px; }

  .mb-xxl-20 {
    margin-bottom: 20px; }

  .ml-xxl-20 {
    margin-inline-start: 20px; }

  .mr-xxl-20 {
    margin-inline-end: 20px; }

  .mx-xxl-20 {
    margin-left: 20px;
    margin-right: 20px; }

  .my-xxl-20 {
    margin-top: 20px;
    margin-bottom: 20px; }

  .p-xxl-20 {
    padding: 20px; }

  .pt-xxl-20 {
    padding-top: 20px; }

  .pb-xxl-20 {
    padding-bottom: 20px; }

  .pl-xxl-20 {
    padding-inline-start: 20px; }

  .pr-xxl-20 {
    padding-inline-end: 20px; }

  .px-xxl-20 {
    padding-left: 20px;
    padding-right: 20px; }

  .py-xxl-20 {
    padding-top: 20px;
    padding-bottom: 20px; }

  .m-xxl-25 {
    margin: 25px; }

  .mt-xxl-25 {
    margin-top: 25px; }

  .mb-xxl-25 {
    margin-bottom: 25px; }

  .ml-xxl-25 {
    margin-inline-start: 25px; }

  .mr-xxl-25 {
    margin-inline-end: 25px; }

  .mx-xxl-25 {
    margin-left: 25px;
    margin-right: 25px; }

  .my-xxl-25 {
    margin-top: 25px;
    margin-bottom: 25px; }

  .p-xxl-25 {
    padding: 25px; }

  .pt-xxl-25 {
    padding-top: 25px; }

  .pb-xxl-25 {
    padding-bottom: 25px; }

  .pl-xxl-25 {
    padding-inline-start: 25px; }

  .pr-xxl-25 {
    padding-inline-end: 25px; }

  .px-xxl-25 {
    padding-left: 25px;
    padding-right: 25px; }

  .py-xxl-25 {
    padding-top: 25px;
    padding-bottom: 25px; }

  .m-xxl-30 {
    margin: 30px; }

  .mt-xxl-30 {
    margin-top: 30px; }

  .mb-xxl-30 {
    margin-bottom: 30px; }

  .ml-xxl-30 {
    margin-inline-start: 30px; }

  .mr-xxl-30 {
    margin-inline-end: 30px; }

  .mx-xxl-30 {
    margin-left: 30px;
    margin-right: 30px; }

  .my-xxl-30 {
    margin-top: 30px;
    margin-bottom: 30px; }

  .p-xxl-30 {
    padding: 30px; }

  .pt-xxl-30 {
    padding-top: 30px; }

  .pb-xxl-30 {
    padding-bottom: 30px; }

  .pl-xxl-30 {
    padding-inline-start: 30px; }

  .pr-xxl-30 {
    padding-inline-end: 30px; }

  .px-xxl-30 {
    padding-left: 30px;
    padding-right: 30px; }

  .py-xxl-30 {
    padding-top: 30px;
    padding-bottom: 30px; }

  .m-xxl-35 {
    margin: 35px; }

  .mt-xxl-35 {
    margin-top: 35px; }

  .mb-xxl-35 {
    margin-bottom: 35px; }

  .ml-xxl-35 {
    margin-inline-start: 35px; }

  .mr-xxl-35 {
    margin-inline-end: 35px; }

  .mx-xxl-35 {
    margin-left: 35px;
    margin-right: 35px; }

  .my-xxl-35 {
    margin-top: 35px;
    margin-bottom: 35px; }

  .p-xxl-35 {
    padding: 35px; }

  .pt-xxl-35 {
    padding-top: 35px; }

  .pb-xxl-35 {
    padding-bottom: 35px; }

  .pl-xxl-35 {
    padding-inline-start: 35px; }

  .pr-xxl-35 {
    padding-inline-end: 35px; }

  .px-xxl-35 {
    padding-left: 35px;
    padding-right: 35px; }

  .py-xxl-35 {
    padding-top: 35px;
    padding-bottom: 35px; }

  .m-xxl-40 {
    margin: 40px; }

  .mt-xxl-40 {
    margin-top: 40px; }

  .mb-xxl-40 {
    margin-bottom: 40px; }

  .ml-xxl-40 {
    margin-inline-start: 40px; }

  .mr-xxl-40 {
    margin-inline-end: 40px; }

  .mx-xxl-40 {
    margin-left: 40px;
    margin-right: 40px; }

  .my-xxl-40 {
    margin-top: 40px;
    margin-bottom: 40px; }

  .p-xxl-40 {
    padding: 40px; }

  .pt-xxl-40 {
    padding-top: 40px; }

  .pb-xxl-40 {
    padding-bottom: 40px; }

  .pl-xxl-40 {
    padding-inline-start: 40px; }

  .pr-xxl-40 {
    padding-inline-end: 40px; }

  .px-xxl-40 {
    padding-left: 40px;
    padding-right: 40px; }

  .py-xxl-40 {
    padding-top: 40px;
    padding-bottom: 40px; }

  .m-xxl-45 {
    margin: 45px; }

  .mt-xxl-45 {
    margin-top: 45px; }

  .mb-xxl-45 {
    margin-bottom: 45px; }

  .ml-xxl-45 {
    margin-inline-start: 45px; }

  .mr-xxl-45 {
    margin-inline-end: 45px; }

  .mx-xxl-45 {
    margin-left: 45px;
    margin-right: 45px; }

  .my-xxl-45 {
    margin-top: 45px;
    margin-bottom: 45px; }

  .p-xxl-45 {
    padding: 45px; }

  .pt-xxl-45 {
    padding-top: 45px; }

  .pb-xxl-45 {
    padding-bottom: 45px; }

  .pl-xxl-45 {
    padding-inline-start: 45px; }

  .pr-xxl-45 {
    padding-inline-end: 45px; }

  .px-xxl-45 {
    padding-left: 45px;
    padding-right: 45px; }

  .py-xxl-45 {
    padding-top: 45px;
    padding-bottom: 45px; }

  .m-xxl-50 {
    margin: 50px; }

  .mt-xxl-50 {
    margin-top: 50px; }

  .mb-xxl-50 {
    margin-bottom: 50px; }

  .ml-xxl-50 {
    margin-inline-start: 50px; }

  .mr-xxl-50 {
    margin-inline-end: 50px; }

  .mx-xxl-50 {
    margin-left: 50px;
    margin-right: 50px; }

  .my-xxl-50 {
    margin-top: 50px;
    margin-bottom: 50px; }

  .p-xxl-50 {
    padding: 50px; }

  .pt-xxl-50 {
    padding-top: 50px; }

  .pb-xxl-50 {
    padding-bottom: 50px; }

  .pl-xxl-50 {
    padding-inline-start: 50px; }

  .pr-xxl-50 {
    padding-inline-end: 50px; }

  .px-xxl-50 {
    padding-left: 50px;
    padding-right: 50px; }

  .py-xxl-50 {
    padding-top: 50px;
    padding-bottom: 50px; }

  .m-xxl-55 {
    margin: 55px; }

  .mt-xxl-55 {
    margin-top: 55px; }

  .mb-xxl-55 {
    margin-bottom: 55px; }

  .ml-xxl-55 {
    margin-inline-start: 55px; }

  .mr-xxl-55 {
    margin-inline-end: 55px; }

  .mx-xxl-55 {
    margin-left: 55px;
    margin-right: 55px; }

  .my-xxl-55 {
    margin-top: 55px;
    margin-bottom: 55px; }

  .p-xxl-55 {
    padding: 55px; }

  .pt-xxl-55 {
    padding-top: 55px; }

  .pb-xxl-55 {
    padding-bottom: 55px; }

  .pl-xxl-55 {
    padding-inline-start: 55px; }

  .pr-xxl-55 {
    padding-inline-end: 55px; }

  .px-xxl-55 {
    padding-left: 55px;
    padding-right: 55px; }

  .py-xxl-55 {
    padding-top: 55px;
    padding-bottom: 55px; }

  .m-xxl-60 {
    margin: 60px; }

  .mt-xxl-60 {
    margin-top: 60px; }

  .mb-xxl-60 {
    margin-bottom: 60px; }

  .ml-xxl-60 {
    margin-inline-start: 60px; }

  .mr-xxl-60 {
    margin-inline-end: 60px; }

  .mx-xxl-60 {
    margin-left: 60px;
    margin-right: 60px; }

  .my-xxl-60 {
    margin-top: 60px;
    margin-bottom: 60px; }

  .p-xxl-60 {
    padding: 60px; }

  .pt-xxl-60 {
    padding-top: 60px; }

  .pb-xxl-60 {
    padding-bottom: 60px; }

  .pl-xxl-60 {
    padding-inline-start: 60px; }

  .pr-xxl-60 {
    padding-inline-end: 60px; }

  .px-xxl-60 {
    padding-left: 60px;
    padding-right: 60px; }

  .py-xxl-60 {
    padding-top: 60px;
    padding-bottom: 60px; }

  .m-xxl-65 {
    margin: 65px; }

  .mt-xxl-65 {
    margin-top: 65px; }

  .mb-xxl-65 {
    margin-bottom: 65px; }

  .ml-xxl-65 {
    margin-inline-start: 65px; }

  .mr-xxl-65 {
    margin-inline-end: 65px; }

  .mx-xxl-65 {
    margin-left: 65px;
    margin-right: 65px; }

  .my-xxl-65 {
    margin-top: 65px;
    margin-bottom: 65px; }

  .p-xxl-65 {
    padding: 65px; }

  .pt-xxl-65 {
    padding-top: 65px; }

  .pb-xxl-65 {
    padding-bottom: 65px; }

  .pl-xxl-65 {
    padding-inline-start: 65px; }

  .pr-xxl-65 {
    padding-inline-end: 65px; }

  .px-xxl-65 {
    padding-left: 65px;
    padding-right: 65px; }

  .py-xxl-65 {
    padding-top: 65px;
    padding-bottom: 65px; }

  .m-xxl-70 {
    margin: 70px; }

  .mt-xxl-70 {
    margin-top: 70px; }

  .mb-xxl-70 {
    margin-bottom: 70px; }

  .ml-xxl-70 {
    margin-inline-start: 70px; }

  .mr-xxl-70 {
    margin-inline-end: 70px; }

  .mx-xxl-70 {
    margin-left: 70px;
    margin-right: 70px; }

  .my-xxl-70 {
    margin-top: 70px;
    margin-bottom: 70px; }

  .p-xxl-70 {
    padding: 70px; }

  .pt-xxl-70 {
    padding-top: 70px; }

  .pb-xxl-70 {
    padding-bottom: 70px; }

  .pl-xxl-70 {
    padding-inline-start: 70px; }

  .pr-xxl-70 {
    padding-inline-end: 70px; }

  .px-xxl-70 {
    padding-left: 70px;
    padding-right: 70px; }

  .py-xxl-70 {
    padding-top: 70px;
    padding-bottom: 70px; }

  .m-xxl-75 {
    margin: 75px; }

  .mt-xxl-75 {
    margin-top: 75px; }

  .mb-xxl-75 {
    margin-bottom: 75px; }

  .ml-xxl-75 {
    margin-inline-start: 75px; }

  .mr-xxl-75 {
    margin-inline-end: 75px; }

  .mx-xxl-75 {
    margin-left: 75px;
    margin-right: 75px; }

  .my-xxl-75 {
    margin-top: 75px;
    margin-bottom: 75px; }

  .p-xxl-75 {
    padding: 75px; }

  .pt-xxl-75 {
    padding-top: 75px; }

  .pb-xxl-75 {
    padding-bottom: 75px; }

  .pl-xxl-75 {
    padding-inline-start: 75px; }

  .pr-xxl-75 {
    padding-inline-end: 75px; }

  .px-xxl-75 {
    padding-left: 75px;
    padding-right: 75px; }

  .py-xxl-75 {
    padding-top: 75px;
    padding-bottom: 75px; }

  .m-xxl-80 {
    margin: 80px; }

  .mt-xxl-80 {
    margin-top: 80px; }

  .mb-xxl-80 {
    margin-bottom: 80px; }

  .ml-xxl-80 {
    margin-inline-start: 80px; }

  .mr-xxl-80 {
    margin-inline-end: 80px; }

  .mx-xxl-80 {
    margin-left: 80px;
    margin-right: 80px; }

  .my-xxl-80 {
    margin-top: 80px;
    margin-bottom: 80px; }

  .p-xxl-80 {
    padding: 80px; }

  .pt-xxl-80 {
    padding-top: 80px; }

  .pb-xxl-80 {
    padding-bottom: 80px; }

  .pl-xxl-80 {
    padding-inline-start: 80px; }

  .pr-xxl-80 {
    padding-inline-end: 80px; }

  .px-xxl-80 {
    padding-left: 80px;
    padding-right: 80px; }

  .py-xxl-80 {
    padding-top: 80px;
    padding-bottom: 80px; }

  .m-xxl-85 {
    margin: 85px; }

  .mt-xxl-85 {
    margin-top: 85px; }

  .mb-xxl-85 {
    margin-bottom: 85px; }

  .ml-xxl-85 {
    margin-inline-start: 85px; }

  .mr-xxl-85 {
    margin-inline-end: 85px; }

  .mx-xxl-85 {
    margin-left: 85px;
    margin-right: 85px; }

  .my-xxl-85 {
    margin-top: 85px;
    margin-bottom: 85px; }

  .p-xxl-85 {
    padding: 85px; }

  .pt-xxl-85 {
    padding-top: 85px; }

  .pb-xxl-85 {
    padding-bottom: 85px; }

  .pl-xxl-85 {
    padding-inline-start: 85px; }

  .pr-xxl-85 {
    padding-inline-end: 85px; }

  .px-xxl-85 {
    padding-left: 85px;
    padding-right: 85px; }

  .py-xxl-85 {
    padding-top: 85px;
    padding-bottom: 85px; }

  .m-xxl-90 {
    margin: 90px; }

  .mt-xxl-90 {
    margin-top: 90px; }

  .mb-xxl-90 {
    margin-bottom: 90px; }

  .ml-xxl-90 {
    margin-inline-start: 90px; }

  .mr-xxl-90 {
    margin-inline-end: 90px; }

  .mx-xxl-90 {
    margin-left: 90px;
    margin-right: 90px; }

  .my-xxl-90 {
    margin-top: 90px;
    margin-bottom: 90px; }

  .p-xxl-90 {
    padding: 90px; }

  .pt-xxl-90 {
    padding-top: 90px; }

  .pb-xxl-90 {
    padding-bottom: 90px; }

  .pl-xxl-90 {
    padding-inline-start: 90px; }

  .pr-xxl-90 {
    padding-inline-end: 90px; }

  .px-xxl-90 {
    padding-left: 90px;
    padding-right: 90px; }

  .py-xxl-90 {
    padding-top: 90px;
    padding-bottom: 90px; }

  .m-xxl-95 {
    margin: 95px; }

  .mt-xxl-95 {
    margin-top: 95px; }

  .mb-xxl-95 {
    margin-bottom: 95px; }

  .ml-xxl-95 {
    margin-inline-start: 95px; }

  .mr-xxl-95 {
    margin-inline-end: 95px; }

  .mx-xxl-95 {
    margin-left: 95px;
    margin-right: 95px; }

  .my-xxl-95 {
    margin-top: 95px;
    margin-bottom: 95px; }

  .p-xxl-95 {
    padding: 95px; }

  .pt-xxl-95 {
    padding-top: 95px; }

  .pb-xxl-95 {
    padding-bottom: 95px; }

  .pl-xxl-95 {
    padding-inline-start: 95px; }

  .pr-xxl-95 {
    padding-inline-end: 95px; }

  .px-xxl-95 {
    padding-left: 95px;
    padding-right: 95px; }

  .py-xxl-95 {
    padding-top: 95px;
    padding-bottom: 95px; }

  .m-xxl-100 {
    margin: 100px; }

  .mt-xxl-100 {
    margin-top: 100px; }

  .mb-xxl-100 {
    margin-bottom: 100px; }

  .ml-xxl-100 {
    margin-inline-start: 100px; }

  .mr-xxl-100 {
    margin-inline-end: 100px; }

  .mx-xxl-100 {
    margin-left: 100px;
    margin-right: 100px; }

  .my-xxl-100 {
    margin-top: 100px;
    margin-bottom: 100px; }

  .p-xxl-100 {
    padding: 100px; }

  .pt-xxl-100 {
    padding-top: 100px; }

  .pb-xxl-100 {
    padding-bottom: 100px; }

  .pl-xxl-100 {
    padding-inline-start: 100px; }

  .pr-xxl-100 {
    padding-inline-end: 100px; }

  .px-xxl-100 {
    padding-left: 100px;
    padding-right: 100px; }

  .py-xxl-100 {
    padding-top: 100px;
    padding-bottom: 100px; }

  .m-xxl-105 {
    margin: 105px; }

  .mt-xxl-105 {
    margin-top: 105px; }

  .mb-xxl-105 {
    margin-bottom: 105px; }

  .ml-xxl-105 {
    margin-inline-start: 105px; }

  .mr-xxl-105 {
    margin-inline-end: 105px; }

  .mx-xxl-105 {
    margin-left: 105px;
    margin-right: 105px; }

  .my-xxl-105 {
    margin-top: 105px;
    margin-bottom: 105px; }

  .p-xxl-105 {
    padding: 105px; }

  .pt-xxl-105 {
    padding-top: 105px; }

  .pb-xxl-105 {
    padding-bottom: 105px; }

  .pl-xxl-105 {
    padding-inline-start: 105px; }

  .pr-xxl-105 {
    padding-inline-end: 105px; }

  .px-xxl-105 {
    padding-left: 105px;
    padding-right: 105px; }

  .py-xxl-105 {
    padding-top: 105px;
    padding-bottom: 105px; }

  .m-xxl-110 {
    margin: 110px; }

  .mt-xxl-110 {
    margin-top: 110px; }

  .mb-xxl-110 {
    margin-bottom: 110px; }

  .ml-xxl-110 {
    margin-inline-start: 110px; }

  .mr-xxl-110 {
    margin-inline-end: 110px; }

  .mx-xxl-110 {
    margin-left: 110px;
    margin-right: 110px; }

  .my-xxl-110 {
    margin-top: 110px;
    margin-bottom: 110px; }

  .p-xxl-110 {
    padding: 110px; }

  .pt-xxl-110 {
    padding-top: 110px; }

  .pb-xxl-110 {
    padding-bottom: 110px; }

  .pl-xxl-110 {
    padding-inline-start: 110px; }

  .pr-xxl-110 {
    padding-inline-end: 110px; }

  .px-xxl-110 {
    padding-left: 110px;
    padding-right: 110px; }

  .py-xxl-110 {
    padding-top: 110px;
    padding-bottom: 110px; }

  .m-xxl-115 {
    margin: 115px; }

  .mt-xxl-115 {
    margin-top: 115px; }

  .mb-xxl-115 {
    margin-bottom: 115px; }

  .ml-xxl-115 {
    margin-inline-start: 115px; }

  .mr-xxl-115 {
    margin-inline-end: 115px; }

  .mx-xxl-115 {
    margin-left: 115px;
    margin-right: 115px; }

  .my-xxl-115 {
    margin-top: 115px;
    margin-bottom: 115px; }

  .p-xxl-115 {
    padding: 115px; }

  .pt-xxl-115 {
    padding-top: 115px; }

  .pb-xxl-115 {
    padding-bottom: 115px; }

  .pl-xxl-115 {
    padding-inline-start: 115px; }

  .pr-xxl-115 {
    padding-inline-end: 115px; }

  .px-xxl-115 {
    padding-left: 115px;
    padding-right: 115px; }

  .py-xxl-115 {
    padding-top: 115px;
    padding-bottom: 115px; }

  .m-xxl-120 {
    margin: 120px; }

  .mt-xxl-120 {
    margin-top: 120px; }

  .mb-xxl-120 {
    margin-bottom: 120px; }

  .ml-xxl-120 {
    margin-inline-start: 120px; }

  .mr-xxl-120 {
    margin-inline-end: 120px; }

  .mx-xxl-120 {
    margin-left: 120px;
    margin-right: 120px; }

  .my-xxl-120 {
    margin-top: 120px;
    margin-bottom: 120px; }

  .p-xxl-120 {
    padding: 120px; }

  .pt-xxl-120 {
    padding-top: 120px; }

  .pb-xxl-120 {
    padding-bottom: 120px; }

  .pl-xxl-120 {
    padding-inline-start: 120px; }

  .pr-xxl-120 {
    padding-inline-end: 120px; }

  .px-xxl-120 {
    padding-left: 120px;
    padding-right: 120px; }

  .py-xxl-120 {
    padding-top: 120px;
    padding-bottom: 120px; }

  .m-xxl-125 {
    margin: 125px; }

  .mt-xxl-125 {
    margin-top: 125px; }

  .mb-xxl-125 {
    margin-bottom: 125px; }

  .ml-xxl-125 {
    margin-inline-start: 125px; }

  .mr-xxl-125 {
    margin-inline-end: 125px; }

  .mx-xxl-125 {
    margin-left: 125px;
    margin-right: 125px; }

  .my-xxl-125 {
    margin-top: 125px;
    margin-bottom: 125px; }

  .p-xxl-125 {
    padding: 125px; }

  .pt-xxl-125 {
    padding-top: 125px; }

  .pb-xxl-125 {
    padding-bottom: 125px; }

  .pl-xxl-125 {
    padding-inline-start: 125px; }

  .pr-xxl-125 {
    padding-inline-end: 125px; }

  .px-xxl-125 {
    padding-left: 125px;
    padding-right: 125px; }

  .py-xxl-125 {
    padding-top: 125px;
    padding-bottom: 125px; }

  .m-xxl-130 {
    margin: 130px; }

  .mt-xxl-130 {
    margin-top: 130px; }

  .mb-xxl-130 {
    margin-bottom: 130px; }

  .ml-xxl-130 {
    margin-inline-start: 130px; }

  .mr-xxl-130 {
    margin-inline-end: 130px; }

  .mx-xxl-130 {
    margin-left: 130px;
    margin-right: 130px; }

  .my-xxl-130 {
    margin-top: 130px;
    margin-bottom: 130px; }

  .p-xxl-130 {
    padding: 130px; }

  .pt-xxl-130 {
    padding-top: 130px; }

  .pb-xxl-130 {
    padding-bottom: 130px; }

  .pl-xxl-130 {
    padding-inline-start: 130px; }

  .pr-xxl-130 {
    padding-inline-end: 130px; }

  .px-xxl-130 {
    padding-left: 130px;
    padding-right: 130px; }

  .py-xxl-130 {
    padding-top: 130px;
    padding-bottom: 130px; }

  .m-xxl-135 {
    margin: 135px; }

  .mt-xxl-135 {
    margin-top: 135px; }

  .mb-xxl-135 {
    margin-bottom: 135px; }

  .ml-xxl-135 {
    margin-inline-start: 135px; }

  .mr-xxl-135 {
    margin-inline-end: 135px; }

  .mx-xxl-135 {
    margin-left: 135px;
    margin-right: 135px; }

  .my-xxl-135 {
    margin-top: 135px;
    margin-bottom: 135px; }

  .p-xxl-135 {
    padding: 135px; }

  .pt-xxl-135 {
    padding-top: 135px; }

  .pb-xxl-135 {
    padding-bottom: 135px; }

  .pl-xxl-135 {
    padding-inline-start: 135px; }

  .pr-xxl-135 {
    padding-inline-end: 135px; }

  .px-xxl-135 {
    padding-left: 135px;
    padding-right: 135px; }

  .py-xxl-135 {
    padding-top: 135px;
    padding-bottom: 135px; }

  .m-xxl-140 {
    margin: 140px; }

  .mt-xxl-140 {
    margin-top: 140px; }

  .mb-xxl-140 {
    margin-bottom: 140px; }

  .ml-xxl-140 {
    margin-inline-start: 140px; }

  .mr-xxl-140 {
    margin-inline-end: 140px; }

  .mx-xxl-140 {
    margin-left: 140px;
    margin-right: 140px; }

  .my-xxl-140 {
    margin-top: 140px;
    margin-bottom: 140px; }

  .p-xxl-140 {
    padding: 140px; }

  .pt-xxl-140 {
    padding-top: 140px; }

  .pb-xxl-140 {
    padding-bottom: 140px; }

  .pl-xxl-140 {
    padding-inline-start: 140px; }

  .pr-xxl-140 {
    padding-inline-end: 140px; }

  .px-xxl-140 {
    padding-left: 140px;
    padding-right: 140px; }

  .py-xxl-140 {
    padding-top: 140px;
    padding-bottom: 140px; }

  .m-xxl-145 {
    margin: 145px; }

  .mt-xxl-145 {
    margin-top: 145px; }

  .mb-xxl-145 {
    margin-bottom: 145px; }

  .ml-xxl-145 {
    margin-inline-start: 145px; }

  .mr-xxl-145 {
    margin-inline-end: 145px; }

  .mx-xxl-145 {
    margin-left: 145px;
    margin-right: 145px; }

  .my-xxl-145 {
    margin-top: 145px;
    margin-bottom: 145px; }

  .p-xxl-145 {
    padding: 145px; }

  .pt-xxl-145 {
    padding-top: 145px; }

  .pb-xxl-145 {
    padding-bottom: 145px; }

  .pl-xxl-145 {
    padding-inline-start: 145px; }

  .pr-xxl-145 {
    padding-inline-end: 145px; }

  .px-xxl-145 {
    padding-left: 145px;
    padding-right: 145px; }

  .py-xxl-145 {
    padding-top: 145px;
    padding-bottom: 145px; }

  .m-xxl-150 {
    margin: 150px; }

  .mt-xxl-150 {
    margin-top: 150px; }

  .mb-xxl-150 {
    margin-bottom: 150px; }

  .ml-xxl-150 {
    margin-inline-start: 150px; }

  .mr-xxl-150 {
    margin-inline-end: 150px; }

  .mx-xxl-150 {
    margin-left: 150px;
    margin-right: 150px; }

  .my-xxl-150 {
    margin-top: 150px;
    margin-bottom: 150px; }

  .p-xxl-150 {
    padding: 150px; }

  .pt-xxl-150 {
    padding-top: 150px; }

  .pb-xxl-150 {
    padding-bottom: 150px; }

  .pl-xxl-150 {
    padding-inline-start: 150px; }

  .pr-xxl-150 {
    padding-inline-end: 150px; }

  .px-xxl-150 {
    padding-left: 150px;
    padding-right: 150px; }

  .py-xxl-150 {
    padding-top: 150px;
    padding-bottom: 150px; }

  .m-xxl-155 {
    margin: 155px; }

  .mt-xxl-155 {
    margin-top: 155px; }

  .mb-xxl-155 {
    margin-bottom: 155px; }

  .ml-xxl-155 {
    margin-inline-start: 155px; }

  .mr-xxl-155 {
    margin-inline-end: 155px; }

  .mx-xxl-155 {
    margin-left: 155px;
    margin-right: 155px; }

  .my-xxl-155 {
    margin-top: 155px;
    margin-bottom: 155px; }

  .p-xxl-155 {
    padding: 155px; }

  .pt-xxl-155 {
    padding-top: 155px; }

  .pb-xxl-155 {
    padding-bottom: 155px; }

  .pl-xxl-155 {
    padding-inline-start: 155px; }

  .pr-xxl-155 {
    padding-inline-end: 155px; }

  .px-xxl-155 {
    padding-left: 155px;
    padding-right: 155px; }

  .py-xxl-155 {
    padding-top: 155px;
    padding-bottom: 155px; }

  .m-xxl-160 {
    margin: 160px; }

  .mt-xxl-160 {
    margin-top: 160px; }

  .mb-xxl-160 {
    margin-bottom: 160px; }

  .ml-xxl-160 {
    margin-inline-start: 160px; }

  .mr-xxl-160 {
    margin-inline-end: 160px; }

  .mx-xxl-160 {
    margin-left: 160px;
    margin-right: 160px; }

  .my-xxl-160 {
    margin-top: 160px;
    margin-bottom: 160px; }

  .p-xxl-160 {
    padding: 160px; }

  .pt-xxl-160 {
    padding-top: 160px; }

  .pb-xxl-160 {
    padding-bottom: 160px; }

  .pl-xxl-160 {
    padding-inline-start: 160px; }

  .pr-xxl-160 {
    padding-inline-end: 160px; }

  .px-xxl-160 {
    padding-left: 160px;
    padding-right: 160px; }

  .py-xxl-160 {
    padding-top: 160px;
    padding-bottom: 160px; }

  .m-xxl-165 {
    margin: 165px; }

  .mt-xxl-165 {
    margin-top: 165px; }

  .mb-xxl-165 {
    margin-bottom: 165px; }

  .ml-xxl-165 {
    margin-inline-start: 165px; }

  .mr-xxl-165 {
    margin-inline-end: 165px; }

  .mx-xxl-165 {
    margin-left: 165px;
    margin-right: 165px; }

  .my-xxl-165 {
    margin-top: 165px;
    margin-bottom: 165px; }

  .p-xxl-165 {
    padding: 165px; }

  .pt-xxl-165 {
    padding-top: 165px; }

  .pb-xxl-165 {
    padding-bottom: 165px; }

  .pl-xxl-165 {
    padding-inline-start: 165px; }

  .pr-xxl-165 {
    padding-inline-end: 165px; }

  .px-xxl-165 {
    padding-left: 165px;
    padding-right: 165px; }

  .py-xxl-165 {
    padding-top: 165px;
    padding-bottom: 165px; }

  .m-xxl-170 {
    margin: 170px; }

  .mt-xxl-170 {
    margin-top: 170px; }

  .mb-xxl-170 {
    margin-bottom: 170px; }

  .ml-xxl-170 {
    margin-inline-start: 170px; }

  .mr-xxl-170 {
    margin-inline-end: 170px; }

  .mx-xxl-170 {
    margin-left: 170px;
    margin-right: 170px; }

  .my-xxl-170 {
    margin-top: 170px;
    margin-bottom: 170px; }

  .p-xxl-170 {
    padding: 170px; }

  .pt-xxl-170 {
    padding-top: 170px; }

  .pb-xxl-170 {
    padding-bottom: 170px; }

  .pl-xxl-170 {
    padding-inline-start: 170px; }

  .pr-xxl-170 {
    padding-inline-end: 170px; }

  .px-xxl-170 {
    padding-left: 170px;
    padding-right: 170px; }

  .py-xxl-170 {
    padding-top: 170px;
    padding-bottom: 170px; }

  .m-xxl-175 {
    margin: 175px; }

  .mt-xxl-175 {
    margin-top: 175px; }

  .mb-xxl-175 {
    margin-bottom: 175px; }

  .ml-xxl-175 {
    margin-inline-start: 175px; }

  .mr-xxl-175 {
    margin-inline-end: 175px; }

  .mx-xxl-175 {
    margin-left: 175px;
    margin-right: 175px; }

  .my-xxl-175 {
    margin-top: 175px;
    margin-bottom: 175px; }

  .p-xxl-175 {
    padding: 175px; }

  .pt-xxl-175 {
    padding-top: 175px; }

  .pb-xxl-175 {
    padding-bottom: 175px; }

  .pl-xxl-175 {
    padding-inline-start: 175px; }

  .pr-xxl-175 {
    padding-inline-end: 175px; }

  .px-xxl-175 {
    padding-left: 175px;
    padding-right: 175px; }

  .py-xxl-175 {
    padding-top: 175px;
    padding-bottom: 175px; }

  .m-xxl-180 {
    margin: 180px; }

  .mt-xxl-180 {
    margin-top: 180px; }

  .mb-xxl-180 {
    margin-bottom: 180px; }

  .ml-xxl-180 {
    margin-inline-start: 180px; }

  .mr-xxl-180 {
    margin-inline-end: 180px; }

  .mx-xxl-180 {
    margin-left: 180px;
    margin-right: 180px; }

  .my-xxl-180 {
    margin-top: 180px;
    margin-bottom: 180px; }

  .p-xxl-180 {
    padding: 180px; }

  .pt-xxl-180 {
    padding-top: 180px; }

  .pb-xxl-180 {
    padding-bottom: 180px; }

  .pl-xxl-180 {
    padding-inline-start: 180px; }

  .pr-xxl-180 {
    padding-inline-end: 180px; }

  .px-xxl-180 {
    padding-left: 180px;
    padding-right: 180px; }

  .py-xxl-180 {
    padding-top: 180px;
    padding-bottom: 180px; }

  .m-xxl-185 {
    margin: 185px; }

  .mt-xxl-185 {
    margin-top: 185px; }

  .mb-xxl-185 {
    margin-bottom: 185px; }

  .ml-xxl-185 {
    margin-inline-start: 185px; }

  .mr-xxl-185 {
    margin-inline-end: 185px; }

  .mx-xxl-185 {
    margin-left: 185px;
    margin-right: 185px; }

  .my-xxl-185 {
    margin-top: 185px;
    margin-bottom: 185px; }

  .p-xxl-185 {
    padding: 185px; }

  .pt-xxl-185 {
    padding-top: 185px; }

  .pb-xxl-185 {
    padding-bottom: 185px; }

  .pl-xxl-185 {
    padding-inline-start: 185px; }

  .pr-xxl-185 {
    padding-inline-end: 185px; }

  .px-xxl-185 {
    padding-left: 185px;
    padding-right: 185px; }

  .py-xxl-185 {
    padding-top: 185px;
    padding-bottom: 185px; }

  .m-xxl-190 {
    margin: 190px; }

  .mt-xxl-190 {
    margin-top: 190px; }

  .mb-xxl-190 {
    margin-bottom: 190px; }

  .ml-xxl-190 {
    margin-inline-start: 190px; }

  .mr-xxl-190 {
    margin-inline-end: 190px; }

  .mx-xxl-190 {
    margin-left: 190px;
    margin-right: 190px; }

  .my-xxl-190 {
    margin-top: 190px;
    margin-bottom: 190px; }

  .p-xxl-190 {
    padding: 190px; }

  .pt-xxl-190 {
    padding-top: 190px; }

  .pb-xxl-190 {
    padding-bottom: 190px; }

  .pl-xxl-190 {
    padding-inline-start: 190px; }

  .pr-xxl-190 {
    padding-inline-end: 190px; }

  .px-xxl-190 {
    padding-left: 190px;
    padding-right: 190px; }

  .py-xxl-190 {
    padding-top: 190px;
    padding-bottom: 190px; }

  .m-xxl-195 {
    margin: 195px; }

  .mt-xxl-195 {
    margin-top: 195px; }

  .mb-xxl-195 {
    margin-bottom: 195px; }

  .ml-xxl-195 {
    margin-inline-start: 195px; }

  .mr-xxl-195 {
    margin-inline-end: 195px; }

  .mx-xxl-195 {
    margin-left: 195px;
    margin-right: 195px; }

  .my-xxl-195 {
    margin-top: 195px;
    margin-bottom: 195px; }

  .p-xxl-195 {
    padding: 195px; }

  .pt-xxl-195 {
    padding-top: 195px; }

  .pb-xxl-195 {
    padding-bottom: 195px; }

  .pl-xxl-195 {
    padding-inline-start: 195px; }

  .pr-xxl-195 {
    padding-inline-end: 195px; }

  .px-xxl-195 {
    padding-left: 195px;
    padding-right: 195px; }

  .py-xxl-195 {
    padding-top: 195px;
    padding-bottom: 195px; }

  .m-xxl-200 {
    margin: 200px; }

  .mt-xxl-200 {
    margin-top: 200px; }

  .mb-xxl-200 {
    margin-bottom: 200px; }

  .ml-xxl-200 {
    margin-inline-start: 200px; }

  .mr-xxl-200 {
    margin-inline-end: 200px; }

  .mx-xxl-200 {
    margin-left: 200px;
    margin-right: 200px; }

  .my-xxl-200 {
    margin-top: 200px;
    margin-bottom: 200px; }

  .p-xxl-200 {
    padding: 200px; }

  .pt-xxl-200 {
    padding-top: 200px; }

  .pb-xxl-200 {
    padding-bottom: 200px; }

  .pl-xxl-200 {
    padding-inline-start: 200px; }

  .pr-xxl-200 {
    padding-inline-end: 200px; }

  .px-xxl-200 {
    padding-left: 200px;
    padding-right: 200px; }

  .py-xxl-200 {
    padding-top: 200px;
    padding-bottom: 200px; } }
/* CSS Document */
a,
.theme_color,
.btn-style-three:hover,
.btn-style-two:hover,
.list-style-one li:before,
.main-menu .cart-box .number,
.main-menu .cart-box a,
.featured-block .inner-box h3 a:hover,
.main-header .outer-box .option-list li a:hover,
.main-header .outer-box .option-list li .icon,
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.address-box .inner-box .icon-box,
.info-block .inner-box .icon-box,
.main-header .header-upper .contact-number .icon,
.main-menu .navigation > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li > ul > li:hover > a,
.news-widget-block .widget-inner h3 a:hover,
.info-block .inner-box .find-map:hover,
.services-block-two .inner-box .icon-box,
.services-block-two .inner-box .content-box h3 a:hover,
.news-block .inner-box .lower-content h3 a:hover,
.news-block .inner-box .image .category li a,
.services-block .inner-box .lower-content h3 a:hover,
.services-block .inner-box .lower-content .icon-box,
.welcome-section .content-column .inner-column .percent span,
.main-header.light-version .main-menu .navigation > li:hover > a,
.main-header.light-version .main-menu .navigation > li.current > a,
.window-tab-section .window-tabs .tab-btns .tab-btn:hover,
.window-tab-section .image-column .plus-box .icon:after,
.fluid-section-one .content-column .next-btn:hover,
.fluid-section-one .content-column .prev-btn:hover,
.key-block .inner-box .content h3 a:hover,
.testimonial-block .inner-box .location,
.main-header .info-box .icon-box,
.fact-counter .count-outer,
.category-list-two li a:hover,
.windows-page-section .title-box .text a,
.product-block .inner-box .lower-box .product-price li,
.items-section .sec-title .more-products:hover,
.fact-counter .count-outer .count-text,
.feedback-block .inner-box .content-column .title,
.feedback-block .inner-box .content-column .quote-icon,
.feedback-block .inner-box .content-column .location,
.main-header .outer-box .option-box li.cart .number,
.window-tab-section .window-tabs .tab-btns .tab-btn.active-btn,
.main-slider .owl-nav .owl-prev:hover, .main-slider .owl-nav .owl-next:hover,
.services-section-three .appointment-tabs .tab-btns .p-tab-btn:hover,
.services-section-three .appointment-tabs .tab-btns .p-tab-btn.active-btn,
.services-block-three .inner-box:hover .lower-content .icon-box,
.services-block-three .inner-box:hover .lower-content h2 a,
.services-block-three .inner-box:hover .lower-content .explore,
.feedback-section-two .owl-nav .owl-prev:hover,
.feedback-section-two .owl-nav .owl-next:hover,
.instalation-block .inner-block .icon-box,
.choose-block .inner-block .icon-box,
.categories-two .view-more,
.category-list li a:hover,
.checkout-page .default-links li a,
.cart-table tbody tr .sub-total,
.checkout-page .check-box label,
.comments-area .comment-box .reply-comment,
.product-details .basic-details .expired,
.product-details .basic-details .details-header .rating,
.window-block .inner-block .download:hover,
.window-block .inner-block .window-heading a:hover,
.our-shop .items-sorting .results-column h4,
.cart-table tbody tr .remove-btn:hover,
.popular-tags a:hover,
.checkout-page .payment-options li .radio-option label strong a,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn,
.gallery-tab .product-tab-btns .p-tab-btn:hover,
.gallery-tab .product-tab-btns .p-tab-btn.active-btn,
.gallery-block-two .inner-box .lower-content .view-images,
.gallery-block-two .inner-box .lower-content h3 a:hover,
.gallery-page-section .owl-nav .owl-prev:hover,
.gallery-page-section .owl-nav .owl-next:hover,
.team-block .inner-box .lower-content .designation,
.price-page-section .price-list-nav .nav-list li a:hover,
.price-page-section .price-list-nav .nav-list li.active a,
.price-info-tabs .price-tabs .tab-btns .tab-btn.active-btn,
.price-info-tabs .price-tabs .tab-btns .tab-btn:hover,
.accordion-box .block .acc-btn.active .icon-outer .icon-minus,
.testimonial-block-two .inner-box .location,
.sidebar .popular-posts .post a:hover,
.author-box .author-comment .inner .social-icons .fa:hover,
.blog-single .inner-box blockquote .author-name,
.office-block .inner-box .icon-box,
.office-block .inner-box .link-btn,
.window-block-two .inner-box .explore:hover, .window-block-two .inner-box h3 a:hover {
  color: #62bc46; }

/*Background Color*/
.address-box,
.btn-style-two,
.header-top,
.btn-style-three,
.buttons-widget .theme-btn,
.main-slider h2:before,
.social-icon-one li a:hover,
.social-icon-two li a:hover,
.list-style-two li:before,
.social-widget ul li a:hover .icon,
.product-block .inner-box .image .options-box li a:hover,
.about-section .image-column .play-box span,
.feedback-section .owl-nav .owl-prev:hover,
.feedback-section .owl-nav .owl-next:hover,
.key-block .inner-box:hover .icon-box,
.repair-block .inner-block:hover .number-box,
.main-header .outer-box .buttons-box .theme-btn,
.main-header .header-top .language .dropdown-menu > li > a:hover,
.services-block .inner-box .lower-content h3:before,
.main-header .header-upper .logo-box:before,
.window-tab-section .image-column .plus-box,
.services-block-two .inner-box:hover .icon-box,
.ui-state-active, .ui-widget-content .ui-state-active,
.header-style-two .main-menu .navigation > li > a:after,
.services-section-three .appointment-tabs .btns-outer .appointment,
.newsletter-form .form-group input[type="submit"], .newsletter-form button,
.services-section-three .owl-nav .owl-prev:hover,
.services-section-three .owl-nav .owl-next:hover,
.services-section-two .owl-dots .owl-dot:before,
.gallery-section-two .owl-nav .owl-prev:hover,
.gallery-section-two .owl-nav .owl-next:hover,
.window-nav-outer .window-nav li a:hover,
.window-nav-outer .window-nav li.active a,
.consulting-form .form-group .submit-btn:hover,
.window-block-two .inner-box .icon-box,
.category-list-two li a:hover::before,
.range-slider-one .theme-btn:hover,
.btn-style-four:hover,
.shipping-form .form-group .total-btn:hover,
.cart-section .coupon-outer .cart-btn:hover,
.cart-section .apply-coupon .form-group .coupon-btn,
.cart-table tbody .available-info .icon,
.range-slider-one .ui-slider .ui-slider-range,
.gallery-block-three .inner-box .overlay-inner .link,
.styled-pagination li a:hover, .styled-pagination li a.active,
.gallery-section-four .filters .filter.active,
.gallery-section-four .filters .filter:hover,
.range-slider-one .ui-state-default,
.team-block .inner-box .lower-content:before,
.team-block .inner-box .image .social-nav li a:hover,
.range-slider-one .ui-widget-content .ui-state-default,
.product-block .inner-box .lower-box .buy-btn-box .buy-btn,
.appointment-block .inner-box .content-box .icon-box,
.sidebar .instagram-widget .image-box .overlay-box,
.archive-form .form-inner .go-btn:hover,
.main-menu .navbar-header .navbar-toggler {
  background-color: #62bc46; }

/*Border Color*/
.btn-style-two,
.social-icon-one li a:hover,
.social-icon-two li a:hover,
.social-widget ul li a:hover .icon,
.range-slider-one .theme-btn:hover,
.search-box-two .form-group input:focus,
.product-block .inner-box .image .options-box li a:hover,
.services-section-three .owl-nav .owl-prev:hover,
.services-section-three .owl-nav .owl-next:hover,
.ui-state-active, .ui-widget-content .ui-state-active,
.estimate-section .form-column .inner-column:hover,
.key-block .inner-box:hover .icon-box,
.cart-table tbody tr .remove-btn:hover,
.feedback-section .owl-nav .owl-prev:hover,
.feedback-section .owl-nav .owl-next:hover,
.services-block .inner-box .image-outer:before,
.estimate-form .form-group input:focus,
.estimate-form .form-group select:focus,
.estimate-form .form-group textarea:focus,
.main-footer .footer-bottom .dropdown-menu,
.main-menu .navigation > li > ul,
.btn-style-three,
.sidebar .search-box .form-group input:focus,
.price-info-tabs .price-tabs .tab-btns .tab-btn.active-btn,
.price-info-tabs .price-tabs .tab-btns .tab-btn:hover,
.team-block .inner-box .image .social-nav li a:hover,
.checkout-page .default-links li,
.services-block-two .inner-box:hover .icon-box,
.main-header .header-top .language .dropdown-menu,
.main-menu .navigation > li > ul > li > ul,
.estimate-section .info-column .inner-column:hover,
.main-footer .footer-bottom .search-panel input:focus,
.main-footer .footer-bottom .search-panel select:focus,
.main-header .header-lower .search-box-outer .dropdown-menu,
.main-header .header-lower .search-panel input:focus,
.main-header .header-lower .search-panel select:focus,
.services-section-two .owl-dots .owl-dot,
.services-section-two .owl-dots .owl-dot:before,
.gallery-section-two .owl-nav .owl-prev:hover,
.gallery-section-two .owl-nav .owl-next:hover,
.appointment-form .form-group input:focus,
.appointment-form .form-group select:focus,
.appointment-form .form-group textarea:focus,
.consulting-form .form-group input:focus,
.consulting-form .form-group select:focus,
.consulting-form .form-group textarea:focus,
.range-slider-one .ui-state-default,
.btn-style-four:hover,
.cart-section .apply-coupon .form-group .coupon-btn,
.range-slider-one .ui-widget-content .ui-state-default,
.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus,
.shipping-form .form-group input:focus,
.shipping-form .form-group textarea:focus,
.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus,
.appointment-form-two .form-group input:focus,
.appointment-form-two .form-group select:focus,
.appointment-form-two .form-group textarea:focus,
.faq-form .form-group input:focus,
.form-control:focus,
.faq-form .form-group select:focus,
.faq-form .form-group textarea:focus,
.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus,
.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus,
.main-menu .navbar-header .navbar-toggler {
  border-color: #62bc46; }

.repair-block .inner-block:hover .number-box:before {
  border-bottom-color: #62bc46; }

.repair-block .inner-block:hover .number-box:after {
  border-top-color: #62bc46; }

/*RGBA Color Light*/
.services-block .inner-box .image .overlay-box {
  background-color: #62bc46; }

/*RGBA Color Dark*/
.buttons-widget .theme-btn:nth-child(2),
.main-header .outer-box .buttons-box .theme-btn:nth-child(2) {
  background-color: #62bc46; }

@media only screen and (max-width: 767px) {
  .main-menu .navbar-header .navbar-toggle {
    border-color: #ffffff; }

  .main-menu .navbar-header .navbar-toggle,
  .main-menu .navbar-collapse > .navigation,
  .main-menu .navbar-collapse > .navigation > li > ul,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul,
  .main-menu .navbar-collapse > .navigation > li > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a,
  .main-menu .navbar-collapse > .navigation > li > a:hover,
  .main-menu .navbar-collapse > .navigation > li > a:active,
  .main-menu .navbar-collapse > .navigation > li > a:focus,
  .main-menu .navbar-collapse > .navigation > li:hover > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
  .main-menu .navbar-collapse > .navigation > li.current > a,
  .main-menu .navbar-collapse > .navigation > li.current-menu-item > a,
  .header-style-two.inner-header .main-menu .navigation > li > a {
    background-color: #62bc46; } }
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1 ; }

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat); }

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
  animation-iteration-count: calc(var(--animate-repeat)*2); }

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
  animation-iteration-count: calc(var(--animate-repeat)*3); }

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay)*2);
  animation-delay: calc(var(--animate-delay)*2); }

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay)*3);
  animation-delay: calc(var(--animate-delay)*3); }

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay)*4);
  animation-delay: calc(var(--animate-delay)*4); }

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay)*5);
  animation-delay: calc(var(--animate-delay)*5); }

.animate__animated.animate__faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-duration: calc(var(--animate-duration)/2);
  animation-duration: calc(var(--animate-duration)/2); }

.animate__animated.animate__fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.8);
  animation-duration: calc(var(--animate-duration)*0.8); }

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2); }

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration)*3);
  animation-duration: calc(var(--animate-duration)*3); }

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; }

  .animate__animated[class*=Out] {
    opacity: 0; } }
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: 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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }
@keyframes bounce {
  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: 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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
.animate__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); } }
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes rubberBand {
  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); } }
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shakeX {
  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 shakeX {
  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); } }
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX; }

@-webkit-keyframes shakeY {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }
@keyframes shakeY {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: 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); } }
.animate__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); } }
.animate__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); } }
.animate__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); } }
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration)*1.3);
  animation-duration: calc(var(--animate-duration)*1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown; }

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft; }

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight; }

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp; }

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7; }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7; } }
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7; }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7; } }
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown; }

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7; }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; } }
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7; }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; } }
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft; }

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7; }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; } }
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7; }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; } }
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight; }

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7; }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7; } }
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7; }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7; } }
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp; }

@-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); } }
.animate__bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: 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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: 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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: 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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: 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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__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); } }
.animate__bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
.animate__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); } }
.animate__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); } }
.animate__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); } }
.animate__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); } }
.animate__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); } }
.animate__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); } }
.animate__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); } }
.animate__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); } }
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft; }

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight; }

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft; }

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }
.animate__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); } }
.animate__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); } }
.animate__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); } }
.animate__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); } }
.animate__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); } }
.animate__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); } }
.animate__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); } }
.animate__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); } }
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); } }
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); } }
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft; }

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); } }
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); } }
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight; }

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); } }
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); } }
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight; }

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); } }
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); } }
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft; }

@-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; } }
.animate__animated.animate__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); } }
.animate__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); } }
.animate__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; } }
.animate__flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  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; } }
.animate__flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedInRight {
  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 lightSpeedInRight {
  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); } }
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedInLeft {
  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 lightSpeedInLeft {
  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); } }
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left; }

@-webkit-keyframes jackInTheBox {
  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); } }
.animate__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); } }
.animate__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); } }
.animate__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; } }
.animate__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); } }
.animate__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); } }
.animate__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); } }
.animate__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); } }
.animate__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; } }
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0); } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0); } }
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0); } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0); } }
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-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); } }
.animate__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); } }
.animate__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); } }
.animate__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); } }
.animate__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); } }
.animate__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); } }
.animate__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); } }
.animate__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); } }
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon.eot");
  src: url("../fonts/flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/flaticon.woff") format("woff"), url("../fonts/flaticon.ttf") format("truetype"), url("../fonts/flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/flaticon.svg#Flaticon") format("svg"); } }
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal; }

.flaticon-straight-quotes:before {
  content: "\f100"; }

.flaticon-list-menu:before {
  content: "\f101"; }

.flaticon-shopping-cart-of-checkered-design:before {
  content: "\f102"; }

.flaticon-four-grid-layout-design-interface-symbol:before {
  content: "\f103"; }

.flaticon-sms:before {
  content: "\f104"; }

.flaticon-left-arrow:before {
  content: "\f105"; }

.flaticon-right-arrow:before {
  content: "\f106"; }

.flaticon-cancel:before {
  content: "\f107"; }

.flaticon-correct:before {
  content: "\f108"; }

.flaticon-profile:before {
  content: "\f109"; }

.flaticon-timer:before {
  content: "\f10a"; }

.flaticon-back:before {
  content: "\f10b"; }

.flaticon-right-arrow-1:before {
  content: "\f10c"; }

.flaticon-user:before {
  content: "\f10d"; }

.flaticon-unchecked:before {
  content: "\f10e"; }

.flaticon-minus:before {
  content: "\f10f"; }

.flaticon-plus:before {
  content: "\f110"; }

.flaticon-favorite:before {
  content: "\f111"; }

.flaticon-piggy-bank:before {
  content: "\f112"; }

.flaticon-money-bag:before {
  content: "\f113"; }

.flaticon-telephone:before {
  content: "\f114"; }

.flaticon-garbage:before {
  content: "\f115"; }

.flaticon-next:before {
  content: "\f116"; }

.flaticon-placeholder:before {
  content: "\f117"; }

.flaticon-heart:before {
  content: "\f118"; }

.flaticon-like:before {
  content: "\f119"; }

.flaticon-link:before {
  content: "\f11a"; }

.flaticon-avatar:before {
  content: "\f11b"; }

.flaticon-back-1:before {
  content: "\f11c"; }

.flaticon-musical-note:before {
  content: "\f11d"; }

.flaticon-share:before {
  content: "\f11e"; }

.flaticon-house:before {
  content: "\f11f"; }

.flaticon-vector:before {
  content: "\f120"; }

.flaticon-phone-call:before {
  content: "\f121"; }

.flaticon-piggy-bank-1:before {
  content: "\f122"; }

.flaticon-back-2:before {
  content: "\f123"; }

.flaticon-cancel-1:before {
  content: "\f124"; }

.flaticon-check:before {
  content: "\f125"; }

.flaticon-checked:before {
  content: "\f126"; }

.flaticon-menu:before {
  content: "\f127"; }

.flaticon-phone-call-1:before {
  content: "\f128"; }

.flaticon-note:before {
  content: "\f129"; }

.flaticon-menu-1:before {
  content: "\f12a"; }

.flaticon-briefcase:before {
  content: "\f12b"; }

.flaticon-back-3:before {
  content: "\f12c"; }

.flaticon-calendar:before {
  content: "\f12d"; }

.flaticon-file:before {
  content: "\f12e"; }

.flaticon-play-button:before {
  content: "\f12f"; }

.flaticon-play-button-1:before {
  content: "\f130"; }

.flaticon-success:before {
  content: "\f131"; }

.flaticon-layers:before {
  content: "\f132"; }

.flaticon-diamond:before {
  content: "\f133"; }

.flaticon-clock:before {
  content: "\f134"; }

.flaticon-folder:before {
  content: "\f135"; }

.flaticon-briefcase-1:before {
  content: "\f136"; }

.flaticon-home:before {
  content: "\f137"; }

.flaticon-placeholder-1:before {
  content: "\f138"; }

.flaticon-play-button-2:before {
  content: "\f139"; }

.flaticon-play-button-3:before {
  content: "\f13a"; }

.flaticon-search:before {
  content: "\f13b"; }

.flaticon-unlink:before {
  content: "\f13c"; }

.flaticon-left-quote:before {
  content: "\f13d"; }

.flaticon-right-quote:before {
  content: "\f13e"; }

.flaticon-padlock:before {
  content: "\f13f"; }

.flaticon-user-1:before {
  content: "\f140"; }

.flaticon-graphic:before {
  content: "\f141"; }

.flaticon-star:before {
  content: "\f142"; }

.flaticon-speech-bubble:before {
  content: "\f143"; }

.flaticon-arrows:before {
  content: "\f144"; }

.flaticon-photo-camera:before {
  content: "\f145"; }

.flaticon-technology:before {
  content: "\f146"; }

.flaticon-user-2:before {
  content: "\f147"; }

.flaticon-technology-1:before {
  content: "\f148"; }

.flaticon-smartphone:before {
  content: "\f149"; }

.flaticon-calendar-1:before {
  content: "\f14a"; }

.flaticon-quote:before {
  content: "\f14b"; }

.flaticon-note-1:before {
  content: "\f14c"; }

.flaticon-trophy:before {
  content: "\f14d"; }

.flaticon-user-3:before {
  content: "\f14e"; }

.flaticon-edit:before {
  content: "\f14f"; }

.flaticon-layers-1:before {
  content: "\f150"; }

.flaticon-interface:before {
  content: "\f151"; }

.flaticon-envelope:before {
  content: "\f152"; }

.flaticon-settings:before {
  content: "\f153"; }

.flaticon-chat:before {
  content: "\f154"; }

.flaticon-file-1:before {
  content: "\f155"; }

.flaticon-arrows-1:before {
  content: "\f156"; }

.flaticon-home-1:before {
  content: "\f157"; }

.flaticon-play-button-4:before {
  content: "\f158"; }

.flaticon-message:before {
  content: "\f159"; }

.flaticon-line-chart:before {
  content: "\f15a"; }

.flaticon-menu-2:before {
  content: "\f15b"; }

.flaticon-menu-3:before {
  content: "\f15c"; }

.flaticon-full-screen:before {
  content: "\f15d"; }

.flaticon-graduation-cap:before {
  content: "\f15e"; }

.flaticon-law:before {
  content: "\f15f"; }

.flaticon-quotation-marks:before {
  content: "\f160"; }

.flaticon-blocks-with-angled-cuts:before {
  content: "\f161"; }

.flaticon-home-page:before {
  content: "\f162"; }

.flaticon-two-quotes:before {
  content: "\f163"; }

.flaticon-arrow:before {
  content: "\f164"; }

.flaticon-business:before {
  content: "\f165"; }

.flaticon-boat-lifesaver:before {
  content: "\f166"; }

.flaticon-web:before {
  content: "\f167"; }

.flaticon-arrows-2:before {
  content: "\f168"; }

.flaticon-send-message-button:before {
  content: "\f169"; }

.flaticon-smartphone-call:before {
  content: "\f16a"; }

.flaticon-boat-anchor:before {
  content: "\f16b"; }

.flaticon-pdf:before {
  content: "\f16c"; }

.flaticon-earth:before {
  content: "\f16d"; }

.flaticon-next-1:before {
  content: "\f16e"; }

.flaticon-telephone-handle-silhouette:before {
  content: "\f16f"; }

.flaticon-tags:before {
  content: "\f170"; }

.flaticon-quote-left:before {
  content: "\f171"; }

.flaticon-tag-black-shape:before {
  content: "\f172"; }

.flaticon-map-marker:before {
  content: "\f173"; }

.flaticon-quote-hand-drawn-symbol:before {
  content: "\f174"; }

.flaticon-right-quote-sign:before {
  content: "\f175"; }

.flaticon-right-quote-symbol:before {
  content: "\f176"; }

.flaticon-left-quotes:before {
  content: "\f177"; }

.flaticon-word-file:before {
  content: "\f178"; }

.flaticon-arrows-3:before {
  content: "\f179"; }

.flaticon-world:before {
  content: "\f17a"; }

.flaticon-wifi-connection-signal-symbol:before {
  content: "\f17b"; }

.flaticon-menu-button-of-three-lines:before {
  content: "\f17c"; }

.flaticon-left-quote-1:before {
  content: "\f17d"; }

.flaticon-right-quotation-sign:before {
  content: "\f17e"; }

.flaticon-placeholder-filled-point:before {
  content: "\f17f"; }

.flaticon-left-quote-2:before {
  content: "\f180"; }

.flaticon-left-quote-sketch:before {
  content: "\f181"; }

.flaticon-tick:before {
  content: "\f182"; }

.flaticon-forward-arrow:before {
  content: "\f183"; }

.flaticon-check-symbol:before {
  content: "\f184"; }

.flaticon-play-arrow:before {
  content: "\f185"; }

.flaticon-tick-inside-circle:before {
  content: "\f186"; }

.flaticon-round:before {
  content: "\f187"; }

.flaticon-left-arrow-1:before {
  content: "\f188"; }

.flaticon-house-outline:before {
  content: "\f189"; }

.flaticon-clock-1:before {
  content: "\f18a"; }

.flaticon-arrow-pointing-to-right:before {
  content: "\f18b"; }

.flaticon-location-pin:before {
  content: "\f18c"; }

.flaticon-web-page-home:before {
  content: "\f18d"; }

.flaticon-menu-options:before {
  content: "\f18e"; }

.flaticon-arrows-4:before {
  content: "\f18f"; }

.flaticon-sent-mail:before {
  content: "\f190"; }

.flaticon-technology-2:before {
  content: "\f191"; }

.flaticon-commenting:before {
  content: "\f192"; }

.flaticon-tick-1:before {
  content: "\f193"; }

.flaticon-up-arrow:before {
  content: "\f194"; }

.flaticon-envelope-1:before {
  content: "\f195"; }

.flaticon-arrows-5:before {
  content: "\f196"; }

.flaticon-download-arrow:before {
  content: "\f197"; }

.flaticon-download-arrow-1:before {
  content: "\f198"; }

.flaticon-plus-symbol:before {
  content: "\f199"; }

.flaticon-minus-symbol:before {
  content: "\f19a"; }

.flaticon-right-arrow-2:before {
  content: "\f19b"; }

.flaticon-left-arrow-2:before {
  content: "\f19c"; }

.flaticon-time:before {
  content: "\f19d"; }

.flaticon-letter:before {
  content: "\f19e"; }

.flaticon-magnifying-glass:before {
  content: "\f19f"; }

.flaticon-arrows-6:before {
  content: "\f1a0"; }

.flaticon-interface-1:before {
  content: "\f1a1"; }

.flaticon-shopping-cart:before {
  content: "\f1a2"; }

.flaticon-next-track-button:before {
  content: "\f1a3"; }

.flaticon-phone-receiver:before {
  content: "\f1a4"; }

.flaticon-more:before {
  content: "\f1a5"; }

.flaticon-quote-1:before {
  content: "\f1a6"; }

.flaticon-profits:before {
  content: "\f1a7"; }

.flaticon-teacher:before {
  content: "\f1a8"; }

.flaticon-analysis:before {
  content: "\f1a9"; }

.flaticon-graph:before {
  content: "\f1aa"; }

.flaticon-graph-1:before {
  content: "\f1ab"; }

.flaticon-medal:before {
  content: "\f1ac"; }

.flaticon-sport:before {
  content: "\f1ad"; }

.flaticon-sports-and-competition:before {
  content: "\f1ae"; }

.flaticon-path:before {
  content: "\f1af"; }

.flaticon-line-graph:before {
  content: "\f1b0"; }

.flaticon-handshake:before {
  content: "\f1b1"; }

.flaticon-speaker:before {
  content: "\f1b2"; }

.flaticon-checked-1:before {
  content: "\f1b3"; }

.flaticon-verified:before {
  content: "\f1b4"; }

.flaticon-portfolio:before {
  content: "\f1b5"; }

.flaticon-umbrella-black-silhouette:before {
  content: "\f1b6"; }

.flaticon-wrench:before {
  content: "\f1b7"; }

.flaticon-pie-graphic:before {
  content: "\f1b8"; }

.flaticon-chest:before {
  content: "\f1b9"; }

.flaticon-analytics:before {
  content: "\f1ba"; }

.flaticon-value:before {
  content: "\f1bb"; }

.flaticon-worker:before {
  content: "\f1bc"; }

.flaticon-mission:before {
  content: "\f1bd"; }

.flaticon-customer:before {
  content: "\f1be"; }

.flaticon-computer:before {
  content: "\f1bf"; }

.flaticon-pay-per-click:before {
  content: "\f1c0"; }

.flaticon-internet:before {
  content: "\f1c1"; }

.flaticon-social-media:before {
  content: "\f1c2"; }

.flaticon-setting:before {
  content: "\f1c3"; }

.flaticon-work:before {
  content: "\f1c4"; }

.flaticon-bag:before {
  content: "\f1c5"; }

.flaticon-startup:before {
  content: "\f1c6"; }

.flaticon-strategy:before {
  content: "\f1c7"; }

.flaticon-pdf-1:before {
  content: "\f1c8"; }

.flaticon-doc:before {
  content: "\f1c9"; }

.flaticon-computer-monitor-with-bar-graph:before {
  content: "\f1ca"; }

.flaticon-monitor:before {
  content: "\f1cb"; }

.flaticon-bar-chart:before {
  content: "\f1cc"; }

.flaticon-statistics:before {
  content: "\f1cd"; }

.flaticon-play-button-5:before {
  content: "\f1ce"; }

/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.1");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9); }

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg); }

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg); }

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px); }

/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px); }

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate; }

/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate; }

/* Skew */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg); }

/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg); }

/* Skew Backward */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
  -webkit-transform: skew(10deg);
  transform: skew(10deg); }

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px); }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px); }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px); }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px); }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px); }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px); }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px); }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px); }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px); }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px); }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px); }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px); }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }
@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }
.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }
@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }
.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }
@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }
.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color; }

.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #2098d1;
  color: white; }

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75); } }
@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75); } }
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color; }

.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098d1;
  background-color: #2098d1;
  color: white; }

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white; }

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: white; }

.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white; }

.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white; }

.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white; }

.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
  color: white; }

.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white; }

.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white; }

.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white; }

.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2); }

/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
  color: white; }

.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0); }

/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
  color: white; }

.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0); }

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white; }

.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1); }

.top-services .hvr-rectangle-out, .services-slider .hvr-rectangle-out {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.top-services .hvr-rectangle-out:before, .services-slider .hvr-rectangle-out:before {
  background: rgba(0, 0, 0, 0.05);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white; }

.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white; }

.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white; }

.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0); }

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white; }

.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */ }

.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */ }

/* Hollow */
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */ }

.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
  background: none; }

/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-trim:before {
  content: '';
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
  opacity: 1; }

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.meet-the-team .member .social li.hvr-ripple-out:before {
  border: #0f86ff solid 6px; }

.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out; }

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1; } }
@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1; } }
.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-ripple-in:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in; }

/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left; }

.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px; }

/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left; }

.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1; }

/* Round Corners */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius; }

.hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
  border-radius: 1em; }

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0; }

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0; }

/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
  left: 0; }

/* Overline From Left */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
  right: 0; }

/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
  left: 0;
  right: 0; }

/* Overline From Right */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
  left: 0; }

/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098d1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px; }

/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }

.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }

.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); }

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform; }

.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

/* Box Shadow Outset */
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }

.hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); }

/* Box Shadow Inset */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */ }

.hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */ }

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity; }

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */ }

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */ }

/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-shadow-radial:before, .hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%); }

.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%); }

.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
  opacity: 1; }

/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent; }

.hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

/* Bubble Right */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1; }

.hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent; }

.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

/* Bubble Left */
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent; }

.hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

/* Bubble Float Top */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

.hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

/* Bubble Float Right */
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

.hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

/* Bubble Float Left */
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

.hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

/* ICONS */
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s; }

.hvr-icon-back:before {
  content: "\f137";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px); }

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s; }

.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px); }

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
@keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-down:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
@keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
/* Icon Up */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-up:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-up:hover:before, .hvr-icon-up:focus:before, .hvr-icon-up:active:before {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-spin:before {
  content: "\f021";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.hvr-icon-spin:hover:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:active:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  51%,
  100% {
    opacity: 1; } }
@keyframes hvr-icon-drop {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  51%,
  100% {
    opacity: 1; } }
/* Icon Drop */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-drop:before {
  content: "\f041";
  position: absolute;
  right: 1em;
  opacity: 1;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-drop:hover:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:active:before {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Icon Fade */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-fade:before {
  content: "\f00c";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color;
  transition-property: color; }

.hvr-icon-fade:hover:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:active:before {
  color: #0F9E5E; }

/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em); } }
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em); } }
/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-float-away:before, .hvr-icon-float-away:after {
  content: "\f055";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome; }

.hvr-icon-float-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.hvr-icon-float-away:hover:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:active:after {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em); } }
@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em); } }
/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-sink-away:before, .hvr-icon-sink-away:after {
  content: "\f056";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-sink-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.hvr-icon-sink-away:hover:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:active:after {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-icon-grow:before {
  content: "\f118";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-grow:hover:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:active:before {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0); }

/* Icon Shrink */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-icon-shrink:before {
  content: "\f119";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-shrink:hover:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:active:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }
@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }
.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-pulse:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-pulse:hover:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:active:before {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }
@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }
.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-pulse-grow:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-pulse-grow:hover:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:active:before {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }
@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }
.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-pulse-shrink:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-pulse-shrink:hover:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:active:before {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-icon-push:before {
  content: "\f006";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-push:hover:before, .hvr-icon-push:focus:before, .hvr-icon-push:active:before {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }
.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-icon-pop:before {
  content: "\f005";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-pop:hover:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:active:before {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Icon Bounce */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-icon-bounce:before {
  content: "\f087";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-bounce:hover:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:active:before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

/* Icon Rotate */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-icon-rotate:before {
  content: "\f0c6";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-rotate:hover:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:active:before {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg); }

/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-icon-grow-rotate:before {
  content: "\f095";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-grow-rotate:hover:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:active:before {
  -webkit-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg); }

/* Icon Float */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-icon-float:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-float:hover:before, .hvr-icon-float:focus:before, .hvr-icon-float:active:before {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px); }

/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-icon-sink:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-sink:hover:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:active:before {
  -webkit-transform: translateY(4px);
  transform: translateY(4px); }

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-icon-bob:before {
  content: "\f077";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-bob:hover:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:active:before {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate; }

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-icon-hang:before {
  content: "\f078";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-hang:hover:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:active:before {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate; }

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-icon-wobble-horizontal:before {
  content: "\f061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-icon-wobble-vertical:before {
  content: "\f062";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-wobble-vertical:hover:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:active:before {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }
@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }
.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-icon-buzz:before {
  content: "\f017";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-buzz:hover:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:active:before {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-icon-buzz-out:before {
  content: "\f023";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-buzz-out:hover:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:active:before {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height; }

.hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px; }

.top-services .hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: #0f86ff;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #0f86ff 50%, #0f86ff 56%, #0f86ff 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#0f86ff');
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height; }

.top-services .hvr-curl-top-left:hover:before, .top-services .hvr-curl-top-left:focus:before, .top-services .hvr-curl-top-left:active:before {
  width: 40px;
  height: 40px; }

/* Curl Top Right */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(225deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height; }

.hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
  width: 25px;
  height: 25px; }

.top-services .hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: #6ec7f9;
  /* IE9 */
  background: linear-gradient(225deg, white 45%, #6ec7f9 50%, #6ec7f9 56%, #6ec7f9 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height; }

.top-services .hvr-curl-top-right:hover:before, .top-services .hvr-curl-top-right:focus:before, .top-services .hvr-curl-top-right:active:before {
  width: 40px;
  height: 40px; }

/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height; }

.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px; }

/* Curl Bottom Left */
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(45deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height; }

.hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
  width: 25px;
  height: 25px; }

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 8px 1em 8px 15px; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em ); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  /*background-image: url("images/ui-icons_555555_256x240.png");*/ }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  /*background-image: url("images/ui-icons_ffffff_256x240.png");*/ }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s,visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s,visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > base, .fancybox-slide > link, .fancybox-slide > meta, .fancybox-slide > script, .fancybox-slide > style, .fancybox-slide > title {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%; }

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff; }

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: .6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all;
  position: relative; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1; }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1; }

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1; }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all .2s; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none; }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr; }

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; }

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.html);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0; }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px; }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px; }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px; }

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*# sourceMappingURL=bundle.css.map */
