@charset "UTF-8";
/*!
Theme Name: Dabba
Theme URI: https://www.energeticthemes.com/themes/dabba/
Author: Dabba
Author URI: https://amjadalii.com/
Description: Dabba Blog is minimalist trendy and modern WordPress Theme for Blog and shop.
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dabba
Tags: one-column, custom-colors, editor-style, custom-logo, custom-menu, featured-images, theme-options, translation-ready, blog, photography
*/
/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------

/**! Contents **/
/**! 01. wp elements **/
/**! 02. Typography **/
/**! 03. Bootstrap Override  **/
/**! 04. Headers and Navbar **/
/**! 05. components 
        - Page Title
        - Breadcrumbs
        - Pagination
        - Footer
        - popup_gallery
        - Tabs
        - Accordion
        - Button
        - Dropcaps
        - Galleries
        - Price Plan
        - Team Meamber
        - Testimonial
        - Icon
        - countdown
        - Search form
        - Simple Entry List

************************/
/**! 6. widgets 
************************/
/**! 7. Blog 
        - Single post
        - Post Navigation
************************/
/**! 8. Blog Sliders  
        - Blog slider dabba 1
        - Blog slider dabba 2
************************/
/**! 9. Comments area **/
/**! 10. Shop 
        - Products list
        - Sinlge product
************************/
/**! 11. Slider **/
/**! 12. Utilities **/
/**!**************/
/**! 01. wp-elements **/
/*=================================================
WordPress elements CSS
=================================================*/
p:empty {
  display: none;
}

.navbar > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.logo-align-right .navbar-brand {
  margin-left: auto;
}

.brand-scheme-dark img.etcodes-light-logo {
  display: none;
}

@media only screen and (min-width: 992px) {
  .brand-scheme-light img.etcodes-normal-logo {
    display: none;
  }
  .brand-scheme-light img.etcodes-light-logo {
    display: block;
  }
}

.navbar.nav-align-right .navbar-nav {
  margin-left: auto;
}

.navbar.nav-align-center .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.navbar.header-five.logo-align-right .navbar-brand {
  margin-left: initial;
}

.navbar.nav-align-right.header-four .navbar-nav {
  margin-left: 0;
}

.navbar.nav-align-left.header-five .navbar-nav {
  margin-left: auto;
}

.navbar.nav-align-left.header-five .hamburger-menu-btn {
  margin-right: auto;
}

.navbar.nav-align-right.header-five .hamburger-menu-btn {
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  .navbar.header-two > div > .navbar-brand {
    display: none;
  }
  .navbar.header-two .navbar-brand,
  .navbar.header-two.logo-align-right .navbar-brand {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.single.single-post .entry-content {
  margin-top: 0;
}

.nav-links .nav-previous,
.nav-links .nav-next {
  display: inline-block;
}

.page-template-default.page .comments-area {
  margin: 0;
}

.top_header {
  color: #fff;
}

.top_header a {
  color: #fff;
}

.top_header p {
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .have-sidebar-header article.page {
    position: relative;
    min-height: 300px;
    padding: 0 20px;
    margin: 0 0 0 300px;
  }
  .have-sidebar-header .web-footer {
    position: relative;
    min-height: 300px;
    padding: 0 20px;
    margin: 0 0 0 300px;
    padding: 0;
  }
}

.blog-post-comments {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-default .blog-post-comments {
  margin-bottom: 60px;
}

/* =WordPress Core
  -------------------------------------------------------------- */
code {
  background: #f3f4f5;
  border-radius: 2px;
  color: #23282d;
  font-family: Menlo, Consolas, monaco, monospace;
  padding: 2px;
  font-size: 14px;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 0 !important;
  margin-bottom: 1em !important;
  text-align: center;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 5px 4px 0px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
  color: #666;
  font-size: 14px;
  font-style: italic;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  max-width: 100%;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  height: auto;
  border: 1px solid #eceae6;
  border-radius: 3px;
  display: block;
  padding: 0.75rem 1.3rem;
  width: 100%;
}

textarea {
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  height: auto;
  border: 1px solid #eceae6;
  border-radius: 3px;
  display: block;
  padding: 0.75rem 1.3rem;
  width: 100%;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #ededed;
  padding: 10px;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  display: block;
  margin: 0 0 20px;
  -webkit-margin-start: 40px;
     -moz-margin-start: 40px;
          margin-inline-start: 40px;
}

.blog-post .sticky {
  position: relative;
}

.blog-post .sticky::after {
  content: "\F08D";
  font-family: "Font Awesome\ 5 Free";
  font-size: 25px;
  font-weight: 900;
  color: #6c757d;
  position: absolute;
  top: -24px;
  left: 32px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
}

.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.post-navigation .nav-subtitle {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase !important;
  color: #919191;
}

.post-navigation .nav-title {
  font-weight: 500;
}

.page-links {
  font-weight: 600;
  clear: both;
  margin: 0 0 1em;
}

@media only screen and (max-width: 768px) {
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    float: none;
    text-align: center;
    width: 100%;
  }
  .post-navigation .nav-previous {
    margin-bottom: 10px;
  }
  .post-navigation .nav-next {
    margin-top: 10px;
  }
}

#infinite-handle {
  text-align: center;
  width: 100%;
}

#infinite-handle span {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 0.7rem 2.614rem;
  border-width: 2px;
  background-color: #3b42a2;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  display: inline-block;
  width: initial;
}

/*=================================================
  10 - Sidebar and widget
  =================================================*/
.widget {
  margin-bottom: 40px;
}

.widget .separator {
  margin-bottom: 18px;
}

.widget.widget_categories, .widget.widget_recent_entries, .widget.widget_rss, .widget.widget_pages, .widget.widget_meta, .widget.widget_recent_comments, .widget.widget_nav_menu, .widget.widget_archive {
  background-color: #f8f9fa;
  padding: 30px;
}

/****  Entries and categories widget ****/
.widget_product_categories {
  background-color: #f8f9fa;
  padding: 30px;
}

.widget select {
  width: 100%;
  border: 1px solid #ededed;
}

.widget.widget_categories ul,
.widget.widget_recent_entries ul,
.widget.widget_rss ul,
.widget.widget_pages ul,
.widget.widget_meta ul,
.widget.widget_recent_comments ul,
.widget.widget_nav_menu ul,
.widget.widget_archive ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_product_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget.widget_categories ul ul,
.widget.widget_recent_entries ul ul,
.widget.widget_rss ul ul,
.widget.widget_pages ul ul,
.widget.widget_meta ul ul,
.widget.widget_recent_comments ul ul,
.widget.widget_archive ul ul {
  margin-top: 0.5rem;
  padding-left: 0.8rem;
}

.widget_product_categories ul ul {
  margin-top: 0.5rem;
  padding-left: 0.8rem;
}

.widget.widget_nav_menu ul ul {
  margin-top: 0.9rem;
  padding-left: 1rem;
}

.widget.widget_categories ul li,
.widget.widget_recent_entries ul li,
.widget.widget_rss ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_recent_comments ul li,
.widget.widget_nav_menu ul li,
.widget.widget_archive ul li {
  padding: 10px 0;
}

.widget_product_categories ul li {
  padding: 10px 0;
}

.widget.widget_categories ul li,
.widget.widget_recent_entries ul li,
.widget.widget_rss ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_recent_comments ul li,
.widget.widget_nav_menu ul li,
.widget.widget_archive ul li {
  border-bottom: 1px solid #dfddd9;
}

.widget_product_categories ul li {
  border-bottom: 1px solid #dfddd9;
}

.widget.widget_categories ul li:last-child,
.widget.widget_recent_entries ul li:last-child,
.widget.widget_rss ul li:last-child,
.widget.widget_pages ul li:last-child,
.widget.widget_meta ul li:last-child,
.widget.widget_recent_comments ul li:last-child,
.widget.widget_nav_menu ul li:last-child,
.widget.widget_archive ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.widget_product_categories ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.widget.widget_categories ul li li,
.widget.widget_recent_entries ul li li,
.widget.widget_rss ul li li,
.widget.widget_pages ul li li,
.widget.widget_meta ul li li,
.widget.widget_recent_comments ul li li,
.widget.widget_nav_menu ul li li,
.widget.widget_archive ul li li {
  border-bottom: none;
  padding: 0.3rem 0 0.3rem 0;
}

.widget_product_categories ul li li {
  border-bottom: none;
  padding: 0.3rem 0 0.3rem 0;
}

.widget.widget_categories ul li:first-child,
.widget.widget_recent_entries ul li:first-child,
.widget.widget_rss ul li:first-child,
.widget.widget_pages ul li:first-child,
.widget.widget_meta ul li:first-child,
.widget.widget_recent_comments ul li:first-child,
.widget.widget_nav_menu ul li:first-child,
.widget.widget_archive ul li:first-child {
  padding-top: 0;
}

.widget_product_categories ul li:first-child {
  padding-top: 0;
}

.widget.widget_nav_menu ul > li.dropdown > a:after {
  content: "";
}

.widget.widget_nav_menu ul > li.dropdown ul.dropdown-menu {
  padding: 1.2rem 1.5rem;
  margin-top: 0;
}

.widget_nav_menu ul {
  margin: 0;
  padding: 0;
}

.widget_nav_menu ul li {
  list-style: none;
  letter-spacing: 0.02em;
  padding: 1px 0;
}

.widget.widget_rss ul li {
  padding: 25px 0;
}

.widget.widget_rss ul li a.rsswidget {
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.widget.widget_rss ul li span.rss-date {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* calendar widget */
#wp-calendar {
  width: 100%;
  text-align: center;
}

#wp-calendar caption {
  padding-top: 0;
  color: #6c757d;
  caption-side: top;
}

#wp-calendar th {
  padding: 0.7rem;
}

.bypostauthor {
  width: 100%;
  font-size: 1em;
}

/* Wordpress js plguins css */
.et-form-dark .form-control {
  border: 2px solid #ced4da;
  background-color: #fff;
}

.et-form-light select,
.et-form-light .form-control,
.et-form-light .btn-outline-light {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.et-form-light .form-control::-webkit-input-placeholder {
  color: #fff;
}

.et-form-light .form-control::-moz-placeholder {
  color: #fff;
}

.et-form-light .form-control::-ms-input-placeholder {
  color: #fff;
}

.et-form-light .form-control::placeholder {
  color: #fff;
}

.et-form-light option {
  font-size: 15px;
  color: #495057;
}

.et-form-light .form-control {
  border: 2px solid #fff;
}

.et-form-light .btn-outline-light {
  border-radius: 0.25rem;
  padding: 0.94rem 2.614rem;
  border: 2px solid #fff;
}

.ui-datepicker {
  background-color: #fff;
  border: 1px solid #242424;
  border-radius: 4px;
  display: none;
  margin-top: 4px;
  padding: 10px;
  width: 285px;
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker a:hover {
  text-decoration: none;
  color: #000;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.ui-datepicker td:hover a {
  color: #000;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-header {
  margin-bottom: 4px;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title {
  font-weight: 700;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: default;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  line-height: 1;
  margin-top: 2px;
  width: 30px;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
  float: left;
  text-align: left;
}

.ui-datepicker .ui-datepicker-next {
  float: right;
  text-align: right;
}

.ui-datepicker .ui-datepicker-prev:before {
  content: "\f053";
}

.ui-datepicker .ui-datepicker-next:before {
  content: "\f054";
}

.ui-datepicker .ui-icon {
  display: none;
}

.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%;
}

.ui-datepicker .ui-datepicker-calendar th {
  text-align: center;
  padding: 4px 0;
}

.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  padding: 4px 0;
  border-radius: 4px;
  -webkit-transition: background-color 0.1s ease-in-out,
 color 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-calendar td:hover {
  background-color: #eee;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-current-day {
  background-color: #4289cc;
}

.ui-datepicker .ui-datepicker-current-day a {
  color: #fff;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
  background-color: #fff;
  cursor: default;
}

.btn-link {
  padding: 0;
}

.small-gutters article.text_overlay_blog {
  margin-bottom: 10px;
}

/* nav bar serach */
/*=================================================
   Image banners
  =================================================*/
.icon-over-img-container {
  background-size: cover;
  background-position: center center;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.over-img-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  cursor: pointer;
}

.over-img-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.over-img-icon:hover {
  color: #393939;
}

.food-menu-content h5 {
  font-size: 18px;
}

.page_main_title {
  position: relative;
}

.page_main_title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page_main_title p {
  margin-bottom: 5px;
}

/* sidebyside_query_type */
.sidebyside_query_type div:nth-child(even) .sidebyside_query_item .sidebyside_query_img {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
          order: 13;
}

.sidebyside_query_type div:nth-child(even) .sidebyside_query_item.sidebyside_query_text {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
          order: -1;
}

/* Singup page */
.wp-signup-container,
.mu_register {
  position: relative !important;
  margin: 40px auto 80px auto !important;
  max-width: 1110px !important;
}

/*Responsive utilities */
@media only screen and (max-width: 768px) {
  .no-margin-sm {
    margin: 0 !important;
  }
  .no-padding-sm {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .no-bg-xl {
    background: none !important;
  }
  .no-bg-xl .fs-background-container {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .no-bg-lg {
    background: none !important;
  }
  .no-bg-lg .fs-background-container {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .no-bg-md {
    background: none !important;
  }
  .no-bg-md .fs-background-container {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .no-bg-sm {
    background: none !important;
  }
  .no-bg-sm .fs-background-container {
    display: none;
  }
}

.single-post-paginated.nav-links > span {
  color: #fff;
  background-color: #3d404f;
}

.page-links {
  color: #3d404f;
}

.page-links.nav-links > span {
  color: #fff;
  background-color: #3d404f;
}

.comments-area h5.comment-title {
  font-size: 20px;
}

.comments-area .comment-list ul.children ul ul {
  padding: 20px 0 0 0;
}

.comments-area .comment-list li.pingback {
  padding: 10px 0 15px 0;
  margin-bottom: 1.3rem;
  border-bottom: solid 1px #f4f4f4;
}

.comments-area .comment-list li.pingback:first-child {
  padding: 30px 0 15px 0;
}

.comments-area .comment-list li.pingback h5 {
  letter-spacing: 0;
  line-height: 1.7;
  font-weight: 400;
  font-size: 16px;
  margin-top: 0;
}

.comments-area .logged-in-as {
  margin-top: -11px;
  font-size: 14px;
}

@media only screen and (max-width: 992px) {
  .comments-area .comment-list ul.children {
    padding: 20px 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .comments-area .comment-list li article .comment-content {
    margin-left: 0;
  }
}

.post_meta_bottom:before {
  content: "";
  clear: both;
  display: block;
}

.entry-meta-top,
.post_meta_bottom {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.owl-carousel .bg-image {
  background-size: cover;
  background-repeat: no-repeat;
}

.shortcode-list > ul {
  padding-left: 0;
}

.nav-item.current > a,
.nav-item.active.current > a {
  color: #2821fc;
}

@media only screen and (min-width: 992px) {
  .dropdown-menu .nav-item.active.current > a {
    color: #212529;
    background-color: #f8f9fa;
  }
}

/* back to top button */
.back-to-top {
  width: 50px;
  max-height: 50px;
  height: 100%;
  background: #353535;
  color: #fff;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  text-align: center;
  line-height: 49px;
  border-radius: 50%;
  z-index: 100;
}

.back-to-top:hover {
  opacity: 0.9;
}

embed,
iframe,
object {
  max-width: 100%;
}

.format-image dl.wp-caption {
  border: none;
}

.post_content input[type="button"], .post_content input[type="submit"] {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 0.44rem 2.614rem;
  border-width: 2px;
  border-radius: 2px;
}

.inline-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inline-nav li {
  display: inline;
}

.inline-nav li:not(:last-child) {
  margin-right: 21px;
}

/* header search bar */
.header-search-bar .search-form {
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99998;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(30, 32, 90, 0.08);
          box-shadow: 0px 5px 20px 0px rgba(30, 32, 90, 0.08);
}

.admin-bar .header-search-bar .search-form {
  top: 32px;
}

.header-search-bar .search-form .input-group {
  border: 0;
  border-radius: 0;
}

.header-search-bar .search-form .input-group .form-control {
  background: #fff;
  min-height: 80px;
  padding: 0 1rem 0 0;
  font-size: 21px;
}

.header-search-bar .search-form .input-group-btn .btn {
  background: #fff;
  border-radius: 0;
  min-height: 80px;
  padding: 0 1.2em 0 2em;
  font-size: 21px;
}

/* Gutenberg  */
/*--------------------------------------------------------------
  ## Block Alignments
  --------------------------------------------------------------*/
.alignleft,
.alignright {
  padding-left: 20px;
  padding-right: 20px;
}

img.alignleft, img.alignright {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 839px) {
  .alignleft,
  .alignright {
    width: auto !important;
  }
}

@media (min-width: 840px) {
  .alignleft,
  .alignright {
    margin-bottom: 1.3rem;
    margin-top: 0.7rem;
  }
}

@media (max-width: 849px) {
  .alignleft img,
  .alignright img {
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.alignleft {
  float: left;
  margin-left: calc(50% - 380px);
  margin-right: 2rem;
}

.alignright {
  float: right;
  margin-right: calc(50% - 380px);
  margin-left: 2rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignfull,
.alignwide {
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100%;
}

.alignfull img {
  width: 100%;
}

:not(.wp-block-column) > .alignwide {
  padding-right: 15px;
  padding-left: 15px;
}

.alignwide.wp-block-audio, .alignwide.wp-block-code, .alignwide.wp-block-embed, .alignwide.wp-block-gallery, .alignwide.wp-block-coblocks-gif, .alignwide.wp-block-image, .alignwide.wp-block-preformatted, .alignwide.wp-block-pullquote, .alignwide.wp-block-table, .alignwide.wp-block-text-columns, .alignwide.wp-block-writy-posts, .alignwide.wp-block-verse {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
}

.alignwide.wp-block-writy-posts {
  max-width: 1064px;
}

@media (min-width: 576px) {
  .alignwide {
    max-width: 540px;
  }
  .alignwide.wp-block-audio, .alignwide.wp-block-code, .alignwide.wp-block-embed, .alignwide.wp-block-gallery, .alignwide.wp-block-coblocks-gif, .alignwide.wp-block-image, .alignwide.wp-block-preformatted, .alignwide.wp-block-pullquote, .alignwide.wp-block-table, .alignwide.wp-block-text-columns, .alignwide.wp-block-writy-posts, .alignwide.wp-block-verse {
    max-width: 540px;
  }
  .woocommerce-page.woocommerce-cart .entry-content > .woocommerce,
  .woocommerce-page.woocommerce-checkout .entry-content > .woocommerce,
  .woocommerce-page.woocommerce-account .entry-content > .woocommerce {
    max-width: 540px !important;
  }
}

@media (min-width: 768px) {
  .alignwide {
    max-width: 720px;
  }
  .alignwide.wp-block-audio, .alignwide.wp-block-code, .alignwide.wp-block-embed, .alignwide.wp-block-gallery, .alignwide.wp-block-coblocks-gif, .alignwide.wp-block-image, .alignwide.wp-block-preformatted, .alignwide.wp-block-pullquote, .alignwide.wp-block-table, .alignwide.wp-block-text-columns, .alignwide.wp-block-writy-posts, .alignwide.wp-block-verse {
    max-width: 720px;
  }
  .woocommerce-page.woocommerce-cart .entry-content > .woocommerce,
  .woocommerce-page.woocommerce-checkout .entry-content > .woocommerce,
  .woocommerce-page.woocommerce-account .entry-content > .woocommerce {
    max-width: 720px !important;
  }
}

@media (min-width: 992px) {
  .alignwide {
    max-width: 960px;
  }
  .alignwide.wp-block-audio, .alignwide.wp-block-code, .alignwide.wp-block-embed, .alignwide.wp-block-gallery, .alignwide.wp-block-coblocks-gif, .alignwide.wp-block-image, .alignwide.wp-block-preformatted, .alignwide.wp-block-pullquote, .alignwide.wp-block-table, .alignwide.wp-block-text-columns, .alignwide.wp-block-writy-posts, .alignwide.wp-block-verse {
    max-width: 960px;
  }
  .woocommerce-page.woocommerce-cart .entry-content > .woocommerce,
  .woocommerce-page.woocommerce-checkout .entry-content > .woocommerce,
  .woocommerce-page.woocommerce-account .entry-content > .woocommerce {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {
  .alignwide {
    max-width: 1140px;
  }
  .alignwide.wp-block-audio, .alignwide.wp-block-code, .alignwide.wp-block-embed, .alignwide.wp-block-gallery, .alignwide.wp-block-coblocks-gif, .alignwide.wp-block-image, .alignwide.wp-block-preformatted, .alignwide.wp-block-pullquote, .alignwide.wp-block-table, .alignwide.wp-block-text-columns, .alignwide.wp-block-writy-posts, .alignwide.wp-block-verse {
    max-width: 1140px;
  }
  .woocommerce-page.woocommerce-cart .entry-content > .woocommerce,
  .woocommerce-page.woocommerce-checkout .entry-content > .woocommerce,
  .woocommerce-page.woocommerce-account .entry-content > .woocommerce {
    max-width: 1140px !important;
  }
}

@media (min-width: 1500px) {
  .alignwide {
    max-width: 1200px;
  }
  .alignwide.wp-block-audio, .alignwide.wp-block-code, .alignwide.wp-block-embed, .alignwide.wp-block-gallery, .alignwide.wp-block-coblocks-gif, .alignwide.wp-block-image, .alignwide.wp-block-preformatted, .alignwide.wp-block-pullquote, .alignwide.wp-block-table, .alignwide.wp-block-text-columns, .alignwide.wp-block-writy-posts, .alignwide.wp-block-verse {
    max-width: 1200px;
  }
  .woocommerce-page.woocommerce-cart .entry-content > .woocommerce,
  .woocommerce-page.woocommerce-checkout .entry-content > .woocommerce,
  .woocommerce-page.woocommerce-account .entry-content > .woocommerce {
    max-width: 1200px !important;
  }
}

/*--------------------------------------------------------------
  # Blocks
  --------------------------------------------------------------*/
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.entry-content > [class*="wp-block"]:not(.wp-block-image):not(.wp-block-gallery):not(.wp-block-writy-ad):not(.wp-block-quote):not(.alignleft):not(.alignright) {
  margin-bottom: 20px;
}

.entry-content > [id*="more"] {
  display: none;
}

.entry-content .wp-block-button__link {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media (min-width: 600px) {
  .entry-content
> [class*="wp-block"]:not(.wp-block-image):not(.wp-block-gallery):not(.wp-block-writy-ad):not(.wp-block-quote):not(.alignleft):not(.alignright) {
    margin-bottom: 27px;
  }
}

.wp-block-cover-image {
  max-width: 720px !important;
}

.wp-block-cover-image.alignwide {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(840px - 10px) !important;
  width: calc(100% - 10px);
}

.wp-block-cover-image.alignfull {
  max-width: 100% !important;
}

.wp-block-cover-image .wp-block-cover-image-text {
  line-height: 1.3;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 24px;
}

@media (min-width: 1024px) {
  .wp-block-cover-image.alignwide {
    max-width: calc(1024px - 10px) !important;
    width: 100%;
  }
}

@media (max-width: 839px) {
  .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px !important;
  }
}

@media (max-width: 740px) {
  .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright {
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(840px - 10px) !important;
  }
}

@media (min-width: 700px) {
  .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright {
    max-width: 370px !important;
  }
}

@media (min-width: 700px) {
  .wp-block-cover-image.alignleft {
    margin-left: calc(50% - 415px);
  }
}

@media (min-width: 1024px) {
  .wp-block-cover-image.alignleft {
    margin-left: calc(50% - 507px);
  }
}

@media (min-width: 700px) {
  .wp-block-cover-image.alignright {
    margin-right: calc(50% - 415px);
  }
}

@media (min-width: 1024px) {
  .wp-block-cover-image.alignright {
    margin-right: calc(50% - 507px);
  }
}

@media screen and (min-width: 514px) {
  .wp-block-cover-image .wp-block-cover-image-text {
    font-size: calc(24px + 8 * ((100vw - 514px) / 306));
  }
}

@media screen and (min-width: 820px) {
  .wp-block-cover-image .wp-block-cover-image-text {
    font-size: 32px;
  }
}

@media screen and (min-width: 514px) {
  .wp-block-cover-image .wp-block-cover-image-text {
    line-height: calc(1.25em + (1.5 - 1.3) * ((100vw - 21em) / (35 - 21)));
  }
}

@media screen and (min-width: 1200px) {
  .wp-block-cover-image .wp-block-cover-image-text {
    line-height: 1.2;
  }
}

.alignfull .wp-block-cover-image .wp-block-cover-image-text {
  font-size: 28px;
}

@media screen and (min-width: 514px) {
  .alignfull .wp-block-cover-image .wp-block-cover-image-text {
    font-size: calc(28px + 12 * ((100vw - 514px) / 306));
  }
}

@media screen and (min-width: 820px) {
  .alignfull .wp-block-cover-image .wp-block-cover-image-text {
    font-size: 40px;
  }
}

.wp-block-writy-dynamic-separator {
  margin-bottom: 1.5rem;
}

@media (min-width: 600px) {
  .wp-block-writy-dynamic-separator {
    margin-bottom: 2rem;
  }
}

.wp-block-cover-image {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem;
}

@media (min-width: 600px) {
  .wp-block-cover-image {
    margin-bottom: 2.5rem !important;
    margin-top: 3.4rem;
  }
}

.wp-block-image.alignleft, .wp-block-image.alignright {
  margin-bottom: 1.2rem !important;
  margin-top: 0.7rem !important;
}

.wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  margin-bottom: 1.2rem !important;
  margin-top: 0.7rem !important;
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright {
  margin-bottom: 1.2rem !important;
  margin-top: 0.7rem !important;
}

.wp-block-image.alignwide,
.wp-block-gallery.alignwide,
.wp-block-cover-image.alignwide {
  margin-bottom: 2.5rem !important;
  margin-top: 2.5rem !important;
}

@media (min-width: 600px) {
  .wp-block-image.alignwide,
  .wp-block-gallery.alignwide,
  .wp-block-cover-image.alignwide {
    margin-bottom: 3.2rem !important;
    margin-top: 3.3rem !important;
  }
}

.wp-block-image.alignfull,
.wp-block-gallery.alignfull,
.wp-block-cover-image.alignfull {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-image.alignfull,
.wp-block-gallery.alignfull,
.wp-block-cover-image.alignfull {
  margin-bottom: 3rem !important;
  margin-top: 3.1rem !important;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 600px) {
  .wp-block-image.alignfull,
  .wp-block-gallery.alignfull,
  .wp-block-cover-image.alignfull {
    margin-bottom: 3.6rem !important;
    margin-top: 3.7rem !important;
  }
}

h2 + .wp-block-image,
h2 + .wp-block-gallery,
h2 + .wp-block-cover-image {
  margin-top: 1.3rem;
}

@media (min-width: 600px) {
  h2 + .wp-block-image,
  h2 + .wp-block-gallery,
  h2 + .wp-block-cover-image {
    margin-top: 1.4rem;
  }
}

.entry-content > figure.wp-block-image:first-child, .entry-content > figure.wp-block-gallery:first-child, .entry-content > figure.wp-block-cover-image:first-child {
  margin-top: 10px !important;
}

p.has-drop-cap::first-letter {
  font-family: "Heebo", serif;
  font-size: 3.45em;
  margin: 0.23em 0.2em 0 0;
}

p.has-background {
  max-width: calc(760px - 40px) !important;
}

.wp-block-pullquote {
  border: none;
  padding: 0;
  border-bottom: 4px solid #1e205a;
  border-top: 4px solid #1e205a;
  padding: 2.5em 0;
  text-align: center;
}

.wp-block-pullquote p,
.wp-block-pullquote.alignleft > p,
.wp-block-pullquote.alignright > p {
  color: #656e79;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.75;
}

.wp-block-pullquote p,
.wp-block-pullquote.alignleft > p,
.wp-block-pullquote.alignright > p {
  font-size: 19px;
}

.wp-block-pullquote cite {
  font-size: 16px;
  color: #656e79;
  text-transform: none;
  font-weight: normal;
  margin-top: 15px;
}

.wp-block-pullquote cite:before {
  content: "—";
  padding-right: 5px;
}

.wp-block-pullquote:not(.alignleft):not(.alignright) {
  margin-top: 28px;
  margin-bottom: 28px !important;
}

.wp-block-pullquote blockquote {
  margin: 1em auto;
  padding: 0;
  border-left: none;
}

.wp-block-pullquote blockquote p {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 1em;
}

@media screen and (min-width: 600px) {
  .wp-block-pullquote p,
  .wp-block-pullquote.alignleft > p,
  .wp-block-pullquote.alignright > p {
    font-size: calc(19px + 1 * ((100vw - 600px) / 140));
  }
}

@media screen and (min-width: 740px) {
  .wp-block-pullquote p,
  .wp-block-pullquote.alignleft > p,
  .wp-block-pullquote.alignright > p {
    font-size: 20px;
  }
}

@media (min-width: 600px) {
  .wp-block-pullquote p,
  .wp-block-pullquote.alignleft > p,
  .wp-block-pullquote.alignright > p {
    line-height: 1.74;
  }
}

@media (min-width: 600px) {
  .wp-block-pullquote:not(.alignleft):not(.alignright) {
    margin-top: 32px;
    margin-bottom: 32px !important;
  }
}

@media (max-width: 699px) {
  .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    margin-top: 28px;
    margin-bottom: 28px !important;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    max-width: 100%;
  }
}

@media (min-width: 700px) {
  .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    max-width: 350px;
  }
  .wp-block-pullquote.alignleft p,
  .wp-block-pullquote.alignright p {
    margin-top: -10px;
  }
}

@media (min-width: 700px) {
  .wp-block-pullquote.alignleft {
    text-align: left;
  }
  .wp-block-pullquote.alignright {
    text-align: right;
  }
}

.wp-block-separator {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
  background: none;
  max-width: 100px !important;
  border-top: 0;
  border-bottom: 2px solid #8f98a1;
  margin-right: auto;
  margin-left: auto;
}

.wp-block-separator.is-style-wide {
  max-width: 1200px !important;
  border-bottom: 1px solid #ededed;
}

.entry-content .wp-block-separator.is-style-wide {
  margin-left: 20px;
  margin-right: 20px;
}

.entry-content .wp-block-separator.is-style-dots {
  opacity: 1;
  line-height: 1.7;
}

.entry-content .wp-block-separator.is-style-dots::before {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.55em;
  margin-left: 19px;
  padding-left: 0;
  top: calc(50% - 28px);
}

@media screen and (min-width: 739px) {
  .entry-content .wp-block-separator.is-style-wide {
    margin-left: auto;
    margin-right: auto;
  }
}

p.wp-block-subhead {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  font-size: 1.375rem;
  font-style: normal;
  opacity: 1;
  line-height: 1.4;
}

@media (min-width: 600px) {
  p.wp-block-subhead {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.42;
  }
}

.entry-content > p.wp-block-subhead:nth-of-type(1) {
  margin-top: -0.33em;
}

p.wp-block-subhead a {
  -webkit-box-shadow: inset 0 -2px 0 currentColor !important;
  box-shadow: inset 0 -2px 0 currentColor !important;
}

ul.wp-block-gallery {
  padding-left: 5px;
  margin-left: inherit;
}

ul.wp-block-gallery li {
  padding-left: 0;
}

ul.wp-block-gallery li:before {
  display: none;
}

ul.wp-block-gallery:not(.components-placeholder):not(.alignfull) {
  margin-left: auto;
  margin-right: auto;
}

ul.wp-block-gallery.alignfull {
  padding-left: 0;
  padding-right: 0;
}

ul.wp-block-gallery.alignfull li:first-child:last-child {
  margin-left: 0;
  margin-right: 0;
}

ul.wp-block-gallery a {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media (max-width: 599px) {
  ul.wp-block-gallery {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
}

@media (min-width: 600px) {
  ul.wp-block-gallery li:first-child {
    margin-left: 0;
  }
  ul.wp-block-gallery li:last-child {
    margin-right: 0;
  }
  ul.wp-block-gallery.columns-1 li {
    margin-left: 0;
    margin-right: 0;
  }
  ul.wp-block-gallery.columns-2 li:nth-child(even) {
    margin-right: 0;
  }
  ul.wp-block-gallery.columns-2 li:nth-child(odd) {
    margin-left: 0;
  }
  ul.wp-block-gallery.columns-3 li:nth-child(3) {
    margin-right: 0;
  }
  ul.wp-block-gallery.columns-3 li:nth-child(4) {
    margin-left: 0;
  }
  ul.wp-block-gallery.columns-3 li:nth-child(4):last-child {
    margin-right: 0;
    margin-left: 0;
  }
  ul.wp-block-gallery.columns-4 li:nth-child(4) {
    margin-right: 0;
  }
  ul.wp-block-gallery.columns-4 li:nth-child(5) {
    margin-left: 0;
  }
}

.has-lightbox ul.wp-block-gallery img:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.wp-block-embed {
  width: 100%;
  max-width: 100%;
}

.wp-block-embed .wp-block-embed__wrapper {
  position: relative;
}

.wp-block-embed .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
  padding-top: 56.25%;
}

.wp-block-embed .wp-block-embed__wrapper iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.fluid-width-video-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .fluid-width-video-wrapper {
    margin-top: 38px;
    margin-bottom: 37px;
  }
}

.alignwide .fluid-width-video-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 600px) {
  .alignwide .fluid-width-video-wrapper {
    margin-top: 55px;
    margin-bottom: 55px;
  }
}

.alignfull .fluid-width-video-wrapper {
  margin-top: 55px;
  margin-bottom: 55px;
}

@media (min-width: 600px) {
  .alignfull .fluid-width-video-wrapper {
    margin-top: 67px;
    margin-bottom: 67px;
  }
}

.wp-block-audio audio {
  width: 100%;
}

.wp-block-verse {
  background: #f1f1f1;
  padding: 5px 20px;
  overflow: auto !important;
  white-space: nowrap;
}

.wp-block-preformatted {
  background: #f1f1f1;
  padding: 5px 20px;
}

.wp-block-column {
  margin-bottom: 0;
}

.entry .entry-content .wp-block-separator.is-style-dots,
.entry .entry-content hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center;
}

.wp-block-separator.is-style-dots:before {
  color: #767676;
  font-size: 1.6875em;
  letter-spacing: 0.88889em;
  padding-left: 0.88889em;
}

.wp-block-categories-list li,
.wp-block-categories__list li {
  list-style: none;
}

@media (max-width: 992px) {
  .wp-block-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .wp-block-columns .wp-block-column {
    margin-right: 0 !important;
    margin-left: 0 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
  }
  .entry-content > * {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .wp-block-media-text {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 5%;
  }
}

.entry-content .wp-block-archives.aligncenter,
.entry-content .wp-block-categories.aligncenter {
  padding-left: 0;
  text-align: center;
}

/**! 02. Typography **/
html {
  font-size: 100%;
}

@media all and (max-width: 768px) {
  html {
    font-size: 93.75%;
  }
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #5b5d6b;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #161b3d;
  -webkit-font-variant-ligatures: common-ligatures;
     -moz-font-variant-ligatures: common-ligatures;
          font-variant-ligatures: common-ligatures;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 6px;
  line-height: 1.4;
  letter-spacing: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 16px;
}

p,
ul,
ol,
pre,
table,
blockquote {
  margin-bottom: 1.3em;
}

.lead {
  font-size: 18px;
}

pre {
  background: #f7f7f7;
  padding: 5px 20px;
}

ul,
ol {
  line-height: 1.85714286em;
}

ul.bullets {
  list-style: inside;
}

ol {
  list-style-position: inside;
}

blockquote {
  font-size: 1.78571429em;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  border-left: 0;
}

strong {
  font-weight: 600;
}

hr {
  margin: 30px 0;
  border-color: #ededed;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a,
p a {
  color: #161b3d;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

a:hover,
a:focus,
.page-link:focus,
.page-link:hover {
  color: #5d5d5d;
  text-decoration: none;
}

button:focus {
  outline: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

blockquote,
.blockquote {
  margin-bottom: 23px;
  color: #161b3d;
  font-size: 16px;
  line-height: 1.8;
  border-left: 4px solid #2821fc;
  padding-left: 1em;
}

blockquote p,
.blockquote p {
  margin-bottom: 10px;
}

blockquote cite,
.blockquote cite {
  color: #637282;
  font-size: 13px;
  font-style: normal;
}

.blockquote-small {
  font-size: 1.4em;
}

.blockquote-footer {
  background: transparent;
  padding: 0;
}

address {
  margin: 20px 0;
}

/**! 03. Bootstrap Override  **/
/** main container **/
@media (min-width: 1440px) {
  .container {
    max-width: 1200px;
  }
}

label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
  width: 100%;
  height: initial;
  background: #f8f9fa;
  border: 1px solid #f4f4f4;
  border-radius: 2px;
  padding: 17px 24px;
}

input:focus {
  background: #e9ebec;
  border-color: #f4f4f4;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.form-control {
  background: #f8f9fa;
  border: 1px solid #f4f4f4;
  border-radius: 2px;
  padding: 17px 24px;
  width: 100%;
}

textarea {
  background: #f8f9fa;
  border: 1px solid #f4f4f4;
  border-radius: 2px;
  padding: 20px 24px;
  width: 100%;
}

textarea.form-control {
  padding: 20px 24px;
}

select {
  display: inline-block;
  max-width: 100%;
  height: 50px;
  padding: 12px 24px;
  line-height: 1.5;
  vertical-align: middle;
  background: #f8f9fa url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 24px 10px;
  border: 1px solid #f4f4f4;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select:focus,
textarea:focus,
.form-control:focus {
  background: #e9ebec;
  border-color: #f4f4f4;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.btn,
button,
input[type=submit],
input[type=button] {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 1em 2.2em;
  border-width: 2px;
  border-radius: 0;
  color: #fff;
  background: #2821fc;
}

.btn:hover,
button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  color: #ddd;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.04);
}

.box-shadow-none {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/**! 04. Headers and Navbar **/
/*=================================================
2 - Header 
=================================================*/
/* Topbar */
.top_header {
  background: #161b3d;
}

.top_header_nav {
  margin: 0;
  padding: 16px 0;
}

.top_header .top_header_nav li {
  display: inline-block;
  list-style: none;
  padding-right: 20px;
}

.top_header .top_header_nav li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.top_header .list-inline-item:not(:last-child) {
  margin-right: 1rem;
}

/* Nav bar search */
.navbar .search-bar {
  margin-left: 2rem;
}

.mini-search-container {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  float: left;
  width: 100%;
  height: 62px;
  z-index: 9999;
}

.mini-search-container .input-group {
  height: 60px;
}

/* Navbar */
.navbar {
  padding-top: 24px;
  padding-bottom: 24px;
  z-index: 500;
}

.navbar > .container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.navbar-brand {
  font-size: 28px;
  font-weight: 700;
}

/*Placement*/
@media screen and (min-width: 992px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .absolute_header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: transparent;
  }
  .absolute_header:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .fixed-top {
    -webkit-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
  }
  .absolute_header.fixed-top {
    position: absolute;
    background: transparent;
  }
  .sticky_header_runing,
  .absolute_header.fixed-top.sticky_header_runing {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1030;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-dark .etcodes-light-logo {
    display: block;
  }
  .navbar-dark .etcodes-light-logo {
    display: block;
  }
}

.navbar > div {
  position: relative;
}

.sticky-top {
  background: #fff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.etcodes-mobile-logo {
  display: none;
}

.etcodes-normal-logo {
  display: block;
}

@media screen and (max-width: 992px) {
  .etcodes-mobile-logo {
    display: block;
  }
  .etcodes-light-logo {
    display: none;
  }
}

.header-one.nav-align-right .navbar-modules {
  margin-left: 2.5rem;
}

/* Center Header */
.header-three-container .site-description {
  display: block;
}

.header-three-container .header-three-top-bar {
  display: none;
}

.header-three-container .navbar {
  background: #f8f9fa;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 992px) {
  .header-three-container .header-three-top-bar {
    display: block;
  }
  .header-three-container .navbar {
    background: transparent;
    padding-right: 0;
    padding-left: 0;
  }
  .header-three-container .navbar-brand {
    margin-right: 0;
    padding: 10px 0 0 0;
  }
  .header-three-container .navbar .navbar-brand, .header-three-container .navbar .site-description {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar.header-three > div {
    display: block;
    text-align: center;
  }
  .navbar.header-three > div .navbar-nav {
    margin-right: auto;
    margin-left: auto;
  }
  .navbar.header-three .navbar-brand {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 37px;
  }
  .navbar.header-four > div {
    display: block;
  }
  .navbar.header-three .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .navbar.header-three .navbar-collapse {
    background: #f8f9fa;
    padding: 10px 0;
  }
}

/* nav */
@media (min-width: 992px) {
  .bg-nav-black-op {
    background: rgba(0, 0, 0, 0.4);
  }
}

.navbar-nav > li > a {
  font-weight: 600;
}

.navbar-nav > li:not(:last-child) {
  margin-right: 2em;
}

.navbar-light .navbar-nav .nav-link {
  color: #171822;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-module a {
  color: #fff;
}

.navbar-dark .hamburger-menu-btn span::before,
.navbar-dark .hamburger-menu-btn span::after,
.navbar-dark .hamburger-menu-btn span {
  background: #fff;
}

.hamburger-btn-white.hamburger-menu-btn span,
.hamburger-btn-white.hamburger-menu-btn span::before,
.hamburger-btn-white.hamburger-menu-btn span::after {
  background: #fff !important;
}

.dropdown-toggle::after {
  content: "\f107";
  font-family: "Font Awesome\ 5 Free";
  font-size: 14px;
  border: 0;
  margin-left: 0.4em;
  vertical-align: 0;
}

.dropdown-toggle::after {
  font-weight: 900;
}

.dropdown-submenu .dropdown-toggle::after {
  content: "\f105";
  color: #999;
  font-size: 12px;
}

ul ul ul .dropdown-submenu .dropdown-toggle::after {
  content: "";
}

.navbar-nav > li:last-child .dropdown-toggle::after {
  margin-left: 0.45em;
}

.navbar-dark .navbar-nav .show .dropdown-menu .nav-link {
  color: rgba(0, 0, 0, 0.7);
}

.navbar .nav-link {
  padding-top: 32px;
  padding-bottom: 32px;
}

.dropdown-menu {
  padding: 1rem 0;
  top: calc(100% - 5px);
  min-width: 220px;
  font-size: 15px;
  border: none;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0;
}

.dropdown-item {
  font-weight: 400;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #252525;
}

.secondary-navbar {
  list-style: none;
  padding: 0;
  margin: 0;
}

.secondary-navbar li {
  display: inline-block;
  padding-right: 20px;
  font-weight: 600;
}

.secondary-navbar li:last-child {
  padding-right: 0;
}

/*Mega Menu*/
@media screen and (min-width: 992px) {
  .mega_menu_holder {
    position: static !important;
    z-index: 1;
  }
  .mega_menu {
    width: 100%;
    padding: 2.5rem 0;
  }
  .mega_menu_holder.show > .dropdown-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .header-middle-logo .mega_menu_holder.show > .dropdown-menu {
    width: 100%;
  }
  .mega_menu_holder .mega_menu .dropdown-menu {
    display: block;
    position: relative;
    top: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .mega_menu_holder .mega_menu > li > a {
    font-weight: 600;
    padding: 0.25rem 1.5rem;
  }
  .mega_menu_holder .mega_menu.dropdown-menu .dropdown-menu {
    padding: 0.5rem 0;
  }
  .mega_menu_holder .mega_menu.dropdown-menu .dropdown-toggle::after {
    border: none;
    content: "";
  }
}

.navbar-module .list-inline-item:not(:last-child) {
  margin-right: 1rem;
}

.navbar-modules .navbar-module:not(:last-child) {
  margin-right: 25px;
}

/*Hamburger menu button*/
.hamburger-menu-btn {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 22px;
  border-radius: 2px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.navbar-toggler-right.hamburger-menu-btn {
  position: absolute;
  right: 20px;
  top: 33px;
}

.navbar-toggler-right.hamburger-menu-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.hamburger-menu-btn:focus {
  outline: none;
}

.hamburger-menu-btn span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}

.hamburger-menu-btn span::before,
.hamburger-menu-btn span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

.hamburger-menu-btn span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

.hamburger-menu-btn span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger-menu-btn span {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  height: 4px;
  background: #252525;
}

.hamburger-menu-btn span::before,
.hamburger-menu-btn span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #252525;
  content: "";
}

.hamburger-menu-btn span::before {
  top: -8px;
}

.hamburger-menu-btn span::after {
  bottom: -8px;
}

/* active state, i.e. menu open */
.hamburger-menu-btn.for-fullscreen.is-active {
  position: fixed;
  left: 5%;
  top: 60px;
  z-index: 10000;
}

.hamburger-menu-btn.hamburger-btn-right.for-fullscreen.is-active {
  left: initial;
  right: 5%;
}

.hamburger-menu-btn.for-fullscreen.is-active span::before,
.hamburger-menu-btn.for-fullscreen.is-active span::after {
  background-color: #fff;
}

.hamburger-menu-btn.is-active span {
  background: none;
}

.hamburger-menu-btn.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger-menu-btn.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger-menu-btn.is-active span::before,
.hamburger-menu-btn.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}

/* Header style middle logo */
.navbar.header-middle-logo .row {
  width: 100%;
}

.navbar.header-middle-logo .navbar-brand {
  width: 100%;
}

.navbar.header-middle-logo .navbar-brand img {
  margin-left: auto;
  margin-right: auto;
}

/* Fullscreen menu */
.fullscreen-menu-holder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 9999;
  background: #1c1c1c;
  padding: 5% 12%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.fullscreen-menu-holder.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.fullscreen-menu-holder .navbar-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 200;
  background: transparent;
}

.navbar .fullscreen-menu-holder .nav-link,
.navbar .fullscreen-menu-holder .active > .nav-link {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar .fullscreen-menu-holder .navbar-nav .show > .nav-link,
.navbar .fullscreen-menu-holder .nav-link:hover,
.navbar .fullscreen-menu-holder .navbar-nav .nav-link:focus {
  color: #ededed;
}

.navbar .fullscreen-menu-holder .mega_menu_holder.show > .dropdown-menu {
  display: block;
  padding: 1rem 0;
}

.navbar .fullscreen-menu-holder .mega_menu > li {
  margin-bottom: 25px;
}

.navbar .fullscreen-menu-holder .nav-link,
.navbar .fullscreen-menu-holder .active > .nav-link {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar .fullscreen-menu-holder .navbar-nav .show > .nav-link,
.navbar .fullscreen-menu-holder .nav-link:hover,
.navbar .fullscreen-menu-holder .navbar-nav .nav-link:focus {
  color: #ededed;
}

.navbar .fullscreen-menu-holder .mega_menu_holder.show > .dropdown-menu {
  display: block;
  padding: 1rem 0;
}

.navbar .fullscreen-menu-holder .mega_menu > li {
  margin-bottom: 25px;
}

.navbar .fullscreen-menu-holder .mega_menu_holder .mega_menu > li > a {
  color: #fff;
  font-size: 18px;
}

.navbar .fullscreen-menu-holder .dropdown-menu {
  background: transparent;
}

.navbar .fullscreen-menu-holder .dropdown-item {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.navbar .fullscreen-menu-holder .dropdown-item.active,
.navbar .fullscreen-menu-holder .dropdown-item:active {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .dropdown-item:focus,
  .dropdown-item:hover {
    background-color: transparent;
  }
  .dropdown.show > .dropdown-toggle::after {
    content: "\f106";
  }
}

.navbar .fullscreen-menu-holder .nav-link,
.navbar .fullscreen-menu-holder .active > .nav-link {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar .fullscreen-menu-holder .navbar-nav .show > .nav-link,
.navbar .fullscreen-menu-holder .nav-link:hover,
.navbar .fullscreen-menu-holder .navbar-nav .nav-link:focus {
  color: #ededed;
}

.navbar .fullscreen-menu-holder .mega_menu_holder.show > .dropdown-menu {
  display: block;
  padding: 1rem 0;
}

.navbar .fullscreen-menu-holder .mega_menu > li {
  margin-bottom: 25px;
}

.navbar .fullscreen-menu-holder .mega_menu_holder .mega_menu > li > a {
  color: #fff;
  font-size: 18px;
}

.navbar .fullscreen-menu-holder .dropdown-menu {
  background: transparent;
}

.navbar .fullscreen-menu-holder .dropdown-item {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.navbar .fullscreen-menu-holder .dropdown-item.active,
.navbar .fullscreen-menu-holder .dropdown-item:active {
  color: #fff;
}

.navbar .fullscreen-menu-holder .nav-link,
.navbar .fullscreen-menu-holder .active > .nav-link {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar .fullscreen-menu-holder .navbar-nav .show > .nav-link,
.navbar .fullscreen-menu-holder .nav-link:hover,
.navbar .fullscreen-menu-holder .navbar-nav .nav-link:focus {
  color: #ededed;
}

.navbar .fullscreen-menu-holder .mega_menu_holder.show > .dropdown-menu {
  display: block;
  padding: 1rem 0;
}

.navbar .fullscreen-menu-holder .mega_menu > li {
  margin-bottom: 25px;
}

.navbar .fullscreen-menu-holder .mega_menu_holder .mega_menu > li > a {
  color: #fff;
  font-size: 18px;
}

.navbar .fullscreen-menu-holder .dropdown-menu {
  background: transparent;
}

.navbar .fullscreen-menu-holder .dropdown-item {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.navbar .fullscreen-menu-holder .dropdown-item.active,
.navbar .fullscreen-menu-holder .dropdown-item:active {
  color: #fff;
}

.navbar .fullscreen-menu-holder .dropdown-item.active,
.navbar .fullscreen-menu-holder .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.hamburger-menu-btn {
  z-index: 999;
}

.fullscreen-menu-holder.is-active .navbar-nav > li {
  -webkit-animation: text_up_animate 0.4s ease-out both 0.5s;
  animation: text_up_animate 0.4s ease-out both 0.5s;
  -webkit-animation-delay: 70ms;
          animation-delay: 70ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(1) {
  -webkit-animation-delay: 70ms;
          animation-delay: 70ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(2) {
  -webkit-animation-delay: 140ms;
          animation-delay: 140ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(3) {
  -webkit-animation-delay: 210ms;
          animation-delay: 210ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(4) {
  -webkit-animation-delay: 280ms;
          animation-delay: 280ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(5) {
  -webkit-animation-delay: 350ms;
          animation-delay: 350ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(6) {
  -webkit-animation-delay: 420ms;
          animation-delay: 420ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(7) {
  -webkit-animation-delay: 490ms;
          animation-delay: 490ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(8) {
  -webkit-animation-delay: 560ms;
          animation-delay: 560ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(9) {
  -webkit-animation-delay: 630ms;
          animation-delay: 630ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(10) {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(11) {
  -webkit-animation-delay: 770ms;
          animation-delay: 770ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(12) {
  -webkit-animation-delay: 840ms;
          animation-delay: 840ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(13) {
  -webkit-animation-delay: 910ms;
          animation-delay: 910ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(14) {
  -webkit-animation-delay: 980ms;
          animation-delay: 980ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(18) {
  -webkit-animation-delay: 1050ms;
          animation-delay: 1050ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(16) {
  -webkit-animation-delay: 1120ms;
          animation-delay: 1120ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(17) {
  -webkit-animation-delay: 1190ms;
          animation-delay: 1190ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(18) {
  -webkit-animation-delay: 1260ms;
          animation-delay: 1260ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(19) {
  -webkit-animation-delay: 1330ms;
          animation-delay: 1330ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(20) {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}

@-webkit-keyframes text_up_animate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes text_up_animate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*=-==== Menu On hover =====*/
@media screen and (min-width: 992px) {
  .et-hover-menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  .et-hover-menu .mega_menu_holder.dropdown:hover > .dropdown-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

/*Side nav menu */
@media only screen and (min-width: 992px) {
  .sidebar-nav {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 300px;
    padding: 60px 35px;
    z-index: 999;
    background: #fff;
  }
  .container-for-sidebar-menu {
    position: relative;
    min-height: 300px;
    margin: 0 0 0 300px;
  }
  .footer-container-for-sidebar-menu {
    position: relative;
    margin: 0 0 0 300px;
  }
  .sidebar-nav .navbar-brand {
    margin: 0 0 25px;
  }
  .sidebar-nav .bar-module {
    margin-top: 32px;
  }
  .sidebar-menu li.sidebar-header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
    color: #f1f1f1;
    background: #1a2226;
  }
  .navbar.sidebar-nav.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .navbar.sidebar-nav .nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
  }
  .navbar.navbar-expand-lg.sidebar-nav .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar.sidebar-nav > .container,
  .navbar.sidebar-nav > .container-fluid {
    display: block;
  }
}

/*Navbar for mobile*/
@media only screen and (max-width: 992px) {
  .navbar-nav {
    background: #fff;
    margin-top: 16px;
    padding: 1.3rem 2rem;
  }
  .header-middle-logo .navbar-nav {
    margin-bottom: 40px;
  }
  .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show > .nav-link,
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    color: #393939;
  }
  .navbar-dark .hamburger-menu-btn span::before,
  .navbar-dark .hamburger-menu-btn span::after,
  .navbar-dark .hamburger-menu-btn span {
    background: #393939;
  }
  .navbar-nav li:not(:last-child) a,
  .navbar-nav .dropdown-menu li:not(:last-child) a {
    position: relative;
    display: block;
    padding: 0.7rem 0;
    border-bottom: 1px solid #e4e4e4;
    color: #393939;
  }
  .navbar-nav li .nav-link,
  .navbar-nav li a,
  .navbar-nav .dropdown-menu li a {
    padding: 0.7rem 0;
    position: relative;
    display: block;
  }
  .dropdown-menu {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .navbar-nav > li > .dropdown-menu,
  .dropdown-menu {
    padding: 0;
    margin: 0 0 0 1rem;
  }
  .navbar-nav .dropdown-divider {
    display: none;
  }
  .container-for-sidebar-menu,
  .footer-container-for-sidebar-menu {
    margin: 0 0 0 0;
  }
  .btn-for-mobile-top-right,
  .btn-for-mobile-top-right.is-active {
    visibility: visible;
    opacity: 1;
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .fullscreen-menu-holder .navbar-nav {
    width: 80%;
  }
  .navbar .fullscreen-menu-holder .nav-link,
  .navbar .fullscreen-menu-holder .active > .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 21px;
  }
  .navbar .fullscreen-menu-holder .navbar-nav li:not(:last-child) a,
  .navbar
.fullscreen-menu-holder
.navbar-nav
.dropdown-menu
li:not(:last-child)
a {
    border-bottom: 0;
  }
  .navbar .fullscreen-menu-holder .mega_menu_holder .mega_menu .dropdown-menu {
    display: block;
    position: relative;
    top: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar
.fullscreen-menu-holder
.mega_menu_holder
> .mega_menu
.dropdown-menu
li
a {
    color: #fff;
  }
  .navbar
.fullscreen-menu-holder
.mega_menu_holder
> .mega_menu
.dropdown-menu
li:not(:last-child)
a {
    padding: 0.5rem 0;
  }
  .navbar
.fullscreen-menu-holder
.mega_menu_holder
.mega_menu.dropdown-menu
.dropdown-toggle::after {
    border: none;
    content: "";
  }
  .hamburger-menu-btn.hamburger-btn-right.for-fullscreen.is-active {
    left: initial;
    right: 10%;
  }
}

@media only screen and (max-width: 992px) {
  .sidebar-nav .bar-module {
    display: none;
  }
}

/** side-canvas-bar **/
.side-canvas-bar {
  width: 450px;
  height: 100%;
  position: fixed;
  right: -450px;
  top: 0;
  z-index: 10005;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.side-canvas-bar-open {
  right: 0px;
  overflow-x: auto;
  -webkit-box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

.side-canvas-bar .side-canvas-bar-btn {
  text-align: right;
  display: block;
  padding: 15px 40px;
  font-size: 20px;
}

.side-canvas-bar-content {
  padding: 0 40px;
}

/* header search bar */
.header-search-bar .search-form {
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99998;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(30, 32, 90, 0.08);
          box-shadow: 0px 5px 20px 0px rgba(30, 32, 90, 0.08);
}

.admin-bar .header-search-bar .search-form {
  top: 32px;
}

.header-search-bar .search-form .input-group {
  border: 0;
  border-radius: 0;
}

.header-search-bar .search-form .input-group .form-control {
  background: #fff;
  min-height: 80px;
  padding: 0 1rem 0 0;
  font-size: 21px;
}

.header-search-bar .search-form .input-group-btn .btn {
  background: #fff;
  border-radius: 0;
  min-height: 80px;
  padding: 0 1.2em 0 2em;
  font-size: 21px;
}

/**! 05. components **/
.page-main-title {
  padding-top: 32px;
  padding-bottom: 34px;
  margin-bottom: 80px;
  border-bottom: solid 1px #ededed;
}

.page .page-main-title {
  position: relative;
  margin-bottom: 60px;
}

.page-main-title:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page-main-title-2 {
  padding-top: 70px;
  padding-bottom: 72px;
  background-color: #222;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.page-main-title-2 .entry-title {
  font-weight: 700;
  margin-bottom: 21px;
}

.page-main-title-2:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0b0f12;
  opacity: 0.7;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.breadcrumbs {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #7d8094;
  text-transform: uppercase;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: #7d8094;
}

.breadcrumbs span:not(:last-child):after {
  content: ">";
  padding-right: 10px;
  padding-left: 10px;
}

/* pagination */
.page-item:first-child .page-link,
.page-item:last-child .page-link,
.pagination > li > a,
.nav-links > span,
.nav-links > a {
  border-radius: 2px;
  width: 40px;
  height: 40px;
  margin-right: 11px;
  line-height: 40px;
  text-align: center;
  position: relative;
  display: inline-block;
  background-color: #f8f9fa;
  color: #161b3d;
  border: none;
  font-weight: 600;
  font-size: 14px;
  padding: 0;
}

.page-item.active .page-link,
.nav-links > .current {
  z-index: 2;
  color: #fff;
  background-color: #2821fc;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 10px;
}

.popup_gallery img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.nav-tabs {
  margin-bottom: 18px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
}

.nav-tabs .nav-link {
  font-size: 18px;
  font-weight: 700;
  padding: 0.3rem 0;
}

.nav-tabs .nav-item:not(:last-child) {
  margin-right: 40px;
}

.nav-tabs .nav-link {
  border-bottom: solid 2px transparent;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #2821fc;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.15);
}

@media all and (max-width: 800px) {
  .nav-tabs .nav-item:not(:last-child) {
    margin-right: 20px;
  }
  .nav-tabs .nav-link {
    margin-bottom: 10px;
  }
}

/**! 07. Accordion **/
.card {
  border: 1px solid #f4f4f4;
  border-radius: 0;
  margin: 0 0 1em;
}

.card .card-header {
  padding: 15px 30px;
  margin-bottom: 0;
  background-color: #f8f9fa;
  border-bottom: 1px solid #f4f4f4;
}

.card .card-header button {
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #161b3d;
}

.card .card-header button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/**! 08. Button **/
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-warning {
  color: #161b3d;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-light {
  color: #161b3d;
  background-color: #d0d6db;
}

.btn-light:hover {
  color: #161b3d;
  background-color: #c0c6cc;
  border-color: #c0c6cc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-light {
  color: #999;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/**! 09. Dropcaps **/
.drop-caps {
  float: left;
  position: relative;
  top: 4px;
  margin-right: 0.3em;
  margin-bottom: 0.1em;
  padding-bottom: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0.8em;
  font-family: Arial, sans-serif;
  padding: 8px 12px;
  font-size: 4em;
  color: #fff;
  background: #252525;
}

.drop-caps.circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 3em;
  line-height: 1.2em;
  text-align: center;
}

/**! 10. Galleries **/
.effect-hover-opacity-low img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  background: #000;
}

/**! 11. Price Plan  **/
.pricing_item {
  display: inline-block;
  padding: 28px 24px 40px 24px;
  width: 100%;
  border: solid 1px #ebebeb;
  border-radius: 5px;
}

.pricing_item_title {
  margin-bottom: 28px;
}

.pricing_item_price {
  font-weight: 700;
  display: block;
  font-size: 38px;
  line-height: 1em;
  color: #252525;
}

.pricing_item_price_info {
  display: block;
  margin-top: 3px;
  margin-bottom: 20px;
}

.pricing_item_features_list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 27px;
}

.pricing_item_features_list li {
  position: relative;
  display: table;
}

.pricing_item_features_list li .fa {
  padding-right: 0.5rem;
}

/**! 12. Team Meamber **/
.member-content {
  margin-bottom: 30px;
}

.member-content .member-text {
  padding-top: 20px;
}

.member-content .member-text .member-name {
  margin-bottom: 7px;
}

.member-content .member-text .member-tag {
  margin-bottom: 6px;
  margin-bottom: 6px;
  font-weight: 500;
}

/**! 13. Testimonial **/
.testimonials .testimonial {
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.testimonials .testimonial p {
  margin-bottom: 20px;
}

.testimonials .testimonial .testimonial-author-name {
  font-weight: 600;
  font-size: 18px;
}

.testimonials .testimonial-author-tag {
  margin-left: 8px;
}

.testimonials .testimonial-author-image img {
  border-radius: 50%;
  max-width: 100px;
  margin: 0 auto 30px auto;
}

/**! 14. Icon **/
.icon-circle i {
  color: #fff;
  background-color: #333;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  border-radius: 50%;
}

.icon-boxed i {
  color: #fff;
  background-color: #333;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
}

/**! 15. countdown **/
.countdown .countdown_value {
  display: inline-block;
  font-size: 65px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  padding-right: 50px;
  color: #161b3d;
}

.countdown .countdown_lable {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .countdown .countdown_value {
    font-size: 30px;
    line-height: 32px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}

.card.card-overlay-shadow {
  border: none;
  margin: 0;
}

.card.card-overlay-shadow .card-title {
  margin-top: 0;
  margin-bottom: 11px;
}

.card.card-overlay-shadow .card-title,
.card.card-overlay-shadow a {
  color: #fff;
}

.card.card-overlay-shadow:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #394245;
  opacity: 0.65;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.card.card-overlay-shadow:hover:before {
  opacity: 0.75;
}

.wp-block-energetic-core-parts-categories.card-overlay-style .card .card-body .card-title {
  font-size: 26px;
  font-weight: 700;
}

/**  footer  **/
.footer-bottom-area {
  background-color: #f8f9fa;
}

.footer-bottom-area .footer-nav li,
.footer-bottom-area .footer_nav li {
  display: inline !important;
  padding: 0 0.5em;
}

.footer-bottom-area .footer-nav li:last-child,
.footer-bottom-area .footer_nav li:last-child {
  padding-right: 0;
}

/**! 6. widgets **/
.widget {
  margin-bottom: 50px;
  border-radius: 5px;
}

.widget-title {
  font-size: 21px;
  margin-top: -5px;
  margin-bottom: 20px;
}

.search-form .input-group .form-control {
  border: none;
  background: #f8f9fa;
  min-height: 60px;
  padding: 0.375rem 5px 0.375rem 25px;
  border-radius: 0;
}

.search-form .btn {
  min-height: 60px;
  color: #161b3d;
  background: #f8f9fa;
  border: none;
  padding: 0.375rem 30px 0.375rem 5px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.categories-boxed-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.categories-boxed-list li {
  position: relative;
}

.categories-boxed-list li .category-title a {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.categories-boxed-list li .category-title:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #394245;
  opacity: 0.5;
  position: absolute;
  top: 0;
}

.categories-boxed-list li:hover .category-title:before {
  opacity: 0.6;
}

.categories-boxed-list li:not(:last-child) {
  margin-bottom: 20px;
}

/**! 7. Blog **/
.blog-post article {
  margin-bottom: 55px;
}

.blog-post .entry-content-wrapper {
  padding-top: 24px;
}

.blog-post .entry-content-wrapper .entry-title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 12px;
}

.blog-post .col-lg-12 .entry-content-wrapper .entry-title {
  font-size: 24px;
}

.blog-post .btn {
  color: #161b3d !important;
  border-color: #d0d6db;
  background-color: #d0d6db;
  border-radius: 0;
}

.blog-post .btn:hover {
  color: #161b3d;
  background-color: #c0c6cc;
  border-color: #c0c6cc;
}

.entry-meta-top {
  color: #5b5d6b;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.entry-meta-top a {
  color: #5b5d6b;
}

.entry-meta-top span:not(:last-child):after {
  content: "-";
  padding-left: 5px;
  padding-right: 5px;
}

.entry-meta-top .entry-meta-category a:not(:last-child):after {
  content: "/";
  padding-left: 3px;
  padding-right: 3px;
}

.entry-tags {
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry-tags li {
  display: inline-block;
}

.entry-tags li a {
  background: transparent;
  border: 1px solid rgba(199, 199, 199, 0.2);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(30, 32, 90, 0.03);
          box-shadow: 0px 3px 5px 0px rgba(30, 32, 90, 0.03);
  border-radius: 50px;
  padding: 14px 22px;
  margin: 5px 8px 5px 0;
  font-size: 14px;
  line-height: 1.1;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.entry-tags li a:hover {
  background-color: #f8f9fa;
}

.entry-read-more {
  font-weight: 600;
}

.card-post-style {
  margin-bottom: 30px;
}

.card-post-style article {
  margin-bottom: 30px;
}

.card-post-style article .entry-content-wrapper {
  padding: 30px 30px 10px 30px;
  background-color: #f8f9fa;
}

.card-post-style article .entry-content-wrapper p {
  margin-bottom: 20px;
}

.card-post-style article .entry-read-more {
  display: block;
  margin-bottom: 20px;
}

.card-post-style .col-lg-12 article {
  margin-bottom: 50px;
}

.card-post-style .btn {
  margin-top: 30px;
}

body:not(.single-post) .card-post-style .format-quote .post_blockquote {
  background-color: #f8f9fa;
  padding: 30px 30px 0 30px;
}

body:not(.single-post) .card-post-style .format-quote .post_blockquote blockquote {
  margin-bottom: 0;
}

body:not(.single-post) .card-post-style .format-quote .entry-content-wrapper {
  padding: 30px;
}

.blog-img-overlay article {
  margin-bottom: 30px;
  position: relative;
  height: calc(100% - 30px);
}

.blog-img-overlay article .entry-media:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #394245;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
}

.blog-img-overlay article:hover .entry-media:after {
  opacity: 0.7;
}

.blog-img-overlay article .entry-content-wrapper {
  padding: 35px 30px;
  position: absolute;
  top: 0;
  color: #fff !important;
  height: 100%;
  width: 100%;
}

.blog-img-overlay article .entry-content-wrapper .entry-title {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
}

.blog-img-overlay article .entry-content-wrapper .entry-meta-top {
  font-weight: 700;
  margin-bottom: 8px;
}

.blog-img-overlay article .entry-content-wrapper .entry-meta-top,
.blog-img-overlay article .entry-content-wrapper .entry-meta-top a,
.blog-img-overlay article .entry-content-wrapper a {
  color: #fff !important;
}

.blog-img-overlay article .entry-content-wrapper:before {
  display: block;
  content: "";
  background-color: #2821fc;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 992px) {
  .blog-img-overlay article .entry-content-wrapper .entry-title {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .blog-img-overlay article .entry-content-wrapper .entry-title {
    font-size: 24px;
    line-height: 1.4;
  }
}

.blog-img-overlay .btn {
  margin-top: 30px;
}

.blog-list-style article {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.blog-list-style article .entry-media {
  max-width: 100px;
  margin-right: 20px;
}

.blog-list-style article .entry-content-wrapper {
  padding-top: 0;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}

.blog-list-style article .entry-content-wrapper .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
}

.blog-list-style article .entry-content-wrapper .entry-meta-top {
  margin-bottom: 10px;
}

.single-post article {
  margin-bottom: 80px;
}

.single-post article .entry-content-wrapper {
  padding-top: 20px;
}

.single-post-entry-title {
  font-weight: 700;
}

@media (max-width: 992px) {
  .single-post-entry-title {
    font-size: 28px;
  }
}

.post-navigation {
  margin-top: 30px;
  padding-top: 44px;
  border-top: solid 1px #ededed;
}

.post-navigation .nav-links .nav-subtitle {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #5b5d6b;
}

.post-navigation .nav-links .nav-title {
  font-weight: 500;
}

.energetic-core-parts-posts-list.simple-entry-list.blog-post {
  background-color: #f8f9fa;
  margin: 0;
  padding: 30px;
  list-style: none;
}

.energetic-core-parts-posts-list.simple-entry-list.blog-post li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.energetic-core-parts-posts-list.simple-entry-list.blog-post li article {
  margin-bottom: 0;
}

.energetic-core-parts-posts-list.simple-entry-list.blog-post li article .entry-content-wrapper {
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85%;
  -webkit-flex: 0 0 85%;
          flex: 0 0 85%;
  max-width: 85%;
  line-height: 1.65;
}

.energetic-core-parts-posts-list.simple-entry-list.blog-post li article .entry-content-wrapper .entry-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
  display: block;
  margin-bottom: 7px;
}

.energetic-core-parts-posts-list.simple-entry-list.blog-post li article .entry-content-wrapper .entry-meta-top {
  color: #7d8094;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.energetic-core-parts-posts-list.simple-entry-list.blog-post li article .reveal-title {
  font-size: 36px;
  line-height: 1em;
  font-weight: 700;
  color: #b6bec9;
  margin-top: 4px;
  margin-bottom: 0.01em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.5%;
  -webkit-flex: 0 0 13%;
          flex: 0 0 13%;
  max-width: 13%;
}

.energetic-core-parts-posts-list.simple-entry-list.blog-post li:not(:last-child) {
  margin-bottom: 20px;
}

.web-footer .energetic-core-parts-posts-list.simple-entry-list.blog-post {
  background-color: transparent;
  padding: 0;
}

.web-footer .energetic-core-parts-posts-list.simple-entry-list.blog-post li:not(:last-child) {
  margin-bottom: 16px;
}

/**! 8. Blog Sliders  **/
.blog-slider.blog-post article {
  margin-bottom: 40px;
  max-width: 100%;
}

.blog-slider.blog-post article p {
  margin: 0;
  padding: 0 !important;
}

@media (min-width: 420px) {
  .blog-slider.blog-post article {
    max-width: 370px;
    margin-right: 20px;
  }
}

.blog-slider.blog-post .slick-dots {
  bottom: -10px;
}

@media (min-width: 420px) {
  .blog-slider.blog-post {
    margin: 0 20px;
  }
}

@media (min-width: 992px) {
  .blog-slider.blog-post {
    margin: 0 60px;
  }
}

.blog-slider.blog-post.blog-img-overlay article {
  max-width: 100%;
}

@media (min-width: 420px) {
  .blog-slider.blog-post.blog-img-overlay article {
    max-width: 370px;
    margin-right: 20px;
  }
  .blog-slider.blog-post.blog-img-overlay article .entry-content-wrapper {
    padding: 40px;
  }
}

@media (min-width: 992px) {
  .blog-slider.blog-post.blog-img-overlay article {
    max-width: 504px;
    margin-right: 30px;
  }
}

.post-carousel-style.blog-slider.blog-post .slick-dots {
  bottom: -16px;
}

.slick-dots li button:before {
  background-color: #d0d6db;
  border: solid 2px #d0d6db;
}

.slick-dots li.slick-active button:before {
  background-color: #2821fc !important;
  border-color: #2821fc !important;
}

/**! 9. Comments area **/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  border-top: solid 1px #ededed;
}

@media only screen and (min-width: 768px) {
  .comments-area > * {
    margin-top: calc(3 * 1rem);
    margin-bottom: calc(3 * 1rem);
  }
}

.entry + .comments-area {
  margin-top: calc(3 * 1rem);
}

@media only screen and (min-width: 768px) {
  .comments-area .comments-title-wrap {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.comments-area .comments-title-wrap .comments-title {
  margin: 0;
}

.comments-area .comments-title-wrap .comments-title:before {
  content: "\020";
  display: block;
  height: 2px;
  margin: 1rem 0;
  width: 1em;
}

@media only screen and (min-width: 768px) {
  .comments-area .comments-title-wrap .comments-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 calc(3 * (100vw / 12));
        -ms-flex: 1 0 calc(3 * (100vw / 12));
            flex: 1 0 calc(3 * (100vw / 12));
  }
}

@media only screen and (min-width: 768px) {
  .comments-area .comments-title-wrap .discussion-meta {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(2 * (100vw / 12));
        -ms-flex: 0 0 calc(2 * (100vw / 12));
            flex: 0 0 calc(2 * (100vw / 12));
    margin-left: 1rem;
  }
}

#comment {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

grammarly-ghost {
  position: relative;
  margin-top: 80px;
}

#respond {
  position: relative;
}

#respond .comment-user-avatar {
  margin: 1rem 0 -1rem;
}

#respond .comment .comment-form {
  padding-left: 0;
  position: relative;
}

#respond > small {
  display: block;
  font-size: 22px;
  position: absolute;
  left: calc(1rem + 100%);
  top: calc(-3.5 * 1rem);
  width: calc(100vw / 12);
}

#comments > .comments-title:last-child {
  display: none;
}

.comment-form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.comment-form-flex .comments-title {
  display: none;
  margin: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.comment-form-flex #respond {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.comment-form-flex #respond + .comments-title {
  display: block;
}

.comment-list {
  list-style: none;
  padding: 0;
}

.comment-list .children {
  margin: 0;
  padding: 0 0 0 1rem;
}

.comment-list > .comment:first-child {
  margin-top: 0;
}

.comment-list .pingback .comment-body,
.comment-list .trackback .comment-body {
  font-size: 0.71111em;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.comment-list .pingback .comment-body a:not(.comment-edit-link),
.comment-list .trackback .comment-body a:not(.comment-edit-link) {
  font-weight: bold;
  font-size: 19.55556px;
  line-height: 1.5;
  padding-right: 0.5rem;
  display: block;
}

.comment-list .pingback .comment-body .comment-edit-link,
.comment-list .trackback .comment-body .comment-edit-link {
  font-weight: 500;
}

#respond + .comment-reply {
  display: none;
}

.comment-reply .comment-reply-link {
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #f8f9fa;
  border-radius: 2px;
  color: #6d6c6c;
  display: inline-block;
  font-weight: 500;
  padding: 0.2em 0.85em;
  -webkit-transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
  transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
}

@media only screen and (min-width: 768px) {
  .comment-reply .comment-reply-link {
    margin-left: 90px;
  }
}

.comment {
  list-style: none;
  position: relative;
}

.comment .comment-body {
  margin: calc(2 * 1.5rem) 0 0 0;
}

@media only screen and (min-width: 768px) {
  .comment .comment-body {
    margin: calc(2 * 1.5rem) 0 0 90px;
  }
}

.comment .comment-meta {
  position: relative;
}

.comment .comment-author .avatar {
  float: left;
  margin-right: 1rem;
  position: relative;
}

.comment .comment-author .fn {
  position: relative;
  display: block;
}

.comment .comment-author .fn a {
  color: inherit;
}

.comment .comment-author .fn a:hover {
  color: #2821fc;
}

.comment .comment-author .post-author-badge {
  border-radius: 100%;
  display: block;
  height: 18px;
  position: absolute;
  background: #008fd3;
  right: calc(100% - 2.5rem);
  top: -3px;
  width: 18px;
}

.comment .comment-author .post-author-badge i {
  display: block;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}

.comment .comment-metadata > a {
  display: inline;
  font-weight: 500;
  vertical-align: baseline;
}

.comment .comment-metadata .comment-edit-link {
  display: inline;
  font-weight: 500;
  vertical-align: baseline;
}

.comment .comment-metadata .comment-edit-link time {
  vertical-align: baseline;
}

.comment .comment-metadata .comment-edit-link:hover {
  color: #2821fc;
  text-decoration: none;
}

.comment .comment-metadata > a time {
  vertical-align: baseline;
}

.comment .comment-metadata > a:hover {
  color: #2821fc;
  text-decoration: none;
}

.comment .comment-metadata > * {
  display: inline-block;
}

.comment .comment-metadata .edit-link-sep {
  margin: 0 0.2em;
  vertical-align: baseline;
}

.comment .comment-metadata .edit-link svg {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  vertical-align: baseline;
  margin-right: 0.1em;
}

.comment .comment-metadata .comment-edit-link {
  position: relative;
  padding-left: 0.3rem;
  z-index: 1;
}

.comment .comment-content {
  margin: 1rem 0;
}

.comment .comment-content > *:first-child {
  margin-top: 0;
}

.comment .comment-content > *:last-child {
  margin-bottom: 0;
}

.comment .comment-content blockquote {
  margin-left: 0;
}

.comment .comment-content a {
  text-decoration: underline;
}

.comment .comment-content a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .comment {
    padding-left: calc(0.5 * (1rem + calc(100vw / 12)));
  }
  .comment.depth-1,
  .comment .children {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .comment .comment-author .avatar {
    float: inherit;
    margin-right: inherit;
    position: absolute;
    top: 0;
    right: calc(100% + 30px);
  }
}

@media only screen and (min-width: 768px) {
  .comment .comment-author .post-author-badge {
    right: calc(100% + 1.5rem);
  }
}

@media only screen and (min-width: 1168px) {
  .comment .comment-content {
    padding-right: 1rem;
  }
}

.comment-reply-link,
#cancel-comment-reply-link {
  font-weight: 500;
}

.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
  color: #2821fc;
}

.discussion-avatar-list {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.discussion-avatar-list li {
  position: relative;
  list-style: none;
  margin: 0 -8px 0 0;
  padding: 0;
  float: left;
}

.discussion-avatar-list .comment-user-avatar img {
  height: calc(1.5 * 1rem);
  width: calc(1.5 * 1rem);
}

.discussion-meta .discussion-meta-info {
  margin: 0;
}

.discussion-meta .discussion-meta-info .svg-icon {
  vertical-align: middle;
  fill: currentColor;
  -webkit-transform: scale(0.6) scaleX(-1) translateY(-0.1em);
      -ms-transform: scale(0.6) scaleX(-1) translateY(-0.1em);
          transform: scale(0.6) scaleX(-1) translateY(-0.1em);
  margin-left: -0.25rem;
}

.comment-form .comment-notes,
.comment-form label {
  font-size: 0.71111em;
}

.comment-form input[name="author"], .comment-form input[name="email"], .comment-form input[name="url"] {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    width: calc(50% - 0.5rem);
    float: left;
  }
}

@media only screen and (min-width: 768px) {
  .comment-form .comment-form-email {
    margin-left: 1rem;
  }
}

.page .blog-post-comments {
  margin-top: calc(3 * 1rem);
}

/**! 10. Shop **/
.shop-item-toolbar {
  margin-bottom: 30px;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-radius: 2px;
}

.shop-item-toolbar .items-ordering {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.shop-item-toolbar .item-result-count {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
}

.orderby {
  height: 55px;
}

.product-filterBySize {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-filterBySize li {
  display: inline-block;
}

.product-filterBySize li a {
  display: block;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  background: #f8f9fa;
  padding: 2px 4px;
  width: 45px;
  text-align: center;
  margin-right: 10px;
  border: solid 1px #f4f4f4;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}

.product-filterBySize li a:hover {
  background-color: #f1f1f1;
}

/* Products */
.products {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.products .product {
  margin-bottom: 30px;
}

.products .product:hover .product-img-wrapper .btn-add-to-cart {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.products .product .product-img-wrapper {
  position: relative;
  overflow: hidden;
}

.products .product .product-img-wrapper .btn-add-to-cart {
  font-weight: 600;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(105%);
  -ms-transform: translateY(105%);
      transform: translateY(105%);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.1s ease-out, color 0.1s ease-out;
  -webkit-transition: background-color 0.1s ease-out, color 0.1s ease-out, -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.1s ease-out, color 0.1s ease-out, -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.1s ease-out, color 0.1s ease-out;
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.1s ease-out, color 0.1s ease-out, -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.products .product .product-content-wrapper {
  padding: 22px 0px 18px;
}

.products .product .product-content-wrapper .product-title {
  margin-top: 0;
  margin-bottom: 6px !important;
  padding: 0 !important;
}

.products .product .product-content-wrapper .price {
  display: block;
  font-weight: 600;
}

/**** Single Product ****/
.single-product-content {
  margin-bottom: 30px;
}

.single-product-content:after {
  content: "";
  display: block;
  clear: both;
}

.single-product-image:after {
  content: "";
  clear: both;
  display: block;
}

.single-product-images {
  float: left;
}

.single-product-images .product-images-gallery {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}

.single-product-images .product-images-gallery li {
  padding: 0px 5px 0;
  width: 25%;
  float: left;
  display: inline-block;
}

.product-images-gallery {
  margin-right: -5px;
  margin-left: -5px;
}

.product-images-gallery > .col,
.product-images-gallery > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.single-product-content .product-title {
  margin-bottom: 8px;
}

.single-product-content .single-product-cat {
  font-size: 14px;
  margin-bottom: 8px;
}

.single-product-content .single-product-price {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 700;
}

.single-product-data {
  margin-top: 27px;
}

.single-product-content .single-product-rating {
  margin-bottom: 8px;
}

.single-product-content .single-product-rating .rating {
  color: #161b3d;
}

.single-product-content .single-product-rating .rating-count {
  font-size: 15px;
}

.product-options {
  margin-top: 30px;
}

.single-product-content .product-options h5 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.single-product-content .product-options select {
  padding: 12px;
  width: 100%;
  margin-bottom: 13px;
}

.add-to-cart-warp {
  margin: 32px 0;
}

.single-product-content .quantity {
  position: relative;
  float: left;
  margin: 0 4px 0 0;
}

.single-product-content .quantity .total-quantity {
  margin: 0;
  padding: 10px 10px;
  text-align: center;
  border: none;
  width: 100px;
  border: 1px solid #f1f1f1;
  background: #f8f9fa;
}

.single-product-content .add-cart-btn {
  margin-left: 0.5rem;
  padding: 0.688rem 1.5rem;
  font-size: 1rem;
  border-radius: 0.1rem;
}

.single-product-content .in-stock {
  float: right;
}

.single-product-meta {
  color: #666;
  list-style: none;
  margin: 20px 0 30px 0;
  padding: 0;
}

.single-product-meta .meta-name {
  margin-right: 4px;
}

.product-extra-info {
  margin-top: 18px;
}

.related-products {
  margin-bottom: 70px;
}

@media only screen and (max-width: 450px) {
  .products {
    margin-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .products li {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
  }
}

/**! 11. Slider **/
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 60px;
  height: 56px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #2821fc;
  z-index: 99;
}

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: none;
  background: #2821fc;
}

.energetic-core-parts-posts-carousel-inner .slick-next,
.energetic-core-parts-posts-carousel-inner .slick-prev {
  color: transparent;
  outline: none;
  background: #2821fc;
}

.energetic-core-parts-posts-carousel-inner .slick-prev:hover, .energetic-core-parts-posts-carousel-inner .slick-prev:focus, .energetic-core-parts-posts-carousel-inner .slick-next:hover, .energetic-core-parts-posts-carousel-inner .slick-next:focus {
  color: transparent;
  outline: none;
  background: #2821fc;
}

.energetic-core-parts-posts-carousel-inner .slick-prev:before, .energetic-core-parts-posts-carousel-inner .slick-next:before {
  color: #fff;
}

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: #2821fc;
}

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1;
}

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -30px;
}

[dir='rtl'] .slick-prev {
  right: -30px;
  left: auto;
}

.slick-prev:before {
  content: '\f104';
}

[dir='rtl'] .slick-prev:before {
  content: '\f105';
}

.slick-next {
  right: -30px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -30px;
}

.slick-next:before {
  content: '\f105';
}

[dir='rtl'] .slick-next:before {
  content: '\f104';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 7.5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 50%;
  outline: none;
  background: #d0d6db;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.slick-dots li button:hover {
  background: #2821fc;
}

.slick-dots li.slick-active button {
  background: #2821fc;
}

.light-slider-nav .slick-prev,
.light-slider-nav .slick-next {
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.light-slider-nav .slick-prev:hover,
.light-slider-nav .slick-next:hover {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/**! 12. Utilities **/
@media (min-width: 576px) {
  .large-gutters {
    margin-right: -25px;
    margin-left: -25px;
  }
  .large-gutters > .col,
  .large-gutters > [class*='col-'] {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.small-gutters {
  margin-right: -5px;
  margin-left: -5px;
}

.small-gutters > .col,
.small-gutters > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

.gallery-gutters {
  margin: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.gallery-gutters > .col,
.gallery-gutters > [class*='col-'] {
  padding: 15px;
}

.small-gallery-gutters {
  margin: -5px;
}

.small-gallery-gutters > .col,
.small-gallery-gutters > [class*='col-'] {
  padding: 5px;
}

.xs-gallery-gutters {
  margin: -2.5px;
}

.xs-gallery-gutters > .col,
.xs-gallery-gutters > [class*='col-'] {
  padding: 2.5px;
}

@media (min-width: 992px) {
  .mx-lg-100 {
    min-width: 100% !important;
  }
}

.all-text-content-white,
.all-text-content-white a,
.all-text-content-white h1,
.all-text-content-white h2,
.all-text-content-white h3,
.all-text-content-white h4,
.all-text-content-white h5,
.all-text-content-white h6,
.all-text-content-white .fa {
  color: #ffffff;
}

.text-grey {
  color: #b6bec5;
}

.border-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.border-list li {
  border-bottom: 1px solid #dfddd9;
  padding: 10px 0;
}

.border-list li:last-child {
  border: none;
  padding-bottom: 0;
}

/* Simple hover effect on image */
.hover-opacity-effect img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.hover-opacity-effect img:hover {
  opacity: 0.5;
}

/* Background Color */
.bg-color-dark {
  background-color: #222;
}

.bg-color-light-dark {
  background-color: #555;
}

.primary-bg-color {
  background-color: #f8f9fa;
}

/**! 12.B Spacing and Height Utilities **/
/**
 * Spacing And Height utilities v1
 * Copyright 2018 Energetic Themes
 */
.m-0 {
  margin: 0 !important;
}

.m-5px {
  margin: 5px !important;
}

.m-10px {
  margin: 10px !important;
}

.m-15px {
  margin: 15px !important;
}

.m-20px {
  margin: 20px !important;
}

.m-25px {
  margin: 25px !important;
}

.m-30px {
  margin: 30px !important;
}

.m-35px {
  margin: 35px !important;
}

.m-40px {
  margin: 40px !important;
}

.m-45px {
  margin: 45px !important;
}

.m-50px {
  margin: 50px !important;
}

.m-55px {
  margin: 55px !important;
}

.m-60px {
  margin: 60px !important;
}

.m-65px {
  margin: 65px !important;
}

.m-70px {
  margin: 70px !important;
}

.m-75px {
  margin: 75px !important;
}

.m-80px {
  margin: 80px !important;
}

.m-85px {
  margin: 85px !important;
}

.m-90px {
  margin: 90px !important;
}

.m-95px {
  margin: 95px !important;
}

.m-100px {
  margin: 100px !important;
}

.m-105px {
  margin: 105px !important;
}

.m-110px {
  margin: 110px !important;
}

.m-115px {
  margin: 115px !important;
}

.m-120px {
  margin: 120px !important;
}

.m-125px {
  margin: 125px !important;
}

.m-130px {
  margin: 130px !important;
}

.m-135px {
  margin: 135px !important;
}

.m-140px {
  margin: 140px !important;
}

.m-145px {
  margin: 145px !important;
}

.m-150px {
  margin: 150px !important;
}

.m-155px {
  margin: 155px !important;
}

.m-160px {
  margin: 160px !important;
}

.m-165px {
  margin: 165px !important;
}

.m-170px {
  margin: 170px !important;
}

.m-175px {
  margin: 175px !important;
}

.m-180px {
  margin: 180px !important;
}

.m-185px {
  margin: 185px !important;
}

.m-190px {
  margin: 190px !important;
}

.m-195px {
  margin: 195px !important;
}

.m-200px {
  margin: 200px !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mt-5px, .my-5px {
  margin-top: 5px !important;
}

.mt-10px, .my-10px {
  margin-top: 10px !important;
}

.mt-15px, .my-15px {
  margin-top: 15px !important;
}

.mt-20px, .my-20px {
  margin-top: 20px !important;
}

.mt-25px, .my-25px {
  margin-top: 25px !important;
}

.mt-30px, .my-30px {
  margin-top: 30px !important;
}

.mt-35px, .my-35px {
  margin-top: 35px !important;
}

.mt-40px, .my-40px {
  margin-top: 40px !important;
}

.mt-45px, .my-45px {
  margin-top: 45px !important;
}

.mt-50px, .my-50px {
  margin-top: 50px !important;
}

.mt-55px, .my-55px {
  margin-top: 55px !important;
}

.mt-60px, .my-60px {
  margin-top: 60px !important;
}

.mt-65px, .my-65px {
  margin-top: 65px !important;
}

.mt-70px, .my-70px {
  margin-top: 70px !important;
}

.mt-75px, .my-75px {
  margin-top: 75px !important;
}

.mt-80px, .my-80px {
  margin-top: 80px !important;
}

.mt-85px, .my-85px {
  margin-top: 85px !important;
}

.mt-90px, .my-90px {
  margin-top: 90px !important;
}

.mt-95px, .my-95px {
  margin-top: 95px !important;
}

.mt-100px, .my-100px {
  margin-top: 100px !important;
}

.mt-105px, .my-105px {
  margin-top: 105px !important;
}

.mt-110px, .my-110px {
  margin-top: 110px !important;
}

.mt-115px, .my-115px {
  margin-top: 115px !important;
}

.mt-120px, .my-120px {
  margin-top: 120px !important;
}

.mt-125px, .my-125px {
  margin-top: 125px !important;
}

.mt-130px, .my-130px {
  margin-top: 130px !important;
}

.mt-135px, .my-135px {
  margin-top: 135px !important;
}

.mt-140px, .my-140px {
  margin-top: 140px !important;
}

.mt-145px, .my-145px {
  margin-top: 145px !important;
}

.mt-150px, .my-150px {
  margin-top: 150px !important;
}

.mt-155px, .my-155px {
  margin-top: 155px !important;
}

.mt-160px, .my-160px {
  margin-top: 160px !important;
}

.mt-165px, .my-165px {
  margin-top: 165px !important;
}

.mt-170px, .my-170px {
  margin-top: 170px !important;
}

.mt-175px, .my-175px {
  margin-top: 175px !important;
}

.mt-180px, .my-180px {
  margin-top: 180px !important;
}

.mt-185px, .my-185px {
  margin-top: 185px !important;
}

.mt-190px, .my-190px {
  margin-top: 190px !important;
}

.mt-195px, .my-195px {
  margin-top: 195px !important;
}

.mt-200px, .my-200px {
  margin-top: 200px !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.mb-5px, .my-5px {
  margin-bottom: 5px !important;
}

.mb-10px, .my-10px {
  margin-bottom: 10px !important;
}

.mb-15px, .my-15px {
  margin-bottom: 15px !important;
}

.mb-20px, .my-20px {
  margin-bottom: 20px !important;
}

.mb-25px, .my-25px {
  margin-bottom: 25px !important;
}

.mb-30px, .my-30px {
  margin-bottom: 30px !important;
}

.mb-35px, .my-35px {
  margin-bottom: 35px !important;
}

.mb-40px, .my-40px {
  margin-bottom: 40px !important;
}

.mb-45px, .my-45px {
  margin-bottom: 45px !important;
}

.mb-50px, .my-50px {
  margin-bottom: 50px !important;
}

.mb-55px, .my-55px {
  margin-bottom: 55px !important;
}

.mb-60px, .my-60px {
  margin-bottom: 60px !important;
}

.mb-65px, .my-65px {
  margin-bottom: 65px !important;
}

.mb-70px, .my-70px {
  margin-bottom: 70px !important;
}

.mb-75px, .my-75px {
  margin-bottom: 75px !important;
}

.mb-80px, .my-80px {
  margin-bottom: 80px !important;
}

.mb-85px, .my-85px {
  margin-bottom: 85px !important;
}

.mb-90px, .my-90px {
  margin-bottom: 90px !important;
}

.mb-95px, .my-95px {
  margin-bottom: 95px !important;
}

.mb-100px, .my-100px {
  margin-bottom: 100px !important;
}

.mb-105px, .my-105px {
  margin-bottom: 105px !important;
}

.mb-110px, .my-110px {
  margin-bottom: 110px !important;
}

.mb-115px, .my-115px {
  margin-bottom: 115px !important;
}

.mb-120px, .my-120px {
  margin-bottom: 120px !important;
}

.mb-125px, .my-125px {
  margin-bottom: 125px !important;
}

.mb-130px, .my-130px {
  margin-bottom: 130px !important;
}

.mb-135px, .my-135px {
  margin-bottom: 135px !important;
}

.mb-140px, .my-140px {
  margin-bottom: 140px !important;
}

.mb-145px, .my-145px {
  margin-bottom: 145px !important;
}

.mb-150px, .my-150px {
  margin-bottom: 150px !important;
}

.mb-155px, .my-155px {
  margin-bottom: 155px !important;
}

.mb-160px, .my-160px {
  margin-bottom: 160px !important;
}

.mb-165px, .my-165px {
  margin-bottom: 165px !important;
}

.mb-170px, .my-170px {
  margin-bottom: 170px !important;
}

.mb-175px, .my-175px {
  margin-bottom: 175px !important;
}

.mb-180px, .my-180px {
  margin-bottom: 180px !important;
}

.mb-185px, .my-185px {
  margin-bottom: 185px !important;
}

.mb-190px, .my-190px {
  margin-bottom: 190px !important;
}

.mb-195px, .my-195px {
  margin-bottom: 195px !important;
}

.mb-200px, .my-200px {
  margin-bottom: 200px !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.ml-5px, .mx-5px {
  margin-left: 5px !important;
}

.ml-10px, .mx-10px {
  margin-left: 10px !important;
}

.ml-15px, .mx-15px {
  margin-left: 15px !important;
}

.ml-20px, .mx-20px {
  margin-left: 20px !important;
}

.ml-25px, .mx-25px {
  margin-left: 25px !important;
}

.ml-30px, .mx-30px {
  margin-left: 30px !important;
}

.ml-35px, .mx-35px {
  margin-left: 35px !important;
}

.ml-40px, .mx-40px {
  margin-left: 40px !important;
}

.ml-45px, .mx-45px {
  margin-left: 45px !important;
}

.ml-50px, .mx-50px {
  margin-left: 50px !important;
}

.ml-55px, .mx-55px {
  margin-left: 55px !important;
}

.ml-60px, .mx-60px {
  margin-left: 60px !important;
}

.ml-65px, .mx-65px {
  margin-left: 65px !important;
}

.ml-70px, .mx-70px {
  margin-left: 70px !important;
}

.ml-75px, .mx-75px {
  margin-left: 75px !important;
}

.ml-80px, .mx-80px {
  margin-left: 80px !important;
}

.ml-85px, .mx-85px {
  margin-left: 85px !important;
}

.ml-90px, .mx-90px {
  margin-left: 90px !important;
}

.ml-95px, .mx-95px {
  margin-left: 95px !important;
}

.ml-100px, .mx-100px {
  margin-left: 100px !important;
}

.ml-105px, .mx-105px {
  margin-left: 105px !important;
}

.ml-110px, .mx-110px {
  margin-left: 110px !important;
}

.ml-115px, .mx-115px {
  margin-left: 115px !important;
}

.ml-120px, .mx-120px {
  margin-left: 120px !important;
}

.ml-125px, .mx-125px {
  margin-left: 125px !important;
}

.ml-130px, .mx-130px {
  margin-left: 130px !important;
}

.ml-135px, .mx-135px {
  margin-left: 135px !important;
}

.ml-140px, .mx-140px {
  margin-left: 140px !important;
}

.ml-145px, .mx-145px {
  margin-left: 145px !important;
}

.ml-150px, .mx-150px {
  margin-left: 150px !important;
}

.ml-155px, .mx-155px {
  margin-left: 155px !important;
}

.ml-160px, .mx-160px {
  margin-left: 160px !important;
}

.ml-165px, .mx-165px {
  margin-left: 165px !important;
}

.ml-170px, .mx-170px {
  margin-left: 170px !important;
}

.ml-175px, .mx-175px {
  margin-left: 175px !important;
}

.ml-180px, .mx-180px {
  margin-left: 180px !important;
}

.ml-185px, .mx-185px {
  margin-left: 185px !important;
}

.ml-190px, .mx-190px {
  margin-left: 190px !important;
}

.ml-195px, .mx-195px {
  margin-left: 195px !important;
}

.ml-200px, .mx-200px {
  margin-left: 200px !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mr-5px, .mx-5px {
  margin-right: 5px !important;
}

.mr-10px, .mx-10px {
  margin-right: 10px !important;
}

.mr-15px, .mx-15px {
  margin-right: 15px !important;
}

.mr-20px, .mx-20px {
  margin-right: 20px !important;
}

.mr-25px, .mx-25px {
  margin-right: 25px !important;
}

.mr-30px, .mx-30px {
  margin-right: 30px !important;
}

.mr-35px, .mx-35px {
  margin-right: 35px !important;
}

.mr-40px, .mx-40px {
  margin-right: 40px !important;
}

.mr-45px, .mx-45px {
  margin-right: 45px !important;
}

.mr-50px, .mx-50px {
  margin-right: 50px !important;
}

.mr-55px, .mx-55px {
  margin-right: 55px !important;
}

.mr-60px, .mx-60px {
  margin-right: 60px !important;
}

.mr-65px, .mx-65px {
  margin-right: 65px !important;
}

.mr-70px, .mx-70px {
  margin-right: 70px !important;
}

.mr-75px, .mx-75px {
  margin-right: 75px !important;
}

.mr-80px, .mx-80px {
  margin-right: 80px !important;
}

.mr-85px, .mx-85px {
  margin-right: 85px !important;
}

.mr-90px, .mx-90px {
  margin-right: 90px !important;
}

.mr-95px, .mx-95px {
  margin-right: 95px !important;
}

.mr-100px, .mx-100px {
  margin-right: 100px !important;
}

.mr-105px, .mx-105px {
  margin-right: 105px !important;
}

.mr-110px, .mx-110px {
  margin-right: 110px !important;
}

.mr-115px, .mx-115px {
  margin-right: 115px !important;
}

.mr-120px, .mx-120px {
  margin-right: 120px !important;
}

.mr-125px, .mx-125px {
  margin-right: 125px !important;
}

.mr-130px, .mx-130px {
  margin-right: 130px !important;
}

.mr-135px, .mx-135px {
  margin-right: 135px !important;
}

.mr-140px, .mx-140px {
  margin-right: 140px !important;
}

.mr-145px, .mx-145px {
  margin-right: 145px !important;
}

.mr-150px, .mx-150px {
  margin-right: 150px !important;
}

.mr-155px, .mx-155px {
  margin-right: 155px !important;
}

.mr-160px, .mx-160px {
  margin-right: 160px !important;
}

.mr-165px, .mx-165px {
  margin-right: 165px !important;
}

.mr-170px, .mx-170px {
  margin-right: 170px !important;
}

.mr-175px, .mx-175px {
  margin-right: 175px !important;
}

.mr-180px, .mx-180px {
  margin-right: 180px !important;
}

.mr-185px, .mx-185px {
  margin-right: 185px !important;
}

.mr-190px, .mx-190px {
  margin-right: 190px !important;
}

.mr-195px, .mx-195px {
  margin-right: 195px !important;
}

.mr-200px, .mx-200px {
  margin-right: 200px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-5px {
  padding: 5px !important;
}

.p-10px {
  padding: 10px !important;
}

.p-15px {
  padding: 15px !important;
}

.p-20px {
  padding: 20px !important;
}

.p-25px {
  padding: 25px !important;
}

.p-30px {
  padding: 30px !important;
}

.p-35px {
  padding: 35px !important;
}

.p-40px {
  padding: 40px !important;
}

.p-45px {
  padding: 45px !important;
}

.p-50px {
  padding: 50px !important;
}

.p-55px {
  padding: 55px !important;
}

.p-60px {
  padding: 60px !important;
}

.p-65px {
  padding: 65px !important;
}

.p-70px {
  padding: 70px !important;
}

.p-75px {
  padding: 75px !important;
}

.p-80px {
  padding: 80px !important;
}

.p-85px {
  padding: 85px !important;
}

.p-90px {
  padding: 90px !important;
}

.p-95px {
  padding: 95px !important;
}

.p-100px {
  padding: 100px !important;
}

.p-105px {
  padding: 105px !important;
}

.p-110px {
  padding: 110px !important;
}

.p-115px {
  padding: 115px !important;
}

.p-120px {
  padding: 120px !important;
}

.p-125px {
  padding: 125px !important;
}

.p-130px {
  padding: 130px !important;
}

.p-135px {
  padding: 135px !important;
}

.p-140px {
  padding: 140px !important;
}

.p-145px {
  padding: 145px !important;
}

.p-150px {
  padding: 150px !important;
}

.p-155px {
  padding: 155px !important;
}

.p-160px {
  padding: 160px !important;
}

.p-165px {
  padding: 165px !important;
}

.p-170px {
  padding: 170px !important;
}

.p-175px {
  padding: 175px !important;
}

.p-180px {
  padding: 180px !important;
}

.p-185px {
  padding: 185px !important;
}

.p-190px {
  padding: 190px !important;
}

.p-195px {
  padding: 195px !important;
}

.p-200px {
  padding: 200px !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pt-5px, .py-5px {
  padding-top: 5px !important;
}

.pt-10px, .py-10px {
  padding-top: 10px !important;
}

.pt-15px, .py-15px {
  padding-top: 15px !important;
}

.pt-20px, .py-20px {
  padding-top: 20px !important;
}

.pt-25px, .py-25px {
  padding-top: 25px !important;
}

.pt-30px, .py-30px {
  padding-top: 30px !important;
}

.pt-35px, .py-35px {
  padding-top: 35px !important;
}

.pt-40px, .py-40px {
  padding-top: 40px !important;
}

.pt-45px, .py-45px {
  padding-top: 45px !important;
}

.pt-50px, .py-50px {
  padding-top: 50px !important;
}

.pt-55px, .py-55px {
  padding-top: 55px !important;
}

.pt-60px, .py-60px {
  padding-top: 60px !important;
}

.pt-65px, .py-65px {
  padding-top: 65px !important;
}

.pt-70px, .py-70px {
  padding-top: 70px !important;
}

.pt-75px, .py-75px {
  padding-top: 75px !important;
}

.pt-80px, .py-80px {
  padding-top: 80px !important;
}

.pt-85px, .py-85px {
  padding-top: 85px !important;
}

.pt-90px, .py-90px {
  padding-top: 90px !important;
}

.pt-95px, .py-95px {
  padding-top: 95px !important;
}

.pt-100px, .py-100px {
  padding-top: 100px !important;
}

.pt-105px, .py-105px {
  padding-top: 105px !important;
}

.pt-110px, .py-110px {
  padding-top: 110px !important;
}

.pt-115px, .py-115px {
  padding-top: 115px !important;
}

.pt-120px, .py-120px {
  padding-top: 120px !important;
}

.pt-125px, .py-125px {
  padding-top: 125px !important;
}

.pt-130px, .py-130px {
  padding-top: 130px !important;
}

.pt-135px, .py-135px {
  padding-top: 135px !important;
}

.pt-140px, .py-140px {
  padding-top: 140px !important;
}

.pt-145px, .py-145px {
  padding-top: 145px !important;
}

.pt-150px, .py-150px {
  padding-top: 150px !important;
}

.pt-155px, .py-155px {
  padding-top: 155px !important;
}

.pt-160px, .py-160px {
  padding-top: 160px !important;
}

.pt-165px, .py-165px {
  padding-top: 165px !important;
}

.pt-170px, .py-170px {
  padding-top: 170px !important;
}

.pt-175px, .py-175px {
  padding-top: 175px !important;
}

.pt-180px, .py-180px {
  padding-top: 180px !important;
}

.pt-185px, .py-185px {
  padding-top: 185px !important;
}

.pt-190px, .py-190px {
  padding-top: 190px !important;
}

.pt-195px, .py-195px {
  padding-top: 195px !important;
}

.pt-200px, .py-200px {
  padding-top: 200px !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pb-5px, .py-5px {
  padding-bottom: 5px !important;
}

.pb-10px, .py-10px {
  padding-bottom: 10px !important;
}

.pb-15px, .py-15px {
  padding-bottom: 15px !important;
}

.pb-20px, .py-20px {
  padding-bottom: 20px !important;
}

.pb-25px, .py-25px {
  padding-bottom: 25px !important;
}

.pb-30px, .py-30px {
  padding-bottom: 30px !important;
}

.pb-35px, .py-35px {
  padding-bottom: 35px !important;
}

.pb-40px, .py-40px {
  padding-bottom: 40px !important;
}

.pb-45px, .py-45px {
  padding-bottom: 45px !important;
}

.pb-50px, .py-50px {
  padding-bottom: 50px !important;
}

.pb-55px, .py-55px {
  padding-bottom: 55px !important;
}

.pb-60px, .py-60px {
  padding-bottom: 60px !important;
}

.pb-65px, .py-65px {
  padding-bottom: 65px !important;
}

.pb-70px, .py-70px {
  padding-bottom: 70px !important;
}

.pb-75px, .py-75px {
  padding-bottom: 75px !important;
}

.pb-80px, .py-80px {
  padding-bottom: 80px !important;
}

.pb-85px, .py-85px {
  padding-bottom: 85px !important;
}

.pb-90px, .py-90px {
  padding-bottom: 90px !important;
}

.pb-95px, .py-95px {
  padding-bottom: 95px !important;
}

.pb-100px, .py-100px {
  padding-bottom: 100px !important;
}

.pb-105px, .py-105px {
  padding-bottom: 105px !important;
}

.pb-110px, .py-110px {
  padding-bottom: 110px !important;
}

.pb-115px, .py-115px {
  padding-bottom: 115px !important;
}

.pb-120px, .py-120px {
  padding-bottom: 120px !important;
}

.pb-125px, .py-125px {
  padding-bottom: 125px !important;
}

.pb-130px, .py-130px {
  padding-bottom: 130px !important;
}

.pb-135px, .py-135px {
  padding-bottom: 135px !important;
}

.pb-140px, .py-140px {
  padding-bottom: 140px !important;
}

.pb-145px, .py-145px {
  padding-bottom: 145px !important;
}

.pb-150px, .py-150px {
  padding-bottom: 150px !important;
}

.pb-155px, .py-155px {
  padding-bottom: 155px !important;
}

.pb-160px, .py-160px {
  padding-bottom: 160px !important;
}

.pb-165px, .py-165px {
  padding-bottom: 165px !important;
}

.pb-170px, .py-170px {
  padding-bottom: 170px !important;
}

.pb-175px, .py-175px {
  padding-bottom: 175px !important;
}

.pb-180px, .py-180px {
  padding-bottom: 180px !important;
}

.pb-185px, .py-185px {
  padding-bottom: 185px !important;
}

.pb-190px, .py-190px {
  padding-bottom: 190px !important;
}

.pb-195px, .py-195px {
  padding-bottom: 195px !important;
}

.pb-200px, .py-200px {
  padding-bottom: 200px !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.pl-5px, .px-5px {
  padding-left: 5px !important;
}

.pl-10px, .px-10px {
  padding-left: 10px !important;
}

.pl-15px, .px-15px {
  padding-left: 15px !important;
}

.pl-20px, .px-20px {
  padding-left: 20px !important;
}

.pl-25px, .px-25px {
  padding-left: 25px !important;
}

.pl-30px, .px-30px {
  padding-left: 30px !important;
}

.pl-35px, .px-35px {
  padding-left: 35px !important;
}

.pl-40px, .px-40px {
  padding-left: 40px !important;
}

.pl-45px, .px-45px {
  padding-left: 45px !important;
}

.pl-50px, .px-50px {
  padding-left: 50px !important;
}

.pl-55px, .px-55px {
  padding-left: 55px !important;
}

.pl-60px, .px-60px {
  padding-left: 60px !important;
}

.pl-65px, .px-65px {
  padding-left: 65px !important;
}

.pl-70px, .px-70px {
  padding-left: 70px !important;
}

.pl-75px, .px-75px {
  padding-left: 75px !important;
}

.pl-80px, .px-80px {
  padding-left: 80px !important;
}

.pl-85px, .px-85px {
  padding-left: 85px !important;
}

.pl-90px, .px-90px {
  padding-left: 90px !important;
}

.pl-95px, .px-95px {
  padding-left: 95px !important;
}

.pl-100px, .px-100px {
  padding-left: 100px !important;
}

.pl-105px, .px-105px {
  padding-left: 105px !important;
}

.pl-110px, .px-110px {
  padding-left: 110px !important;
}

.pl-115px, .px-115px {
  padding-left: 115px !important;
}

.pl-120px, .px-120px {
  padding-left: 120px !important;
}

.pl-125px, .px-125px {
  padding-left: 125px !important;
}

.pl-130px, .px-130px {
  padding-left: 130px !important;
}

.pl-135px, .px-135px {
  padding-left: 135px !important;
}

.pl-140px, .px-140px {
  padding-left: 140px !important;
}

.pl-145px, .px-145px {
  padding-left: 145px !important;
}

.pl-150px, .px-150px {
  padding-left: 150px !important;
}

.pl-155px, .px-155px {
  padding-left: 155px !important;
}

.pl-160px, .px-160px {
  padding-left: 160px !important;
}

.pl-165px, .px-165px {
  padding-left: 165px !important;
}

.pl-170px, .px-170px {
  padding-left: 170px !important;
}

.pl-175px, .px-175px {
  padding-left: 175px !important;
}

.pl-180px, .px-180px {
  padding-left: 180px !important;
}

.pl-185px, .px-185px {
  padding-left: 185px !important;
}

.pl-190px, .px-190px {
  padding-left: 190px !important;
}

.pl-195px, .px-195px {
  padding-left: 195px !important;
}

.pl-200px, .px-200px {
  padding-left: 200px !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pr-5px, .px-5px {
  padding-right: 5px !important;
}

.pr-10px, .px-10px {
  padding-right: 10px !important;
}

.pr-15px, .px-15px {
  padding-right: 15px !important;
}

.pr-20px, .px-20px {
  padding-right: 20px !important;
}

.pr-25px, .px-25px {
  padding-right: 25px !important;
}

.pr-30px, .px-30px {
  padding-right: 30px !important;
}

.pr-35px, .px-35px {
  padding-right: 35px !important;
}

.pr-40px, .px-40px {
  padding-right: 40px !important;
}

.pr-45px, .px-45px {
  padding-right: 45px !important;
}

.pr-50px, .px-50px {
  padding-right: 50px !important;
}

.pr-55px, .px-55px {
  padding-right: 55px !important;
}

.pr-60px, .px-60px {
  padding-right: 60px !important;
}

.pr-65px, .px-65px {
  padding-right: 65px !important;
}

.pr-70px, .px-70px {
  padding-right: 70px !important;
}

.pr-75px, .px-75px {
  padding-right: 75px !important;
}

.pr-80px, .px-80px {
  padding-right: 80px !important;
}

.pr-85px, .px-85px {
  padding-right: 85px !important;
}

.pr-90px, .px-90px {
  padding-right: 90px !important;
}

.pr-95px, .px-95px {
  padding-right: 95px !important;
}

.pr-100px, .px-100px {
  padding-right: 100px !important;
}

.pr-105px, .px-105px {
  padding-right: 105px !important;
}

.pr-110px, .px-110px {
  padding-right: 110px !important;
}

.pr-115px, .px-115px {
  padding-right: 115px !important;
}

.pr-120px, .px-120px {
  padding-right: 120px !important;
}

.pr-125px, .px-125px {
  padding-right: 125px !important;
}

.pr-130px, .px-130px {
  padding-right: 130px !important;
}

.pr-135px, .px-135px {
  padding-right: 135px !important;
}

.pr-140px, .px-140px {
  padding-right: 140px !important;
}

.pr-145px, .px-145px {
  padding-right: 145px !important;
}

.pr-150px, .px-150px {
  padding-right: 150px !important;
}

.pr-155px, .px-155px {
  padding-right: 155px !important;
}

.pr-160px, .px-160px {
  padding-right: 160px !important;
}

.pr-165px, .px-165px {
  padding-right: 165px !important;
}

.pr-170px, .px-170px {
  padding-right: 170px !important;
}

.pr-175px, .px-175px {
  padding-right: 175px !important;
}

.pr-180px, .px-180px {
  padding-right: 180px !important;
}

.pr-185px, .px-185px {
  padding-right: 185px !important;
}

.pr-190px, .px-190px {
  padding-right: 190px !important;
}

.pr-195px, .px-195px {
  padding-right: 195px !important;
}

.pr-200px, .px-200px {
  padding-right: 200px !important;
}

.height-vh10 {
  min-height: 10vh;
}

.height-vh15 {
  min-height: 15vh;
}

.height-vh20 {
  min-height: 20vh;
}

.height-vh25 {
  min-height: 25vh;
}

.height-vh30 {
  min-height: 30vh;
}

.height-vh35 {
  min-height: 35vh;
}

.height-vh40 {
  min-height: 40vh;
}

.height-vh45 {
  min-height: 45vh;
}

.height-vh50 {
  min-height: 50vh;
}

.height-vh55 {
  min-height: 55vh;
}

.height-vh60 {
  min-height: 60vh;
}

.height-vh65 {
  min-height: 65vh;
}

.height-vh70 {
  min-height: 70vh;
}

.height-vh75 {
  min-height: 75vh;
}

.height-vh80 {
  min-height: 80vh;
}

.height-vh85 {
  min-height: 85vh;
}

.height-vh90 {
  min-height: 90vh;
}

.height-vh95 {
  min-height: 95vh;
}

.height-vh100 {
  min-height: 100vh;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-5px {
    margin: 5px !important;
  }
  .m-sm-10px {
    margin: 10px !important;
  }
  .m-sm-15px {
    margin: 15px !important;
  }
  .m-sm-20px {
    margin: 20px !important;
  }
  .m-sm-25px {
    margin: 25px !important;
  }
  .m-sm-30px {
    margin: 30px !important;
  }
  .m-sm-35px {
    margin: 35px !important;
  }
  .m-sm-40px {
    margin: 40px !important;
  }
  .m-sm-45px {
    margin: 45px !important;
  }
  .m-sm-50px {
    margin: 50px !important;
  }
  .m-sm-55px {
    margin: 55px !important;
  }
  .m-sm-60px {
    margin: 60px !important;
  }
  .m-sm-65px {
    margin: 65px !important;
  }
  .m-sm-70px {
    margin: 70px !important;
  }
  .m-sm-75px {
    margin: 75px !important;
  }
  .m-sm-80px {
    margin: 80px !important;
  }
  .m-sm-85px {
    margin: 85px !important;
  }
  .m-sm-90px {
    margin: 90px !important;
  }
  .m-sm-95px {
    margin: 95px !important;
  }
  .m-sm-100px {
    margin: 100px !important;
  }
  .m-sm-105px {
    margin: 105px !important;
  }
  .m-sm-110px {
    margin: 110px !important;
  }
  .m-sm-115px {
    margin: 115px !important;
  }
  .m-sm-120px {
    margin: 120px !important;
  }
  .m-sm-125px {
    margin: 125px !important;
  }
  .m-sm-130px {
    margin: 130px !important;
  }
  .m-sm-135px {
    margin: 135px !important;
  }
  .m-sm-140px {
    margin: 140px !important;
  }
  .m-sm-145px {
    margin: 145px !important;
  }
  .m-sm-150px {
    margin: 150px !important;
  }
  .m-sm-155px {
    margin: 155px !important;
  }
  .m-sm-160px {
    margin: 160px !important;
  }
  .m-sm-165px {
    margin: 165px !important;
  }
  .m-sm-170px {
    margin: 170px !important;
  }
  .m-sm-175px {
    margin: 175px !important;
  }
  .m-sm-180px {
    margin: 180px !important;
  }
  .m-sm-185px {
    margin: 185px !important;
  }
  .m-sm-190px {
    margin: 190px !important;
  }
  .m-sm-195px {
    margin: 195px !important;
  }
  .m-sm-200px {
    margin: 200px !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-5px, .my-sm-5px {
    margin-top: 5px !important;
  }
  .mt-sm-10px, .my-sm-10px {
    margin-top: 10px !important;
  }
  .mt-sm-15px, .my-sm-15px {
    margin-top: 15px !important;
  }
  .mt-sm-20px, .my-sm-20px {
    margin-top: 20px !important;
  }
  .mt-sm-25px, .my-sm-25px {
    margin-top: 25px !important;
  }
  .mt-sm-30px, .my-sm-30px {
    margin-top: 30px !important;
  }
  .mt-sm-35px, .my-sm-35px {
    margin-top: 35px !important;
  }
  .mt-sm-40px, .my-sm-40px {
    margin-top: 40px !important;
  }
  .mt-sm-45px, .my-sm-45px {
    margin-top: 45px !important;
  }
  .mt-sm-50px, .my-sm-50px {
    margin-top: 50px !important;
  }
  .mt-sm-55px, .my-sm-55px {
    margin-top: 55px !important;
  }
  .mt-sm-60px, .my-sm-60px {
    margin-top: 60px !important;
  }
  .mt-sm-65px, .my-sm-65px {
    margin-top: 65px !important;
  }
  .mt-sm-70px, .my-sm-70px {
    margin-top: 70px !important;
  }
  .mt-sm-75px, .my-sm-75px {
    margin-top: 75px !important;
  }
  .mt-sm-80px, .my-sm-80px {
    margin-top: 80px !important;
  }
  .mt-sm-85px, .my-sm-85px {
    margin-top: 85px !important;
  }
  .mt-sm-90px, .my-sm-90px {
    margin-top: 90px !important;
  }
  .mt-sm-95px, .my-sm-95px {
    margin-top: 95px !important;
  }
  .mt-sm-100px, .my-sm-100px {
    margin-top: 100px !important;
  }
  .mt-sm-105px, .my-sm-105px {
    margin-top: 105px !important;
  }
  .mt-sm-110px, .my-sm-110px {
    margin-top: 110px !important;
  }
  .mt-sm-115px, .my-sm-115px {
    margin-top: 115px !important;
  }
  .mt-sm-120px, .my-sm-120px {
    margin-top: 120px !important;
  }
  .mt-sm-125px, .my-sm-125px {
    margin-top: 125px !important;
  }
  .mt-sm-130px, .my-sm-130px {
    margin-top: 130px !important;
  }
  .mt-sm-135px, .my-sm-135px {
    margin-top: 135px !important;
  }
  .mt-sm-140px, .my-sm-140px {
    margin-top: 140px !important;
  }
  .mt-sm-145px, .my-sm-145px {
    margin-top: 145px !important;
  }
  .mt-sm-150px, .my-sm-150px {
    margin-top: 150px !important;
  }
  .mt-sm-155px, .my-sm-155px {
    margin-top: 155px !important;
  }
  .mt-sm-160px, .my-sm-160px {
    margin-top: 160px !important;
  }
  .mt-sm-165px, .my-sm-165px {
    margin-top: 165px !important;
  }
  .mt-sm-170px, .my-sm-170px {
    margin-top: 170px !important;
  }
  .mt-sm-175px, .my-sm-175px {
    margin-top: 175px !important;
  }
  .mt-sm-180px, .my-sm-180px {
    margin-top: 180px !important;
  }
  .mt-sm-185px, .my-sm-185px {
    margin-top: 185px !important;
  }
  .mt-sm-190px, .my-sm-190px {
    margin-top: 190px !important;
  }
  .mt-sm-195px, .my-sm-195px {
    margin-top: 195px !important;
  }
  .mt-sm-200px, .my-sm-200px {
    margin-top: 200px !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-5px, .my-sm-5px {
    margin-bottom: 5px !important;
  }
  .mb-sm-10px, .my-sm-10px {
    margin-bottom: 10px !important;
  }
  .mb-sm-15px, .my-sm-15px {
    margin-bottom: 15px !important;
  }
  .mb-sm-20px, .my-sm-20px {
    margin-bottom: 20px !important;
  }
  .mb-sm-25px, .my-sm-25px {
    margin-bottom: 25px !important;
  }
  .mb-sm-30px, .my-sm-30px {
    margin-bottom: 30px !important;
  }
  .mb-sm-35px, .my-sm-35px {
    margin-bottom: 35px !important;
  }
  .mb-sm-40px, .my-sm-40px {
    margin-bottom: 40px !important;
  }
  .mb-sm-45px, .my-sm-45px {
    margin-bottom: 45px !important;
  }
  .mb-sm-50px, .my-sm-50px {
    margin-bottom: 50px !important;
  }
  .mb-sm-55px, .my-sm-55px {
    margin-bottom: 55px !important;
  }
  .mb-sm-60px, .my-sm-60px {
    margin-bottom: 60px !important;
  }
  .mb-sm-65px, .my-sm-65px {
    margin-bottom: 65px !important;
  }
  .mb-sm-70px, .my-sm-70px {
    margin-bottom: 70px !important;
  }
  .mb-sm-75px, .my-sm-75px {
    margin-bottom: 75px !important;
  }
  .mb-sm-80px, .my-sm-80px {
    margin-bottom: 80px !important;
  }
  .mb-sm-85px, .my-sm-85px {
    margin-bottom: 85px !important;
  }
  .mb-sm-90px, .my-sm-90px {
    margin-bottom: 90px !important;
  }
  .mb-sm-95px, .my-sm-95px {
    margin-bottom: 95px !important;
  }
  .mb-sm-100px, .my-sm-100px {
    margin-bottom: 100px !important;
  }
  .mb-sm-105px, .my-sm-105px {
    margin-bottom: 105px !important;
  }
  .mb-sm-110px, .my-sm-110px {
    margin-bottom: 110px !important;
  }
  .mb-sm-115px, .my-sm-115px {
    margin-bottom: 115px !important;
  }
  .mb-sm-120px, .my-sm-120px {
    margin-bottom: 120px !important;
  }
  .mb-sm-125px, .my-sm-125px {
    margin-bottom: 125px !important;
  }
  .mb-sm-130px, .my-sm-130px {
    margin-bottom: 130px !important;
  }
  .mb-sm-135px, .my-sm-135px {
    margin-bottom: 135px !important;
  }
  .mb-sm-140px, .my-sm-140px {
    margin-bottom: 140px !important;
  }
  .mb-sm-145px, .my-sm-145px {
    margin-bottom: 145px !important;
  }
  .mb-sm-150px, .my-sm-150px {
    margin-bottom: 150px !important;
  }
  .mb-sm-155px, .my-sm-155px {
    margin-bottom: 155px !important;
  }
  .mb-sm-160px, .my-sm-160px {
    margin-bottom: 160px !important;
  }
  .mb-sm-165px, .my-sm-165px {
    margin-bottom: 165px !important;
  }
  .mb-sm-170px, .my-sm-170px {
    margin-bottom: 170px !important;
  }
  .mb-sm-175px, .my-sm-175px {
    margin-bottom: 175px !important;
  }
  .mb-sm-180px, .my-sm-180px {
    margin-bottom: 180px !important;
  }
  .mb-sm-185px, .my-sm-185px {
    margin-bottom: 185px !important;
  }
  .mb-sm-190px, .my-sm-190px {
    margin-bottom: 190px !important;
  }
  .mb-sm-195px, .my-sm-195px {
    margin-bottom: 195px !important;
  }
  .mb-sm-200px, .my-sm-200px {
    margin-bottom: 200px !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-5px, .mx-sm-5px {
    margin-left: 5px !important;
  }
  .ml-sm-10px, .mx-sm-10px {
    margin-left: 10px !important;
  }
  .ml-sm-15px, .mx-sm-15px {
    margin-left: 15px !important;
  }
  .ml-sm-20px, .mx-sm-20px {
    margin-left: 20px !important;
  }
  .ml-sm-25px, .mx-sm-25px {
    margin-left: 25px !important;
  }
  .ml-sm-30px, .mx-sm-30px {
    margin-left: 30px !important;
  }
  .ml-sm-35px, .mx-sm-35px {
    margin-left: 35px !important;
  }
  .ml-sm-40px, .mx-sm-40px {
    margin-left: 40px !important;
  }
  .ml-sm-45px, .mx-sm-45px {
    margin-left: 45px !important;
  }
  .ml-sm-50px, .mx-sm-50px {
    margin-left: 50px !important;
  }
  .ml-sm-55px, .mx-sm-55px {
    margin-left: 55px !important;
  }
  .ml-sm-60px, .mx-sm-60px {
    margin-left: 60px !important;
  }
  .ml-sm-65px, .mx-sm-65px {
    margin-left: 65px !important;
  }
  .ml-sm-70px, .mx-sm-70px {
    margin-left: 70px !important;
  }
  .ml-sm-75px, .mx-sm-75px {
    margin-left: 75px !important;
  }
  .ml-sm-80px, .mx-sm-80px {
    margin-left: 80px !important;
  }
  .ml-sm-85px, .mx-sm-85px {
    margin-left: 85px !important;
  }
  .ml-sm-90px, .mx-sm-90px {
    margin-left: 90px !important;
  }
  .ml-sm-95px, .mx-sm-95px {
    margin-left: 95px !important;
  }
  .ml-sm-100px, .mx-sm-100px {
    margin-left: 100px !important;
  }
  .ml-sm-105px, .mx-sm-105px {
    margin-left: 105px !important;
  }
  .ml-sm-110px, .mx-sm-110px {
    margin-left: 110px !important;
  }
  .ml-sm-115px, .mx-sm-115px {
    margin-left: 115px !important;
  }
  .ml-sm-120px, .mx-sm-120px {
    margin-left: 120px !important;
  }
  .ml-sm-125px, .mx-sm-125px {
    margin-left: 125px !important;
  }
  .ml-sm-130px, .mx-sm-130px {
    margin-left: 130px !important;
  }
  .ml-sm-135px, .mx-sm-135px {
    margin-left: 135px !important;
  }
  .ml-sm-140px, .mx-sm-140px {
    margin-left: 140px !important;
  }
  .ml-sm-145px, .mx-sm-145px {
    margin-left: 145px !important;
  }
  .ml-sm-150px, .mx-sm-150px {
    margin-left: 150px !important;
  }
  .ml-sm-155px, .mx-sm-155px {
    margin-left: 155px !important;
  }
  .ml-sm-160px, .mx-sm-160px {
    margin-left: 160px !important;
  }
  .ml-sm-165px, .mx-sm-165px {
    margin-left: 165px !important;
  }
  .ml-sm-170px, .mx-sm-170px {
    margin-left: 170px !important;
  }
  .ml-sm-175px, .mx-sm-175px {
    margin-left: 175px !important;
  }
  .ml-sm-180px, .mx-sm-180px {
    margin-left: 180px !important;
  }
  .ml-sm-185px, .mx-sm-185px {
    margin-left: 185px !important;
  }
  .ml-sm-190px, .mx-sm-190px {
    margin-left: 190px !important;
  }
  .ml-sm-195px, .mx-sm-195px {
    margin-left: 195px !important;
  }
  .ml-sm-200px, .mx-sm-200px {
    margin-left: 200px !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-5px, .mx-sm-5px {
    margin-right: 5px !important;
  }
  .mr-sm-10px, .mx-sm-10px {
    margin-right: 10px !important;
  }
  .mr-sm-15px, .mx-sm-15px {
    margin-right: 15px !important;
  }
  .mr-sm-20px, .mx-sm-20px {
    margin-right: 20px !important;
  }
  .mr-sm-25px, .mx-sm-25px {
    margin-right: 25px !important;
  }
  .mr-sm-30px, .mx-sm-30px {
    margin-right: 30px !important;
  }
  .mr-sm-35px, .mx-sm-35px {
    margin-right: 35px !important;
  }
  .mr-sm-40px, .mx-sm-40px {
    margin-right: 40px !important;
  }
  .mr-sm-45px, .mx-sm-45px {
    margin-right: 45px !important;
  }
  .mr-sm-50px, .mx-sm-50px {
    margin-right: 50px !important;
  }
  .mr-sm-55px, .mx-sm-55px {
    margin-right: 55px !important;
  }
  .mr-sm-60px, .mx-sm-60px {
    margin-right: 60px !important;
  }
  .mr-sm-65px, .mx-sm-65px {
    margin-right: 65px !important;
  }
  .mr-sm-70px, .mx-sm-70px {
    margin-right: 70px !important;
  }
  .mr-sm-75px, .mx-sm-75px {
    margin-right: 75px !important;
  }
  .mr-sm-80px, .mx-sm-80px {
    margin-right: 80px !important;
  }
  .mr-sm-85px, .mx-sm-85px {
    margin-right: 85px !important;
  }
  .mr-sm-90px, .mx-sm-90px {
    margin-right: 90px !important;
  }
  .mr-sm-95px, .mx-sm-95px {
    margin-right: 95px !important;
  }
  .mr-sm-100px, .mx-sm-100px {
    margin-right: 100px !important;
  }
  .mr-sm-105px, .mx-sm-105px {
    margin-right: 105px !important;
  }
  .mr-sm-110px, .mx-sm-110px {
    margin-right: 110px !important;
  }
  .mr-sm-115px, .mx-sm-115px {
    margin-right: 115px !important;
  }
  .mr-sm-120px, .mx-sm-120px {
    margin-right: 120px !important;
  }
  .mr-sm-125px, .mx-sm-125px {
    margin-right: 125px !important;
  }
  .mr-sm-130px, .mx-sm-130px {
    margin-right: 130px !important;
  }
  .mr-sm-135px, .mx-sm-135px {
    margin-right: 135px !important;
  }
  .mr-sm-140px, .mx-sm-140px {
    margin-right: 140px !important;
  }
  .mr-sm-145px, .mx-sm-145px {
    margin-right: 145px !important;
  }
  .mr-sm-150px, .mx-sm-150px {
    margin-right: 150px !important;
  }
  .mr-sm-155px, .mx-sm-155px {
    margin-right: 155px !important;
  }
  .mr-sm-160px, .mx-sm-160px {
    margin-right: 160px !important;
  }
  .mr-sm-165px, .mx-sm-165px {
    margin-right: 165px !important;
  }
  .mr-sm-170px, .mx-sm-170px {
    margin-right: 170px !important;
  }
  .mr-sm-175px, .mx-sm-175px {
    margin-right: 175px !important;
  }
  .mr-sm-180px, .mx-sm-180px {
    margin-right: 180px !important;
  }
  .mr-sm-185px, .mx-sm-185px {
    margin-right: 185px !important;
  }
  .mr-sm-190px, .mx-sm-190px {
    margin-right: 190px !important;
  }
  .mr-sm-195px, .mx-sm-195px {
    margin-right: 195px !important;
  }
  .mr-sm-200px, .mx-sm-200px {
    margin-right: 200px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-5px {
    padding: 5px !important;
  }
  .p-sm-10px {
    padding: 10px !important;
  }
  .p-sm-15px {
    padding: 15px !important;
  }
  .p-sm-20px {
    padding: 20px !important;
  }
  .p-sm-25px {
    padding: 25px !important;
  }
  .p-sm-30px {
    padding: 30px !important;
  }
  .p-sm-35px {
    padding: 35px !important;
  }
  .p-sm-40px {
    padding: 40px !important;
  }
  .p-sm-45px {
    padding: 45px !important;
  }
  .p-sm-50px {
    padding: 50px !important;
  }
  .p-sm-55px {
    padding: 55px !important;
  }
  .p-sm-60px {
    padding: 60px !important;
  }
  .p-sm-65px {
    padding: 65px !important;
  }
  .p-sm-70px {
    padding: 70px !important;
  }
  .p-sm-75px {
    padding: 75px !important;
  }
  .p-sm-80px {
    padding: 80px !important;
  }
  .p-sm-85px {
    padding: 85px !important;
  }
  .p-sm-90px {
    padding: 90px !important;
  }
  .p-sm-95px {
    padding: 95px !important;
  }
  .p-sm-100px {
    padding: 100px !important;
  }
  .p-sm-105px {
    padding: 105px !important;
  }
  .p-sm-110px {
    padding: 110px !important;
  }
  .p-sm-115px {
    padding: 115px !important;
  }
  .p-sm-120px {
    padding: 120px !important;
  }
  .p-sm-125px {
    padding: 125px !important;
  }
  .p-sm-130px {
    padding: 130px !important;
  }
  .p-sm-135px {
    padding: 135px !important;
  }
  .p-sm-140px {
    padding: 140px !important;
  }
  .p-sm-145px {
    padding: 145px !important;
  }
  .p-sm-150px {
    padding: 150px !important;
  }
  .p-sm-155px {
    padding: 155px !important;
  }
  .p-sm-160px {
    padding: 160px !important;
  }
  .p-sm-165px {
    padding: 165px !important;
  }
  .p-sm-170px {
    padding: 170px !important;
  }
  .p-sm-175px {
    padding: 175px !important;
  }
  .p-sm-180px {
    padding: 180px !important;
  }
  .p-sm-185px {
    padding: 185px !important;
  }
  .p-sm-190px {
    padding: 190px !important;
  }
  .p-sm-195px {
    padding: 195px !important;
  }
  .p-sm-200px {
    padding: 200px !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-5px, .py-sm-5px {
    padding-top: 5px !important;
  }
  .pt-sm-10px, .py-sm-10px {
    padding-top: 10px !important;
  }
  .pt-sm-15px, .py-sm-15px {
    padding-top: 15px !important;
  }
  .pt-sm-20px, .py-sm-20px {
    padding-top: 20px !important;
  }
  .pt-sm-25px, .py-sm-25px {
    padding-top: 25px !important;
  }
  .pt-sm-30px, .py-sm-30px {
    padding-top: 30px !important;
  }
  .pt-sm-35px, .py-sm-35px {
    padding-top: 35px !important;
  }
  .pt-sm-40px, .py-sm-40px {
    padding-top: 40px !important;
  }
  .pt-sm-45px, .py-sm-45px {
    padding-top: 45px !important;
  }
  .pt-sm-50px, .py-sm-50px {
    padding-top: 50px !important;
  }
  .pt-sm-55px, .py-sm-55px {
    padding-top: 55px !important;
  }
  .pt-sm-60px, .py-sm-60px {
    padding-top: 60px !important;
  }
  .pt-sm-65px, .py-sm-65px {
    padding-top: 65px !important;
  }
  .pt-sm-70px, .py-sm-70px {
    padding-top: 70px !important;
  }
  .pt-sm-75px, .py-sm-75px {
    padding-top: 75px !important;
  }
  .pt-sm-80px, .py-sm-80px {
    padding-top: 80px !important;
  }
  .pt-sm-85px, .py-sm-85px {
    padding-top: 85px !important;
  }
  .pt-sm-90px, .py-sm-90px {
    padding-top: 90px !important;
  }
  .pt-sm-95px, .py-sm-95px {
    padding-top: 95px !important;
  }
  .pt-sm-100px, .py-sm-100px {
    padding-top: 100px !important;
  }
  .pt-sm-105px, .py-sm-105px {
    padding-top: 105px !important;
  }
  .pt-sm-110px, .py-sm-110px {
    padding-top: 110px !important;
  }
  .pt-sm-115px, .py-sm-115px {
    padding-top: 115px !important;
  }
  .pt-sm-120px, .py-sm-120px {
    padding-top: 120px !important;
  }
  .pt-sm-125px, .py-sm-125px {
    padding-top: 125px !important;
  }
  .pt-sm-130px, .py-sm-130px {
    padding-top: 130px !important;
  }
  .pt-sm-135px, .py-sm-135px {
    padding-top: 135px !important;
  }
  .pt-sm-140px, .py-sm-140px {
    padding-top: 140px !important;
  }
  .pt-sm-145px, .py-sm-145px {
    padding-top: 145px !important;
  }
  .pt-sm-150px, .py-sm-150px {
    padding-top: 150px !important;
  }
  .pt-sm-155px, .py-sm-155px {
    padding-top: 155px !important;
  }
  .pt-sm-160px, .py-sm-160px {
    padding-top: 160px !important;
  }
  .pt-sm-165px, .py-sm-165px {
    padding-top: 165px !important;
  }
  .pt-sm-170px, .py-sm-170px {
    padding-top: 170px !important;
  }
  .pt-sm-175px, .py-sm-175px {
    padding-top: 175px !important;
  }
  .pt-sm-180px, .py-sm-180px {
    padding-top: 180px !important;
  }
  .pt-sm-185px, .py-sm-185px {
    padding-top: 185px !important;
  }
  .pt-sm-190px, .py-sm-190px {
    padding-top: 190px !important;
  }
  .pt-sm-195px, .py-sm-195px {
    padding-top: 195px !important;
  }
  .pt-sm-200px, .py-sm-200px {
    padding-top: 200px !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-5px, .py-sm-5px {
    padding-bottom: 5px !important;
  }
  .pb-sm-10px, .py-sm-10px {
    padding-bottom: 10px !important;
  }
  .pb-sm-15px, .py-sm-15px {
    padding-bottom: 15px !important;
  }
  .pb-sm-20px, .py-sm-20px {
    padding-bottom: 20px !important;
  }
  .pb-sm-25px, .py-sm-25px {
    padding-bottom: 25px !important;
  }
  .pb-sm-30px, .py-sm-30px {
    padding-bottom: 30px !important;
  }
  .pb-sm-35px, .py-sm-35px {
    padding-bottom: 35px !important;
  }
  .pb-sm-40px, .py-sm-40px {
    padding-bottom: 40px !important;
  }
  .pb-sm-45px, .py-sm-45px {
    padding-bottom: 45px !important;
  }
  .pb-sm-50px, .py-sm-50px {
    padding-bottom: 50px !important;
  }
  .pb-sm-55px, .py-sm-55px {
    padding-bottom: 55px !important;
  }
  .pb-sm-60px, .py-sm-60px {
    padding-bottom: 60px !important;
  }
  .pb-sm-65px, .py-sm-65px {
    padding-bottom: 65px !important;
  }
  .pb-sm-70px, .py-sm-70px {
    padding-bottom: 70px !important;
  }
  .pb-sm-75px, .py-sm-75px {
    padding-bottom: 75px !important;
  }
  .pb-sm-80px, .py-sm-80px {
    padding-bottom: 80px !important;
  }
  .pb-sm-85px, .py-sm-85px {
    padding-bottom: 85px !important;
  }
  .pb-sm-90px, .py-sm-90px {
    padding-bottom: 90px !important;
  }
  .pb-sm-95px, .py-sm-95px {
    padding-bottom: 95px !important;
  }
  .pb-sm-100px, .py-sm-100px {
    padding-bottom: 100px !important;
  }
  .pb-sm-105px, .py-sm-105px {
    padding-bottom: 105px !important;
  }
  .pb-sm-110px, .py-sm-110px {
    padding-bottom: 110px !important;
  }
  .pb-sm-115px, .py-sm-115px {
    padding-bottom: 115px !important;
  }
  .pb-sm-120px, .py-sm-120px {
    padding-bottom: 120px !important;
  }
  .pb-sm-125px, .py-sm-125px {
    padding-bottom: 125px !important;
  }
  .pb-sm-130px, .py-sm-130px {
    padding-bottom: 130px !important;
  }
  .pb-sm-135px, .py-sm-135px {
    padding-bottom: 135px !important;
  }
  .pb-sm-140px, .py-sm-140px {
    padding-bottom: 140px !important;
  }
  .pb-sm-145px, .py-sm-145px {
    padding-bottom: 145px !important;
  }
  .pb-sm-150px, .py-sm-150px {
    padding-bottom: 150px !important;
  }
  .pb-sm-155px, .py-sm-155px {
    padding-bottom: 155px !important;
  }
  .pb-sm-160px, .py-sm-160px {
    padding-bottom: 160px !important;
  }
  .pb-sm-165px, .py-sm-165px {
    padding-bottom: 165px !important;
  }
  .pb-sm-170px, .py-sm-170px {
    padding-bottom: 170px !important;
  }
  .pb-sm-175px, .py-sm-175px {
    padding-bottom: 175px !important;
  }
  .pb-sm-180px, .py-sm-180px {
    padding-bottom: 180px !important;
  }
  .pb-sm-185px, .py-sm-185px {
    padding-bottom: 185px !important;
  }
  .pb-sm-190px, .py-sm-190px {
    padding-bottom: 190px !important;
  }
  .pb-sm-195px, .py-sm-195px {
    padding-bottom: 195px !important;
  }
  .pb-sm-200px, .py-sm-200px {
    padding-bottom: 200px !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-5px, .px-sm-5px {
    padding-left: 5px !important;
  }
  .pl-sm-10px, .px-sm-10px {
    padding-left: 10px !important;
  }
  .pl-sm-15px, .px-sm-15px {
    padding-left: 15px !important;
  }
  .pl-sm-20px, .px-sm-20px {
    padding-left: 20px !important;
  }
  .pl-sm-25px, .px-sm-25px {
    padding-left: 25px !important;
  }
  .pl-sm-30px, .px-sm-30px {
    padding-left: 30px !important;
  }
  .pl-sm-35px, .px-sm-35px {
    padding-left: 35px !important;
  }
  .pl-sm-40px, .px-sm-40px {
    padding-left: 40px !important;
  }
  .pl-sm-45px, .px-sm-45px {
    padding-left: 45px !important;
  }
  .pl-sm-50px, .px-sm-50px {
    padding-left: 50px !important;
  }
  .pl-sm-55px, .px-sm-55px {
    padding-left: 55px !important;
  }
  .pl-sm-60px, .px-sm-60px {
    padding-left: 60px !important;
  }
  .pl-sm-65px, .px-sm-65px {
    padding-left: 65px !important;
  }
  .pl-sm-70px, .px-sm-70px {
    padding-left: 70px !important;
  }
  .pl-sm-75px, .px-sm-75px {
    padding-left: 75px !important;
  }
  .pl-sm-80px, .px-sm-80px {
    padding-left: 80px !important;
  }
  .pl-sm-85px, .px-sm-85px {
    padding-left: 85px !important;
  }
  .pl-sm-90px, .px-sm-90px {
    padding-left: 90px !important;
  }
  .pl-sm-95px, .px-sm-95px {
    padding-left: 95px !important;
  }
  .pl-sm-100px, .px-sm-100px {
    padding-left: 100px !important;
  }
  .pl-sm-105px, .px-sm-105px {
    padding-left: 105px !important;
  }
  .pl-sm-110px, .px-sm-110px {
    padding-left: 110px !important;
  }
  .pl-sm-115px, .px-sm-115px {
    padding-left: 115px !important;
  }
  .pl-sm-120px, .px-sm-120px {
    padding-left: 120px !important;
  }
  .pl-sm-125px, .px-sm-125px {
    padding-left: 125px !important;
  }
  .pl-sm-130px, .px-sm-130px {
    padding-left: 130px !important;
  }
  .pl-sm-135px, .px-sm-135px {
    padding-left: 135px !important;
  }
  .pl-sm-140px, .px-sm-140px {
    padding-left: 140px !important;
  }
  .pl-sm-145px, .px-sm-145px {
    padding-left: 145px !important;
  }
  .pl-sm-150px, .px-sm-150px {
    padding-left: 150px !important;
  }
  .pl-sm-155px, .px-sm-155px {
    padding-left: 155px !important;
  }
  .pl-sm-160px, .px-sm-160px {
    padding-left: 160px !important;
  }
  .pl-sm-165px, .px-sm-165px {
    padding-left: 165px !important;
  }
  .pl-sm-170px, .px-sm-170px {
    padding-left: 170px !important;
  }
  .pl-sm-175px, .px-sm-175px {
    padding-left: 175px !important;
  }
  .pl-sm-180px, .px-sm-180px {
    padding-left: 180px !important;
  }
  .pl-sm-185px, .px-sm-185px {
    padding-left: 185px !important;
  }
  .pl-sm-190px, .px-sm-190px {
    padding-left: 190px !important;
  }
  .pl-sm-195px, .px-sm-195px {
    padding-left: 195px !important;
  }
  .pl-sm-200px, .px-sm-200px {
    padding-left: 200px !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-5px, .px-sm-5px {
    padding-right: 5px !important;
  }
  .pr-sm-10px, .px-sm-10px {
    padding-right: 10px !important;
  }
  .pr-sm-15px, .px-sm-15px {
    padding-right: 15px !important;
  }
  .pr-sm-20px, .px-sm-20px {
    padding-right: 20px !important;
  }
  .pr-sm-25px, .px-sm-25px {
    padding-right: 25px !important;
  }
  .pr-sm-30px, .px-sm-30px {
    padding-right: 30px !important;
  }
  .pr-sm-35px, .px-sm-35px {
    padding-right: 35px !important;
  }
  .pr-sm-40px, .px-sm-40px {
    padding-right: 40px !important;
  }
  .pr-sm-45px, .px-sm-45px {
    padding-right: 45px !important;
  }
  .pr-sm-50px, .px-sm-50px {
    padding-right: 50px !important;
  }
  .pr-sm-55px, .px-sm-55px {
    padding-right: 55px !important;
  }
  .pr-sm-60px, .px-sm-60px {
    padding-right: 60px !important;
  }
  .pr-sm-65px, .px-sm-65px {
    padding-right: 65px !important;
  }
  .pr-sm-70px, .px-sm-70px {
    padding-right: 70px !important;
  }
  .pr-sm-75px, .px-sm-75px {
    padding-right: 75px !important;
  }
  .pr-sm-80px, .px-sm-80px {
    padding-right: 80px !important;
  }
  .pr-sm-85px, .px-sm-85px {
    padding-right: 85px !important;
  }
  .pr-sm-90px, .px-sm-90px {
    padding-right: 90px !important;
  }
  .pr-sm-95px, .px-sm-95px {
    padding-right: 95px !important;
  }
  .pr-sm-100px, .px-sm-100px {
    padding-right: 100px !important;
  }
  .pr-sm-105px, .px-sm-105px {
    padding-right: 105px !important;
  }
  .pr-sm-110px, .px-sm-110px {
    padding-right: 110px !important;
  }
  .pr-sm-115px, .px-sm-115px {
    padding-right: 115px !important;
  }
  .pr-sm-120px, .px-sm-120px {
    padding-right: 120px !important;
  }
  .pr-sm-125px, .px-sm-125px {
    padding-right: 125px !important;
  }
  .pr-sm-130px, .px-sm-130px {
    padding-right: 130px !important;
  }
  .pr-sm-135px, .px-sm-135px {
    padding-right: 135px !important;
  }
  .pr-sm-140px, .px-sm-140px {
    padding-right: 140px !important;
  }
  .pr-sm-145px, .px-sm-145px {
    padding-right: 145px !important;
  }
  .pr-sm-150px, .px-sm-150px {
    padding-right: 150px !important;
  }
  .pr-sm-155px, .px-sm-155px {
    padding-right: 155px !important;
  }
  .pr-sm-160px, .px-sm-160px {
    padding-right: 160px !important;
  }
  .pr-sm-165px, .px-sm-165px {
    padding-right: 165px !important;
  }
  .pr-sm-170px, .px-sm-170px {
    padding-right: 170px !important;
  }
  .pr-sm-175px, .px-sm-175px {
    padding-right: 175px !important;
  }
  .pr-sm-180px, .px-sm-180px {
    padding-right: 180px !important;
  }
  .pr-sm-185px, .px-sm-185px {
    padding-right: 185px !important;
  }
  .pr-sm-190px, .px-sm-190px {
    padding-right: 190px !important;
  }
  .pr-sm-195px, .px-sm-195px {
    padding-right: 195px !important;
  }
  .pr-sm-200px, .px-sm-200px {
    padding-right: 200px !important;
  }
  .height-sm-vh10 {
    min-height: 10vh;
  }
  .height-sm-vh15 {
    min-height: 15vh;
  }
  .height-sm-vh20 {
    min-height: 20vh;
  }
  .height-sm-vh25 {
    min-height: 25vh;
  }
  .height-sm-vh30 {
    min-height: 30vh;
  }
  .height-sm-vh35 {
    min-height: 35vh;
  }
  .height-sm-vh40 {
    min-height: 40vh;
  }
  .height-sm-vh45 {
    min-height: 45vh;
  }
  .height-sm-vh50 {
    min-height: 50vh;
  }
  .height-sm-vh55 {
    min-height: 55vh;
  }
  .height-sm-vh60 {
    min-height: 60vh;
  }
  .height-sm-vh65 {
    min-height: 65vh;
  }
  .height-sm-vh70 {
    min-height: 70vh;
  }
  .height-sm-vh75 {
    min-height: 75vh;
  }
  .height-sm-vh80 {
    min-height: 80vh;
  }
  .height-sm-vh85 {
    min-height: 85vh;
  }
  .height-sm-vh90 {
    min-height: 90vh;
  }
  .height-sm-vh95 {
    min-height: 95vh;
  }
  .height-sm-vh100 {
    min-height: 100vh;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-5px {
    margin: 5px !important;
  }
  .m-md-10px {
    margin: 10px !important;
  }
  .m-md-15px {
    margin: 15px !important;
  }
  .m-md-20px {
    margin: 20px !important;
  }
  .m-md-25px {
    margin: 25px !important;
  }
  .m-md-30px {
    margin: 30px !important;
  }
  .m-md-35px {
    margin: 35px !important;
  }
  .m-md-40px {
    margin: 40px !important;
  }
  .m-md-45px {
    margin: 45px !important;
  }
  .m-md-50px {
    margin: 50px !important;
  }
  .m-md-55px {
    margin: 55px !important;
  }
  .m-md-60px {
    margin: 60px !important;
  }
  .m-md-65px {
    margin: 65px !important;
  }
  .m-md-70px {
    margin: 70px !important;
  }
  .m-md-75px {
    margin: 75px !important;
  }
  .m-md-80px {
    margin: 80px !important;
  }
  .m-md-85px {
    margin: 85px !important;
  }
  .m-md-90px {
    margin: 90px !important;
  }
  .m-md-95px {
    margin: 95px !important;
  }
  .m-md-100px {
    margin: 100px !important;
  }
  .m-md-105px {
    margin: 105px !important;
  }
  .m-md-110px {
    margin: 110px !important;
  }
  .m-md-115px {
    margin: 115px !important;
  }
  .m-md-120px {
    margin: 120px !important;
  }
  .m-md-125px {
    margin: 125px !important;
  }
  .m-md-130px {
    margin: 130px !important;
  }
  .m-md-135px {
    margin: 135px !important;
  }
  .m-md-140px {
    margin: 140px !important;
  }
  .m-md-145px {
    margin: 145px !important;
  }
  .m-md-150px {
    margin: 150px !important;
  }
  .m-md-155px {
    margin: 155px !important;
  }
  .m-md-160px {
    margin: 160px !important;
  }
  .m-md-165px {
    margin: 165px !important;
  }
  .m-md-170px {
    margin: 170px !important;
  }
  .m-md-175px {
    margin: 175px !important;
  }
  .m-md-180px {
    margin: 180px !important;
  }
  .m-md-185px {
    margin: 185px !important;
  }
  .m-md-190px {
    margin: 190px !important;
  }
  .m-md-195px {
    margin: 195px !important;
  }
  .m-md-200px {
    margin: 200px !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-5px, .my-md-5px {
    margin-top: 5px !important;
  }
  .mt-md-10px, .my-md-10px {
    margin-top: 10px !important;
  }
  .mt-md-15px, .my-md-15px {
    margin-top: 15px !important;
  }
  .mt-md-20px, .my-md-20px {
    margin-top: 20px !important;
  }
  .mt-md-25px, .my-md-25px {
    margin-top: 25px !important;
  }
  .mt-md-30px, .my-md-30px {
    margin-top: 30px !important;
  }
  .mt-md-35px, .my-md-35px {
    margin-top: 35px !important;
  }
  .mt-md-40px, .my-md-40px {
    margin-top: 40px !important;
  }
  .mt-md-45px, .my-md-45px {
    margin-top: 45px !important;
  }
  .mt-md-50px, .my-md-50px {
    margin-top: 50px !important;
  }
  .mt-md-55px, .my-md-55px {
    margin-top: 55px !important;
  }
  .mt-md-60px, .my-md-60px {
    margin-top: 60px !important;
  }
  .mt-md-65px, .my-md-65px {
    margin-top: 65px !important;
  }
  .mt-md-70px, .my-md-70px {
    margin-top: 70px !important;
  }
  .mt-md-75px, .my-md-75px {
    margin-top: 75px !important;
  }
  .mt-md-80px, .my-md-80px {
    margin-top: 80px !important;
  }
  .mt-md-85px, .my-md-85px {
    margin-top: 85px !important;
  }
  .mt-md-90px, .my-md-90px {
    margin-top: 90px !important;
  }
  .mt-md-95px, .my-md-95px {
    margin-top: 95px !important;
  }
  .mt-md-100px, .my-md-100px {
    margin-top: 100px !important;
  }
  .mt-md-105px, .my-md-105px {
    margin-top: 105px !important;
  }
  .mt-md-110px, .my-md-110px {
    margin-top: 110px !important;
  }
  .mt-md-115px, .my-md-115px {
    margin-top: 115px !important;
  }
  .mt-md-120px, .my-md-120px {
    margin-top: 120px !important;
  }
  .mt-md-125px, .my-md-125px {
    margin-top: 125px !important;
  }
  .mt-md-130px, .my-md-130px {
    margin-top: 130px !important;
  }
  .mt-md-135px, .my-md-135px {
    margin-top: 135px !important;
  }
  .mt-md-140px, .my-md-140px {
    margin-top: 140px !important;
  }
  .mt-md-145px, .my-md-145px {
    margin-top: 145px !important;
  }
  .mt-md-150px, .my-md-150px {
    margin-top: 150px !important;
  }
  .mt-md-155px, .my-md-155px {
    margin-top: 155px !important;
  }
  .mt-md-160px, .my-md-160px {
    margin-top: 160px !important;
  }
  .mt-md-165px, .my-md-165px {
    margin-top: 165px !important;
  }
  .mt-md-170px, .my-md-170px {
    margin-top: 170px !important;
  }
  .mt-md-175px, .my-md-175px {
    margin-top: 175px !important;
  }
  .mt-md-180px, .my-md-180px {
    margin-top: 180px !important;
  }
  .mt-md-185px, .my-md-185px {
    margin-top: 185px !important;
  }
  .mt-md-190px, .my-md-190px {
    margin-top: 190px !important;
  }
  .mt-md-195px, .my-md-195px {
    margin-top: 195px !important;
  }
  .mt-md-200px, .my-md-200px {
    margin-top: 200px !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-5px, .my-md-5px {
    margin-bottom: 5px !important;
  }
  .mb-md-10px, .my-md-10px {
    margin-bottom: 10px !important;
  }
  .mb-md-15px, .my-md-15px {
    margin-bottom: 15px !important;
  }
  .mb-md-20px, .my-md-20px {
    margin-bottom: 20px !important;
  }
  .mb-md-25px, .my-md-25px {
    margin-bottom: 25px !important;
  }
  .mb-md-30px, .my-md-30px {
    margin-bottom: 30px !important;
  }
  .mb-md-35px, .my-md-35px {
    margin-bottom: 35px !important;
  }
  .mb-md-40px, .my-md-40px {
    margin-bottom: 40px !important;
  }
  .mb-md-45px, .my-md-45px {
    margin-bottom: 45px !important;
  }
  .mb-md-50px, .my-md-50px {
    margin-bottom: 50px !important;
  }
  .mb-md-55px, .my-md-55px {
    margin-bottom: 55px !important;
  }
  .mb-md-60px, .my-md-60px {
    margin-bottom: 60px !important;
  }
  .mb-md-65px, .my-md-65px {
    margin-bottom: 65px !important;
  }
  .mb-md-70px, .my-md-70px {
    margin-bottom: 70px !important;
  }
  .mb-md-75px, .my-md-75px {
    margin-bottom: 75px !important;
  }
  .mb-md-80px, .my-md-80px {
    margin-bottom: 80px !important;
  }
  .mb-md-85px, .my-md-85px {
    margin-bottom: 85px !important;
  }
  .mb-md-90px, .my-md-90px {
    margin-bottom: 90px !important;
  }
  .mb-md-95px, .my-md-95px {
    margin-bottom: 95px !important;
  }
  .mb-md-100px, .my-md-100px {
    margin-bottom: 100px !important;
  }
  .mb-md-105px, .my-md-105px {
    margin-bottom: 105px !important;
  }
  .mb-md-110px, .my-md-110px {
    margin-bottom: 110px !important;
  }
  .mb-md-115px, .my-md-115px {
    margin-bottom: 115px !important;
  }
  .mb-md-120px, .my-md-120px {
    margin-bottom: 120px !important;
  }
  .mb-md-125px, .my-md-125px {
    margin-bottom: 125px !important;
  }
  .mb-md-130px, .my-md-130px {
    margin-bottom: 130px !important;
  }
  .mb-md-135px, .my-md-135px {
    margin-bottom: 135px !important;
  }
  .mb-md-140px, .my-md-140px {
    margin-bottom: 140px !important;
  }
  .mb-md-145px, .my-md-145px {
    margin-bottom: 145px !important;
  }
  .mb-md-150px, .my-md-150px {
    margin-bottom: 150px !important;
  }
  .mb-md-155px, .my-md-155px {
    margin-bottom: 155px !important;
  }
  .mb-md-160px, .my-md-160px {
    margin-bottom: 160px !important;
  }
  .mb-md-165px, .my-md-165px {
    margin-bottom: 165px !important;
  }
  .mb-md-170px, .my-md-170px {
    margin-bottom: 170px !important;
  }
  .mb-md-175px, .my-md-175px {
    margin-bottom: 175px !important;
  }
  .mb-md-180px, .my-md-180px {
    margin-bottom: 180px !important;
  }
  .mb-md-185px, .my-md-185px {
    margin-bottom: 185px !important;
  }
  .mb-md-190px, .my-md-190px {
    margin-bottom: 190px !important;
  }
  .mb-md-195px, .my-md-195px {
    margin-bottom: 195px !important;
  }
  .mb-md-200px, .my-md-200px {
    margin-bottom: 200px !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-5px, .mx-md-5px {
    margin-left: 5px !important;
  }
  .ml-md-10px, .mx-md-10px {
    margin-left: 10px !important;
  }
  .ml-md-15px, .mx-md-15px {
    margin-left: 15px !important;
  }
  .ml-md-20px, .mx-md-20px {
    margin-left: 20px !important;
  }
  .ml-md-25px, .mx-md-25px {
    margin-left: 25px !important;
  }
  .ml-md-30px, .mx-md-30px {
    margin-left: 30px !important;
  }
  .ml-md-35px, .mx-md-35px {
    margin-left: 35px !important;
  }
  .ml-md-40px, .mx-md-40px {
    margin-left: 40px !important;
  }
  .ml-md-45px, .mx-md-45px {
    margin-left: 45px !important;
  }
  .ml-md-50px, .mx-md-50px {
    margin-left: 50px !important;
  }
  .ml-md-55px, .mx-md-55px {
    margin-left: 55px !important;
  }
  .ml-md-60px, .mx-md-60px {
    margin-left: 60px !important;
  }
  .ml-md-65px, .mx-md-65px {
    margin-left: 65px !important;
  }
  .ml-md-70px, .mx-md-70px {
    margin-left: 70px !important;
  }
  .ml-md-75px, .mx-md-75px {
    margin-left: 75px !important;
  }
  .ml-md-80px, .mx-md-80px {
    margin-left: 80px !important;
  }
  .ml-md-85px, .mx-md-85px {
    margin-left: 85px !important;
  }
  .ml-md-90px, .mx-md-90px {
    margin-left: 90px !important;
  }
  .ml-md-95px, .mx-md-95px {
    margin-left: 95px !important;
  }
  .ml-md-100px, .mx-md-100px {
    margin-left: 100px !important;
  }
  .ml-md-105px, .mx-md-105px {
    margin-left: 105px !important;
  }
  .ml-md-110px, .mx-md-110px {
    margin-left: 110px !important;
  }
  .ml-md-115px, .mx-md-115px {
    margin-left: 115px !important;
  }
  .ml-md-120px, .mx-md-120px {
    margin-left: 120px !important;
  }
  .ml-md-125px, .mx-md-125px {
    margin-left: 125px !important;
  }
  .ml-md-130px, .mx-md-130px {
    margin-left: 130px !important;
  }
  .ml-md-135px, .mx-md-135px {
    margin-left: 135px !important;
  }
  .ml-md-140px, .mx-md-140px {
    margin-left: 140px !important;
  }
  .ml-md-145px, .mx-md-145px {
    margin-left: 145px !important;
  }
  .ml-md-150px, .mx-md-150px {
    margin-left: 150px !important;
  }
  .ml-md-155px, .mx-md-155px {
    margin-left: 155px !important;
  }
  .ml-md-160px, .mx-md-160px {
    margin-left: 160px !important;
  }
  .ml-md-165px, .mx-md-165px {
    margin-left: 165px !important;
  }
  .ml-md-170px, .mx-md-170px {
    margin-left: 170px !important;
  }
  .ml-md-175px, .mx-md-175px {
    margin-left: 175px !important;
  }
  .ml-md-180px, .mx-md-180px {
    margin-left: 180px !important;
  }
  .ml-md-185px, .mx-md-185px {
    margin-left: 185px !important;
  }
  .ml-md-190px, .mx-md-190px {
    margin-left: 190px !important;
  }
  .ml-md-195px, .mx-md-195px {
    margin-left: 195px !important;
  }
  .ml-md-200px, .mx-md-200px {
    margin-left: 200px !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-5px, .mx-md-5px {
    margin-right: 5px !important;
  }
  .mr-md-10px, .mx-md-10px {
    margin-right: 10px !important;
  }
  .mr-md-15px, .mx-md-15px {
    margin-right: 15px !important;
  }
  .mr-md-20px, .mx-md-20px {
    margin-right: 20px !important;
  }
  .mr-md-25px, .mx-md-25px {
    margin-right: 25px !important;
  }
  .mr-md-30px, .mx-md-30px {
    margin-right: 30px !important;
  }
  .mr-md-35px, .mx-md-35px {
    margin-right: 35px !important;
  }
  .mr-md-40px, .mx-md-40px {
    margin-right: 40px !important;
  }
  .mr-md-45px, .mx-md-45px {
    margin-right: 45px !important;
  }
  .mr-md-50px, .mx-md-50px {
    margin-right: 50px !important;
  }
  .mr-md-55px, .mx-md-55px {
    margin-right: 55px !important;
  }
  .mr-md-60px, .mx-md-60px {
    margin-right: 60px !important;
  }
  .mr-md-65px, .mx-md-65px {
    margin-right: 65px !important;
  }
  .mr-md-70px, .mx-md-70px {
    margin-right: 70px !important;
  }
  .mr-md-75px, .mx-md-75px {
    margin-right: 75px !important;
  }
  .mr-md-80px, .mx-md-80px {
    margin-right: 80px !important;
  }
  .mr-md-85px, .mx-md-85px {
    margin-right: 85px !important;
  }
  .mr-md-90px, .mx-md-90px {
    margin-right: 90px !important;
  }
  .mr-md-95px, .mx-md-95px {
    margin-right: 95px !important;
  }
  .mr-md-100px, .mx-md-100px {
    margin-right: 100px !important;
  }
  .mr-md-105px, .mx-md-105px {
    margin-right: 105px !important;
  }
  .mr-md-110px, .mx-md-110px {
    margin-right: 110px !important;
  }
  .mr-md-115px, .mx-md-115px {
    margin-right: 115px !important;
  }
  .mr-md-120px, .mx-md-120px {
    margin-right: 120px !important;
  }
  .mr-md-125px, .mx-md-125px {
    margin-right: 125px !important;
  }
  .mr-md-130px, .mx-md-130px {
    margin-right: 130px !important;
  }
  .mr-md-135px, .mx-md-135px {
    margin-right: 135px !important;
  }
  .mr-md-140px, .mx-md-140px {
    margin-right: 140px !important;
  }
  .mr-md-145px, .mx-md-145px {
    margin-right: 145px !important;
  }
  .mr-md-150px, .mx-md-150px {
    margin-right: 150px !important;
  }
  .mr-md-155px, .mx-md-155px {
    margin-right: 155px !important;
  }
  .mr-md-160px, .mx-md-160px {
    margin-right: 160px !important;
  }
  .mr-md-165px, .mx-md-165px {
    margin-right: 165px !important;
  }
  .mr-md-170px, .mx-md-170px {
    margin-right: 170px !important;
  }
  .mr-md-175px, .mx-md-175px {
    margin-right: 175px !important;
  }
  .mr-md-180px, .mx-md-180px {
    margin-right: 180px !important;
  }
  .mr-md-185px, .mx-md-185px {
    margin-right: 185px !important;
  }
  .mr-md-190px, .mx-md-190px {
    margin-right: 190px !important;
  }
  .mr-md-195px, .mx-md-195px {
    margin-right: 195px !important;
  }
  .mr-md-200px, .mx-md-200px {
    margin-right: 200px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-5px {
    padding: 5px !important;
  }
  .p-md-10px {
    padding: 10px !important;
  }
  .p-md-15px {
    padding: 15px !important;
  }
  .p-md-20px {
    padding: 20px !important;
  }
  .p-md-25px {
    padding: 25px !important;
  }
  .p-md-30px {
    padding: 30px !important;
  }
  .p-md-35px {
    padding: 35px !important;
  }
  .p-md-40px {
    padding: 40px !important;
  }
  .p-md-45px {
    padding: 45px !important;
  }
  .p-md-50px {
    padding: 50px !important;
  }
  .p-md-55px {
    padding: 55px !important;
  }
  .p-md-60px {
    padding: 60px !important;
  }
  .p-md-65px {
    padding: 65px !important;
  }
  .p-md-70px {
    padding: 70px !important;
  }
  .p-md-75px {
    padding: 75px !important;
  }
  .p-md-80px {
    padding: 80px !important;
  }
  .p-md-85px {
    padding: 85px !important;
  }
  .p-md-90px {
    padding: 90px !important;
  }
  .p-md-95px {
    padding: 95px !important;
  }
  .p-md-100px {
    padding: 100px !important;
  }
  .p-md-105px {
    padding: 105px !important;
  }
  .p-md-110px {
    padding: 110px !important;
  }
  .p-md-115px {
    padding: 115px !important;
  }
  .p-md-120px {
    padding: 120px !important;
  }
  .p-md-125px {
    padding: 125px !important;
  }
  .p-md-130px {
    padding: 130px !important;
  }
  .p-md-135px {
    padding: 135px !important;
  }
  .p-md-140px {
    padding: 140px !important;
  }
  .p-md-145px {
    padding: 145px !important;
  }
  .p-md-150px {
    padding: 150px !important;
  }
  .p-md-155px {
    padding: 155px !important;
  }
  .p-md-160px {
    padding: 160px !important;
  }
  .p-md-165px {
    padding: 165px !important;
  }
  .p-md-170px {
    padding: 170px !important;
  }
  .p-md-175px {
    padding: 175px !important;
  }
  .p-md-180px {
    padding: 180px !important;
  }
  .p-md-185px {
    padding: 185px !important;
  }
  .p-md-190px {
    padding: 190px !important;
  }
  .p-md-195px {
    padding: 195px !important;
  }
  .p-md-200px {
    padding: 200px !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-5px, .py-md-5px {
    padding-top: 5px !important;
  }
  .pt-md-10px, .py-md-10px {
    padding-top: 10px !important;
  }
  .pt-md-15px, .py-md-15px {
    padding-top: 15px !important;
  }
  .pt-md-20px, .py-md-20px {
    padding-top: 20px !important;
  }
  .pt-md-25px, .py-md-25px {
    padding-top: 25px !important;
  }
  .pt-md-30px, .py-md-30px {
    padding-top: 30px !important;
  }
  .pt-md-35px, .py-md-35px {
    padding-top: 35px !important;
  }
  .pt-md-40px, .py-md-40px {
    padding-top: 40px !important;
  }
  .pt-md-45px, .py-md-45px {
    padding-top: 45px !important;
  }
  .pt-md-50px, .py-md-50px {
    padding-top: 50px !important;
  }
  .pt-md-55px, .py-md-55px {
    padding-top: 55px !important;
  }
  .pt-md-60px, .py-md-60px {
    padding-top: 60px !important;
  }
  .pt-md-65px, .py-md-65px {
    padding-top: 65px !important;
  }
  .pt-md-70px, .py-md-70px {
    padding-top: 70px !important;
  }
  .pt-md-75px, .py-md-75px {
    padding-top: 75px !important;
  }
  .pt-md-80px, .py-md-80px {
    padding-top: 80px !important;
  }
  .pt-md-85px, .py-md-85px {
    padding-top: 85px !important;
  }
  .pt-md-90px, .py-md-90px {
    padding-top: 90px !important;
  }
  .pt-md-95px, .py-md-95px {
    padding-top: 95px !important;
  }
  .pt-md-100px, .py-md-100px {
    padding-top: 100px !important;
  }
  .pt-md-105px, .py-md-105px {
    padding-top: 105px !important;
  }
  .pt-md-110px, .py-md-110px {
    padding-top: 110px !important;
  }
  .pt-md-115px, .py-md-115px {
    padding-top: 115px !important;
  }
  .pt-md-120px, .py-md-120px {
    padding-top: 120px !important;
  }
  .pt-md-125px, .py-md-125px {
    padding-top: 125px !important;
  }
  .pt-md-130px, .py-md-130px {
    padding-top: 130px !important;
  }
  .pt-md-135px, .py-md-135px {
    padding-top: 135px !important;
  }
  .pt-md-140px, .py-md-140px {
    padding-top: 140px !important;
  }
  .pt-md-145px, .py-md-145px {
    padding-top: 145px !important;
  }
  .pt-md-150px, .py-md-150px {
    padding-top: 150px !important;
  }
  .pt-md-155px, .py-md-155px {
    padding-top: 155px !important;
  }
  .pt-md-160px, .py-md-160px {
    padding-top: 160px !important;
  }
  .pt-md-165px, .py-md-165px {
    padding-top: 165px !important;
  }
  .pt-md-170px, .py-md-170px {
    padding-top: 170px !important;
  }
  .pt-md-175px, .py-md-175px {
    padding-top: 175px !important;
  }
  .pt-md-180px, .py-md-180px {
    padding-top: 180px !important;
  }
  .pt-md-185px, .py-md-185px {
    padding-top: 185px !important;
  }
  .pt-md-190px, .py-md-190px {
    padding-top: 190px !important;
  }
  .pt-md-195px, .py-md-195px {
    padding-top: 195px !important;
  }
  .pt-md-200px, .py-md-200px {
    padding-top: 200px !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-5px, .py-md-5px {
    padding-bottom: 5px !important;
  }
  .pb-md-10px, .py-md-10px {
    padding-bottom: 10px !important;
  }
  .pb-md-15px, .py-md-15px {
    padding-bottom: 15px !important;
  }
  .pb-md-20px, .py-md-20px {
    padding-bottom: 20px !important;
  }
  .pb-md-25px, .py-md-25px {
    padding-bottom: 25px !important;
  }
  .pb-md-30px, .py-md-30px {
    padding-bottom: 30px !important;
  }
  .pb-md-35px, .py-md-35px {
    padding-bottom: 35px !important;
  }
  .pb-md-40px, .py-md-40px {
    padding-bottom: 40px !important;
  }
  .pb-md-45px, .py-md-45px {
    padding-bottom: 45px !important;
  }
  .pb-md-50px, .py-md-50px {
    padding-bottom: 50px !important;
  }
  .pb-md-55px, .py-md-55px {
    padding-bottom: 55px !important;
  }
  .pb-md-60px, .py-md-60px {
    padding-bottom: 60px !important;
  }
  .pb-md-65px, .py-md-65px {
    padding-bottom: 65px !important;
  }
  .pb-md-70px, .py-md-70px {
    padding-bottom: 70px !important;
  }
  .pb-md-75px, .py-md-75px {
    padding-bottom: 75px !important;
  }
  .pb-md-80px, .py-md-80px {
    padding-bottom: 80px !important;
  }
  .pb-md-85px, .py-md-85px {
    padding-bottom: 85px !important;
  }
  .pb-md-90px, .py-md-90px {
    padding-bottom: 90px !important;
  }
  .pb-md-95px, .py-md-95px {
    padding-bottom: 95px !important;
  }
  .pb-md-100px, .py-md-100px {
    padding-bottom: 100px !important;
  }
  .pb-md-105px, .py-md-105px {
    padding-bottom: 105px !important;
  }
  .pb-md-110px, .py-md-110px {
    padding-bottom: 110px !important;
  }
  .pb-md-115px, .py-md-115px {
    padding-bottom: 115px !important;
  }
  .pb-md-120px, .py-md-120px {
    padding-bottom: 120px !important;
  }
  .pb-md-125px, .py-md-125px {
    padding-bottom: 125px !important;
  }
  .pb-md-130px, .py-md-130px {
    padding-bottom: 130px !important;
  }
  .pb-md-135px, .py-md-135px {
    padding-bottom: 135px !important;
  }
  .pb-md-140px, .py-md-140px {
    padding-bottom: 140px !important;
  }
  .pb-md-145px, .py-md-145px {
    padding-bottom: 145px !important;
  }
  .pb-md-150px, .py-md-150px {
    padding-bottom: 150px !important;
  }
  .pb-md-155px, .py-md-155px {
    padding-bottom: 155px !important;
  }
  .pb-md-160px, .py-md-160px {
    padding-bottom: 160px !important;
  }
  .pb-md-165px, .py-md-165px {
    padding-bottom: 165px !important;
  }
  .pb-md-170px, .py-md-170px {
    padding-bottom: 170px !important;
  }
  .pb-md-175px, .py-md-175px {
    padding-bottom: 175px !important;
  }
  .pb-md-180px, .py-md-180px {
    padding-bottom: 180px !important;
  }
  .pb-md-185px, .py-md-185px {
    padding-bottom: 185px !important;
  }
  .pb-md-190px, .py-md-190px {
    padding-bottom: 190px !important;
  }
  .pb-md-195px, .py-md-195px {
    padding-bottom: 195px !important;
  }
  .pb-md-200px, .py-md-200px {
    padding-bottom: 200px !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-5px, .px-md-5px {
    padding-left: 5px !important;
  }
  .pl-md-10px, .px-md-10px {
    padding-left: 10px !important;
  }
  .pl-md-15px, .px-md-15px {
    padding-left: 15px !important;
  }
  .pl-md-20px, .px-md-20px {
    padding-left: 20px !important;
  }
  .pl-md-25px, .px-md-25px {
    padding-left: 25px !important;
  }
  .pl-md-30px, .px-md-30px {
    padding-left: 30px !important;
  }
  .pl-md-35px, .px-md-35px {
    padding-left: 35px !important;
  }
  .pl-md-40px, .px-md-40px {
    padding-left: 40px !important;
  }
  .pl-md-45px, .px-md-45px {
    padding-left: 45px !important;
  }
  .pl-md-50px, .px-md-50px {
    padding-left: 50px !important;
  }
  .pl-md-55px, .px-md-55px {
    padding-left: 55px !important;
  }
  .pl-md-60px, .px-md-60px {
    padding-left: 60px !important;
  }
  .pl-md-65px, .px-md-65px {
    padding-left: 65px !important;
  }
  .pl-md-70px, .px-md-70px {
    padding-left: 70px !important;
  }
  .pl-md-75px, .px-md-75px {
    padding-left: 75px !important;
  }
  .pl-md-80px, .px-md-80px {
    padding-left: 80px !important;
  }
  .pl-md-85px, .px-md-85px {
    padding-left: 85px !important;
  }
  .pl-md-90px, .px-md-90px {
    padding-left: 90px !important;
  }
  .pl-md-95px, .px-md-95px {
    padding-left: 95px !important;
  }
  .pl-md-100px, .px-md-100px {
    padding-left: 100px !important;
  }
  .pl-md-105px, .px-md-105px {
    padding-left: 105px !important;
  }
  .pl-md-110px, .px-md-110px {
    padding-left: 110px !important;
  }
  .pl-md-115px, .px-md-115px {
    padding-left: 115px !important;
  }
  .pl-md-120px, .px-md-120px {
    padding-left: 120px !important;
  }
  .pl-md-125px, .px-md-125px {
    padding-left: 125px !important;
  }
  .pl-md-130px, .px-md-130px {
    padding-left: 130px !important;
  }
  .pl-md-135px, .px-md-135px {
    padding-left: 135px !important;
  }
  .pl-md-140px, .px-md-140px {
    padding-left: 140px !important;
  }
  .pl-md-145px, .px-md-145px {
    padding-left: 145px !important;
  }
  .pl-md-150px, .px-md-150px {
    padding-left: 150px !important;
  }
  .pl-md-155px, .px-md-155px {
    padding-left: 155px !important;
  }
  .pl-md-160px, .px-md-160px {
    padding-left: 160px !important;
  }
  .pl-md-165px, .px-md-165px {
    padding-left: 165px !important;
  }
  .pl-md-170px, .px-md-170px {
    padding-left: 170px !important;
  }
  .pl-md-175px, .px-md-175px {
    padding-left: 175px !important;
  }
  .pl-md-180px, .px-md-180px {
    padding-left: 180px !important;
  }
  .pl-md-185px, .px-md-185px {
    padding-left: 185px !important;
  }
  .pl-md-190px, .px-md-190px {
    padding-left: 190px !important;
  }
  .pl-md-195px, .px-md-195px {
    padding-left: 195px !important;
  }
  .pl-md-200px, .px-md-200px {
    padding-left: 200px !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-5px, .px-md-5px {
    padding-right: 5px !important;
  }
  .pr-md-10px, .px-md-10px {
    padding-right: 10px !important;
  }
  .pr-md-15px, .px-md-15px {
    padding-right: 15px !important;
  }
  .pr-md-20px, .px-md-20px {
    padding-right: 20px !important;
  }
  .pr-md-25px, .px-md-25px {
    padding-right: 25px !important;
  }
  .pr-md-30px, .px-md-30px {
    padding-right: 30px !important;
  }
  .pr-md-35px, .px-md-35px {
    padding-right: 35px !important;
  }
  .pr-md-40px, .px-md-40px {
    padding-right: 40px !important;
  }
  .pr-md-45px, .px-md-45px {
    padding-right: 45px !important;
  }
  .pr-md-50px, .px-md-50px {
    padding-right: 50px !important;
  }
  .pr-md-55px, .px-md-55px {
    padding-right: 55px !important;
  }
  .pr-md-60px, .px-md-60px {
    padding-right: 60px !important;
  }
  .pr-md-65px, .px-md-65px {
    padding-right: 65px !important;
  }
  .pr-md-70px, .px-md-70px {
    padding-right: 70px !important;
  }
  .pr-md-75px, .px-md-75px {
    padding-right: 75px !important;
  }
  .pr-md-80px, .px-md-80px {
    padding-right: 80px !important;
  }
  .pr-md-85px, .px-md-85px {
    padding-right: 85px !important;
  }
  .pr-md-90px, .px-md-90px {
    padding-right: 90px !important;
  }
  .pr-md-95px, .px-md-95px {
    padding-right: 95px !important;
  }
  .pr-md-100px, .px-md-100px {
    padding-right: 100px !important;
  }
  .pr-md-105px, .px-md-105px {
    padding-right: 105px !important;
  }
  .pr-md-110px, .px-md-110px {
    padding-right: 110px !important;
  }
  .pr-md-115px, .px-md-115px {
    padding-right: 115px !important;
  }
  .pr-md-120px, .px-md-120px {
    padding-right: 120px !important;
  }
  .pr-md-125px, .px-md-125px {
    padding-right: 125px !important;
  }
  .pr-md-130px, .px-md-130px {
    padding-right: 130px !important;
  }
  .pr-md-135px, .px-md-135px {
    padding-right: 135px !important;
  }
  .pr-md-140px, .px-md-140px {
    padding-right: 140px !important;
  }
  .pr-md-145px, .px-md-145px {
    padding-right: 145px !important;
  }
  .pr-md-150px, .px-md-150px {
    padding-right: 150px !important;
  }
  .pr-md-155px, .px-md-155px {
    padding-right: 155px !important;
  }
  .pr-md-160px, .px-md-160px {
    padding-right: 160px !important;
  }
  .pr-md-165px, .px-md-165px {
    padding-right: 165px !important;
  }
  .pr-md-170px, .px-md-170px {
    padding-right: 170px !important;
  }
  .pr-md-175px, .px-md-175px {
    padding-right: 175px !important;
  }
  .pr-md-180px, .px-md-180px {
    padding-right: 180px !important;
  }
  .pr-md-185px, .px-md-185px {
    padding-right: 185px !important;
  }
  .pr-md-190px, .px-md-190px {
    padding-right: 190px !important;
  }
  .pr-md-195px, .px-md-195px {
    padding-right: 195px !important;
  }
  .pr-md-200px, .px-md-200px {
    padding-right: 200px !important;
  }
  .height-md-vh10 {
    min-height: 10vh;
  }
  .height-md-vh15 {
    min-height: 15vh;
  }
  .height-md-vh20 {
    min-height: 20vh;
  }
  .height-md-vh25 {
    min-height: 25vh;
  }
  .height-md-vh30 {
    min-height: 30vh;
  }
  .height-md-vh35 {
    min-height: 35vh;
  }
  .height-md-vh40 {
    min-height: 40vh;
  }
  .height-md-vh45 {
    min-height: 45vh;
  }
  .height-md-vh50 {
    min-height: 50vh;
  }
  .height-md-vh55 {
    min-height: 55vh;
  }
  .height-md-vh60 {
    min-height: 60vh;
  }
  .height-md-vh65 {
    min-height: 65vh;
  }
  .height-md-vh70 {
    min-height: 70vh;
  }
  .height-md-vh75 {
    min-height: 75vh;
  }
  .height-md-vh80 {
    min-height: 80vh;
  }
  .height-md-vh85 {
    min-height: 85vh;
  }
  .height-md-vh90 {
    min-height: 90vh;
  }
  .height-md-vh95 {
    min-height: 95vh;
  }
  .height-md-vh100 {
    min-height: 100vh;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-5px {
    margin: 5px !important;
  }
  .m-lg-10px {
    margin: 10px !important;
  }
  .m-lg-15px {
    margin: 15px !important;
  }
  .m-lg-20px {
    margin: 20px !important;
  }
  .m-lg-25px {
    margin: 25px !important;
  }
  .m-lg-30px {
    margin: 30px !important;
  }
  .m-lg-35px {
    margin: 35px !important;
  }
  .m-lg-40px {
    margin: 40px !important;
  }
  .m-lg-45px {
    margin: 45px !important;
  }
  .m-lg-50px {
    margin: 50px !important;
  }
  .m-lg-55px {
    margin: 55px !important;
  }
  .m-lg-60px {
    margin: 60px !important;
  }
  .m-lg-65px {
    margin: 65px !important;
  }
  .m-lg-70px {
    margin: 70px !important;
  }
  .m-lg-75px {
    margin: 75px !important;
  }
  .m-lg-80px {
    margin: 80px !important;
  }
  .m-lg-85px {
    margin: 85px !important;
  }
  .m-lg-90px {
    margin: 90px !important;
  }
  .m-lg-95px {
    margin: 95px !important;
  }
  .m-lg-100px {
    margin: 100px !important;
  }
  .m-lg-105px {
    margin: 105px !important;
  }
  .m-lg-110px {
    margin: 110px !important;
  }
  .m-lg-115px {
    margin: 115px !important;
  }
  .m-lg-120px {
    margin: 120px !important;
  }
  .m-lg-125px {
    margin: 125px !important;
  }
  .m-lg-130px {
    margin: 130px !important;
  }
  .m-lg-135px {
    margin: 135px !important;
  }
  .m-lg-140px {
    margin: 140px !important;
  }
  .m-lg-145px {
    margin: 145px !important;
  }
  .m-lg-150px {
    margin: 150px !important;
  }
  .m-lg-155px {
    margin: 155px !important;
  }
  .m-lg-160px {
    margin: 160px !important;
  }
  .m-lg-165px {
    margin: 165px !important;
  }
  .m-lg-170px {
    margin: 170px !important;
  }
  .m-lg-175px {
    margin: 175px !important;
  }
  .m-lg-180px {
    margin: 180px !important;
  }
  .m-lg-185px {
    margin: 185px !important;
  }
  .m-lg-190px {
    margin: 190px !important;
  }
  .m-lg-195px {
    margin: 195px !important;
  }
  .m-lg-200px {
    margin: 200px !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-5px, .my-lg-5px {
    margin-top: 5px !important;
  }
  .mt-lg-10px, .my-lg-10px {
    margin-top: 10px !important;
  }
  .mt-lg-15px, .my-lg-15px {
    margin-top: 15px !important;
  }
  .mt-lg-20px, .my-lg-20px {
    margin-top: 20px !important;
  }
  .mt-lg-25px, .my-lg-25px {
    margin-top: 25px !important;
  }
  .mt-lg-30px, .my-lg-30px {
    margin-top: 30px !important;
  }
  .mt-lg-35px, .my-lg-35px {
    margin-top: 35px !important;
  }
  .mt-lg-40px, .my-lg-40px {
    margin-top: 40px !important;
  }
  .mt-lg-45px, .my-lg-45px {
    margin-top: 45px !important;
  }
  .mt-lg-50px, .my-lg-50px {
    margin-top: 50px !important;
  }
  .mt-lg-55px, .my-lg-55px {
    margin-top: 55px !important;
  }
  .mt-lg-60px, .my-lg-60px {
    margin-top: 60px !important;
  }
  .mt-lg-65px, .my-lg-65px {
    margin-top: 65px !important;
  }
  .mt-lg-70px, .my-lg-70px {
    margin-top: 70px !important;
  }
  .mt-lg-75px, .my-lg-75px {
    margin-top: 75px !important;
  }
  .mt-lg-80px, .my-lg-80px {
    margin-top: 80px !important;
  }
  .mt-lg-85px, .my-lg-85px {
    margin-top: 85px !important;
  }
  .mt-lg-90px, .my-lg-90px {
    margin-top: 90px !important;
  }
  .mt-lg-95px, .my-lg-95px {
    margin-top: 95px !important;
  }
  .mt-lg-100px, .my-lg-100px {
    margin-top: 100px !important;
  }
  .mt-lg-105px, .my-lg-105px {
    margin-top: 105px !important;
  }
  .mt-lg-110px, .my-lg-110px {
    margin-top: 110px !important;
  }
  .mt-lg-115px, .my-lg-115px {
    margin-top: 115px !important;
  }
  .mt-lg-120px, .my-lg-120px {
    margin-top: 120px !important;
  }
  .mt-lg-125px, .my-lg-125px {
    margin-top: 125px !important;
  }
  .mt-lg-130px, .my-lg-130px {
    margin-top: 130px !important;
  }
  .mt-lg-135px, .my-lg-135px {
    margin-top: 135px !important;
  }
  .mt-lg-140px, .my-lg-140px {
    margin-top: 140px !important;
  }
  .mt-lg-145px, .my-lg-145px {
    margin-top: 145px !important;
  }
  .mt-lg-150px, .my-lg-150px {
    margin-top: 150px !important;
  }
  .mt-lg-155px, .my-lg-155px {
    margin-top: 155px !important;
  }
  .mt-lg-160px, .my-lg-160px {
    margin-top: 160px !important;
  }
  .mt-lg-165px, .my-lg-165px {
    margin-top: 165px !important;
  }
  .mt-lg-170px, .my-lg-170px {
    margin-top: 170px !important;
  }
  .mt-lg-175px, .my-lg-175px {
    margin-top: 175px !important;
  }
  .mt-lg-180px, .my-lg-180px {
    margin-top: 180px !important;
  }
  .mt-lg-185px, .my-lg-185px {
    margin-top: 185px !important;
  }
  .mt-lg-190px, .my-lg-190px {
    margin-top: 190px !important;
  }
  .mt-lg-195px, .my-lg-195px {
    margin-top: 195px !important;
  }
  .mt-lg-200px, .my-lg-200px {
    margin-top: 200px !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-5px, .my-lg-5px {
    margin-bottom: 5px !important;
  }
  .mb-lg-10px, .my-lg-10px {
    margin-bottom: 10px !important;
  }
  .mb-lg-15px, .my-lg-15px {
    margin-bottom: 15px !important;
  }
  .mb-lg-20px, .my-lg-20px {
    margin-bottom: 20px !important;
  }
  .mb-lg-25px, .my-lg-25px {
    margin-bottom: 25px !important;
  }
  .mb-lg-30px, .my-lg-30px {
    margin-bottom: 30px !important;
  }
  .mb-lg-35px, .my-lg-35px {
    margin-bottom: 35px !important;
  }
  .mb-lg-40px, .my-lg-40px {
    margin-bottom: 40px !important;
  }
  .mb-lg-45px, .my-lg-45px {
    margin-bottom: 45px !important;
  }
  .mb-lg-50px, .my-lg-50px {
    margin-bottom: 50px !important;
  }
  .mb-lg-55px, .my-lg-55px {
    margin-bottom: 55px !important;
  }
  .mb-lg-60px, .my-lg-60px {
    margin-bottom: 60px !important;
  }
  .mb-lg-65px, .my-lg-65px {
    margin-bottom: 65px !important;
  }
  .mb-lg-70px, .my-lg-70px {
    margin-bottom: 70px !important;
  }
  .mb-lg-75px, .my-lg-75px {
    margin-bottom: 75px !important;
  }
  .mb-lg-80px, .my-lg-80px {
    margin-bottom: 80px !important;
  }
  .mb-lg-85px, .my-lg-85px {
    margin-bottom: 85px !important;
  }
  .mb-lg-90px, .my-lg-90px {
    margin-bottom: 90px !important;
  }
  .mb-lg-95px, .my-lg-95px {
    margin-bottom: 95px !important;
  }
  .mb-lg-100px, .my-lg-100px {
    margin-bottom: 100px !important;
  }
  .mb-lg-105px, .my-lg-105px {
    margin-bottom: 105px !important;
  }
  .mb-lg-110px, .my-lg-110px {
    margin-bottom: 110px !important;
  }
  .mb-lg-115px, .my-lg-115px {
    margin-bottom: 115px !important;
  }
  .mb-lg-120px, .my-lg-120px {
    margin-bottom: 120px !important;
  }
  .mb-lg-125px, .my-lg-125px {
    margin-bottom: 125px !important;
  }
  .mb-lg-130px, .my-lg-130px {
    margin-bottom: 130px !important;
  }
  .mb-lg-135px, .my-lg-135px {
    margin-bottom: 135px !important;
  }
  .mb-lg-140px, .my-lg-140px {
    margin-bottom: 140px !important;
  }
  .mb-lg-145px, .my-lg-145px {
    margin-bottom: 145px !important;
  }
  .mb-lg-150px, .my-lg-150px {
    margin-bottom: 150px !important;
  }
  .mb-lg-155px, .my-lg-155px {
    margin-bottom: 155px !important;
  }
  .mb-lg-160px, .my-lg-160px {
    margin-bottom: 160px !important;
  }
  .mb-lg-165px, .my-lg-165px {
    margin-bottom: 165px !important;
  }
  .mb-lg-170px, .my-lg-170px {
    margin-bottom: 170px !important;
  }
  .mb-lg-175px, .my-lg-175px {
    margin-bottom: 175px !important;
  }
  .mb-lg-180px, .my-lg-180px {
    margin-bottom: 180px !important;
  }
  .mb-lg-185px, .my-lg-185px {
    margin-bottom: 185px !important;
  }
  .mb-lg-190px, .my-lg-190px {
    margin-bottom: 190px !important;
  }
  .mb-lg-195px, .my-lg-195px {
    margin-bottom: 195px !important;
  }
  .mb-lg-200px, .my-lg-200px {
    margin-bottom: 200px !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-5px, .mx-lg-5px {
    margin-left: 5px !important;
  }
  .ml-lg-10px, .mx-lg-10px {
    margin-left: 10px !important;
  }
  .ml-lg-15px, .mx-lg-15px {
    margin-left: 15px !important;
  }
  .ml-lg-20px, .mx-lg-20px {
    margin-left: 20px !important;
  }
  .ml-lg-25px, .mx-lg-25px {
    margin-left: 25px !important;
  }
  .ml-lg-30px, .mx-lg-30px {
    margin-left: 30px !important;
  }
  .ml-lg-35px, .mx-lg-35px {
    margin-left: 35px !important;
  }
  .ml-lg-40px, .mx-lg-40px {
    margin-left: 40px !important;
  }
  .ml-lg-45px, .mx-lg-45px {
    margin-left: 45px !important;
  }
  .ml-lg-50px, .mx-lg-50px {
    margin-left: 50px !important;
  }
  .ml-lg-55px, .mx-lg-55px {
    margin-left: 55px !important;
  }
  .ml-lg-60px, .mx-lg-60px {
    margin-left: 60px !important;
  }
  .ml-lg-65px, .mx-lg-65px {
    margin-left: 65px !important;
  }
  .ml-lg-70px, .mx-lg-70px {
    margin-left: 70px !important;
  }
  .ml-lg-75px, .mx-lg-75px {
    margin-left: 75px !important;
  }
  .ml-lg-80px, .mx-lg-80px {
    margin-left: 80px !important;
  }
  .ml-lg-85px, .mx-lg-85px {
    margin-left: 85px !important;
  }
  .ml-lg-90px, .mx-lg-90px {
    margin-left: 90px !important;
  }
  .ml-lg-95px, .mx-lg-95px {
    margin-left: 95px !important;
  }
  .ml-lg-100px, .mx-lg-100px {
    margin-left: 100px !important;
  }
  .ml-lg-105px, .mx-lg-105px {
    margin-left: 105px !important;
  }
  .ml-lg-110px, .mx-lg-110px {
    margin-left: 110px !important;
  }
  .ml-lg-115px, .mx-lg-115px {
    margin-left: 115px !important;
  }
  .ml-lg-120px, .mx-lg-120px {
    margin-left: 120px !important;
  }
  .ml-lg-125px, .mx-lg-125px {
    margin-left: 125px !important;
  }
  .ml-lg-130px, .mx-lg-130px {
    margin-left: 130px !important;
  }
  .ml-lg-135px, .mx-lg-135px {
    margin-left: 135px !important;
  }
  .ml-lg-140px, .mx-lg-140px {
    margin-left: 140px !important;
  }
  .ml-lg-145px, .mx-lg-145px {
    margin-left: 145px !important;
  }
  .ml-lg-150px, .mx-lg-150px {
    margin-left: 150px !important;
  }
  .ml-lg-155px, .mx-lg-155px {
    margin-left: 155px !important;
  }
  .ml-lg-160px, .mx-lg-160px {
    margin-left: 160px !important;
  }
  .ml-lg-165px, .mx-lg-165px {
    margin-left: 165px !important;
  }
  .ml-lg-170px, .mx-lg-170px {
    margin-left: 170px !important;
  }
  .ml-lg-175px, .mx-lg-175px {
    margin-left: 175px !important;
  }
  .ml-lg-180px, .mx-lg-180px {
    margin-left: 180px !important;
  }
  .ml-lg-185px, .mx-lg-185px {
    margin-left: 185px !important;
  }
  .ml-lg-190px, .mx-lg-190px {
    margin-left: 190px !important;
  }
  .ml-lg-195px, .mx-lg-195px {
    margin-left: 195px !important;
  }
  .ml-lg-200px, .mx-lg-200px {
    margin-left: 200px !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-5px, .mx-lg-5px {
    margin-right: 5px !important;
  }
  .mr-lg-10px, .mx-lg-10px {
    margin-right: 10px !important;
  }
  .mr-lg-15px, .mx-lg-15px {
    margin-right: 15px !important;
  }
  .mr-lg-20px, .mx-lg-20px {
    margin-right: 20px !important;
  }
  .mr-lg-25px, .mx-lg-25px {
    margin-right: 25px !important;
  }
  .mr-lg-30px, .mx-lg-30px {
    margin-right: 30px !important;
  }
  .mr-lg-35px, .mx-lg-35px {
    margin-right: 35px !important;
  }
  .mr-lg-40px, .mx-lg-40px {
    margin-right: 40px !important;
  }
  .mr-lg-45px, .mx-lg-45px {
    margin-right: 45px !important;
  }
  .mr-lg-50px, .mx-lg-50px {
    margin-right: 50px !important;
  }
  .mr-lg-55px, .mx-lg-55px {
    margin-right: 55px !important;
  }
  .mr-lg-60px, .mx-lg-60px {
    margin-right: 60px !important;
  }
  .mr-lg-65px, .mx-lg-65px {
    margin-right: 65px !important;
  }
  .mr-lg-70px, .mx-lg-70px {
    margin-right: 70px !important;
  }
  .mr-lg-75px, .mx-lg-75px {
    margin-right: 75px !important;
  }
  .mr-lg-80px, .mx-lg-80px {
    margin-right: 80px !important;
  }
  .mr-lg-85px, .mx-lg-85px {
    margin-right: 85px !important;
  }
  .mr-lg-90px, .mx-lg-90px {
    margin-right: 90px !important;
  }
  .mr-lg-95px, .mx-lg-95px {
    margin-right: 95px !important;
  }
  .mr-lg-100px, .mx-lg-100px {
    margin-right: 100px !important;
  }
  .mr-lg-105px, .mx-lg-105px {
    margin-right: 105px !important;
  }
  .mr-lg-110px, .mx-lg-110px {
    margin-right: 110px !important;
  }
  .mr-lg-115px, .mx-lg-115px {
    margin-right: 115px !important;
  }
  .mr-lg-120px, .mx-lg-120px {
    margin-right: 120px !important;
  }
  .mr-lg-125px, .mx-lg-125px {
    margin-right: 125px !important;
  }
  .mr-lg-130px, .mx-lg-130px {
    margin-right: 130px !important;
  }
  .mr-lg-135px, .mx-lg-135px {
    margin-right: 135px !important;
  }
  .mr-lg-140px, .mx-lg-140px {
    margin-right: 140px !important;
  }
  .mr-lg-145px, .mx-lg-145px {
    margin-right: 145px !important;
  }
  .mr-lg-150px, .mx-lg-150px {
    margin-right: 150px !important;
  }
  .mr-lg-155px, .mx-lg-155px {
    margin-right: 155px !important;
  }
  .mr-lg-160px, .mx-lg-160px {
    margin-right: 160px !important;
  }
  .mr-lg-165px, .mx-lg-165px {
    margin-right: 165px !important;
  }
  .mr-lg-170px, .mx-lg-170px {
    margin-right: 170px !important;
  }
  .mr-lg-175px, .mx-lg-175px {
    margin-right: 175px !important;
  }
  .mr-lg-180px, .mx-lg-180px {
    margin-right: 180px !important;
  }
  .mr-lg-185px, .mx-lg-185px {
    margin-right: 185px !important;
  }
  .mr-lg-190px, .mx-lg-190px {
    margin-right: 190px !important;
  }
  .mr-lg-195px, .mx-lg-195px {
    margin-right: 195px !important;
  }
  .mr-lg-200px, .mx-lg-200px {
    margin-right: 200px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-5px {
    padding: 5px !important;
  }
  .p-lg-10px {
    padding: 10px !important;
  }
  .p-lg-15px {
    padding: 15px !important;
  }
  .p-lg-20px {
    padding: 20px !important;
  }
  .p-lg-25px {
    padding: 25px !important;
  }
  .p-lg-30px {
    padding: 30px !important;
  }
  .p-lg-35px {
    padding: 35px !important;
  }
  .p-lg-40px {
    padding: 40px !important;
  }
  .p-lg-45px {
    padding: 45px !important;
  }
  .p-lg-50px {
    padding: 50px !important;
  }
  .p-lg-55px {
    padding: 55px !important;
  }
  .p-lg-60px {
    padding: 60px !important;
  }
  .p-lg-65px {
    padding: 65px !important;
  }
  .p-lg-70px {
    padding: 70px !important;
  }
  .p-lg-75px {
    padding: 75px !important;
  }
  .p-lg-80px {
    padding: 80px !important;
  }
  .p-lg-85px {
    padding: 85px !important;
  }
  .p-lg-90px {
    padding: 90px !important;
  }
  .p-lg-95px {
    padding: 95px !important;
  }
  .p-lg-100px {
    padding: 100px !important;
  }
  .p-lg-105px {
    padding: 105px !important;
  }
  .p-lg-110px {
    padding: 110px !important;
  }
  .p-lg-115px {
    padding: 115px !important;
  }
  .p-lg-120px {
    padding: 120px !important;
  }
  .p-lg-125px {
    padding: 125px !important;
  }
  .p-lg-130px {
    padding: 130px !important;
  }
  .p-lg-135px {
    padding: 135px !important;
  }
  .p-lg-140px {
    padding: 140px !important;
  }
  .p-lg-145px {
    padding: 145px !important;
  }
  .p-lg-150px {
    padding: 150px !important;
  }
  .p-lg-155px {
    padding: 155px !important;
  }
  .p-lg-160px {
    padding: 160px !important;
  }
  .p-lg-165px {
    padding: 165px !important;
  }
  .p-lg-170px {
    padding: 170px !important;
  }
  .p-lg-175px {
    padding: 175px !important;
  }
  .p-lg-180px {
    padding: 180px !important;
  }
  .p-lg-185px {
    padding: 185px !important;
  }
  .p-lg-190px {
    padding: 190px !important;
  }
  .p-lg-195px {
    padding: 195px !important;
  }
  .p-lg-200px {
    padding: 200px !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-5px, .py-lg-5px {
    padding-top: 5px !important;
  }
  .pt-lg-10px, .py-lg-10px {
    padding-top: 10px !important;
  }
  .pt-lg-15px, .py-lg-15px {
    padding-top: 15px !important;
  }
  .pt-lg-20px, .py-lg-20px {
    padding-top: 20px !important;
  }
  .pt-lg-25px, .py-lg-25px {
    padding-top: 25px !important;
  }
  .pt-lg-30px, .py-lg-30px {
    padding-top: 30px !important;
  }
  .pt-lg-35px, .py-lg-35px {
    padding-top: 35px !important;
  }
  .pt-lg-40px, .py-lg-40px {
    padding-top: 40px !important;
  }
  .pt-lg-45px, .py-lg-45px {
    padding-top: 45px !important;
  }
  .pt-lg-50px, .py-lg-50px {
    padding-top: 50px !important;
  }
  .pt-lg-55px, .py-lg-55px {
    padding-top: 55px !important;
  }
  .pt-lg-60px, .py-lg-60px {
    padding-top: 60px !important;
  }
  .pt-lg-65px, .py-lg-65px {
    padding-top: 65px !important;
  }
  .pt-lg-70px, .py-lg-70px {
    padding-top: 70px !important;
  }
  .pt-lg-75px, .py-lg-75px {
    padding-top: 75px !important;
  }
  .pt-lg-80px, .py-lg-80px {
    padding-top: 80px !important;
  }
  .pt-lg-85px, .py-lg-85px {
    padding-top: 85px !important;
  }
  .pt-lg-90px, .py-lg-90px {
    padding-top: 90px !important;
  }
  .pt-lg-95px, .py-lg-95px {
    padding-top: 95px !important;
  }
  .pt-lg-100px, .py-lg-100px {
    padding-top: 100px !important;
  }
  .pt-lg-105px, .py-lg-105px {
    padding-top: 105px !important;
  }
  .pt-lg-110px, .py-lg-110px {
    padding-top: 110px !important;
  }
  .pt-lg-115px, .py-lg-115px {
    padding-top: 115px !important;
  }
  .pt-lg-120px, .py-lg-120px {
    padding-top: 120px !important;
  }
  .pt-lg-125px, .py-lg-125px {
    padding-top: 125px !important;
  }
  .pt-lg-130px, .py-lg-130px {
    padding-top: 130px !important;
  }
  .pt-lg-135px, .py-lg-135px {
    padding-top: 135px !important;
  }
  .pt-lg-140px, .py-lg-140px {
    padding-top: 140px !important;
  }
  .pt-lg-145px, .py-lg-145px {
    padding-top: 145px !important;
  }
  .pt-lg-150px, .py-lg-150px {
    padding-top: 150px !important;
  }
  .pt-lg-155px, .py-lg-155px {
    padding-top: 155px !important;
  }
  .pt-lg-160px, .py-lg-160px {
    padding-top: 160px !important;
  }
  .pt-lg-165px, .py-lg-165px {
    padding-top: 165px !important;
  }
  .pt-lg-170px, .py-lg-170px {
    padding-top: 170px !important;
  }
  .pt-lg-175px, .py-lg-175px {
    padding-top: 175px !important;
  }
  .pt-lg-180px, .py-lg-180px {
    padding-top: 180px !important;
  }
  .pt-lg-185px, .py-lg-185px {
    padding-top: 185px !important;
  }
  .pt-lg-190px, .py-lg-190px {
    padding-top: 190px !important;
  }
  .pt-lg-195px, .py-lg-195px {
    padding-top: 195px !important;
  }
  .pt-lg-200px, .py-lg-200px {
    padding-top: 200px !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-5px, .py-lg-5px {
    padding-bottom: 5px !important;
  }
  .pb-lg-10px, .py-lg-10px {
    padding-bottom: 10px !important;
  }
  .pb-lg-15px, .py-lg-15px {
    padding-bottom: 15px !important;
  }
  .pb-lg-20px, .py-lg-20px {
    padding-bottom: 20px !important;
  }
  .pb-lg-25px, .py-lg-25px {
    padding-bottom: 25px !important;
  }
  .pb-lg-30px, .py-lg-30px {
    padding-bottom: 30px !important;
  }
  .pb-lg-35px, .py-lg-35px {
    padding-bottom: 35px !important;
  }
  .pb-lg-40px, .py-lg-40px {
    padding-bottom: 40px !important;
  }
  .pb-lg-45px, .py-lg-45px {
    padding-bottom: 45px !important;
  }
  .pb-lg-50px, .py-lg-50px {
    padding-bottom: 50px !important;
  }
  .pb-lg-55px, .py-lg-55px {
    padding-bottom: 55px !important;
  }
  .pb-lg-60px, .py-lg-60px {
    padding-bottom: 60px !important;
  }
  .pb-lg-65px, .py-lg-65px {
    padding-bottom: 65px !important;
  }
  .pb-lg-70px, .py-lg-70px {
    padding-bottom: 70px !important;
  }
  .pb-lg-75px, .py-lg-75px {
    padding-bottom: 75px !important;
  }
  .pb-lg-80px, .py-lg-80px {
    padding-bottom: 80px !important;
  }
  .pb-lg-85px, .py-lg-85px {
    padding-bottom: 85px !important;
  }
  .pb-lg-90px, .py-lg-90px {
    padding-bottom: 90px !important;
  }
  .pb-lg-95px, .py-lg-95px {
    padding-bottom: 95px !important;
  }
  .pb-lg-100px, .py-lg-100px {
    padding-bottom: 100px !important;
  }
  .pb-lg-105px, .py-lg-105px {
    padding-bottom: 105px !important;
  }
  .pb-lg-110px, .py-lg-110px {
    padding-bottom: 110px !important;
  }
  .pb-lg-115px, .py-lg-115px {
    padding-bottom: 115px !important;
  }
  .pb-lg-120px, .py-lg-120px {
    padding-bottom: 120px !important;
  }
  .pb-lg-125px, .py-lg-125px {
    padding-bottom: 125px !important;
  }
  .pb-lg-130px, .py-lg-130px {
    padding-bottom: 130px !important;
  }
  .pb-lg-135px, .py-lg-135px {
    padding-bottom: 135px !important;
  }
  .pb-lg-140px, .py-lg-140px {
    padding-bottom: 140px !important;
  }
  .pb-lg-145px, .py-lg-145px {
    padding-bottom: 145px !important;
  }
  .pb-lg-150px, .py-lg-150px {
    padding-bottom: 150px !important;
  }
  .pb-lg-155px, .py-lg-155px {
    padding-bottom: 155px !important;
  }
  .pb-lg-160px, .py-lg-160px {
    padding-bottom: 160px !important;
  }
  .pb-lg-165px, .py-lg-165px {
    padding-bottom: 165px !important;
  }
  .pb-lg-170px, .py-lg-170px {
    padding-bottom: 170px !important;
  }
  .pb-lg-175px, .py-lg-175px {
    padding-bottom: 175px !important;
  }
  .pb-lg-180px, .py-lg-180px {
    padding-bottom: 180px !important;
  }
  .pb-lg-185px, .py-lg-185px {
    padding-bottom: 185px !important;
  }
  .pb-lg-190px, .py-lg-190px {
    padding-bottom: 190px !important;
  }
  .pb-lg-195px, .py-lg-195px {
    padding-bottom: 195px !important;
  }
  .pb-lg-200px, .py-lg-200px {
    padding-bottom: 200px !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-5px, .px-lg-5px {
    padding-left: 5px !important;
  }
  .pl-lg-10px, .px-lg-10px {
    padding-left: 10px !important;
  }
  .pl-lg-15px, .px-lg-15px {
    padding-left: 15px !important;
  }
  .pl-lg-20px, .px-lg-20px {
    padding-left: 20px !important;
  }
  .pl-lg-25px, .px-lg-25px {
    padding-left: 25px !important;
  }
  .pl-lg-30px, .px-lg-30px {
    padding-left: 30px !important;
  }
  .pl-lg-35px, .px-lg-35px {
    padding-left: 35px !important;
  }
  .pl-lg-40px, .px-lg-40px {
    padding-left: 40px !important;
  }
  .pl-lg-45px, .px-lg-45px {
    padding-left: 45px !important;
  }
  .pl-lg-50px, .px-lg-50px {
    padding-left: 50px !important;
  }
  .pl-lg-55px, .px-lg-55px {
    padding-left: 55px !important;
  }
  .pl-lg-60px, .px-lg-60px {
    padding-left: 60px !important;
  }
  .pl-lg-65px, .px-lg-65px {
    padding-left: 65px !important;
  }
  .pl-lg-70px, .px-lg-70px {
    padding-left: 70px !important;
  }
  .pl-lg-75px, .px-lg-75px {
    padding-left: 75px !important;
  }
  .pl-lg-80px, .px-lg-80px {
    padding-left: 80px !important;
  }
  .pl-lg-85px, .px-lg-85px {
    padding-left: 85px !important;
  }
  .pl-lg-90px, .px-lg-90px {
    padding-left: 90px !important;
  }
  .pl-lg-95px, .px-lg-95px {
    padding-left: 95px !important;
  }
  .pl-lg-100px, .px-lg-100px {
    padding-left: 100px !important;
  }
  .pl-lg-105px, .px-lg-105px {
    padding-left: 105px !important;
  }
  .pl-lg-110px, .px-lg-110px {
    padding-left: 110px !important;
  }
  .pl-lg-115px, .px-lg-115px {
    padding-left: 115px !important;
  }
  .pl-lg-120px, .px-lg-120px {
    padding-left: 120px !important;
  }
  .pl-lg-125px, .px-lg-125px {
    padding-left: 125px !important;
  }
  .pl-lg-130px, .px-lg-130px {
    padding-left: 130px !important;
  }
  .pl-lg-135px, .px-lg-135px {
    padding-left: 135px !important;
  }
  .pl-lg-140px, .px-lg-140px {
    padding-left: 140px !important;
  }
  .pl-lg-145px, .px-lg-145px {
    padding-left: 145px !important;
  }
  .pl-lg-150px, .px-lg-150px {
    padding-left: 150px !important;
  }
  .pl-lg-155px, .px-lg-155px {
    padding-left: 155px !important;
  }
  .pl-lg-160px, .px-lg-160px {
    padding-left: 160px !important;
  }
  .pl-lg-165px, .px-lg-165px {
    padding-left: 165px !important;
  }
  .pl-lg-170px, .px-lg-170px {
    padding-left: 170px !important;
  }
  .pl-lg-175px, .px-lg-175px {
    padding-left: 175px !important;
  }
  .pl-lg-180px, .px-lg-180px {
    padding-left: 180px !important;
  }
  .pl-lg-185px, .px-lg-185px {
    padding-left: 185px !important;
  }
  .pl-lg-190px, .px-lg-190px {
    padding-left: 190px !important;
  }
  .pl-lg-195px, .px-lg-195px {
    padding-left: 195px !important;
  }
  .pl-lg-200px, .px-lg-200px {
    padding-left: 200px !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-5px, .px-lg-5px {
    padding-right: 5px !important;
  }
  .pr-lg-10px, .px-lg-10px {
    padding-right: 10px !important;
  }
  .pr-lg-15px, .px-lg-15px {
    padding-right: 15px !important;
  }
  .pr-lg-20px, .px-lg-20px {
    padding-right: 20px !important;
  }
  .pr-lg-25px, .px-lg-25px {
    padding-right: 25px !important;
  }
  .pr-lg-30px, .px-lg-30px {
    padding-right: 30px !important;
  }
  .pr-lg-35px, .px-lg-35px {
    padding-right: 35px !important;
  }
  .pr-lg-40px, .px-lg-40px {
    padding-right: 40px !important;
  }
  .pr-lg-45px, .px-lg-45px {
    padding-right: 45px !important;
  }
  .pr-lg-50px, .px-lg-50px {
    padding-right: 50px !important;
  }
  .pr-lg-55px, .px-lg-55px {
    padding-right: 55px !important;
  }
  .pr-lg-60px, .px-lg-60px {
    padding-right: 60px !important;
  }
  .pr-lg-65px, .px-lg-65px {
    padding-right: 65px !important;
  }
  .pr-lg-70px, .px-lg-70px {
    padding-right: 70px !important;
  }
  .pr-lg-75px, .px-lg-75px {
    padding-right: 75px !important;
  }
  .pr-lg-80px, .px-lg-80px {
    padding-right: 80px !important;
  }
  .pr-lg-85px, .px-lg-85px {
    padding-right: 85px !important;
  }
  .pr-lg-90px, .px-lg-90px {
    padding-right: 90px !important;
  }
  .pr-lg-95px, .px-lg-95px {
    padding-right: 95px !important;
  }
  .pr-lg-100px, .px-lg-100px {
    padding-right: 100px !important;
  }
  .pr-lg-105px, .px-lg-105px {
    padding-right: 105px !important;
  }
  .pr-lg-110px, .px-lg-110px {
    padding-right: 110px !important;
  }
  .pr-lg-115px, .px-lg-115px {
    padding-right: 115px !important;
  }
  .pr-lg-120px, .px-lg-120px {
    padding-right: 120px !important;
  }
  .pr-lg-125px, .px-lg-125px {
    padding-right: 125px !important;
  }
  .pr-lg-130px, .px-lg-130px {
    padding-right: 130px !important;
  }
  .pr-lg-135px, .px-lg-135px {
    padding-right: 135px !important;
  }
  .pr-lg-140px, .px-lg-140px {
    padding-right: 140px !important;
  }
  .pr-lg-145px, .px-lg-145px {
    padding-right: 145px !important;
  }
  .pr-lg-150px, .px-lg-150px {
    padding-right: 150px !important;
  }
  .pr-lg-155px, .px-lg-155px {
    padding-right: 155px !important;
  }
  .pr-lg-160px, .px-lg-160px {
    padding-right: 160px !important;
  }
  .pr-lg-165px, .px-lg-165px {
    padding-right: 165px !important;
  }
  .pr-lg-170px, .px-lg-170px {
    padding-right: 170px !important;
  }
  .pr-lg-175px, .px-lg-175px {
    padding-right: 175px !important;
  }
  .pr-lg-180px, .px-lg-180px {
    padding-right: 180px !important;
  }
  .pr-lg-185px, .px-lg-185px {
    padding-right: 185px !important;
  }
  .pr-lg-190px, .px-lg-190px {
    padding-right: 190px !important;
  }
  .pr-lg-195px, .px-lg-195px {
    padding-right: 195px !important;
  }
  .pr-lg-200px, .px-lg-200px {
    padding-right: 200px !important;
  }
  .height-lg-vh10 {
    min-height: 10vh;
  }
  .height-lg-vh15 {
    min-height: 15vh;
  }
  .height-lg-vh20 {
    min-height: 20vh;
  }
  .height-lg-vh25 {
    min-height: 25vh;
  }
  .height-lg-vh30 {
    min-height: 30vh;
  }
  .height-lg-vh35 {
    min-height: 35vh;
  }
  .height-lg-vh40 {
    min-height: 40vh;
  }
  .height-lg-vh45 {
    min-height: 45vh;
  }
  .height-lg-vh50 {
    min-height: 50vh;
  }
  .height-lg-vh55 {
    min-height: 55vh;
  }
  .height-lg-vh60 {
    min-height: 60vh;
  }
  .height-lg-vh65 {
    min-height: 65vh;
  }
  .height-lg-vh70 {
    min-height: 70vh;
  }
  .height-lg-vh75 {
    min-height: 75vh;
  }
  .height-lg-vh80 {
    min-height: 80vh;
  }
  .height-lg-vh85 {
    min-height: 85vh;
  }
  .height-lg-vh90 {
    min-height: 90vh;
  }
  .height-lg-vh95 {
    min-height: 95vh;
  }
  .height-lg-vh100 {
    min-height: 100vh;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-5px {
    margin: 5px !important;
  }
  .m-xl-10px {
    margin: 10px !important;
  }
  .m-xl-15px {
    margin: 15px !important;
  }
  .m-xl-20px {
    margin: 20px !important;
  }
  .m-xl-25px {
    margin: 25px !important;
  }
  .m-xl-30px {
    margin: 30px !important;
  }
  .m-xl-35px {
    margin: 35px !important;
  }
  .m-xl-40px {
    margin: 40px !important;
  }
  .m-xl-45px {
    margin: 45px !important;
  }
  .m-xl-50px {
    margin: 50px !important;
  }
  .m-xl-55px {
    margin: 55px !important;
  }
  .m-xl-60px {
    margin: 60px !important;
  }
  .m-xl-65px {
    margin: 65px !important;
  }
  .m-xl-70px {
    margin: 70px !important;
  }
  .m-xl-75px {
    margin: 75px !important;
  }
  .m-xl-80px {
    margin: 80px !important;
  }
  .m-xl-85px {
    margin: 85px !important;
  }
  .m-xl-90px {
    margin: 90px !important;
  }
  .m-xl-95px {
    margin: 95px !important;
  }
  .m-xl-100px {
    margin: 100px !important;
  }
  .m-xl-105px {
    margin: 105px !important;
  }
  .m-xl-110px {
    margin: 110px !important;
  }
  .m-xl-115px {
    margin: 115px !important;
  }
  .m-xl-120px {
    margin: 120px !important;
  }
  .m-xl-125px {
    margin: 125px !important;
  }
  .m-xl-130px {
    margin: 130px !important;
  }
  .m-xl-135px {
    margin: 135px !important;
  }
  .m-xl-140px {
    margin: 140px !important;
  }
  .m-xl-145px {
    margin: 145px !important;
  }
  .m-xl-150px {
    margin: 150px !important;
  }
  .m-xl-155px {
    margin: 155px !important;
  }
  .m-xl-160px {
    margin: 160px !important;
  }
  .m-xl-165px {
    margin: 165px !important;
  }
  .m-xl-170px {
    margin: 170px !important;
  }
  .m-xl-175px {
    margin: 175px !important;
  }
  .m-xl-180px {
    margin: 180px !important;
  }
  .m-xl-185px {
    margin: 185px !important;
  }
  .m-xl-190px {
    margin: 190px !important;
  }
  .m-xl-195px {
    margin: 195px !important;
  }
  .m-xl-200px {
    margin: 200px !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-5px, .my-xl-5px {
    margin-top: 5px !important;
  }
  .mt-xl-10px, .my-xl-10px {
    margin-top: 10px !important;
  }
  .mt-xl-15px, .my-xl-15px {
    margin-top: 15px !important;
  }
  .mt-xl-20px, .my-xl-20px {
    margin-top: 20px !important;
  }
  .mt-xl-25px, .my-xl-25px {
    margin-top: 25px !important;
  }
  .mt-xl-30px, .my-xl-30px {
    margin-top: 30px !important;
  }
  .mt-xl-35px, .my-xl-35px {
    margin-top: 35px !important;
  }
  .mt-xl-40px, .my-xl-40px {
    margin-top: 40px !important;
  }
  .mt-xl-45px, .my-xl-45px {
    margin-top: 45px !important;
  }
  .mt-xl-50px, .my-xl-50px {
    margin-top: 50px !important;
  }
  .mt-xl-55px, .my-xl-55px {
    margin-top: 55px !important;
  }
  .mt-xl-60px, .my-xl-60px {
    margin-top: 60px !important;
  }
  .mt-xl-65px, .my-xl-65px {
    margin-top: 65px !important;
  }
  .mt-xl-70px, .my-xl-70px {
    margin-top: 70px !important;
  }
  .mt-xl-75px, .my-xl-75px {
    margin-top: 75px !important;
  }
  .mt-xl-80px, .my-xl-80px {
    margin-top: 80px !important;
  }
  .mt-xl-85px, .my-xl-85px {
    margin-top: 85px !important;
  }
  .mt-xl-90px, .my-xl-90px {
    margin-top: 90px !important;
  }
  .mt-xl-95px, .my-xl-95px {
    margin-top: 95px !important;
  }
  .mt-xl-100px, .my-xl-100px {
    margin-top: 100px !important;
  }
  .mt-xl-105px, .my-xl-105px {
    margin-top: 105px !important;
  }
  .mt-xl-110px, .my-xl-110px {
    margin-top: 110px !important;
  }
  .mt-xl-115px, .my-xl-115px {
    margin-top: 115px !important;
  }
  .mt-xl-120px, .my-xl-120px {
    margin-top: 120px !important;
  }
  .mt-xl-125px, .my-xl-125px {
    margin-top: 125px !important;
  }
  .mt-xl-130px, .my-xl-130px {
    margin-top: 130px !important;
  }
  .mt-xl-135px, .my-xl-135px {
    margin-top: 135px !important;
  }
  .mt-xl-140px, .my-xl-140px {
    margin-top: 140px !important;
  }
  .mt-xl-145px, .my-xl-145px {
    margin-top: 145px !important;
  }
  .mt-xl-150px, .my-xl-150px {
    margin-top: 150px !important;
  }
  .mt-xl-155px, .my-xl-155px {
    margin-top: 155px !important;
  }
  .mt-xl-160px, .my-xl-160px {
    margin-top: 160px !important;
  }
  .mt-xl-165px, .my-xl-165px {
    margin-top: 165px !important;
  }
  .mt-xl-170px, .my-xl-170px {
    margin-top: 170px !important;
  }
  .mt-xl-175px, .my-xl-175px {
    margin-top: 175px !important;
  }
  .mt-xl-180px, .my-xl-180px {
    margin-top: 180px !important;
  }
  .mt-xl-185px, .my-xl-185px {
    margin-top: 185px !important;
  }
  .mt-xl-190px, .my-xl-190px {
    margin-top: 190px !important;
  }
  .mt-xl-195px, .my-xl-195px {
    margin-top: 195px !important;
  }
  .mt-xl-200px, .my-xl-200px {
    margin-top: 200px !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-5px, .my-xl-5px {
    margin-bottom: 5px !important;
  }
  .mb-xl-10px, .my-xl-10px {
    margin-bottom: 10px !important;
  }
  .mb-xl-15px, .my-xl-15px {
    margin-bottom: 15px !important;
  }
  .mb-xl-20px, .my-xl-20px {
    margin-bottom: 20px !important;
  }
  .mb-xl-25px, .my-xl-25px {
    margin-bottom: 25px !important;
  }
  .mb-xl-30px, .my-xl-30px {
    margin-bottom: 30px !important;
  }
  .mb-xl-35px, .my-xl-35px {
    margin-bottom: 35px !important;
  }
  .mb-xl-40px, .my-xl-40px {
    margin-bottom: 40px !important;
  }
  .mb-xl-45px, .my-xl-45px {
    margin-bottom: 45px !important;
  }
  .mb-xl-50px, .my-xl-50px {
    margin-bottom: 50px !important;
  }
  .mb-xl-55px, .my-xl-55px {
    margin-bottom: 55px !important;
  }
  .mb-xl-60px, .my-xl-60px {
    margin-bottom: 60px !important;
  }
  .mb-xl-65px, .my-xl-65px {
    margin-bottom: 65px !important;
  }
  .mb-xl-70px, .my-xl-70px {
    margin-bottom: 70px !important;
  }
  .mb-xl-75px, .my-xl-75px {
    margin-bottom: 75px !important;
  }
  .mb-xl-80px, .my-xl-80px {
    margin-bottom: 80px !important;
  }
  .mb-xl-85px, .my-xl-85px {
    margin-bottom: 85px !important;
  }
  .mb-xl-90px, .my-xl-90px {
    margin-bottom: 90px !important;
  }
  .mb-xl-95px, .my-xl-95px {
    margin-bottom: 95px !important;
  }
  .mb-xl-100px, .my-xl-100px {
    margin-bottom: 100px !important;
  }
  .mb-xl-105px, .my-xl-105px {
    margin-bottom: 105px !important;
  }
  .mb-xl-110px, .my-xl-110px {
    margin-bottom: 110px !important;
  }
  .mb-xl-115px, .my-xl-115px {
    margin-bottom: 115px !important;
  }
  .mb-xl-120px, .my-xl-120px {
    margin-bottom: 120px !important;
  }
  .mb-xl-125px, .my-xl-125px {
    margin-bottom: 125px !important;
  }
  .mb-xl-130px, .my-xl-130px {
    margin-bottom: 130px !important;
  }
  .mb-xl-135px, .my-xl-135px {
    margin-bottom: 135px !important;
  }
  .mb-xl-140px, .my-xl-140px {
    margin-bottom: 140px !important;
  }
  .mb-xl-145px, .my-xl-145px {
    margin-bottom: 145px !important;
  }
  .mb-xl-150px, .my-xl-150px {
    margin-bottom: 150px !important;
  }
  .mb-xl-155px, .my-xl-155px {
    margin-bottom: 155px !important;
  }
  .mb-xl-160px, .my-xl-160px {
    margin-bottom: 160px !important;
  }
  .mb-xl-165px, .my-xl-165px {
    margin-bottom: 165px !important;
  }
  .mb-xl-170px, .my-xl-170px {
    margin-bottom: 170px !important;
  }
  .mb-xl-175px, .my-xl-175px {
    margin-bottom: 175px !important;
  }
  .mb-xl-180px, .my-xl-180px {
    margin-bottom: 180px !important;
  }
  .mb-xl-185px, .my-xl-185px {
    margin-bottom: 185px !important;
  }
  .mb-xl-190px, .my-xl-190px {
    margin-bottom: 190px !important;
  }
  .mb-xl-195px, .my-xl-195px {
    margin-bottom: 195px !important;
  }
  .mb-xl-200px, .my-xl-200px {
    margin-bottom: 200px !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-5px, .mx-xl-5px {
    margin-left: 5px !important;
  }
  .ml-xl-10px, .mx-xl-10px {
    margin-left: 10px !important;
  }
  .ml-xl-15px, .mx-xl-15px {
    margin-left: 15px !important;
  }
  .ml-xl-20px, .mx-xl-20px {
    margin-left: 20px !important;
  }
  .ml-xl-25px, .mx-xl-25px {
    margin-left: 25px !important;
  }
  .ml-xl-30px, .mx-xl-30px {
    margin-left: 30px !important;
  }
  .ml-xl-35px, .mx-xl-35px {
    margin-left: 35px !important;
  }
  .ml-xl-40px, .mx-xl-40px {
    margin-left: 40px !important;
  }
  .ml-xl-45px, .mx-xl-45px {
    margin-left: 45px !important;
  }
  .ml-xl-50px, .mx-xl-50px {
    margin-left: 50px !important;
  }
  .ml-xl-55px, .mx-xl-55px {
    margin-left: 55px !important;
  }
  .ml-xl-60px, .mx-xl-60px {
    margin-left: 60px !important;
  }
  .ml-xl-65px, .mx-xl-65px {
    margin-left: 65px !important;
  }
  .ml-xl-70px, .mx-xl-70px {
    margin-left: 70px !important;
  }
  .ml-xl-75px, .mx-xl-75px {
    margin-left: 75px !important;
  }
  .ml-xl-80px, .mx-xl-80px {
    margin-left: 80px !important;
  }
  .ml-xl-85px, .mx-xl-85px {
    margin-left: 85px !important;
  }
  .ml-xl-90px, .mx-xl-90px {
    margin-left: 90px !important;
  }
  .ml-xl-95px, .mx-xl-95px {
    margin-left: 95px !important;
  }
  .ml-xl-100px, .mx-xl-100px {
    margin-left: 100px !important;
  }
  .ml-xl-105px, .mx-xl-105px {
    margin-left: 105px !important;
  }
  .ml-xl-110px, .mx-xl-110px {
    margin-left: 110px !important;
  }
  .ml-xl-115px, .mx-xl-115px {
    margin-left: 115px !important;
  }
  .ml-xl-120px, .mx-xl-120px {
    margin-left: 120px !important;
  }
  .ml-xl-125px, .mx-xl-125px {
    margin-left: 125px !important;
  }
  .ml-xl-130px, .mx-xl-130px {
    margin-left: 130px !important;
  }
  .ml-xl-135px, .mx-xl-135px {
    margin-left: 135px !important;
  }
  .ml-xl-140px, .mx-xl-140px {
    margin-left: 140px !important;
  }
  .ml-xl-145px, .mx-xl-145px {
    margin-left: 145px !important;
  }
  .ml-xl-150px, .mx-xl-150px {
    margin-left: 150px !important;
  }
  .ml-xl-155px, .mx-xl-155px {
    margin-left: 155px !important;
  }
  .ml-xl-160px, .mx-xl-160px {
    margin-left: 160px !important;
  }
  .ml-xl-165px, .mx-xl-165px {
    margin-left: 165px !important;
  }
  .ml-xl-170px, .mx-xl-170px {
    margin-left: 170px !important;
  }
  .ml-xl-175px, .mx-xl-175px {
    margin-left: 175px !important;
  }
  .ml-xl-180px, .mx-xl-180px {
    margin-left: 180px !important;
  }
  .ml-xl-185px, .mx-xl-185px {
    margin-left: 185px !important;
  }
  .ml-xl-190px, .mx-xl-190px {
    margin-left: 190px !important;
  }
  .ml-xl-195px, .mx-xl-195px {
    margin-left: 195px !important;
  }
  .ml-xl-200px, .mx-xl-200px {
    margin-left: 200px !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mr-xl-5px, .mx-xl-5px {
    margin-right: 5px !important;
  }
  .mr-xl-10px, .mx-xl-10px {
    margin-right: 10px !important;
  }
  .mr-xl-15px, .mx-xl-15px {
    margin-right: 15px !important;
  }
  .mr-xl-20px, .mx-xl-20px {
    margin-right: 20px !important;
  }
  .mr-xl-25px, .mx-xl-25px {
    margin-right: 25px !important;
  }
  .mr-xl-30px, .mx-xl-30px {
    margin-right: 30px !important;
  }
  .mr-xl-35px, .mx-xl-35px {
    margin-right: 35px !important;
  }
  .mr-xl-40px, .mx-xl-40px {
    margin-right: 40px !important;
  }
  .mr-xl-45px, .mx-xl-45px {
    margin-right: 45px !important;
  }
  .mr-xl-50px, .mx-xl-50px {
    margin-right: 50px !important;
  }
  .mr-xl-55px, .mx-xl-55px {
    margin-right: 55px !important;
  }
  .mr-xl-60px, .mx-xl-60px {
    margin-right: 60px !important;
  }
  .mr-xl-65px, .mx-xl-65px {
    margin-right: 65px !important;
  }
  .mr-xl-70px, .mx-xl-70px {
    margin-right: 70px !important;
  }
  .mr-xl-75px, .mx-xl-75px {
    margin-right: 75px !important;
  }
  .mr-xl-80px, .mx-xl-80px {
    margin-right: 80px !important;
  }
  .mr-xl-85px, .mx-xl-85px {
    margin-right: 85px !important;
  }
  .mr-xl-90px, .mx-xl-90px {
    margin-right: 90px !important;
  }
  .mr-xl-95px, .mx-xl-95px {
    margin-right: 95px !important;
  }
  .mr-xl-100px, .mx-xl-100px {
    margin-right: 100px !important;
  }
  .mr-xl-105px, .mx-xl-105px {
    margin-right: 105px !important;
  }
  .mr-xl-110px, .mx-xl-110px {
    margin-right: 110px !important;
  }
  .mr-xl-115px, .mx-xl-115px {
    margin-right: 115px !important;
  }
  .mr-xl-120px, .mx-xl-120px {
    margin-right: 120px !important;
  }
  .mr-xl-125px, .mx-xl-125px {
    margin-right: 125px !important;
  }
  .mr-xl-130px, .mx-xl-130px {
    margin-right: 130px !important;
  }
  .mr-xl-135px, .mx-xl-135px {
    margin-right: 135px !important;
  }
  .mr-xl-140px, .mx-xl-140px {
    margin-right: 140px !important;
  }
  .mr-xl-145px, .mx-xl-145px {
    margin-right: 145px !important;
  }
  .mr-xl-150px, .mx-xl-150px {
    margin-right: 150px !important;
  }
  .mr-xl-155px, .mx-xl-155px {
    margin-right: 155px !important;
  }
  .mr-xl-160px, .mx-xl-160px {
    margin-right: 160px !important;
  }
  .mr-xl-165px, .mx-xl-165px {
    margin-right: 165px !important;
  }
  .mr-xl-170px, .mx-xl-170px {
    margin-right: 170px !important;
  }
  .mr-xl-175px, .mx-xl-175px {
    margin-right: 175px !important;
  }
  .mr-xl-180px, .mx-xl-180px {
    margin-right: 180px !important;
  }
  .mr-xl-185px, .mx-xl-185px {
    margin-right: 185px !important;
  }
  .mr-xl-190px, .mx-xl-190px {
    margin-right: 190px !important;
  }
  .mr-xl-195px, .mx-xl-195px {
    margin-right: 195px !important;
  }
  .mr-xl-200px, .mx-xl-200px {
    margin-right: 200px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-5px {
    padding: 5px !important;
  }
  .p-xl-10px {
    padding: 10px !important;
  }
  .p-xl-15px {
    padding: 15px !important;
  }
  .p-xl-20px {
    padding: 20px !important;
  }
  .p-xl-25px {
    padding: 25px !important;
  }
  .p-xl-30px {
    padding: 30px !important;
  }
  .p-xl-35px {
    padding: 35px !important;
  }
  .p-xl-40px {
    padding: 40px !important;
  }
  .p-xl-45px {
    padding: 45px !important;
  }
  .p-xl-50px {
    padding: 50px !important;
  }
  .p-xl-55px {
    padding: 55px !important;
  }
  .p-xl-60px {
    padding: 60px !important;
  }
  .p-xl-65px {
    padding: 65px !important;
  }
  .p-xl-70px {
    padding: 70px !important;
  }
  .p-xl-75px {
    padding: 75px !important;
  }
  .p-xl-80px {
    padding: 80px !important;
  }
  .p-xl-85px {
    padding: 85px !important;
  }
  .p-xl-90px {
    padding: 90px !important;
  }
  .p-xl-95px {
    padding: 95px !important;
  }
  .p-xl-100px {
    padding: 100px !important;
  }
  .p-xl-105px {
    padding: 105px !important;
  }
  .p-xl-110px {
    padding: 110px !important;
  }
  .p-xl-115px {
    padding: 115px !important;
  }
  .p-xl-120px {
    padding: 120px !important;
  }
  .p-xl-125px {
    padding: 125px !important;
  }
  .p-xl-130px {
    padding: 130px !important;
  }
  .p-xl-135px {
    padding: 135px !important;
  }
  .p-xl-140px {
    padding: 140px !important;
  }
  .p-xl-145px {
    padding: 145px !important;
  }
  .p-xl-150px {
    padding: 150px !important;
  }
  .p-xl-155px {
    padding: 155px !important;
  }
  .p-xl-160px {
    padding: 160px !important;
  }
  .p-xl-165px {
    padding: 165px !important;
  }
  .p-xl-170px {
    padding: 170px !important;
  }
  .p-xl-175px {
    padding: 175px !important;
  }
  .p-xl-180px {
    padding: 180px !important;
  }
  .p-xl-185px {
    padding: 185px !important;
  }
  .p-xl-190px {
    padding: 190px !important;
  }
  .p-xl-195px {
    padding: 195px !important;
  }
  .p-xl-200px {
    padding: 200px !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-5px, .py-xl-5px {
    padding-top: 5px !important;
  }
  .pt-xl-10px, .py-xl-10px {
    padding-top: 10px !important;
  }
  .pt-xl-15px, .py-xl-15px {
    padding-top: 15px !important;
  }
  .pt-xl-20px, .py-xl-20px {
    padding-top: 20px !important;
  }
  .pt-xl-25px, .py-xl-25px {
    padding-top: 25px !important;
  }
  .pt-xl-30px, .py-xl-30px {
    padding-top: 30px !important;
  }
  .pt-xl-35px, .py-xl-35px {
    padding-top: 35px !important;
  }
  .pt-xl-40px, .py-xl-40px {
    padding-top: 40px !important;
  }
  .pt-xl-45px, .py-xl-45px {
    padding-top: 45px !important;
  }
  .pt-xl-50px, .py-xl-50px {
    padding-top: 50px !important;
  }
  .pt-xl-55px, .py-xl-55px {
    padding-top: 55px !important;
  }
  .pt-xl-60px, .py-xl-60px {
    padding-top: 60px !important;
  }
  .pt-xl-65px, .py-xl-65px {
    padding-top: 65px !important;
  }
  .pt-xl-70px, .py-xl-70px {
    padding-top: 70px !important;
  }
  .pt-xl-75px, .py-xl-75px {
    padding-top: 75px !important;
  }
  .pt-xl-80px, .py-xl-80px {
    padding-top: 80px !important;
  }
  .pt-xl-85px, .py-xl-85px {
    padding-top: 85px !important;
  }
  .pt-xl-90px, .py-xl-90px {
    padding-top: 90px !important;
  }
  .pt-xl-95px, .py-xl-95px {
    padding-top: 95px !important;
  }
  .pt-xl-100px, .py-xl-100px {
    padding-top: 100px !important;
  }
  .pt-xl-105px, .py-xl-105px {
    padding-top: 105px !important;
  }
  .pt-xl-110px, .py-xl-110px {
    padding-top: 110px !important;
  }
  .pt-xl-115px, .py-xl-115px {
    padding-top: 115px !important;
  }
  .pt-xl-120px, .py-xl-120px {
    padding-top: 120px !important;
  }
  .pt-xl-125px, .py-xl-125px {
    padding-top: 125px !important;
  }
  .pt-xl-130px, .py-xl-130px {
    padding-top: 130px !important;
  }
  .pt-xl-135px, .py-xl-135px {
    padding-top: 135px !important;
  }
  .pt-xl-140px, .py-xl-140px {
    padding-top: 140px !important;
  }
  .pt-xl-145px, .py-xl-145px {
    padding-top: 145px !important;
  }
  .pt-xl-150px, .py-xl-150px {
    padding-top: 150px !important;
  }
  .pt-xl-155px, .py-xl-155px {
    padding-top: 155px !important;
  }
  .pt-xl-160px, .py-xl-160px {
    padding-top: 160px !important;
  }
  .pt-xl-165px, .py-xl-165px {
    padding-top: 165px !important;
  }
  .pt-xl-170px, .py-xl-170px {
    padding-top: 170px !important;
  }
  .pt-xl-175px, .py-xl-175px {
    padding-top: 175px !important;
  }
  .pt-xl-180px, .py-xl-180px {
    padding-top: 180px !important;
  }
  .pt-xl-185px, .py-xl-185px {
    padding-top: 185px !important;
  }
  .pt-xl-190px, .py-xl-190px {
    padding-top: 190px !important;
  }
  .pt-xl-195px, .py-xl-195px {
    padding-top: 195px !important;
  }
  .pt-xl-200px, .py-xl-200px {
    padding-top: 200px !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-5px, .py-xl-5px {
    padding-bottom: 5px !important;
  }
  .pb-xl-10px, .py-xl-10px {
    padding-bottom: 10px !important;
  }
  .pb-xl-15px, .py-xl-15px {
    padding-bottom: 15px !important;
  }
  .pb-xl-20px, .py-xl-20px {
    padding-bottom: 20px !important;
  }
  .pb-xl-25px, .py-xl-25px {
    padding-bottom: 25px !important;
  }
  .pb-xl-30px, .py-xl-30px {
    padding-bottom: 30px !important;
  }
  .pb-xl-35px, .py-xl-35px {
    padding-bottom: 35px !important;
  }
  .pb-xl-40px, .py-xl-40px {
    padding-bottom: 40px !important;
  }
  .pb-xl-45px, .py-xl-45px {
    padding-bottom: 45px !important;
  }
  .pb-xl-50px, .py-xl-50px {
    padding-bottom: 50px !important;
  }
  .pb-xl-55px, .py-xl-55px {
    padding-bottom: 55px !important;
  }
  .pb-xl-60px, .py-xl-60px {
    padding-bottom: 60px !important;
  }
  .pb-xl-65px, .py-xl-65px {
    padding-bottom: 65px !important;
  }
  .pb-xl-70px, .py-xl-70px {
    padding-bottom: 70px !important;
  }
  .pb-xl-75px, .py-xl-75px {
    padding-bottom: 75px !important;
  }
  .pb-xl-80px, .py-xl-80px {
    padding-bottom: 80px !important;
  }
  .pb-xl-85px, .py-xl-85px {
    padding-bottom: 85px !important;
  }
  .pb-xl-90px, .py-xl-90px {
    padding-bottom: 90px !important;
  }
  .pb-xl-95px, .py-xl-95px {
    padding-bottom: 95px !important;
  }
  .pb-xl-100px, .py-xl-100px {
    padding-bottom: 100px !important;
  }
  .pb-xl-105px, .py-xl-105px {
    padding-bottom: 105px !important;
  }
  .pb-xl-110px, .py-xl-110px {
    padding-bottom: 110px !important;
  }
  .pb-xl-115px, .py-xl-115px {
    padding-bottom: 115px !important;
  }
  .pb-xl-120px, .py-xl-120px {
    padding-bottom: 120px !important;
  }
  .pb-xl-125px, .py-xl-125px {
    padding-bottom: 125px !important;
  }
  .pb-xl-130px, .py-xl-130px {
    padding-bottom: 130px !important;
  }
  .pb-xl-135px, .py-xl-135px {
    padding-bottom: 135px !important;
  }
  .pb-xl-140px, .py-xl-140px {
    padding-bottom: 140px !important;
  }
  .pb-xl-145px, .py-xl-145px {
    padding-bottom: 145px !important;
  }
  .pb-xl-150px, .py-xl-150px {
    padding-bottom: 150px !important;
  }
  .pb-xl-155px, .py-xl-155px {
    padding-bottom: 155px !important;
  }
  .pb-xl-160px, .py-xl-160px {
    padding-bottom: 160px !important;
  }
  .pb-xl-165px, .py-xl-165px {
    padding-bottom: 165px !important;
  }
  .pb-xl-170px, .py-xl-170px {
    padding-bottom: 170px !important;
  }
  .pb-xl-175px, .py-xl-175px {
    padding-bottom: 175px !important;
  }
  .pb-xl-180px, .py-xl-180px {
    padding-bottom: 180px !important;
  }
  .pb-xl-185px, .py-xl-185px {
    padding-bottom: 185px !important;
  }
  .pb-xl-190px, .py-xl-190px {
    padding-bottom: 190px !important;
  }
  .pb-xl-195px, .py-xl-195px {
    padding-bottom: 195px !important;
  }
  .pb-xl-200px, .py-xl-200px {
    padding-bottom: 200px !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .pl-xl-5px, .px-xl-5px {
    padding-left: 5px !important;
  }
  .pl-xl-10px, .px-xl-10px {
    padding-left: 10px !important;
  }
  .pl-xl-15px, .px-xl-15px {
    padding-left: 15px !important;
  }
  .pl-xl-20px, .px-xl-20px {
    padding-left: 20px !important;
  }
  .pl-xl-25px, .px-xl-25px {
    padding-left: 25px !important;
  }
  .pl-xl-30px, .px-xl-30px {
    padding-left: 30px !important;
  }
  .pl-xl-35px, .px-xl-35px {
    padding-left: 35px !important;
  }
  .pl-xl-40px, .px-xl-40px {
    padding-left: 40px !important;
  }
  .pl-xl-45px, .px-xl-45px {
    padding-left: 45px !important;
  }
  .pl-xl-50px, .px-xl-50px {
    padding-left: 50px !important;
  }
  .pl-xl-55px, .px-xl-55px {
    padding-left: 55px !important;
  }
  .pl-xl-60px, .px-xl-60px {
    padding-left: 60px !important;
  }
  .pl-xl-65px, .px-xl-65px {
    padding-left: 65px !important;
  }
  .pl-xl-70px, .px-xl-70px {
    padding-left: 70px !important;
  }
  .pl-xl-75px, .px-xl-75px {
    padding-left: 75px !important;
  }
  .pl-xl-80px, .px-xl-80px {
    padding-left: 80px !important;
  }
  .pl-xl-85px, .px-xl-85px {
    padding-left: 85px !important;
  }
  .pl-xl-90px, .px-xl-90px {
    padding-left: 90px !important;
  }
  .pl-xl-95px, .px-xl-95px {
    padding-left: 95px !important;
  }
  .pl-xl-100px, .px-xl-100px {
    padding-left: 100px !important;
  }
  .pl-xl-105px, .px-xl-105px {
    padding-left: 105px !important;
  }
  .pl-xl-110px, .px-xl-110px {
    padding-left: 110px !important;
  }
  .pl-xl-115px, .px-xl-115px {
    padding-left: 115px !important;
  }
  .pl-xl-120px, .px-xl-120px {
    padding-left: 120px !important;
  }
  .pl-xl-125px, .px-xl-125px {
    padding-left: 125px !important;
  }
  .pl-xl-130px, .px-xl-130px {
    padding-left: 130px !important;
  }
  .pl-xl-135px, .px-xl-135px {
    padding-left: 135px !important;
  }
  .pl-xl-140px, .px-xl-140px {
    padding-left: 140px !important;
  }
  .pl-xl-145px, .px-xl-145px {
    padding-left: 145px !important;
  }
  .pl-xl-150px, .px-xl-150px {
    padding-left: 150px !important;
  }
  .pl-xl-155px, .px-xl-155px {
    padding-left: 155px !important;
  }
  .pl-xl-160px, .px-xl-160px {
    padding-left: 160px !important;
  }
  .pl-xl-165px, .px-xl-165px {
    padding-left: 165px !important;
  }
  .pl-xl-170px, .px-xl-170px {
    padding-left: 170px !important;
  }
  .pl-xl-175px, .px-xl-175px {
    padding-left: 175px !important;
  }
  .pl-xl-180px, .px-xl-180px {
    padding-left: 180px !important;
  }
  .pl-xl-185px, .px-xl-185px {
    padding-left: 185px !important;
  }
  .pl-xl-190px, .px-xl-190px {
    padding-left: 190px !important;
  }
  .pl-xl-195px, .px-xl-195px {
    padding-left: 195px !important;
  }
  .pl-xl-200px, .px-xl-200px {
    padding-left: 200px !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pr-xl-5px, .px-xl-5px {
    padding-right: 5px !important;
  }
  .pr-xl-10px, .px-xl-10px {
    padding-right: 10px !important;
  }
  .pr-xl-15px, .px-xl-15px {
    padding-right: 15px !important;
  }
  .pr-xl-20px, .px-xl-20px {
    padding-right: 20px !important;
  }
  .pr-xl-25px, .px-xl-25px {
    padding-right: 25px !important;
  }
  .pr-xl-30px, .px-xl-30px {
    padding-right: 30px !important;
  }
  .pr-xl-35px, .px-xl-35px {
    padding-right: 35px !important;
  }
  .pr-xl-40px, .px-xl-40px {
    padding-right: 40px !important;
  }
  .pr-xl-45px, .px-xl-45px {
    padding-right: 45px !important;
  }
  .pr-xl-50px, .px-xl-50px {
    padding-right: 50px !important;
  }
  .pr-xl-55px, .px-xl-55px {
    padding-right: 55px !important;
  }
  .pr-xl-60px, .px-xl-60px {
    padding-right: 60px !important;
  }
  .pr-xl-65px, .px-xl-65px {
    padding-right: 65px !important;
  }
  .pr-xl-70px, .px-xl-70px {
    padding-right: 70px !important;
  }
  .pr-xl-75px, .px-xl-75px {
    padding-right: 75px !important;
  }
  .pr-xl-80px, .px-xl-80px {
    padding-right: 80px !important;
  }
  .pr-xl-85px, .px-xl-85px {
    padding-right: 85px !important;
  }
  .pr-xl-90px, .px-xl-90px {
    padding-right: 90px !important;
  }
  .pr-xl-95px, .px-xl-95px {
    padding-right: 95px !important;
  }
  .pr-xl-100px, .px-xl-100px {
    padding-right: 100px !important;
  }
  .pr-xl-105px, .px-xl-105px {
    padding-right: 105px !important;
  }
  .pr-xl-110px, .px-xl-110px {
    padding-right: 110px !important;
  }
  .pr-xl-115px, .px-xl-115px {
    padding-right: 115px !important;
  }
  .pr-xl-120px, .px-xl-120px {
    padding-right: 120px !important;
  }
  .pr-xl-125px, .px-xl-125px {
    padding-right: 125px !important;
  }
  .pr-xl-130px, .px-xl-130px {
    padding-right: 130px !important;
  }
  .pr-xl-135px, .px-xl-135px {
    padding-right: 135px !important;
  }
  .pr-xl-140px, .px-xl-140px {
    padding-right: 140px !important;
  }
  .pr-xl-145px, .px-xl-145px {
    padding-right: 145px !important;
  }
  .pr-xl-150px, .px-xl-150px {
    padding-right: 150px !important;
  }
  .pr-xl-155px, .px-xl-155px {
    padding-right: 155px !important;
  }
  .pr-xl-160px, .px-xl-160px {
    padding-right: 160px !important;
  }
  .pr-xl-165px, .px-xl-165px {
    padding-right: 165px !important;
  }
  .pr-xl-170px, .px-xl-170px {
    padding-right: 170px !important;
  }
  .pr-xl-175px, .px-xl-175px {
    padding-right: 175px !important;
  }
  .pr-xl-180px, .px-xl-180px {
    padding-right: 180px !important;
  }
  .pr-xl-185px, .px-xl-185px {
    padding-right: 185px !important;
  }
  .pr-xl-190px, .px-xl-190px {
    padding-right: 190px !important;
  }
  .pr-xl-195px, .px-xl-195px {
    padding-right: 195px !important;
  }
  .pr-xl-200px, .px-xl-200px {
    padding-right: 200px !important;
  }
  .height-xl-vh10 {
    min-height: 10vh;
  }
  .height-xl-vh15 {
    min-height: 15vh;
  }
  .height-xl-vh20 {
    min-height: 20vh;
  }
  .height-xl-vh25 {
    min-height: 25vh;
  }
  .height-xl-vh30 {
    min-height: 30vh;
  }
  .height-xl-vh35 {
    min-height: 35vh;
  }
  .height-xl-vh40 {
    min-height: 40vh;
  }
  .height-xl-vh45 {
    min-height: 45vh;
  }
  .height-xl-vh50 {
    min-height: 50vh;
  }
  .height-xl-vh55 {
    min-height: 55vh;
  }
  .height-xl-vh60 {
    min-height: 60vh;
  }
  .height-xl-vh65 {
    min-height: 65vh;
  }
  .height-xl-vh70 {
    min-height: 70vh;
  }
  .height-xl-vh75 {
    min-height: 75vh;
  }
  .height-xl-vh80 {
    min-height: 80vh;
  }
  .height-xl-vh85 {
    min-height: 85vh;
  }
  .height-xl-vh90 {
    min-height: 90vh;
  }
  .height-xl-vh95 {
    min-height: 95vh;
  }
  .height-xl-vh100 {
    min-height: 100vh;
  }
}
