/*

Theme Name: Web3
Theme URI: https://chihiro-okamoto.com
Author: Web3 Marketing : Chihiro Okamoto
Author URI: https://chihiro-okamoto.com
Description: This theme is only for Web3 Projects
Version: 3.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, translation-ready, blog, portfolio, photography, entertainment, education
Text Domain: visual-composer-starter

*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.obj-holder-btns .obj-link {
  background: #939598;
  background: linear-gradient(135deg, #939598 0%, #808285 50%, #6d6e71 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#939598", endColorstr="#6d6e71",GradientType=1 );
}

.obj-content-style-3 {
  background: #0096da;
  background: linear-gradient(to bottom, #0096da 0%, #00b8f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0096da", endColorstr="#00b8f0",GradientType=0 );
}

.obj-post-slider .obj-btn-nav, .vc_wp_custommenu.obj-menu-flex .menu-item .obj-svg-holder svg *, .vc_column_container.has-link .obj-svg-image svg *, .obj-holder-btns .obj-link b, .has-link .obj-content .obj-image img, .obj-bg-close, .obj-btn, a, .obj-link, button, .animate {
  transition: all ease 0.3s;
}
.obj-post-slider .obj-btn-nav, .obj-trigger-scroll-fix, .obj-trigger-item, .obj-bg-close, .obj-btn, .cur {
  cursor: pointer;
}

body {
  background-color: #fff;
}
body h1, body h2, body .h1, body .h2, body h3, body .h3 {
  font-size: 24px;
  color: #005d90;
  font-weight: 800;
}
body .ul-1, body .ul-2 {
  position: relative;
}
body .ul-1::after, body .ul-2::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 15px);
}
body .ul-1::after {
  background: #fcc916;
}
body .ul-2::after {
  background: #1c8bc9;
}

a:focus, .obj-link:focus, button:focus {
  outline: 0 none;
}
a:hover, .obj-link:hover, button:hover {
  text-align: none;
}

.obj-link-logo {
  display: block;
  width: 100%;
  max-width: 115px;
  padding-bottom: 106px;
  position: relative;
}
.obj-link-logo svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

p {
  line-height: 1.6;
}
p:last-child {
  margin-bottom: 0;
}

blockquote {
  color: #005d90;
}

.container-inner > [class*=vc_custom] {
  background: none !important;
}

.obj-title-bar {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 2rem;
}
.obj-title-bar::after {
  content: "";
  position: absolute;
  top: auto;
  right: 45%;
  bottom: 0;
  left: 45%;
  height: 5px;
  background-color: #005d90;
}

.obj-code {
  background: none;
  padding: 0;
  white-space: normal;
}

.obj-btn {
  color: #fff;
  position: relative;
  padding: 10px 20px;
  background-color: #fcc916;
  text-transform: uppercase;
  font-weight: 700;
}
.obj-btn:hover {
  text-decoration: none;
  background-color: #00456b;
  color: #fff;
}
.obj-btn svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.obj-btn .obj-i-wrap {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}
.obj-btn .obj-i-wrap-front {
  right: auto;
  left: 0;
}
.obj-btn .obj-i-wrap .obj-svg-wrap {
  width: 1em;
  padding-bottom: 50px;
  display: block;
}
.obj-btn-sm {
  width: 195px;
}
.obj-btn-primary {
  border-color: #005d90;
  background-color: #005d90;
  color: #fff;
}
.obj-btn-primary:hover {
  border-color: #000000;
  background: #000000;
}
.obj-btns-hover-1 .obj-btn-primary:hover {
  border-color: #fdfeff;
  background: #fdfeff;
  color: #fcc916;
}
.obj-btn-secondary {
  border-color: #000000;
  background-color: #000000;
  color: #fff;
}
.obj-btn-secondary:hover {
  border-color: #fdfeff;
  background: #fdfeff;
}
.obj-btns-hover-1 .obj-btn-secondary:hover {
  border-color: #fdfeff;
  background: #fdfeff;
  color: #fcc916;
}
.obj-btn-secondary .obj-i-wrap {
  background-color: #fff;
}
.obj-btn-basic .obj-i-wrap {
  background-color: #1b212f;
}
.has-map-markers .obj-btn-basic .obj-i-wrap {
  background-color: #144f74;
}
.obj-btn-jumbo {
  padding-top: 20px;
  padding-bottom: 20px;
}
.obj-btn-box {
  border-radius: 0;
}
.obj-btn-fluid {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.obj-btn-submit {
  background-color: #00abe8;
  color: #000000;
  border-color: #fcc916;
}
.obj-btn-submit:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fcc916;
}
.light .obj-btn {
  background-color: #fcc916;
  border-color: #fcc916;
}
.light .obj-btn span,
.light .obj-btn b,
.light .obj-btn svg path {
  color: #000000;
}
.light .obj-btn:hover {
  background-color: #000000;
  border-color: #000000;
}
.light .obj-btn:hover * {
  color: #fcc916;
}
.light .obj-btn:hover .obj-i-wrap {
  border-left-color: #fcc916;
}
.obj-btn.fixed {
  width: 218px;
}
.obj-btn.w {
  border-color: #fff;
  color: #fff;
}
.obj-btn.w .obj-i-wrap {
  background: #000000;
}
.obj-btn.w:hover {
  background: #005d90;
}
.obj-btn-1 {
  display: inline-block;
  background: none;
  border-color: #fff;
  color: #fff;
}
.obj-btn-2, .obj-btn.outline {
  border-color: #fcc916;
  background: none;
  color: #fcc916;
}
.light .obj-btn-2, .light .obj-btn.outline {
  border-color: #fff;
  color: #fff;
}
.obj-btn-2:hover, .obj-btn.outline:hover {
  border-color: #005d90;
  background: #005d90;
  color: #fff;
}
.obj-btns-hover-1 .obj-btn-2:hover, .obj-btns-hover-1 .obj-btn.outline:hover {
  border-color: #fdfeff;
  background: #fdfeff;
  color: #fcc916;
}
.obj-btn-auto {
  width: auto;
}

.obj-btn-element .obj-inner {
  display: flex;
  flex-wrap: wrap;
}
.obj-btn-element .obj-inner .obj-title {
  margin: 0 30px 15px;
  text-transform: uppercase;
}
.light .obj-btn-element .obj-inner .obj-title {
  color: #fff;
}
.obj-btn-element .obj-inner .obj-btn {
  display: block;
}

.obj-container {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
.single-post .main-content .obj-container {
  padding-right: 0;
  padding-left: 0;
}

.comment-content img,
.entry-content img {
  display: inline-block;
}

.blocks-wrap-right {
  text-align: right;
}
.blocks-wrap .block {
  display: inline-block;
  vertical-align: top;
}

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

.obj-text-primary,
.text-primary {
  color: #005d90;
}
.obj-text-secondary,
.text-secondary {
  color: #fcc916;
}
.obj-text-forth,
.text-forth {
  color: #fff;
}
.obj-text-light,
.text-light {
  color: #fdfeff;
}
.obj-text-light-dr,
.text-light-dr {
  color: #f6f5f6;
}
.obj-text-light-dr-dr,
.text-light-dr-dr {
  color: #c6bfc6;
}
.obj-text-normal,
.text-normal {
  text-transform: none;
}
.font-secondary {
  font-family: "Montserrat", sans-serif;
}
.font-narrow {
  font-family: "Montserrat", sans-serif;
}
.font-black {
  font-family: "Montserrat", sans-serif;
}
.font-700 {
  font-weight: 700;
}

body .bg-x-100 {
  background-position-x: 100% !important;
}
body .bg-y-100 {
  background-position-y: 100% !important;
}
body .bg-xy-lb {
  background-position: 0 100% !important;
}
body .bg-xy-50 {
  background-position: 50% 50% !important;
}
body .bg-cover {
  background-size: cover !important;
}
body .bg-contain {
  background-size: contain !important;
}
body .bg-repeat-no {
  background-repeat: no-repeat !important;
}

.obj-bg-close {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}
.opened .obj-bg-close {
  visibility: visible;
  opacity: 1;
}
.vc_row-has-fill .obj-bg-third {
  background: none;
  position: relative;
}
.vc_row-has-fill .obj-bg-third:before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fdfeff;
  opacity: 0.87;
}
.vc_row-has-fill .obj-bg-prime:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #005d90;
  opacity: 0.87;
}
.vc_row-has-fill .obj-bg-prime > .vc_column-inner {
  position: relative;
}
.obj-bg-src {
  background: 0 50% no-repeat;
  background-size: cover;
}

.obj-trigger-scroll-fix {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 10px;
  background: #fff;
  border: 1px solid #000000;
  width: 60px;
  height: 60px;
  z-index: 99999;
  line-height: 60px;
  font-size: 1.5rem;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
.obj-trigger-scroll-fix:hover {
  background: #fcc916;
  color: #fff;
  border-color: #fcc916;
}
.page-over .obj-trigger-scroll-fix {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}

.light .obj * {
  color: #fff;
}

.wsp-container h2 {
  font-size: 2rem;
}
.wsp-container h2, .wsp-container li {
  margin-bottom: 1rem;
}
.wsp-container h3, .wsp-container .wsp-category-title {
  margin-bottom: 1rem;
}
.wsp-container .wsp-category-title {
  display: block;
}
.wsp-container *:last-child {
  margin-bottom: 0;
}

.row-has-fill > div > .col-inner {
  height: 100%;
}

html,
body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 25px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
}

hr {
  border: none;
  width: 100%;
  height: 1px;
  background: #f6f5f6;
  margin: 0;
}

img {
  display: inline-block;
  vertical-align: middle;
}

a {
  color: #005d90;
  text-decoration: none;
}
a:hover {
  color: #000000;
}
a:hover img {
  opacity: 0.8;
}

.m-auto {
  margin: 0 auto;
}

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

.mt--20 {
  margin-top: -20px;
}

.my--20 {
  margin-top: -20px;
  margin-bottom: -20px;
}

.mr--20 {
  margin-right: -20px;
}

.mx--20 {
  margin-right: -20px;
  margin-left: -20px;
}

.mb--20 {
  margin-bottom: -20px;
}

.ml--20 {
  margin-left: -20px;
}

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

.mt--15 {
  margin-top: -15px;
}

.my--15 {
  margin-top: -15px;
  margin-bottom: -15px;
}

.mr--15 {
  margin-right: -15px;
}

.mx--15 {
  margin-right: -15px;
  margin-left: -15px;
}

.mb--15 {
  margin-bottom: -15px;
}

.ml--15 {
  margin-left: -15px;
}

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

.mt--10 {
  margin-top: -10px;
}

.my--10 {
  margin-top: -10px;
  margin-bottom: -10px;
}

.mr--10 {
  margin-right: -10px;
}

.mx--10 {
  margin-right: -10px;
  margin-left: -10px;
}

.mb--10 {
  margin-bottom: -10px;
}

.ml--10 {
  margin-left: -10px;
}

.m-0 {
  margin: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mx-0 {
  margin-right: 0px;
  margin-left: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.p-0 {
  padding: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.px-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.m-5 {
  margin: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.p-5 {
  padding: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.m-10 {
  margin: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.p-10 {
  padding: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.m-15 {
  margin: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.p-15 {
  padding: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.m-20 {
  margin: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.p-20 {
  padding: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.m-30 {
  margin: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.p-30 {
  padding: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.m-35 {
  margin: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.p-35 {
  padding: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.m-40 {
  margin: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.p-40 {
  padding: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.m-50 {
  margin: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.p-50 {
  padding: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.m-60 {
  margin: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mx-60 {
  margin-right: 60px;
  margin-left: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.p-60 {
  padding: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.px-60 {
  padding-right: 60px;
  padding-left: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.m-70 {
  margin: 70px;
}

.mt-70 {
  margin-top: 70px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mx-70 {
  margin-right: 70px;
  margin-left: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.p-70 {
  padding: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.px-70 {
  padding-right: 70px;
  padding-left: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.m-80 {
  margin: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mx-80 {
  margin-right: 80px;
  margin-left: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.p-80 {
  padding: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.px-80 {
  padding-right: 80px;
  padding-left: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.m-90 {
  margin: 90px;
}

.mt-90 {
  margin-top: 90px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.mx-90 {
  margin-right: 90px;
  margin-left: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.p-90 {
  padding: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.px-90 {
  padding-right: 90px;
  padding-left: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.m-100 {
  margin: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.mx-100 {
  margin-right: 100px;
  margin-left: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.p-100 {
  padding: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.px-100 {
  padding-right: 100px;
  padding-left: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.m-140 {
  margin: 140px;
}

.mt-140 {
  margin-top: 140px;
}

.my-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.mr-140 {
  margin-right: 140px;
}

.mx-140 {
  margin-right: 140px;
  margin-left: 140px;
}

.mb-140 {
  margin-bottom: 140px;
}

.ml-140 {
  margin-left: 140px;
}

.p-140 {
  padding: 140px;
}

.pt-140 {
  padding-top: 140px;
}

.py-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.pr-140 {
  padding-right: 140px;
}

.px-140 {
  padding-right: 140px;
  padding-left: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pl-140 {
  padding-left: 140px;
}

.h-150 {
  height: 150px;
}

.w-150 {
  width: 150px;
}

.h-300 {
  height: 300px;
}

.w-300 {
  width: 300px;
}

.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-max {
  min-height: 100%;
  min-height: 100vh;
}
.h-max::before {
  content: "";
  height: 100%;
  height: 100vh;
}

.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-max {
  width: 100%;
  width: calc(100vw - 100%);
}

/* Header */
#header {
  box-shadow: 0 0 5px #000000;
}
.admin-bar #header {
  top: 32px;
}
#header .position-inherit {
  position: inherit;
}
#header .header-inner-row {
  text-transform: capitalize;
  padding: 20px 0;
}
#header .header-inner-row-1 {
  background-color: #00456b;
}
#header .header-inner-row-1 .nav .menu-item .menu-link {
  color: #fff;
  font-size: 15px;
}
#header .header-inner-row-2 {
  background: #0074b4;
  background: linear-gradient(to right, #0074b4, #013d5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color__blue6", endColorstr="$color__blue7",GradientType=1 );
  position: relative;
}
#header .header-inner-row-2::after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background: #0074b4;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #0074b4 0%, #030e1d 50%, #013d5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color__blue6 0%", endColorstr="$color__blue7",GradientType=1 );
}
#header .header-inner-row-3 {
  background-color: #fcc916;
  text-transform: none;
}
#header .header-inner-row-3 .obj-link {
  color: #fff;
}
#header .obj-sns-holder .obj-link {
  color: #fff;
}
#header .obj-sns-holder .obj-link:hover {
  color: #fcc916;
}
#header .obj-link-logo {
  width: 238px;
  padding-bottom: 50px;
  color: #fff;
}
#header .nav {
  margin-right: -0.6rem;
  margin-left: -0.6rem;
}
#header .nav-inner {
  position: relative;
  z-index: 10;
}
#header .nav .menu-item.menu-item-has-children .obj-i-wrap {
  position: absolute;
  right: 40px;
}
#header .nav .menu-item .menu-link {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  padding: 0.3em 0.6rem;
  line-height: 1;
}
#header .nav .menu-item-btn .menu-link {
  background-color: #fcc916;
  border-radius: 200em;
  color: #fff;
}
#header .nav .menu-item-btn .menu-link:hover {
  color: #fff;
  background-color: #005d90;
}
#header .nav .menu-item-btn-outline .menu-link {
  box-shadow: 0 0 0 1px #fff;
  border-radius: 200em;
  padding-right: 1.3em;
  padding-left: 1.3em;
}
#header .nav .menu-item-btn-outline .menu-link:hover {
  color: #fff;
  background-color: #005d90;
  box-shadow: 0 0 0 1px #005d90;
}
#header .nav .menu-item-btn-outline.current-menu-item > .menu-link {
  color: #fff !important;
}
#header .nav .menu-item-btn-outline-primary .menu-link {
  background-color: #005d90;
}
#header .nav .menu-item-tel .menu-link:hover {
  color: #fff;
  text-decoration: underline;
}
#header .nav .menu-item.main-menu-item .menu-link:hover .obj-title-desc::after {
  max-width: 200px;
  width: 100%;
  transition: 0.5s width;
}
#header .nav .menu-item.main-menu-item.current_page_parent.menu-item-btn > .menu-link, #header .nav .menu-item.main-menu-item.current-menu-item.menu-item-btn > .menu-link, #header .nav .menu-item.main-menu-item.current_page_ancestor.menu-item-btn > .menu-link {
  color: #fff;
}
#header .nav .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 0;
  list-style: none;
  display: none;
}
#header .nav .menu-item.active > .sub-menu {
  display: block;
  position: relative;
}
#header .navbar-primary {
  margin-right: 0;
  margin-left: 0;
}
#header .navbar-primary .menu-item {
  display: none;
}
#header .navbar-primary .menu-item .menu-link {
  padding: 1em 0;
}
.open-menu #header .navbar-primary {
  height: 100%;
  padding-top: 30px;
  display: block;
}
.open-menu #header .navbar-primary .menu-item {
  display: block;
}
#header .navbar.header-navbar {
  position: absolute;
  width: 100vw;
  left: 0;
  z-index: 999;
  text-align: center;
}
#header #menu-primary .menu-item {
  width: 100%;
  text-align: center;
}
#header #menu-primary .menu-item-btn {
  width: auto;
}
#header #menu-primary .menu-item.menu-item-mega {
  position: static;
}
#header #menu-primary .menu-item.menu-item-mega .menu-link {
  position: relative;
}
#header #menu-primary .menu-item.menu-item-mega .menu-link .obj-i-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
#header #menu-primary .menu-item.menu-item-mega.active .mega-menu {
  visibility: visible;
  opacity: 1;
}
#header #menu-primary .menu-item.menu-item-mega .mega-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
#header #menu-primary .menu-item.menu-item-mega .mega-menu .menu {
  background-color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}
#header #menu-primary .menu-item.menu-item-mega .mega-menu .menu .menu-item-btn {
  display: none !important;
}
#header #menu-primary .menu-item.menu-item-mega .mega-menu .menu .menu-item.deep-1 {
  width: auto;
  min-width: 15vw;
}
#header #menu-primary .menu-item.menu-item-mega .mega-menu .menu .menu-item.current-menu-item > a, #header #menu-primary .menu-item.menu-item-mega .mega-menu .menu .menu-item.current-menu-ancestor > a {
  color: #fcc916;
}
#header #menu-primary .menu-item.menu-item-mega .mega-menu .menu .menu-item.current-menu-item > a svg, #header #menu-primary .menu-item.menu-item-mega .mega-menu .menu .menu-item.current-menu-ancestor > a svg {
  fill: #fcc916;
}
#header #menu-primary .menu-item.menu-item-mega .mega-menu .menu .menu-item.current-menu-item > a svg path, #header #menu-primary .menu-item.menu-item-mega .mega-menu .menu .menu-item.current-menu-ancestor > a svg path {
  fill: #fcc916 !important;
}
#header #menu-primary .menu-item.menu-item-mega .mega-menu .menu .menu-item.listing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#header #menu-primary .menu-item.menu-item-mega .mega-menu .menu .menu-item.listing .menu-list {
  display: block;
}
#header #menu-primary .menu-item.menu-item-mega .mega-menu .menu .menu-item.listing .menu-list .menu-link {
  padding: 0;
}
#header #menu-primary .menu-item.menu-item-mega .mega-menu .menu .menu-item.listing-no {
  transform: scale(0);
  display: none;
}
#header #menu-primary .menu-item.menu-item-mega .mega-menu .menu .menu-item .menu-link svg {
  fill: #fff;
}
#header #menu-primary .menu-item.menu-item-mega .mega-menu .menu .menu-item .menu-link:hover {
  text-decoration: none;
}
#header #menu-primary .menu-item.menu-item-mega .mega-menu .menu .menu-item .menu-link:hover svg path {
  fill: #00abe8;
}
#header #menu-primary .menu-item.menu-item-mega .mega-menu .menu-list {
  display: none;
}
#header #menu-primary .menu-item.menu-item-mega .mega-menu .menu-list .menu-item {
  text-align: left;
  margin: 5px 0;
}
#header #menu-primary .menu-item.menu-item-mega.active .menu-link .obj-i-wrap, #header #menu-primary .menu-item.menu-item-mega:hover .menu-link .obj-i-wrap {
  opacity: 1;
}
#header .btn-wrap .obj-link-btn {
  position: relative;
  background-color: #fcc916;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 15px 45px 15px 15px;
}
.um-page-login #header .btn-wrap .obj-link-btn, .um-page-register #header .btn-wrap .obj-link-btn, .um-page-password-reset #header .btn-wrap .obj-link-btn, .um-page-user #header .btn-wrap .obj-link-btn {
  display: none;
}
#header .btn-wrap .obj-link-btn .obj-svg-holder {
  position: absolute;
  right: 15px;
  margin-top: -2px;
  top: 50%;
  width: 20px;
  padding-bottom: 20px;
  display: block;
  transform: translateY(-50%);
}
#header .btn-wrap .obj-link-btn svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#header .btn-wrap .obj-link-btn:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fcc916;
  text-decoration: none;
}
.um-page-user #header #menu-primary {
  margin-bottom: 0;
}
.um-page-user #header .row.justify-content-center.mb-40 {
  display: none;
}

@media (max-width: 1239px) {
  #header .navbar.header-navbar .navbar-primary .current-menu-ancestor > .menu-link, #header .navbar.header-navbar .navbar-primary .current-menu-item > .menu-link {
    background: #d8d7d7;
    color: #fff;
  }
  #header .navbar.header-navbar .navbar-primary .menu-link {
    border-bottom: 1px solid #fff;
    background: #f3f3f3;
    color: #666;
  }
  #header .navbar.header-navbar .navbar-primary .menu-link:hover {
    color: #fff;
    background: #eaeaea;
  }
  #header .navbar.header-navbar .navbar-primary .sub-menu .menu-link {
    background: #fff;
    color: #788a9a;
    border-bottom: 1px solid #dadada;
  }
  #header .navbar.header-navbar .navbar-primary .sub-menu .menu-link:hover {
    color: #fff;
    background: #eaeaea;
  }
  #header .navbar.header-navbar .navbar-primary .sub-menu .current-menu-item > .menu-link {
    background: #d8d7d7;
    color: #fff;
  }
  #header .navbar.header-navbar .navbar-secondary {
    padding-top: 0;
  }
}
.obj-holder-banner .obj-inner {
  min-height: 640px;
}
.obj-holder-banner .obj-inner:before {
  content: "";
  height: 640px;
}
.obj-holder-banner .obj-inner .obj-item-banner {
  min-height: 640px;
  height: 100vh;
}
.obj-holder-banner .obj-inner .obj-item-banner:before {
  content: "";
  height: 640px;
}
.obj-holder-banner .obj-inner-section-bg.owl-theme .owl-dots {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  margin: 0;
}
.obj-holder-banner .obj-inner-section-bg.owl-theme .owl-dots .owl-dot {
  display: block;
}
.obj-holder-banner .obj-inner-section-header {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.obj-holder-banner .obj-inner-section-header .container {
  position: relative;
}
.obj-holder-banner .obj-inner-section-header .obj-item-title {
  color: #00456b;
  text-transform: uppercase;
  position: relative;
  pointer-events: none;
}
.obj-holder-banner .obj-inner-section-header .obj-item-title-sub {
  font-size: 0.7rem;
}
.obj-holder-banner .obj-inner-section-header .obj-inner-item {
  padding-top: 100px;
  height: 100vh;
  color: #005d90;
}
.obj-holder-banner .obj-inner-section-header .obj-navi-holder {
  position: absolute;
  top: 50%;
  right: 0;
}
.obj-holder-banner .obj-inner-section-header .obj-navi-holder .owl-dot {
  background: none;
  border: 0 none;
}
.obj-holder-banner .obj-scroll-to {
  position: absolute;
  right: 50%;
  bottom: 0;
  color: #fff;
  z-index: 100;
  font-size: 2em;
  transform: translateX(50%);
  padding: 1em;
}
.obj-holder-banner .obj-scroll-to .obj-i-wrap {
  position: relative;
  top: 0;
}
.obj-holder-banner .obj-scroll-to:hover .obj-i-wrap {
  top: -0.2em;
}

.obj-content .obj-title-sub {
  font-size: 1em;
  color: #fcc916;
}
.obj-content .obj-title-sub b {
  color: #4b4b4b;
}
.obj-content .obj-title .obj-i-dot {
  display: inline-block;
  vertical-align: middle;
  background-color: #000000;
  border-radius: 200rem;
}
.obj-content .obj-title .obj-svg-holder {
  position: relative;
  display: block;
  padding-bottom: 102px;
}
.obj-content .obj-title .obj-svg-wrap svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.obj-content .obj-context > *:last-child {
  margin-bottom: 0;
}
.obj-content .obj-context strong {
  text-transform: uppercase;
}
.obj-content .obj-context ul li {
  margin-bottom: 0.25rem;
}
.obj-content .obj-image img {
  border: 5px solid #fff;
}
.light .obj-content .obj-title,
.light .obj-content .obj-title * {
  color: #fcc916;
}
.light .obj-content .obj-title-sub {
  color: #fff;
}
.light .obj-content .obj-title .obj-i-dot {
  background-color: #fff;
}
.light .obj-content .obj-context {
  color: #fff;
}
.light .obj-content ul li:before {
  background-color: #fff;
}
.light .obj-content .obj-btn * {
  text-shadow: none;
}
.obj-col-section-popup .obj-content .obj-title {
  color: #005d90;
}
.obj-content-space-above .obj-title-sub {
  margin-bottom: 1rem;
}
.has-link:hover .obj-content .obj-image img {
  border-color: #000000;
}
.obj-content-style-1 .obj-title b {
  color: #fcc916;
}
.obj-content-style-2 .obj-title {
  margin-right: 30px;
  margin-left: 30px;
}
.obj-content-style-3 .obj-inner {
  color: #fff;
  padding: 0 15px;
}
.obj-content-style-3 .obj-btn {
  border-color: #fff;
  color: #fff;
}
.obj-content-style-4 .obj-title {
  white-space: nowrap;
  color: #4b4b4b;
  font-weight: 100;
}
.obj-content-style-5 .obj-title {
  font-weight: 700;
}
.obj-content-style-5 .obj-inner {
  background-color: #fff;
  border: 2px solid #fcc916;
}

.obj-holder-btns .obj-link {
  color: #e6e7e8;
  padding: 2em 15px;
}
.obj-holder-btns .obj-link svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.obj-holder-btns .obj-link .obj-svg-holder {
  position: relative;
  display: block;
  padding-bottom: 5em;
}
.obj-holder-btns .obj-link:hover {
  text-decoration: none;
}
.obj-holder-btns .obj-link:hover b {
  color: #fcc916;
}

.wpb_text_column li, .obj-content li {
  margin-bottom: 1rem;
}
.wpb_text_column li:last-child, .obj-content li:last-child {
  margin-bottom: 0;
}
.wpb_text_column ul, .obj-content ul {
  padding-left: 1rem;
}
.wpb_text_column ul li, .obj-content ul li {
  position: relative;
}
.wpb_text_column ul:last-child, .obj-content ul:last-child {
  margin-bottom: 0;
}
.wpb_text_column ol, .obj-content ol {
  margin: 1.5rem 0 0;
}
.wpb_text_column ol:first-child, .obj-content ol:first-child {
  margin-top: 0;
}
.wpb_text_column ol:last-child, .obj-content ol:last-child {
  margin-bottom: 0;
}

.align-items-stretch > .col-has-fill > .col-inner {
  height: 100%;
}

.wsp-container .page_item_has_children > a {
  display: block;
  margin-bottom: 0.5rem;
}
.wsp-container > ul li {
  margin-bottom: 0.5rem;
}

.vc_column_container.has-link {
  position: relative;
}
.vc_column_container.has-link .obj-link-column {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.vc_column_container.has-link:hover .obj-context {
  color: #005d90;
}
.vc_column_container.has-link:hover .obj-svg-image svg * {
  fill: #005d90;
}

.vc_wp_custommenu.obj-menu-flex {
  margin-bottom: 0;
}
.vc_wp_custommenu.obj-menu-flex .menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.vc_wp_custommenu.obj-menu-flex .menu-item {
  padding: 0 10px;
  text-align: center;
  display: inline-block;
}
.vc_wp_custommenu.obj-menu-flex .menu-item a {
  border: 0 none;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
}
.vc_wp_custommenu.obj-menu-flex .menu-item a:hover {
  color: #005d90;
}
.vc_wp_custommenu.obj-menu-flex .menu-item a:hover .obj-svg-holder svg * {
  fill: #005d90;
}
.vc_wp_custommenu.obj-menu-flex .menu-item .obj-svg-holder {
  display: block;
  margin-bottom: 1rem;
}
.vc_wp_custommenu.obj-menu-flex .menu-item .obj-svg-holder svg * {
  fill: #000000;
}

.obj-col-holder-form .wpcf7, .obj-col-section .wpb_wrapper, .obj-col-holder-form .obj-content {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.obj-col-section-sm .wpb_wrapper {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.obj-col-section {
  width: 100%;
}
.obj-col-section > .vc_column-inner:first-child > .wpb_wrapper:first-child {
  padding-top: 5px;
}
.obj-row-section-no-pad .obj-col-section > .vc_column-inner:first-child > .wpb_wrapper:first-child {
  padding-top: 40px;
}
.obj-col-section > .vc_column-inner:first-child > .wpb_wrapper:last-child {
  padding-bottom: 40px;
}
.obj-col-section-top > .vc_column-inner:first-child > .wpb_wrapper:first-child {
  padding-top: 5px;
}
.obj-col-section-sm-top .wpb_wrapper {
  padding-top: 40px;
}
.obj-col-section-min-height .wpb_wrapper {
  padding-bottom: 35px;
}
.obj-col-holder-form .wpcf7 {
  padding: 0 15px 25px;
}

.has-content-bg .main-content {
  background: 0 0 no-repeat;
}

#header .nav-inner,
.main-content,
.header-wrap,
#footer {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  transition: transform 0.5s;
}
.row-side-container > .col-sm-12 > .col-inner {
  padding-right: 15px;
  padding-left: 15px;
}

.obj-minify {
  overflow: hidden;
}
.obj-minify.active .obj-read-more {
  display: none;
}

.slashed-i {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  height: 0.8rem;
  width: 1px;
  background: #fcc916;
  display: block;
  transform: rotate(20deg);
}

.obj-holder-sns {
  max-width: 240px;
  margin: 0 auto;
}
.obj-holder-sns .obj-link-sns {
  color: #fcc916;
  display: block;
  font-size: 27px;
  height: 36px;
  width: 36px;
  line-height: 38px;
  text-align: center;
}
.main-content .obj-holder-sns {
  margin: 0;
}

#footer {
  text-transform: uppercase;
}
#footer .logo {
  display: flex;
  justify-content: center;
}
#footer .logo img {
  max-width: 260px;
}
#footer .obj-holder-sns {
  margin: 0;
}
#footer .footers {
  background-color: #fff;
}
#footer .obj-link {
  color: #3a3a3a;
}
#footer .obj-link:hover {
  color: #fcc916;
  text-decoration: none;
}
#footer .obj-link-logo {
  color: #fff;
  max-width: 263px;
  padding-bottom: 153px;
}
#footer .obj-ul {
  padding: 0;
  margin: 0;
}
#footer .obj-ul li {
  list-style: none;
  display: inline-block;
  line-height: 1;
}
#footer .obj-ul li a {
  color: #fff;
}
#footer .obj-ul li a:hover {
  color: #fcc916;
  text-decoration: none;
}
#footer .obj-col-info {
  color: #3a3a3a;
  font-weight: 700;
}
#footer .obj-col-info .obj-i {
  color: #005d90;
}
#footer .obj-col-info .text-primary {
  font-size: 24px;
  font-weight: 700;
}
#footer .obj-col-info .obj-link {
  font-weight: 700;
  line-height: 1.5;
}
#footer .obj-col-info .obj-ul {
  margin-bottom: 20px;
}
#footer .obj-col-info .obj-ul .obj-li {
  margin-top: 20px;
  display: block;
}
#footer .obj-col-info.ratings {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .obj-col-info.ratings img {
  max-width: 70px;
}
#footer .obj-col-info.company-address {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#footer .obj-address {
  line-height: 1.9;
}
#footer .footer-widgets .obj-i-wrap {
  font-size: 42px;
}
#footer .footer-copyright {
  position: relative;
  background: #004265;
}
#footer .footer-copyright .obj-ul li {
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 11px;
}
#footer .footer-copyright .obj-ul li a a, #footer .footer-copyright .obj-ul li.current-menu-item a {
  color: #fff;
}
#footer .footer-copyright .obj-ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
#footer .footer-copyright .obj-ul li.obj-li {
  padding-right: 0;
  border: 0 none;
  line-height: 1.5;
}
#footer .footer-copyright .obj-ul li.obj-li-0 {
  margin-bottom: 40px;
}
#footer .navbar-footer .menu-item {
  margin-bottom: 10px;
}
#footer .navbar-footer .menu-item .menu-link {
  color: #fff;
  text-decoration: none;
  padding: 0;
  line-height: 1.3;
}
#footer .navbar-footer .menu-item .menu-link:hover {
  text-decoration: underline;
}

.obj-holder-contact .obj-ul {
  margin: 0;
  padding: 0;
}
.obj-holder-contact .obj-ul .obj-li {
  padding: 0 0 0 2em;
  position: relative;
  margin: 5px 0 0;
}
.obj-holder-contact .obj-ul .obj-li .obj-link {
  color: #000000;
}
.obj-holder-contact .obj-ul .obj-li address {
  margin: 0;
}
.obj-holder-contact .obj-ul .obj-li .obj-i {
  position: absolute;
  top: 3px;
  left: 0;
  color: #00abe8;
}

.obj-holder-title-link {
  position: relative;
}
.obj-holder-title-link-wrap.row {
  background-position: 135% 40% !important;
}
.obj-holder-title-link .obj-link-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.obj-holder-title-link .obj-title {
  position: relative;
  font-size: 1.4rem;
}
.obj-holder-title-link:hover .obj-link {
  text-decoration: none;
}
.obj-holder-title-link:hover .obj-link-overlay {
  background-color: #fcc916;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  user-select: none;
  touch-action: auto;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: auto;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #b9b9b9;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #fcc916;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 10px;
  background: #b9b9b9;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 200em;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fcc916;
}
.owl-theme .owl-dots .owl-dot:focus {
  outline: 0 none;
}

.obj-post-slider .obj-post-slider-inner {
  position: relative;
}
.obj-post-slider .owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 3rem;
}
.obj-post-slider .slider-item {
  height: 100%;
}
.obj-post-slider .slider-item .obj-slider-item-bg {
  background: #005d90 50% 50% no-repeat;
  background-size: cover;
  overflow: hidden;
}
.obj-post-slider .slider-item-inner {
  height: 100%;
  box-shadow: inset 0 0 0 1px #005d90;
}
.obj-post-slider .slider-item .obj-figure {
  height: 186px;
  width: 186px;
  border-radius: 200em;
  overflow: hidden;
}
.obj-post-slider .slider-item .obj-figure-sm {
  height: 142px;
  width: 142px;
}
.obj-post-slider .slider-item .obj-info .obj-link {
  color: #fff;
}
.obj-post-slider .slider-item .obj-info .obj-link .obj-i-wrap {
  font-size: 2em;
}
.obj-post-slider .obj-btn-nav {
  display: none;
  position: absolute;
  top: 50%;
  left: -60px;
  border: 0 none;
  transform: translateY(-50%);
  outline: 0 none;
  color: #000000;
  background: #fcc916;
  border-radius: 200em;
  width: 45px;
  height: 45px;
  margin-top: -25px;
}
.obj-post-slider .obj-btn-nav.next {
  left: auto;
  right: -60px;
}
.obj-post-slider .obj-btn-nav .obj-i-wrap {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate3d(50%, -50%, 0);
  font-size: 1.5rem;
}
.obj-post-slider .obj-btn-nav .obj-i-wrap .svg-inline--fa path {
  color: #000000;
}
.owl-carousel .owl-item img {
  height: auto;
}

.obj-holder-wc-cat .obj-cat-link {
  color: #00456b;
}
.obj-holder-wc-cat .obj-cat-link:hover {
  color: #fff;
  text-decoration: none;
}
.obj-holder-wc-cat .obj-cat-span-icon {
  width: 165px;
  padding-bottom: 165px;
  position: relative;
  display: block;
  background-color: #005d90;
  border-radius: 200em;
}
.obj-holder-wc-cat .obj-cat-span-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.obj-holder-wc-cat .obj-cat-span-icon .obj-svg-holder {
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
  bottom: 40px;
  left: 40px;
}
.obj-holder-wc-cat .obj-cat-span-title {
  color: #00456b;
}

body.home #header .header-inner-row-2 {
  background: transparent;
  position: absolute;
  z-index: 999;
  width: 100%;
}
body.home #header .header-inner-row-2::after {
  content: none;
}
body.home .home-btn-blue1 .obj-btn {
  background-color: #005d90;
  text-transform: unset;
  padding: 15px 30px;
  border-radius: 50px;
}
body.home .home-btn-blue1 .obj-btn:hover {
  background-color: #00456b;
}
body.home .home-btn-2 .obj-btn {
  border-radius: 50px;
  padding: 10px 57px;
  font-size: 20px;
}
body.home .home-btn-2b .obj-btn {
  background-color: #fff;
  color: #005d90;
  font-family: "Montserrat", sans-serif;
}
body.home .home-btn-2b .obj-btn:hover {
  background-color: #005d90;
  color: #fff;
}
body.home .home-btn-2b-cpt .obj-btn {
  text-transform: capitalize;
}
body.home .home-btn-2c .obj-btn {
  background-color: #fcc916;
  color: #005d90;
  font-family: "Montserrat", sans-serif;
}
body.home .home-btn-2c .obj-btn:hover {
  background-color: #005d90;
  color: #fcc916;
}
body.home .home-btn-2c-cpt .obj-btn {
  text-transform: capitalize;
}
body.home .home-content-lato {
  font-family: "Lato", sans-serif;
}
body.home .home-content-fw-300 {
  font-weight: 300;
}
body.home .home-content-lh-1-7 p, body.home .home-content-lh-1-7 li {
  line-height: 1.7;
}
body.home .home-title-white .obj-title {
  color: #fff;
}
body.home .home-banner {
  padding-top: 165px;
  padding-bottom: 60px;
}
body.home .home-banner .obj-content, body.home .home-banner .obj-title {
  color: #fff;
}
body.home .home-banner .obj-title {
  font-size: 30px;
}
body.home .home-banner .ult-modal-input-wrapper {
  margin-bottom: 0;
}
body.home .home-row-2 {
  text-align: center;
}
body.home .home-row-2 > .col-sm-12 {
  background: #ffb503;
  background: linear-gradient(to right, #ffb503, #e48b0c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color__yellow1", endColorstr="$color__yellow2",GradientType=1 );
}
body.home .home-row-2 .obj-title {
  margin-bottom: 40px;
}
body.home .home-row-3-header .obj-title, body.home .home-row-4-header .obj-title, body.home .home-row-5-header .obj-title, body.home .home-row-7-header .obj-title, body.home .home-row-8-header .obj-title {
  font-size: 30px;
  margin-bottom: 0;
}
body.home .home-row-3-header .obj-title::after, body.home .home-row-4-header .obj-title::after, body.home .home-row-5-header .obj-title::after, body.home .home-row-7-header .obj-title::after, body.home .home-row-8-header .obj-title::after {
  content: "";
  height: 5px;
  display: block;
  margin-top: 30px;
  pointer-events: none;
}
body.home .home-row-3-header .obj-title::after, body.home .home-row-5-header .obj-title::after, body.home .home-row-7-header .obj-title::after, body.home .home-row-8-header .obj-title::after {
  background-color: #fcc916;
  width: 80%;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
body.home .home-row-3 {
  position: relative;
}
body.home .over.home-row-3::after {
  background-image: url("assets/img/pics/The Mover Guys - Who We Are.jpg");
}
body.home .home-row-3::after {
  content: "";
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  background-position-y: bottom;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
body.home .home-row-3-item {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  margin-bottom: 40px;
  color: #6d6d6d;
  z-index: 1;
}
body.home .home-row-3-item:last-of-type {
  margin-bottom: 0;
}
body.home .home-row-3-item > .col-inner {
  box-shadow: 0px 0px 20.8677px 0.1323px rgba(3, 75, 114, 0.15);
  background: #fff;
}
body.home .home-row-3-item .wpb_single_image {
  margin-bottom: 35px;
}
body.home .home-row-3-item .obj-content {
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 60px;
}
body.home .home-row-3-item .obj-title {
  font-weight: 900;
  font-size: 20px;
}
body.home .home-row-4 {
  position: relative;
}
body.home .over.home-row-4::before {
  background-image: url("assets/img/pics/TheMoverGuys Professional Edmonton Movers.jpg");
}
body.home .home-row-4::before {
  content: "";
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  background-size: cover;
  width: 100%;
  height: 200px;
}
body.home .home-row-4-img-col {
  height: 200px;
}
body.home .home-row-4-header .obj-title::after {
  width: 80%;
  max-width: 150px;
  background-color: #fff;
}
body.home .home-row-4-content {
  font-family: "Lato", sans-serif;
  color: #005d90;
}
body.home .home-row-5-content {
  color: #3a3a3a;
}
body.home .home-row-6-header .obj-title {
  font-size: 30px;
}
body.home .home-row-6-content .obj-items .row:last-of-type .obj-item-accordion-body {
  padding-bottom: 15px;
}
body.home .home-row-6-content .obj-items .row > .col-12.mb-40 {
  margin-bottom: 0;
}
body.home .home-row-6-content .obj-item-accordion-header {
  padding-bottom: 20px;
  position: relative;
}
body.home .home-row-6-content .obj-item-accordion-header .obj-i-wrap {
  color: #fcc916;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0;
  padding-left: 0;
}
body.home .home-row-6-content .obj-item-accordion-header .obj-title-item {
  font-weight: 900;
  font-size: 18px;
  color: #005d90;
  padding-left: 40px;
}
body.home .home-row-6-content .obj-item-accordion-body {
  padding-top: 0;
  padding-left: 40px;
}
body.home .home-row-7-inner > .col-container {
  background-color: #ffa903;
  padding-top: 60px;
  padding-bottom: 60px;
}
body.home .home-row-7, body.home .home-row-7 .obj-title {
  color: #fff;
  font-weight: 700;
}
body.home .home-row-7 li {
  margin-bottom: 15px;
}
body.home .home-row-7 li::marker {
  color: #005d90;
}
body.home .home-row-7 li:last-of-type {
  margin-bottom: 0;
}
body.home .home-row-7 .obj-btn-element {
  margin-top: 0;
}
body.home .home-row-8 {
  background: #004165;
  background: linear-gradient(to right, #004165 50%, #006fab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color__blue3", endColorstr="$color__blue4",GradientType=1 );
}
body.home .home-row-8-header {
  margin-left: -15px;
}
body.home .home-row-8-header .obj-title {
  color: #fff;
}
body.home .home-row-8-header .obj-title::after {
  margin-left: 0;
}
body.home .home-row-8-item {
  background-color: #0072b1;
  font-weight: 500;
  color: #fff;
  padding: 30px;
  position: relative;
}
body.home .over .home-row-8-item::after {
  background-image: url("assets/img/pics/TheMoverGuys_quotes.png");
}
body.home .home-row-8-item::after {
  content: "";
  pointer-events: none;
  background-repeat: no-repeat;
  display: block;
  width: 166px;
  height: 147px;
  right: 5%;
  bottom: 5%;
  position: absolute;
  background-size: cover;
  pointer-events: none;
}
body.home .home-row-9 .obj-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.home .home-row-9 .obj-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  max-width: 260px;
}
body.home .home-row-9 .obj-btn {
  font-size: 15px;
}

@media (min-width: 1600px) {
  body.home .home-row-3::after {
    right: 15% !important;
  }
}
@media (min-width: 1800px) {
  body.home .home-row-3::after {
    right: 20% !important;
  }
}
@media (min-width: 1921px) {
  body.home .home-banner {
    background-size: cover;
    background-position-x: 0;
  }
}
@media (min-width: 320px) {
  .m-xs-auto {
    margin: 0 auto;
  }

  .m-xs--20 {
    margin: -20px;
  }

  .my-xs--20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .mx-xs--20 {
    margin-right: -20px;
    margin-left: -20px;
  }

  .mt-xs--20 {
    margin-top: -20px;
  }

  .mr-xs--20 {
    margin-right: -20px;
  }

  .mb-xs--20 {
    margin-bottom: -20px;
  }

  .ml-xs--20 {
    margin-left: -20px;
  }

  .m-xs--15 {
    margin: -15px;
  }

  .my-xs--15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .mx-xs--15 {
    margin-right: -15px;
    margin-left: -15px;
  }

  .mt-xs--15 {
    margin-top: -15px;
  }

  .mr-xs--15 {
    margin-right: -15px;
  }

  .mb-xs--15 {
    margin-bottom: -15px;
  }

  .ml-xs--15 {
    margin-left: -15px;
  }

  .m-xs--10 {
    margin: -10px;
  }

  .my-xs--10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .mx-xs--10 {
    margin-right: -10px;
    margin-left: -10px;
  }

  .mt-xs--10 {
    margin-top: -10px;
  }

  .mr-xs--10 {
    margin-right: -10px;
  }

  .mb-xs--10 {
    margin-bottom: -10px;
  }

  .ml-xs--10 {
    margin-left: -10px;
  }

  .m-xs-0 {
    margin: 0px;
  }

  .my-xs-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mx-xs-0 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .mt-xs-0 {
    margin-top: 0px;
  }

  .mr-xs-0 {
    margin-right: 0px;
  }

  .mb-xs-0 {
    margin-bottom: 0px;
  }

  .ml-xs-0 {
    margin-left: 0px;
  }

  .p-xs-0 {
    padding: 0px;
  }

  .pt-xs-0 {
    padding-top: 0px;
  }

  .py-xs-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .pr-xs-0 {
    padding-right: 0px;
  }

  .px-xs-0 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pb-xs-0 {
    padding-bottom: 0px;
  }

  .pl-xs-0 {
    padding-left: 0px;
  }

  .m-xs-5 {
    margin: 5px;
  }

  .my-xs-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .mx-xs-5 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .mt-xs-5 {
    margin-top: 5px;
  }

  .mr-xs-5 {
    margin-right: 5px;
  }

  .mb-xs-5 {
    margin-bottom: 5px;
  }

  .ml-xs-5 {
    margin-left: 5px;
  }

  .p-xs-5 {
    padding: 5px;
  }

  .pt-xs-5 {
    padding-top: 5px;
  }

  .py-xs-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .pr-xs-5 {
    padding-right: 5px;
  }

  .px-xs-5 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .pb-xs-5 {
    padding-bottom: 5px;
  }

  .pl-xs-5 {
    padding-left: 5px;
  }

  .m-xs-10 {
    margin: 10px;
  }

  .my-xs-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mx-xs-10 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .mt-xs-10 {
    margin-top: 10px;
  }

  .mr-xs-10 {
    margin-right: 10px;
  }

  .mb-xs-10 {
    margin-bottom: 10px;
  }

  .ml-xs-10 {
    margin-left: 10px;
  }

  .p-xs-10 {
    padding: 10px;
  }

  .pt-xs-10 {
    padding-top: 10px;
  }

  .py-xs-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pr-xs-10 {
    padding-right: 10px;
  }

  .px-xs-10 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pb-xs-10 {
    padding-bottom: 10px;
  }

  .pl-xs-10 {
    padding-left: 10px;
  }

  .m-xs-15 {
    margin: 15px;
  }

  .my-xs-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mx-xs-15 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .mt-xs-15 {
    margin-top: 15px;
  }

  .mr-xs-15 {
    margin-right: 15px;
  }

  .mb-xs-15 {
    margin-bottom: 15px;
  }

  .ml-xs-15 {
    margin-left: 15px;
  }

  .p-xs-15 {
    padding: 15px;
  }

  .pt-xs-15 {
    padding-top: 15px;
  }

  .py-xs-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pr-xs-15 {
    padding-right: 15px;
  }

  .px-xs-15 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .pb-xs-15 {
    padding-bottom: 15px;
  }

  .pl-xs-15 {
    padding-left: 15px;
  }

  .m-xs-20 {
    margin: 20px;
  }

  .my-xs-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mx-xs-20 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .mt-xs-20 {
    margin-top: 20px;
  }

  .mr-xs-20 {
    margin-right: 20px;
  }

  .mb-xs-20 {
    margin-bottom: 20px;
  }

  .ml-xs-20 {
    margin-left: 20px;
  }

  .p-xs-20 {
    padding: 20px;
  }

  .pt-xs-20 {
    padding-top: 20px;
  }

  .py-xs-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pr-xs-20 {
    padding-right: 20px;
  }

  .px-xs-20 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pb-xs-20 {
    padding-bottom: 20px;
  }

  .pl-xs-20 {
    padding-left: 20px;
  }

  .m-xs-30 {
    margin: 30px;
  }

  .my-xs-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mx-xs-30 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .mt-xs-30 {
    margin-top: 30px;
  }

  .mr-xs-30 {
    margin-right: 30px;
  }

  .mb-xs-30 {
    margin-bottom: 30px;
  }

  .ml-xs-30 {
    margin-left: 30px;
  }

  .p-xs-30 {
    padding: 30px;
  }

  .pt-xs-30 {
    padding-top: 30px;
  }

  .py-xs-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pr-xs-30 {
    padding-right: 30px;
  }

  .px-xs-30 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .pb-xs-30 {
    padding-bottom: 30px;
  }

  .pl-xs-30 {
    padding-left: 30px;
  }

  .m-xs-35 {
    margin: 35px;
  }

  .my-xs-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .mx-xs-35 {
    margin-right: 35px;
    margin-left: 35px;
  }

  .mt-xs-35 {
    margin-top: 35px;
  }

  .mr-xs-35 {
    margin-right: 35px;
  }

  .mb-xs-35 {
    margin-bottom: 35px;
  }

  .ml-xs-35 {
    margin-left: 35px;
  }

  .p-xs-35 {
    padding: 35px;
  }

  .pt-xs-35 {
    padding-top: 35px;
  }

  .py-xs-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .pr-xs-35 {
    padding-right: 35px;
  }

  .px-xs-35 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .pb-xs-35 {
    padding-bottom: 35px;
  }

  .pl-xs-35 {
    padding-left: 35px;
  }

  .m-xs-40 {
    margin: 40px;
  }

  .my-xs-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mx-xs-40 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .mt-xs-40 {
    margin-top: 40px;
  }

  .mr-xs-40 {
    margin-right: 40px;
  }

  .mb-xs-40 {
    margin-bottom: 40px;
  }

  .ml-xs-40 {
    margin-left: 40px;
  }

  .p-xs-40 {
    padding: 40px;
  }

  .pt-xs-40 {
    padding-top: 40px;
  }

  .py-xs-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pr-xs-40 {
    padding-right: 40px;
  }

  .px-xs-40 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .pb-xs-40 {
    padding-bottom: 40px;
  }

  .pl-xs-40 {
    padding-left: 40px;
  }

  .m-xs-50 {
    margin: 50px;
  }

  .my-xs-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .mx-xs-50 {
    margin-right: 50px;
    margin-left: 50px;
  }

  .mt-xs-50 {
    margin-top: 50px;
  }

  .mr-xs-50 {
    margin-right: 50px;
  }

  .mb-xs-50 {
    margin-bottom: 50px;
  }

  .ml-xs-50 {
    margin-left: 50px;
  }

  .p-xs-50 {
    padding: 50px;
  }

  .pt-xs-50 {
    padding-top: 50px;
  }

  .py-xs-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pr-xs-50 {
    padding-right: 50px;
  }

  .px-xs-50 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .pb-xs-50 {
    padding-bottom: 50px;
  }

  .pl-xs-50 {
    padding-left: 50px;
  }

  .m-xs-60 {
    margin: 60px;
  }

  .my-xs-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mx-xs-60 {
    margin-right: 60px;
    margin-left: 60px;
  }

  .mt-xs-60 {
    margin-top: 60px;
  }

  .mr-xs-60 {
    margin-right: 60px;
  }

  .mb-xs-60 {
    margin-bottom: 60px;
  }

  .ml-xs-60 {
    margin-left: 60px;
  }

  .p-xs-60 {
    padding: 60px;
  }

  .pt-xs-60 {
    padding-top: 60px;
  }

  .py-xs-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pr-xs-60 {
    padding-right: 60px;
  }

  .px-xs-60 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .pb-xs-60 {
    padding-bottom: 60px;
  }

  .pl-xs-60 {
    padding-left: 60px;
  }

  .m-xs-70 {
    margin: 70px;
  }

  .my-xs-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .mx-xs-70 {
    margin-right: 70px;
    margin-left: 70px;
  }

  .mt-xs-70 {
    margin-top: 70px;
  }

  .mr-xs-70 {
    margin-right: 70px;
  }

  .mb-xs-70 {
    margin-bottom: 70px;
  }

  .ml-xs-70 {
    margin-left: 70px;
  }

  .p-xs-70 {
    padding: 70px;
  }

  .pt-xs-70 {
    padding-top: 70px;
  }

  .py-xs-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pr-xs-70 {
    padding-right: 70px;
  }

  .px-xs-70 {
    padding-right: 70px;
    padding-left: 70px;
  }

  .pb-xs-70 {
    padding-bottom: 70px;
  }

  .pl-xs-70 {
    padding-left: 70px;
  }

  .m-xs-80 {
    margin: 80px;
  }

  .my-xs-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .mx-xs-80 {
    margin-right: 80px;
    margin-left: 80px;
  }

  .mt-xs-80 {
    margin-top: 80px;
  }

  .mr-xs-80 {
    margin-right: 80px;
  }

  .mb-xs-80 {
    margin-bottom: 80px;
  }

  .ml-xs-80 {
    margin-left: 80px;
  }

  .p-xs-80 {
    padding: 80px;
  }

  .pt-xs-80 {
    padding-top: 80px;
  }

  .py-xs-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pr-xs-80 {
    padding-right: 80px;
  }

  .px-xs-80 {
    padding-right: 80px;
    padding-left: 80px;
  }

  .pb-xs-80 {
    padding-bottom: 80px;
  }

  .pl-xs-80 {
    padding-left: 80px;
  }

  .m-xs-90 {
    margin: 90px;
  }

  .my-xs-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .mx-xs-90 {
    margin-right: 90px;
    margin-left: 90px;
  }

  .mt-xs-90 {
    margin-top: 90px;
  }

  .mr-xs-90 {
    margin-right: 90px;
  }

  .mb-xs-90 {
    margin-bottom: 90px;
  }

  .ml-xs-90 {
    margin-left: 90px;
  }

  .p-xs-90 {
    padding: 90px;
  }

  .pt-xs-90 {
    padding-top: 90px;
  }

  .py-xs-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pr-xs-90 {
    padding-right: 90px;
  }

  .px-xs-90 {
    padding-right: 90px;
    padding-left: 90px;
  }

  .pb-xs-90 {
    padding-bottom: 90px;
  }

  .pl-xs-90 {
    padding-left: 90px;
  }

  .m-xs-100 {
    margin: 100px;
  }

  .my-xs-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .mx-xs-100 {
    margin-right: 100px;
    margin-left: 100px;
  }

  .mt-xs-100 {
    margin-top: 100px;
  }

  .mr-xs-100 {
    margin-right: 100px;
  }

  .mb-xs-100 {
    margin-bottom: 100px;
  }

  .ml-xs-100 {
    margin-left: 100px;
  }

  .p-xs-100 {
    padding: 100px;
  }

  .pt-xs-100 {
    padding-top: 100px;
  }

  .py-xs-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pr-xs-100 {
    padding-right: 100px;
  }

  .px-xs-100 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .pb-xs-100 {
    padding-bottom: 100px;
  }

  .pl-xs-100 {
    padding-left: 100px;
  }

  .m-xs-140 {
    margin: 140px;
  }

  .my-xs-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .mx-xs-140 {
    margin-right: 140px;
    margin-left: 140px;
  }

  .mt-xs-140 {
    margin-top: 140px;
  }

  .mr-xs-140 {
    margin-right: 140px;
  }

  .mb-xs-140 {
    margin-bottom: 140px;
  }

  .ml-xs-140 {
    margin-left: 140px;
  }

  .p-xs-140 {
    padding: 140px;
  }

  .pt-xs-140 {
    padding-top: 140px;
  }

  .py-xs-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .pr-xs-140 {
    padding-right: 140px;
  }

  .px-xs-140 {
    padding-right: 140px;
    padding-left: 140px;
  }

  .pb-xs-140 {
    padding-bottom: 140px;
  }

  .pl-xs-140 {
    padding-left: 140px;
  }

  /*   @each $m in $measurements{
      @include fnMeasure($on, $m);
    } */
  .mr-xs-auto {
    margin-right: auto;
  }

  .ml-xs-auto {
    margin-left: auto;
  }

  .h-xs-auto {
    height: auto;
  }

  .w-xs-auto {
    width: auto;
  }

  .h-xs-full {
    height: 100%;
  }

  .w-xs-full {
    width: 100%;
  }
}
@media (min-width: 375px) {
  .m-iphone6-auto {
    margin: 0 auto;
  }

  .m-iphone6--20 {
    margin: -20px;
  }

  .my-iphone6--20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .mx-iphone6--20 {
    margin-right: -20px;
    margin-left: -20px;
  }

  .mt-iphone6--20 {
    margin-top: -20px;
  }

  .mr-iphone6--20 {
    margin-right: -20px;
  }

  .mb-iphone6--20 {
    margin-bottom: -20px;
  }

  .ml-iphone6--20 {
    margin-left: -20px;
  }

  .m-iphone6--15 {
    margin: -15px;
  }

  .my-iphone6--15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .mx-iphone6--15 {
    margin-right: -15px;
    margin-left: -15px;
  }

  .mt-iphone6--15 {
    margin-top: -15px;
  }

  .mr-iphone6--15 {
    margin-right: -15px;
  }

  .mb-iphone6--15 {
    margin-bottom: -15px;
  }

  .ml-iphone6--15 {
    margin-left: -15px;
  }

  .m-iphone6--10 {
    margin: -10px;
  }

  .my-iphone6--10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .mx-iphone6--10 {
    margin-right: -10px;
    margin-left: -10px;
  }

  .mt-iphone6--10 {
    margin-top: -10px;
  }

  .mr-iphone6--10 {
    margin-right: -10px;
  }

  .mb-iphone6--10 {
    margin-bottom: -10px;
  }

  .ml-iphone6--10 {
    margin-left: -10px;
  }

  .m-iphone6-0 {
    margin: 0px;
  }

  .my-iphone6-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mx-iphone6-0 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .mt-iphone6-0 {
    margin-top: 0px;
  }

  .mr-iphone6-0 {
    margin-right: 0px;
  }

  .mb-iphone6-0 {
    margin-bottom: 0px;
  }

  .ml-iphone6-0 {
    margin-left: 0px;
  }

  .p-iphone6-0 {
    padding: 0px;
  }

  .pt-iphone6-0 {
    padding-top: 0px;
  }

  .py-iphone6-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .pr-iphone6-0 {
    padding-right: 0px;
  }

  .px-iphone6-0 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pb-iphone6-0 {
    padding-bottom: 0px;
  }

  .pl-iphone6-0 {
    padding-left: 0px;
  }

  .m-iphone6-5 {
    margin: 5px;
  }

  .my-iphone6-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .mx-iphone6-5 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .mt-iphone6-5 {
    margin-top: 5px;
  }

  .mr-iphone6-5 {
    margin-right: 5px;
  }

  .mb-iphone6-5 {
    margin-bottom: 5px;
  }

  .ml-iphone6-5 {
    margin-left: 5px;
  }

  .p-iphone6-5 {
    padding: 5px;
  }

  .pt-iphone6-5 {
    padding-top: 5px;
  }

  .py-iphone6-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .pr-iphone6-5 {
    padding-right: 5px;
  }

  .px-iphone6-5 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .pb-iphone6-5 {
    padding-bottom: 5px;
  }

  .pl-iphone6-5 {
    padding-left: 5px;
  }

  .m-iphone6-10 {
    margin: 10px;
  }

  .my-iphone6-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mx-iphone6-10 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .mt-iphone6-10 {
    margin-top: 10px;
  }

  .mr-iphone6-10 {
    margin-right: 10px;
  }

  .mb-iphone6-10 {
    margin-bottom: 10px;
  }

  .ml-iphone6-10 {
    margin-left: 10px;
  }

  .p-iphone6-10 {
    padding: 10px;
  }

  .pt-iphone6-10 {
    padding-top: 10px;
  }

  .py-iphone6-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pr-iphone6-10 {
    padding-right: 10px;
  }

  .px-iphone6-10 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pb-iphone6-10 {
    padding-bottom: 10px;
  }

  .pl-iphone6-10 {
    padding-left: 10px;
  }

  .m-iphone6-15 {
    margin: 15px;
  }

  .my-iphone6-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mx-iphone6-15 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .mt-iphone6-15 {
    margin-top: 15px;
  }

  .mr-iphone6-15 {
    margin-right: 15px;
  }

  .mb-iphone6-15 {
    margin-bottom: 15px;
  }

  .ml-iphone6-15 {
    margin-left: 15px;
  }

  .p-iphone6-15 {
    padding: 15px;
  }

  .pt-iphone6-15 {
    padding-top: 15px;
  }

  .py-iphone6-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pr-iphone6-15 {
    padding-right: 15px;
  }

  .px-iphone6-15 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .pb-iphone6-15 {
    padding-bottom: 15px;
  }

  .pl-iphone6-15 {
    padding-left: 15px;
  }

  .m-iphone6-20 {
    margin: 20px;
  }

  .my-iphone6-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mx-iphone6-20 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .mt-iphone6-20 {
    margin-top: 20px;
  }

  .mr-iphone6-20 {
    margin-right: 20px;
  }

  .mb-iphone6-20 {
    margin-bottom: 20px;
  }

  .ml-iphone6-20 {
    margin-left: 20px;
  }

  .p-iphone6-20 {
    padding: 20px;
  }

  .pt-iphone6-20 {
    padding-top: 20px;
  }

  .py-iphone6-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pr-iphone6-20 {
    padding-right: 20px;
  }

  .px-iphone6-20 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pb-iphone6-20 {
    padding-bottom: 20px;
  }

  .pl-iphone6-20 {
    padding-left: 20px;
  }

  .m-iphone6-30 {
    margin: 30px;
  }

  .my-iphone6-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mx-iphone6-30 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .mt-iphone6-30 {
    margin-top: 30px;
  }

  .mr-iphone6-30 {
    margin-right: 30px;
  }

  .mb-iphone6-30 {
    margin-bottom: 30px;
  }

  .ml-iphone6-30 {
    margin-left: 30px;
  }

  .p-iphone6-30 {
    padding: 30px;
  }

  .pt-iphone6-30 {
    padding-top: 30px;
  }

  .py-iphone6-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pr-iphone6-30 {
    padding-right: 30px;
  }

  .px-iphone6-30 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .pb-iphone6-30 {
    padding-bottom: 30px;
  }

  .pl-iphone6-30 {
    padding-left: 30px;
  }

  .m-iphone6-35 {
    margin: 35px;
  }

  .my-iphone6-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .mx-iphone6-35 {
    margin-right: 35px;
    margin-left: 35px;
  }

  .mt-iphone6-35 {
    margin-top: 35px;
  }

  .mr-iphone6-35 {
    margin-right: 35px;
  }

  .mb-iphone6-35 {
    margin-bottom: 35px;
  }

  .ml-iphone6-35 {
    margin-left: 35px;
  }

  .p-iphone6-35 {
    padding: 35px;
  }

  .pt-iphone6-35 {
    padding-top: 35px;
  }

  .py-iphone6-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .pr-iphone6-35 {
    padding-right: 35px;
  }

  .px-iphone6-35 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .pb-iphone6-35 {
    padding-bottom: 35px;
  }

  .pl-iphone6-35 {
    padding-left: 35px;
  }

  .m-iphone6-40 {
    margin: 40px;
  }

  .my-iphone6-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mx-iphone6-40 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .mt-iphone6-40 {
    margin-top: 40px;
  }

  .mr-iphone6-40 {
    margin-right: 40px;
  }

  .mb-iphone6-40 {
    margin-bottom: 40px;
  }

  .ml-iphone6-40 {
    margin-left: 40px;
  }

  .p-iphone6-40 {
    padding: 40px;
  }

  .pt-iphone6-40 {
    padding-top: 40px;
  }

  .py-iphone6-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pr-iphone6-40 {
    padding-right: 40px;
  }

  .px-iphone6-40 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .pb-iphone6-40 {
    padding-bottom: 40px;
  }

  .pl-iphone6-40 {
    padding-left: 40px;
  }

  .m-iphone6-50 {
    margin: 50px;
  }

  .my-iphone6-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .mx-iphone6-50 {
    margin-right: 50px;
    margin-left: 50px;
  }

  .mt-iphone6-50 {
    margin-top: 50px;
  }

  .mr-iphone6-50 {
    margin-right: 50px;
  }

  .mb-iphone6-50 {
    margin-bottom: 50px;
  }

  .ml-iphone6-50 {
    margin-left: 50px;
  }

  .p-iphone6-50 {
    padding: 50px;
  }

  .pt-iphone6-50 {
    padding-top: 50px;
  }

  .py-iphone6-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pr-iphone6-50 {
    padding-right: 50px;
  }

  .px-iphone6-50 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .pb-iphone6-50 {
    padding-bottom: 50px;
  }

  .pl-iphone6-50 {
    padding-left: 50px;
  }

  .m-iphone6-60 {
    margin: 60px;
  }

  .my-iphone6-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mx-iphone6-60 {
    margin-right: 60px;
    margin-left: 60px;
  }

  .mt-iphone6-60 {
    margin-top: 60px;
  }

  .mr-iphone6-60 {
    margin-right: 60px;
  }

  .mb-iphone6-60 {
    margin-bottom: 60px;
  }

  .ml-iphone6-60 {
    margin-left: 60px;
  }

  .p-iphone6-60 {
    padding: 60px;
  }

  .pt-iphone6-60 {
    padding-top: 60px;
  }

  .py-iphone6-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pr-iphone6-60 {
    padding-right: 60px;
  }

  .px-iphone6-60 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .pb-iphone6-60 {
    padding-bottom: 60px;
  }

  .pl-iphone6-60 {
    padding-left: 60px;
  }

  .m-iphone6-70 {
    margin: 70px;
  }

  .my-iphone6-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .mx-iphone6-70 {
    margin-right: 70px;
    margin-left: 70px;
  }

  .mt-iphone6-70 {
    margin-top: 70px;
  }

  .mr-iphone6-70 {
    margin-right: 70px;
  }

  .mb-iphone6-70 {
    margin-bottom: 70px;
  }

  .ml-iphone6-70 {
    margin-left: 70px;
  }

  .p-iphone6-70 {
    padding: 70px;
  }

  .pt-iphone6-70 {
    padding-top: 70px;
  }

  .py-iphone6-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pr-iphone6-70 {
    padding-right: 70px;
  }

  .px-iphone6-70 {
    padding-right: 70px;
    padding-left: 70px;
  }

  .pb-iphone6-70 {
    padding-bottom: 70px;
  }

  .pl-iphone6-70 {
    padding-left: 70px;
  }

  .m-iphone6-80 {
    margin: 80px;
  }

  .my-iphone6-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .mx-iphone6-80 {
    margin-right: 80px;
    margin-left: 80px;
  }

  .mt-iphone6-80 {
    margin-top: 80px;
  }

  .mr-iphone6-80 {
    margin-right: 80px;
  }

  .mb-iphone6-80 {
    margin-bottom: 80px;
  }

  .ml-iphone6-80 {
    margin-left: 80px;
  }

  .p-iphone6-80 {
    padding: 80px;
  }

  .pt-iphone6-80 {
    padding-top: 80px;
  }

  .py-iphone6-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pr-iphone6-80 {
    padding-right: 80px;
  }

  .px-iphone6-80 {
    padding-right: 80px;
    padding-left: 80px;
  }

  .pb-iphone6-80 {
    padding-bottom: 80px;
  }

  .pl-iphone6-80 {
    padding-left: 80px;
  }

  .m-iphone6-90 {
    margin: 90px;
  }

  .my-iphone6-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .mx-iphone6-90 {
    margin-right: 90px;
    margin-left: 90px;
  }

  .mt-iphone6-90 {
    margin-top: 90px;
  }

  .mr-iphone6-90 {
    margin-right: 90px;
  }

  .mb-iphone6-90 {
    margin-bottom: 90px;
  }

  .ml-iphone6-90 {
    margin-left: 90px;
  }

  .p-iphone6-90 {
    padding: 90px;
  }

  .pt-iphone6-90 {
    padding-top: 90px;
  }

  .py-iphone6-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pr-iphone6-90 {
    padding-right: 90px;
  }

  .px-iphone6-90 {
    padding-right: 90px;
    padding-left: 90px;
  }

  .pb-iphone6-90 {
    padding-bottom: 90px;
  }

  .pl-iphone6-90 {
    padding-left: 90px;
  }

  .m-iphone6-100 {
    margin: 100px;
  }

  .my-iphone6-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .mx-iphone6-100 {
    margin-right: 100px;
    margin-left: 100px;
  }

  .mt-iphone6-100 {
    margin-top: 100px;
  }

  .mr-iphone6-100 {
    margin-right: 100px;
  }

  .mb-iphone6-100 {
    margin-bottom: 100px;
  }

  .ml-iphone6-100 {
    margin-left: 100px;
  }

  .p-iphone6-100 {
    padding: 100px;
  }

  .pt-iphone6-100 {
    padding-top: 100px;
  }

  .py-iphone6-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pr-iphone6-100 {
    padding-right: 100px;
  }

  .px-iphone6-100 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .pb-iphone6-100 {
    padding-bottom: 100px;
  }

  .pl-iphone6-100 {
    padding-left: 100px;
  }

  .m-iphone6-140 {
    margin: 140px;
  }

  .my-iphone6-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .mx-iphone6-140 {
    margin-right: 140px;
    margin-left: 140px;
  }

  .mt-iphone6-140 {
    margin-top: 140px;
  }

  .mr-iphone6-140 {
    margin-right: 140px;
  }

  .mb-iphone6-140 {
    margin-bottom: 140px;
  }

  .ml-iphone6-140 {
    margin-left: 140px;
  }

  .p-iphone6-140 {
    padding: 140px;
  }

  .pt-iphone6-140 {
    padding-top: 140px;
  }

  .py-iphone6-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .pr-iphone6-140 {
    padding-right: 140px;
  }

  .px-iphone6-140 {
    padding-right: 140px;
    padding-left: 140px;
  }

  .pb-iphone6-140 {
    padding-bottom: 140px;
  }

  .pl-iphone6-140 {
    padding-left: 140px;
  }

  /*   @each $m in $measurements{
      @include fnMeasure($on, $m);
    } */
  .mr-iphone6-auto {
    margin-right: auto;
  }

  .ml-iphone6-auto {
    margin-left: auto;
  }

  .h-iphone6-auto {
    height: auto;
  }

  .w-iphone6-auto {
    width: auto;
  }

  .h-iphone6-full {
    height: 100%;
  }

  .w-iphone6-full {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .m-sm-auto {
    margin: 0 auto;
  }

  .m-sm--20 {
    margin: -20px;
  }

  .my-sm--20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .mx-sm--20 {
    margin-right: -20px;
    margin-left: -20px;
  }

  .mt-sm--20 {
    margin-top: -20px;
  }

  .mr-sm--20 {
    margin-right: -20px;
  }

  .mb-sm--20 {
    margin-bottom: -20px;
  }

  .ml-sm--20 {
    margin-left: -20px;
  }

  .m-sm--15 {
    margin: -15px;
  }

  .my-sm--15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .mx-sm--15 {
    margin-right: -15px;
    margin-left: -15px;
  }

  .mt-sm--15 {
    margin-top: -15px;
  }

  .mr-sm--15 {
    margin-right: -15px;
  }

  .mb-sm--15 {
    margin-bottom: -15px;
  }

  .ml-sm--15 {
    margin-left: -15px;
  }

  .m-sm--10 {
    margin: -10px;
  }

  .my-sm--10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .mx-sm--10 {
    margin-right: -10px;
    margin-left: -10px;
  }

  .mt-sm--10 {
    margin-top: -10px;
  }

  .mr-sm--10 {
    margin-right: -10px;
  }

  .mb-sm--10 {
    margin-bottom: -10px;
  }

  .ml-sm--10 {
    margin-left: -10px;
  }

  .m-sm-0 {
    margin: 0px;
  }

  .my-sm-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mx-sm-0 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .mt-sm-0 {
    margin-top: 0px;
  }

  .mr-sm-0 {
    margin-right: 0px;
  }

  .mb-sm-0 {
    margin-bottom: 0px;
  }

  .ml-sm-0 {
    margin-left: 0px;
  }

  .p-sm-0 {
    padding: 0px;
  }

  .pt-sm-0 {
    padding-top: 0px;
  }

  .py-sm-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .pr-sm-0 {
    padding-right: 0px;
  }

  .px-sm-0 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pb-sm-0 {
    padding-bottom: 0px;
  }

  .pl-sm-0 {
    padding-left: 0px;
  }

  .m-sm-5 {
    margin: 5px;
  }

  .my-sm-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .mx-sm-5 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .mt-sm-5 {
    margin-top: 5px;
  }

  .mr-sm-5 {
    margin-right: 5px;
  }

  .mb-sm-5 {
    margin-bottom: 5px;
  }

  .ml-sm-5 {
    margin-left: 5px;
  }

  .p-sm-5 {
    padding: 5px;
  }

  .pt-sm-5 {
    padding-top: 5px;
  }

  .py-sm-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .pr-sm-5 {
    padding-right: 5px;
  }

  .px-sm-5 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .pb-sm-5 {
    padding-bottom: 5px;
  }

  .pl-sm-5 {
    padding-left: 5px;
  }

  .m-sm-10 {
    margin: 10px;
  }

  .my-sm-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mx-sm-10 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .mt-sm-10 {
    margin-top: 10px;
  }

  .mr-sm-10 {
    margin-right: 10px;
  }

  .mb-sm-10 {
    margin-bottom: 10px;
  }

  .ml-sm-10 {
    margin-left: 10px;
  }

  .p-sm-10 {
    padding: 10px;
  }

  .pt-sm-10 {
    padding-top: 10px;
  }

  .py-sm-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pr-sm-10 {
    padding-right: 10px;
  }

  .px-sm-10 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pb-sm-10 {
    padding-bottom: 10px;
  }

  .pl-sm-10 {
    padding-left: 10px;
  }

  .m-sm-15 {
    margin: 15px;
  }

  .my-sm-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mx-sm-15 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .mt-sm-15 {
    margin-top: 15px;
  }

  .mr-sm-15 {
    margin-right: 15px;
  }

  .mb-sm-15 {
    margin-bottom: 15px;
  }

  .ml-sm-15 {
    margin-left: 15px;
  }

  .p-sm-15 {
    padding: 15px;
  }

  .pt-sm-15 {
    padding-top: 15px;
  }

  .py-sm-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pr-sm-15 {
    padding-right: 15px;
  }

  .px-sm-15 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .pb-sm-15 {
    padding-bottom: 15px;
  }

  .pl-sm-15 {
    padding-left: 15px;
  }

  .m-sm-20 {
    margin: 20px;
  }

  .my-sm-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mx-sm-20 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .mt-sm-20 {
    margin-top: 20px;
  }

  .mr-sm-20 {
    margin-right: 20px;
  }

  .mb-sm-20 {
    margin-bottom: 20px;
  }

  .ml-sm-20 {
    margin-left: 20px;
  }

  .p-sm-20 {
    padding: 20px;
  }

  .pt-sm-20 {
    padding-top: 20px;
  }

  .py-sm-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pr-sm-20 {
    padding-right: 20px;
  }

  .px-sm-20 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pb-sm-20 {
    padding-bottom: 20px;
  }

  .pl-sm-20 {
    padding-left: 20px;
  }

  .m-sm-30 {
    margin: 30px;
  }

  .my-sm-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mx-sm-30 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .mt-sm-30 {
    margin-top: 30px;
  }

  .mr-sm-30 {
    margin-right: 30px;
  }

  .mb-sm-30 {
    margin-bottom: 30px;
  }

  .ml-sm-30 {
    margin-left: 30px;
  }

  .p-sm-30 {
    padding: 30px;
  }

  .pt-sm-30 {
    padding-top: 30px;
  }

  .py-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pr-sm-30 {
    padding-right: 30px;
  }

  .px-sm-30 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .pb-sm-30 {
    padding-bottom: 30px;
  }

  .pl-sm-30 {
    padding-left: 30px;
  }

  .m-sm-35 {
    margin: 35px;
  }

  .my-sm-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .mx-sm-35 {
    margin-right: 35px;
    margin-left: 35px;
  }

  .mt-sm-35 {
    margin-top: 35px;
  }

  .mr-sm-35 {
    margin-right: 35px;
  }

  .mb-sm-35 {
    margin-bottom: 35px;
  }

  .ml-sm-35 {
    margin-left: 35px;
  }

  .p-sm-35 {
    padding: 35px;
  }

  .pt-sm-35 {
    padding-top: 35px;
  }

  .py-sm-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .pr-sm-35 {
    padding-right: 35px;
  }

  .px-sm-35 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .pb-sm-35 {
    padding-bottom: 35px;
  }

  .pl-sm-35 {
    padding-left: 35px;
  }

  .m-sm-40 {
    margin: 40px;
  }

  .my-sm-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mx-sm-40 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .mt-sm-40 {
    margin-top: 40px;
  }

  .mr-sm-40 {
    margin-right: 40px;
  }

  .mb-sm-40 {
    margin-bottom: 40px;
  }

  .ml-sm-40 {
    margin-left: 40px;
  }

  .p-sm-40 {
    padding: 40px;
  }

  .pt-sm-40 {
    padding-top: 40px;
  }

  .py-sm-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pr-sm-40 {
    padding-right: 40px;
  }

  .px-sm-40 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .pb-sm-40 {
    padding-bottom: 40px;
  }

  .pl-sm-40 {
    padding-left: 40px;
  }

  .m-sm-50 {
    margin: 50px;
  }

  .my-sm-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .mx-sm-50 {
    margin-right: 50px;
    margin-left: 50px;
  }

  .mt-sm-50 {
    margin-top: 50px;
  }

  .mr-sm-50 {
    margin-right: 50px;
  }

  .mb-sm-50 {
    margin-bottom: 50px;
  }

  .ml-sm-50 {
    margin-left: 50px;
  }

  .p-sm-50 {
    padding: 50px;
  }

  .pt-sm-50 {
    padding-top: 50px;
  }

  .py-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pr-sm-50 {
    padding-right: 50px;
  }

  .px-sm-50 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .pb-sm-50 {
    padding-bottom: 50px;
  }

  .pl-sm-50 {
    padding-left: 50px;
  }

  .m-sm-60 {
    margin: 60px;
  }

  .my-sm-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mx-sm-60 {
    margin-right: 60px;
    margin-left: 60px;
  }

  .mt-sm-60 {
    margin-top: 60px;
  }

  .mr-sm-60 {
    margin-right: 60px;
  }

  .mb-sm-60 {
    margin-bottom: 60px;
  }

  .ml-sm-60 {
    margin-left: 60px;
  }

  .p-sm-60 {
    padding: 60px;
  }

  .pt-sm-60 {
    padding-top: 60px;
  }

  .py-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pr-sm-60 {
    padding-right: 60px;
  }

  .px-sm-60 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .pb-sm-60 {
    padding-bottom: 60px;
  }

  .pl-sm-60 {
    padding-left: 60px;
  }

  .m-sm-70 {
    margin: 70px;
  }

  .my-sm-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .mx-sm-70 {
    margin-right: 70px;
    margin-left: 70px;
  }

  .mt-sm-70 {
    margin-top: 70px;
  }

  .mr-sm-70 {
    margin-right: 70px;
  }

  .mb-sm-70 {
    margin-bottom: 70px;
  }

  .ml-sm-70 {
    margin-left: 70px;
  }

  .p-sm-70 {
    padding: 70px;
  }

  .pt-sm-70 {
    padding-top: 70px;
  }

  .py-sm-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pr-sm-70 {
    padding-right: 70px;
  }

  .px-sm-70 {
    padding-right: 70px;
    padding-left: 70px;
  }

  .pb-sm-70 {
    padding-bottom: 70px;
  }

  .pl-sm-70 {
    padding-left: 70px;
  }

  .m-sm-80 {
    margin: 80px;
  }

  .my-sm-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .mx-sm-80 {
    margin-right: 80px;
    margin-left: 80px;
  }

  .mt-sm-80 {
    margin-top: 80px;
  }

  .mr-sm-80 {
    margin-right: 80px;
  }

  .mb-sm-80 {
    margin-bottom: 80px;
  }

  .ml-sm-80 {
    margin-left: 80px;
  }

  .p-sm-80 {
    padding: 80px;
  }

  .pt-sm-80 {
    padding-top: 80px;
  }

  .py-sm-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pr-sm-80 {
    padding-right: 80px;
  }

  .px-sm-80 {
    padding-right: 80px;
    padding-left: 80px;
  }

  .pb-sm-80 {
    padding-bottom: 80px;
  }

  .pl-sm-80 {
    padding-left: 80px;
  }

  .m-sm-90 {
    margin: 90px;
  }

  .my-sm-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .mx-sm-90 {
    margin-right: 90px;
    margin-left: 90px;
  }

  .mt-sm-90 {
    margin-top: 90px;
  }

  .mr-sm-90 {
    margin-right: 90px;
  }

  .mb-sm-90 {
    margin-bottom: 90px;
  }

  .ml-sm-90 {
    margin-left: 90px;
  }

  .p-sm-90 {
    padding: 90px;
  }

  .pt-sm-90 {
    padding-top: 90px;
  }

  .py-sm-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pr-sm-90 {
    padding-right: 90px;
  }

  .px-sm-90 {
    padding-right: 90px;
    padding-left: 90px;
  }

  .pb-sm-90 {
    padding-bottom: 90px;
  }

  .pl-sm-90 {
    padding-left: 90px;
  }

  .m-sm-100 {
    margin: 100px;
  }

  .my-sm-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .mx-sm-100 {
    margin-right: 100px;
    margin-left: 100px;
  }

  .mt-sm-100 {
    margin-top: 100px;
  }

  .mr-sm-100 {
    margin-right: 100px;
  }

  .mb-sm-100 {
    margin-bottom: 100px;
  }

  .ml-sm-100 {
    margin-left: 100px;
  }

  .p-sm-100 {
    padding: 100px;
  }

  .pt-sm-100 {
    padding-top: 100px;
  }

  .py-sm-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pr-sm-100 {
    padding-right: 100px;
  }

  .px-sm-100 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .pb-sm-100 {
    padding-bottom: 100px;
  }

  .pl-sm-100 {
    padding-left: 100px;
  }

  .m-sm-140 {
    margin: 140px;
  }

  .my-sm-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .mx-sm-140 {
    margin-right: 140px;
    margin-left: 140px;
  }

  .mt-sm-140 {
    margin-top: 140px;
  }

  .mr-sm-140 {
    margin-right: 140px;
  }

  .mb-sm-140 {
    margin-bottom: 140px;
  }

  .ml-sm-140 {
    margin-left: 140px;
  }

  .p-sm-140 {
    padding: 140px;
  }

  .pt-sm-140 {
    padding-top: 140px;
  }

  .py-sm-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .pr-sm-140 {
    padding-right: 140px;
  }

  .px-sm-140 {
    padding-right: 140px;
    padding-left: 140px;
  }

  .pb-sm-140 {
    padding-bottom: 140px;
  }

  .pl-sm-140 {
    padding-left: 140px;
  }

  /*   @each $m in $measurements{
      @include fnMeasure($on, $m);
    } */
  .mr-sm-auto {
    margin-right: auto;
  }

  .ml-sm-auto {
    margin-left: auto;
  }

  .h-sm-auto {
    height: auto;
  }

  .w-sm-auto {
    width: auto;
  }

  .h-sm-full {
    height: 100%;
  }

  .w-sm-full {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-md-auto {
    margin: 0 auto;
  }

  .m-md--20 {
    margin: -20px;
  }

  .my-md--20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .mx-md--20 {
    margin-right: -20px;
    margin-left: -20px;
  }

  .mt-md--20 {
    margin-top: -20px;
  }

  .mr-md--20 {
    margin-right: -20px;
  }

  .mb-md--20 {
    margin-bottom: -20px;
  }

  .ml-md--20 {
    margin-left: -20px;
  }

  .m-md--15 {
    margin: -15px;
  }

  .my-md--15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .mx-md--15 {
    margin-right: -15px;
    margin-left: -15px;
  }

  .mt-md--15 {
    margin-top: -15px;
  }

  .mr-md--15 {
    margin-right: -15px;
  }

  .mb-md--15 {
    margin-bottom: -15px;
  }

  .ml-md--15 {
    margin-left: -15px;
  }

  .m-md--10 {
    margin: -10px;
  }

  .my-md--10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .mx-md--10 {
    margin-right: -10px;
    margin-left: -10px;
  }

  .mt-md--10 {
    margin-top: -10px;
  }

  .mr-md--10 {
    margin-right: -10px;
  }

  .mb-md--10 {
    margin-bottom: -10px;
  }

  .ml-md--10 {
    margin-left: -10px;
  }

  .m-md-0 {
    margin: 0px;
  }

  .my-md-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mx-md-0 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .mt-md-0 {
    margin-top: 0px;
  }

  .mr-md-0 {
    margin-right: 0px;
  }

  .mb-md-0 {
    margin-bottom: 0px;
  }

  .ml-md-0 {
    margin-left: 0px;
  }

  .p-md-0 {
    padding: 0px;
  }

  .pt-md-0 {
    padding-top: 0px;
  }

  .py-md-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .pr-md-0 {
    padding-right: 0px;
  }

  .px-md-0 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pb-md-0 {
    padding-bottom: 0px;
  }

  .pl-md-0 {
    padding-left: 0px;
  }

  .m-md-5 {
    margin: 5px;
  }

  .my-md-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .mx-md-5 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .mt-md-5 {
    margin-top: 5px;
  }

  .mr-md-5 {
    margin-right: 5px;
  }

  .mb-md-5 {
    margin-bottom: 5px;
  }

  .ml-md-5 {
    margin-left: 5px;
  }

  .p-md-5 {
    padding: 5px;
  }

  .pt-md-5 {
    padding-top: 5px;
  }

  .py-md-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .pr-md-5 {
    padding-right: 5px;
  }

  .px-md-5 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .pb-md-5 {
    padding-bottom: 5px;
  }

  .pl-md-5 {
    padding-left: 5px;
  }

  .m-md-10 {
    margin: 10px;
  }

  .my-md-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mx-md-10 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .mt-md-10 {
    margin-top: 10px;
  }

  .mr-md-10 {
    margin-right: 10px;
  }

  .mb-md-10 {
    margin-bottom: 10px;
  }

  .ml-md-10 {
    margin-left: 10px;
  }

  .p-md-10 {
    padding: 10px;
  }

  .pt-md-10 {
    padding-top: 10px;
  }

  .py-md-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pr-md-10 {
    padding-right: 10px;
  }

  .px-md-10 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pb-md-10 {
    padding-bottom: 10px;
  }

  .pl-md-10 {
    padding-left: 10px;
  }

  .m-md-15 {
    margin: 15px;
  }

  .my-md-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mx-md-15 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .mt-md-15 {
    margin-top: 15px;
  }

  .mr-md-15 {
    margin-right: 15px;
  }

  .mb-md-15 {
    margin-bottom: 15px;
  }

  .ml-md-15 {
    margin-left: 15px;
  }

  .p-md-15 {
    padding: 15px;
  }

  .pt-md-15 {
    padding-top: 15px;
  }

  .py-md-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pr-md-15 {
    padding-right: 15px;
  }

  .px-md-15 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .pb-md-15 {
    padding-bottom: 15px;
  }

  .pl-md-15 {
    padding-left: 15px;
  }

  .m-md-20 {
    margin: 20px;
  }

  .my-md-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mx-md-20 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .mt-md-20 {
    margin-top: 20px;
  }

  .mr-md-20 {
    margin-right: 20px;
  }

  .mb-md-20 {
    margin-bottom: 20px;
  }

  .ml-md-20 {
    margin-left: 20px;
  }

  .p-md-20 {
    padding: 20px;
  }

  .pt-md-20 {
    padding-top: 20px;
  }

  .py-md-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pr-md-20 {
    padding-right: 20px;
  }

  .px-md-20 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pb-md-20 {
    padding-bottom: 20px;
  }

  .pl-md-20 {
    padding-left: 20px;
  }

  .m-md-30 {
    margin: 30px;
  }

  .my-md-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mx-md-30 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .mt-md-30 {
    margin-top: 30px;
  }

  .mr-md-30 {
    margin-right: 30px;
  }

  .mb-md-30 {
    margin-bottom: 30px;
  }

  .ml-md-30 {
    margin-left: 30px;
  }

  .p-md-30 {
    padding: 30px;
  }

  .pt-md-30 {
    padding-top: 30px;
  }

  .py-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pr-md-30 {
    padding-right: 30px;
  }

  .px-md-30 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .pb-md-30 {
    padding-bottom: 30px;
  }

  .pl-md-30 {
    padding-left: 30px;
  }

  .m-md-35 {
    margin: 35px;
  }

  .my-md-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .mx-md-35 {
    margin-right: 35px;
    margin-left: 35px;
  }

  .mt-md-35 {
    margin-top: 35px;
  }

  .mr-md-35 {
    margin-right: 35px;
  }

  .mb-md-35 {
    margin-bottom: 35px;
  }

  .ml-md-35 {
    margin-left: 35px;
  }

  .p-md-35 {
    padding: 35px;
  }

  .pt-md-35 {
    padding-top: 35px;
  }

  .py-md-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .pr-md-35 {
    padding-right: 35px;
  }

  .px-md-35 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .pb-md-35 {
    padding-bottom: 35px;
  }

  .pl-md-35 {
    padding-left: 35px;
  }

  .m-md-40 {
    margin: 40px;
  }

  .my-md-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mx-md-40 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .mt-md-40 {
    margin-top: 40px;
  }

  .mr-md-40 {
    margin-right: 40px;
  }

  .mb-md-40 {
    margin-bottom: 40px;
  }

  .ml-md-40 {
    margin-left: 40px;
  }

  .p-md-40 {
    padding: 40px;
  }

  .pt-md-40 {
    padding-top: 40px;
  }

  .py-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pr-md-40 {
    padding-right: 40px;
  }

  .px-md-40 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .pb-md-40 {
    padding-bottom: 40px;
  }

  .pl-md-40 {
    padding-left: 40px;
  }

  .m-md-50 {
    margin: 50px;
  }

  .my-md-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .mx-md-50 {
    margin-right: 50px;
    margin-left: 50px;
  }

  .mt-md-50 {
    margin-top: 50px;
  }

  .mr-md-50 {
    margin-right: 50px;
  }

  .mb-md-50 {
    margin-bottom: 50px;
  }

  .ml-md-50 {
    margin-left: 50px;
  }

  .p-md-50 {
    padding: 50px;
  }

  .pt-md-50 {
    padding-top: 50px;
  }

  .py-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pr-md-50 {
    padding-right: 50px;
  }

  .px-md-50 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .pb-md-50 {
    padding-bottom: 50px;
  }

  .pl-md-50 {
    padding-left: 50px;
  }

  .m-md-60 {
    margin: 60px;
  }

  .my-md-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mx-md-60 {
    margin-right: 60px;
    margin-left: 60px;
  }

  .mt-md-60 {
    margin-top: 60px;
  }

  .mr-md-60 {
    margin-right: 60px;
  }

  .mb-md-60 {
    margin-bottom: 60px;
  }

  .ml-md-60 {
    margin-left: 60px;
  }

  .p-md-60 {
    padding: 60px;
  }

  .pt-md-60 {
    padding-top: 60px;
  }

  .py-md-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pr-md-60 {
    padding-right: 60px;
  }

  .px-md-60 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .pb-md-60 {
    padding-bottom: 60px;
  }

  .pl-md-60 {
    padding-left: 60px;
  }

  .m-md-70 {
    margin: 70px;
  }

  .my-md-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .mx-md-70 {
    margin-right: 70px;
    margin-left: 70px;
  }

  .mt-md-70 {
    margin-top: 70px;
  }

  .mr-md-70 {
    margin-right: 70px;
  }

  .mb-md-70 {
    margin-bottom: 70px;
  }

  .ml-md-70 {
    margin-left: 70px;
  }

  .p-md-70 {
    padding: 70px;
  }

  .pt-md-70 {
    padding-top: 70px;
  }

  .py-md-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pr-md-70 {
    padding-right: 70px;
  }

  .px-md-70 {
    padding-right: 70px;
    padding-left: 70px;
  }

  .pb-md-70 {
    padding-bottom: 70px;
  }

  .pl-md-70 {
    padding-left: 70px;
  }

  .m-md-80 {
    margin: 80px;
  }

  .my-md-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .mx-md-80 {
    margin-right: 80px;
    margin-left: 80px;
  }

  .mt-md-80 {
    margin-top: 80px;
  }

  .mr-md-80 {
    margin-right: 80px;
  }

  .mb-md-80 {
    margin-bottom: 80px;
  }

  .ml-md-80 {
    margin-left: 80px;
  }

  .p-md-80 {
    padding: 80px;
  }

  .pt-md-80 {
    padding-top: 80px;
  }

  .py-md-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pr-md-80 {
    padding-right: 80px;
  }

  .px-md-80 {
    padding-right: 80px;
    padding-left: 80px;
  }

  .pb-md-80 {
    padding-bottom: 80px;
  }

  .pl-md-80 {
    padding-left: 80px;
  }

  .m-md-90 {
    margin: 90px;
  }

  .my-md-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .mx-md-90 {
    margin-right: 90px;
    margin-left: 90px;
  }

  .mt-md-90 {
    margin-top: 90px;
  }

  .mr-md-90 {
    margin-right: 90px;
  }

  .mb-md-90 {
    margin-bottom: 90px;
  }

  .ml-md-90 {
    margin-left: 90px;
  }

  .p-md-90 {
    padding: 90px;
  }

  .pt-md-90 {
    padding-top: 90px;
  }

  .py-md-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pr-md-90 {
    padding-right: 90px;
  }

  .px-md-90 {
    padding-right: 90px;
    padding-left: 90px;
  }

  .pb-md-90 {
    padding-bottom: 90px;
  }

  .pl-md-90 {
    padding-left: 90px;
  }

  .m-md-100 {
    margin: 100px;
  }

  .my-md-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .mx-md-100 {
    margin-right: 100px;
    margin-left: 100px;
  }

  .mt-md-100 {
    margin-top: 100px;
  }

  .mr-md-100 {
    margin-right: 100px;
  }

  .mb-md-100 {
    margin-bottom: 100px;
  }

  .ml-md-100 {
    margin-left: 100px;
  }

  .p-md-100 {
    padding: 100px;
  }

  .pt-md-100 {
    padding-top: 100px;
  }

  .py-md-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pr-md-100 {
    padding-right: 100px;
  }

  .px-md-100 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .pb-md-100 {
    padding-bottom: 100px;
  }

  .pl-md-100 {
    padding-left: 100px;
  }

  .m-md-140 {
    margin: 140px;
  }

  .my-md-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .mx-md-140 {
    margin-right: 140px;
    margin-left: 140px;
  }

  .mt-md-140 {
    margin-top: 140px;
  }

  .mr-md-140 {
    margin-right: 140px;
  }

  .mb-md-140 {
    margin-bottom: 140px;
  }

  .ml-md-140 {
    margin-left: 140px;
  }

  .p-md-140 {
    padding: 140px;
  }

  .pt-md-140 {
    padding-top: 140px;
  }

  .py-md-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .pr-md-140 {
    padding-right: 140px;
  }

  .px-md-140 {
    padding-right: 140px;
    padding-left: 140px;
  }

  .pb-md-140 {
    padding-bottom: 140px;
  }

  .pl-md-140 {
    padding-left: 140px;
  }

  /*   @each $m in $measurements{
      @include fnMeasure($on, $m);
    } */
  .mr-md-auto {
    margin-right: auto;
  }

  .ml-md-auto {
    margin-left: auto;
  }

  .h-md-auto {
    height: auto;
  }

  .w-md-auto {
    width: auto;
  }

  .h-md-full {
    height: 100%;
  }

  .w-md-full {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-lg-auto {
    margin: 0 auto;
  }

  .m-lg--20 {
    margin: -20px;
  }

  .my-lg--20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .mx-lg--20 {
    margin-right: -20px;
    margin-left: -20px;
  }

  .mt-lg--20 {
    margin-top: -20px;
  }

  .mr-lg--20 {
    margin-right: -20px;
  }

  .mb-lg--20 {
    margin-bottom: -20px;
  }

  .ml-lg--20 {
    margin-left: -20px;
  }

  .m-lg--15 {
    margin: -15px;
  }

  .my-lg--15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .mx-lg--15 {
    margin-right: -15px;
    margin-left: -15px;
  }

  .mt-lg--15 {
    margin-top: -15px;
  }

  .mr-lg--15 {
    margin-right: -15px;
  }

  .mb-lg--15 {
    margin-bottom: -15px;
  }

  .ml-lg--15 {
    margin-left: -15px;
  }

  .m-lg--10 {
    margin: -10px;
  }

  .my-lg--10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .mx-lg--10 {
    margin-right: -10px;
    margin-left: -10px;
  }

  .mt-lg--10 {
    margin-top: -10px;
  }

  .mr-lg--10 {
    margin-right: -10px;
  }

  .mb-lg--10 {
    margin-bottom: -10px;
  }

  .ml-lg--10 {
    margin-left: -10px;
  }

  .m-lg-0 {
    margin: 0px;
  }

  .my-lg-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mx-lg-0 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .mt-lg-0 {
    margin-top: 0px;
  }

  .mr-lg-0 {
    margin-right: 0px;
  }

  .mb-lg-0 {
    margin-bottom: 0px;
  }

  .ml-lg-0 {
    margin-left: 0px;
  }

  .p-lg-0 {
    padding: 0px;
  }

  .pt-lg-0 {
    padding-top: 0px;
  }

  .py-lg-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .pr-lg-0 {
    padding-right: 0px;
  }

  .px-lg-0 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pb-lg-0 {
    padding-bottom: 0px;
  }

  .pl-lg-0 {
    padding-left: 0px;
  }

  .m-lg-5 {
    margin: 5px;
  }

  .my-lg-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .mx-lg-5 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .mt-lg-5 {
    margin-top: 5px;
  }

  .mr-lg-5 {
    margin-right: 5px;
  }

  .mb-lg-5 {
    margin-bottom: 5px;
  }

  .ml-lg-5 {
    margin-left: 5px;
  }

  .p-lg-5 {
    padding: 5px;
  }

  .pt-lg-5 {
    padding-top: 5px;
  }

  .py-lg-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .pr-lg-5 {
    padding-right: 5px;
  }

  .px-lg-5 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .pb-lg-5 {
    padding-bottom: 5px;
  }

  .pl-lg-5 {
    padding-left: 5px;
  }

  .m-lg-10 {
    margin: 10px;
  }

  .my-lg-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mx-lg-10 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .mt-lg-10 {
    margin-top: 10px;
  }

  .mr-lg-10 {
    margin-right: 10px;
  }

  .mb-lg-10 {
    margin-bottom: 10px;
  }

  .ml-lg-10 {
    margin-left: 10px;
  }

  .p-lg-10 {
    padding: 10px;
  }

  .pt-lg-10 {
    padding-top: 10px;
  }

  .py-lg-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pr-lg-10 {
    padding-right: 10px;
  }

  .px-lg-10 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pb-lg-10 {
    padding-bottom: 10px;
  }

  .pl-lg-10 {
    padding-left: 10px;
  }

  .m-lg-15 {
    margin: 15px;
  }

  .my-lg-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mx-lg-15 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .mt-lg-15 {
    margin-top: 15px;
  }

  .mr-lg-15 {
    margin-right: 15px;
  }

  .mb-lg-15 {
    margin-bottom: 15px;
  }

  .ml-lg-15 {
    margin-left: 15px;
  }

  .p-lg-15 {
    padding: 15px;
  }

  .pt-lg-15 {
    padding-top: 15px;
  }

  .py-lg-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pr-lg-15 {
    padding-right: 15px;
  }

  .px-lg-15 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .pb-lg-15 {
    padding-bottom: 15px;
  }

  .pl-lg-15 {
    padding-left: 15px;
  }

  .m-lg-20 {
    margin: 20px;
  }

  .my-lg-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mx-lg-20 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .mt-lg-20 {
    margin-top: 20px;
  }

  .mr-lg-20 {
    margin-right: 20px;
  }

  .mb-lg-20 {
    margin-bottom: 20px;
  }

  .ml-lg-20 {
    margin-left: 20px;
  }

  .p-lg-20 {
    padding: 20px;
  }

  .pt-lg-20 {
    padding-top: 20px;
  }

  .py-lg-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pr-lg-20 {
    padding-right: 20px;
  }

  .px-lg-20 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pb-lg-20 {
    padding-bottom: 20px;
  }

  .pl-lg-20 {
    padding-left: 20px;
  }

  .m-lg-30 {
    margin: 30px;
  }

  .my-lg-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mx-lg-30 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .mt-lg-30 {
    margin-top: 30px;
  }

  .mr-lg-30 {
    margin-right: 30px;
  }

  .mb-lg-30 {
    margin-bottom: 30px;
  }

  .ml-lg-30 {
    margin-left: 30px;
  }

  .p-lg-30 {
    padding: 30px;
  }

  .pt-lg-30 {
    padding-top: 30px;
  }

  .py-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pr-lg-30 {
    padding-right: 30px;
  }

  .px-lg-30 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .pb-lg-30 {
    padding-bottom: 30px;
  }

  .pl-lg-30 {
    padding-left: 30px;
  }

  .m-lg-35 {
    margin: 35px;
  }

  .my-lg-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .mx-lg-35 {
    margin-right: 35px;
    margin-left: 35px;
  }

  .mt-lg-35 {
    margin-top: 35px;
  }

  .mr-lg-35 {
    margin-right: 35px;
  }

  .mb-lg-35 {
    margin-bottom: 35px;
  }

  .ml-lg-35 {
    margin-left: 35px;
  }

  .p-lg-35 {
    padding: 35px;
  }

  .pt-lg-35 {
    padding-top: 35px;
  }

  .py-lg-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .pr-lg-35 {
    padding-right: 35px;
  }

  .px-lg-35 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .pb-lg-35 {
    padding-bottom: 35px;
  }

  .pl-lg-35 {
    padding-left: 35px;
  }

  .m-lg-40 {
    margin: 40px;
  }

  .my-lg-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mx-lg-40 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .mt-lg-40 {
    margin-top: 40px;
  }

  .mr-lg-40 {
    margin-right: 40px;
  }

  .mb-lg-40 {
    margin-bottom: 40px;
  }

  .ml-lg-40 {
    margin-left: 40px;
  }

  .p-lg-40 {
    padding: 40px;
  }

  .pt-lg-40 {
    padding-top: 40px;
  }

  .py-lg-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pr-lg-40 {
    padding-right: 40px;
  }

  .px-lg-40 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .pb-lg-40 {
    padding-bottom: 40px;
  }

  .pl-lg-40 {
    padding-left: 40px;
  }

  .m-lg-50 {
    margin: 50px;
  }

  .my-lg-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .mx-lg-50 {
    margin-right: 50px;
    margin-left: 50px;
  }

  .mt-lg-50 {
    margin-top: 50px;
  }

  .mr-lg-50 {
    margin-right: 50px;
  }

  .mb-lg-50 {
    margin-bottom: 50px;
  }

  .ml-lg-50 {
    margin-left: 50px;
  }

  .p-lg-50 {
    padding: 50px;
  }

  .pt-lg-50 {
    padding-top: 50px;
  }

  .py-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pr-lg-50 {
    padding-right: 50px;
  }

  .px-lg-50 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .pb-lg-50 {
    padding-bottom: 50px;
  }

  .pl-lg-50 {
    padding-left: 50px;
  }

  .m-lg-60 {
    margin: 60px;
  }

  .my-lg-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mx-lg-60 {
    margin-right: 60px;
    margin-left: 60px;
  }

  .mt-lg-60 {
    margin-top: 60px;
  }

  .mr-lg-60 {
    margin-right: 60px;
  }

  .mb-lg-60 {
    margin-bottom: 60px;
  }

  .ml-lg-60 {
    margin-left: 60px;
  }

  .p-lg-60 {
    padding: 60px;
  }

  .pt-lg-60 {
    padding-top: 60px;
  }

  .py-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pr-lg-60 {
    padding-right: 60px;
  }

  .px-lg-60 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .pb-lg-60 {
    padding-bottom: 60px;
  }

  .pl-lg-60 {
    padding-left: 60px;
  }

  .m-lg-70 {
    margin: 70px;
  }

  .my-lg-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .mx-lg-70 {
    margin-right: 70px;
    margin-left: 70px;
  }

  .mt-lg-70 {
    margin-top: 70px;
  }

  .mr-lg-70 {
    margin-right: 70px;
  }

  .mb-lg-70 {
    margin-bottom: 70px;
  }

  .ml-lg-70 {
    margin-left: 70px;
  }

  .p-lg-70 {
    padding: 70px;
  }

  .pt-lg-70 {
    padding-top: 70px;
  }

  .py-lg-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pr-lg-70 {
    padding-right: 70px;
  }

  .px-lg-70 {
    padding-right: 70px;
    padding-left: 70px;
  }

  .pb-lg-70 {
    padding-bottom: 70px;
  }

  .pl-lg-70 {
    padding-left: 70px;
  }

  .m-lg-80 {
    margin: 80px;
  }

  .my-lg-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .mx-lg-80 {
    margin-right: 80px;
    margin-left: 80px;
  }

  .mt-lg-80 {
    margin-top: 80px;
  }

  .mr-lg-80 {
    margin-right: 80px;
  }

  .mb-lg-80 {
    margin-bottom: 80px;
  }

  .ml-lg-80 {
    margin-left: 80px;
  }

  .p-lg-80 {
    padding: 80px;
  }

  .pt-lg-80 {
    padding-top: 80px;
  }

  .py-lg-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pr-lg-80 {
    padding-right: 80px;
  }

  .px-lg-80 {
    padding-right: 80px;
    padding-left: 80px;
  }

  .pb-lg-80 {
    padding-bottom: 80px;
  }

  .pl-lg-80 {
    padding-left: 80px;
  }

  .m-lg-90 {
    margin: 90px;
  }

  .my-lg-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .mx-lg-90 {
    margin-right: 90px;
    margin-left: 90px;
  }

  .mt-lg-90 {
    margin-top: 90px;
  }

  .mr-lg-90 {
    margin-right: 90px;
  }

  .mb-lg-90 {
    margin-bottom: 90px;
  }

  .ml-lg-90 {
    margin-left: 90px;
  }

  .p-lg-90 {
    padding: 90px;
  }

  .pt-lg-90 {
    padding-top: 90px;
  }

  .py-lg-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pr-lg-90 {
    padding-right: 90px;
  }

  .px-lg-90 {
    padding-right: 90px;
    padding-left: 90px;
  }

  .pb-lg-90 {
    padding-bottom: 90px;
  }

  .pl-lg-90 {
    padding-left: 90px;
  }

  .m-lg-100 {
    margin: 100px;
  }

  .my-lg-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .mx-lg-100 {
    margin-right: 100px;
    margin-left: 100px;
  }

  .mt-lg-100 {
    margin-top: 100px;
  }

  .mr-lg-100 {
    margin-right: 100px;
  }

  .mb-lg-100 {
    margin-bottom: 100px;
  }

  .ml-lg-100 {
    margin-left: 100px;
  }

  .p-lg-100 {
    padding: 100px;
  }

  .pt-lg-100 {
    padding-top: 100px;
  }

  .py-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pr-lg-100 {
    padding-right: 100px;
  }

  .px-lg-100 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .pb-lg-100 {
    padding-bottom: 100px;
  }

  .pl-lg-100 {
    padding-left: 100px;
  }

  .m-lg-140 {
    margin: 140px;
  }

  .my-lg-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .mx-lg-140 {
    margin-right: 140px;
    margin-left: 140px;
  }

  .mt-lg-140 {
    margin-top: 140px;
  }

  .mr-lg-140 {
    margin-right: 140px;
  }

  .mb-lg-140 {
    margin-bottom: 140px;
  }

  .ml-lg-140 {
    margin-left: 140px;
  }

  .p-lg-140 {
    padding: 140px;
  }

  .pt-lg-140 {
    padding-top: 140px;
  }

  .py-lg-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .pr-lg-140 {
    padding-right: 140px;
  }

  .px-lg-140 {
    padding-right: 140px;
    padding-left: 140px;
  }

  .pb-lg-140 {
    padding-bottom: 140px;
  }

  .pl-lg-140 {
    padding-left: 140px;
  }

  /*   @each $m in $measurements{
      @include fnMeasure($on, $m);
    } */
  .mr-lg-auto {
    margin-right: auto;
  }

  .ml-lg-auto {
    margin-left: auto;
  }

  .h-lg-auto {
    height: auto;
  }

  .w-lg-auto {
    width: auto;
  }

  .h-lg-full {
    height: 100%;
  }

  .w-lg-full {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .m-landscape-auto {
    margin: 0 auto;
  }

  .m-landscape--20 {
    margin: -20px;
  }

  .my-landscape--20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .mx-landscape--20 {
    margin-right: -20px;
    margin-left: -20px;
  }

  .mt-landscape--20 {
    margin-top: -20px;
  }

  .mr-landscape--20 {
    margin-right: -20px;
  }

  .mb-landscape--20 {
    margin-bottom: -20px;
  }

  .ml-landscape--20 {
    margin-left: -20px;
  }

  .m-landscape--15 {
    margin: -15px;
  }

  .my-landscape--15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .mx-landscape--15 {
    margin-right: -15px;
    margin-left: -15px;
  }

  .mt-landscape--15 {
    margin-top: -15px;
  }

  .mr-landscape--15 {
    margin-right: -15px;
  }

  .mb-landscape--15 {
    margin-bottom: -15px;
  }

  .ml-landscape--15 {
    margin-left: -15px;
  }

  .m-landscape--10 {
    margin: -10px;
  }

  .my-landscape--10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .mx-landscape--10 {
    margin-right: -10px;
    margin-left: -10px;
  }

  .mt-landscape--10 {
    margin-top: -10px;
  }

  .mr-landscape--10 {
    margin-right: -10px;
  }

  .mb-landscape--10 {
    margin-bottom: -10px;
  }

  .ml-landscape--10 {
    margin-left: -10px;
  }

  .m-landscape-0 {
    margin: 0px;
  }

  .my-landscape-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mx-landscape-0 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .mt-landscape-0 {
    margin-top: 0px;
  }

  .mr-landscape-0 {
    margin-right: 0px;
  }

  .mb-landscape-0 {
    margin-bottom: 0px;
  }

  .ml-landscape-0 {
    margin-left: 0px;
  }

  .p-landscape-0 {
    padding: 0px;
  }

  .pt-landscape-0 {
    padding-top: 0px;
  }

  .py-landscape-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .pr-landscape-0 {
    padding-right: 0px;
  }

  .px-landscape-0 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pb-landscape-0 {
    padding-bottom: 0px;
  }

  .pl-landscape-0 {
    padding-left: 0px;
  }

  .m-landscape-5 {
    margin: 5px;
  }

  .my-landscape-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .mx-landscape-5 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .mt-landscape-5 {
    margin-top: 5px;
  }

  .mr-landscape-5 {
    margin-right: 5px;
  }

  .mb-landscape-5 {
    margin-bottom: 5px;
  }

  .ml-landscape-5 {
    margin-left: 5px;
  }

  .p-landscape-5 {
    padding: 5px;
  }

  .pt-landscape-5 {
    padding-top: 5px;
  }

  .py-landscape-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .pr-landscape-5 {
    padding-right: 5px;
  }

  .px-landscape-5 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .pb-landscape-5 {
    padding-bottom: 5px;
  }

  .pl-landscape-5 {
    padding-left: 5px;
  }

  .m-landscape-10 {
    margin: 10px;
  }

  .my-landscape-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mx-landscape-10 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .mt-landscape-10 {
    margin-top: 10px;
  }

  .mr-landscape-10 {
    margin-right: 10px;
  }

  .mb-landscape-10 {
    margin-bottom: 10px;
  }

  .ml-landscape-10 {
    margin-left: 10px;
  }

  .p-landscape-10 {
    padding: 10px;
  }

  .pt-landscape-10 {
    padding-top: 10px;
  }

  .py-landscape-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pr-landscape-10 {
    padding-right: 10px;
  }

  .px-landscape-10 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pb-landscape-10 {
    padding-bottom: 10px;
  }

  .pl-landscape-10 {
    padding-left: 10px;
  }

  .m-landscape-15 {
    margin: 15px;
  }

  .my-landscape-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mx-landscape-15 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .mt-landscape-15 {
    margin-top: 15px;
  }

  .mr-landscape-15 {
    margin-right: 15px;
  }

  .mb-landscape-15 {
    margin-bottom: 15px;
  }

  .ml-landscape-15 {
    margin-left: 15px;
  }

  .p-landscape-15 {
    padding: 15px;
  }

  .pt-landscape-15 {
    padding-top: 15px;
  }

  .py-landscape-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pr-landscape-15 {
    padding-right: 15px;
  }

  .px-landscape-15 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .pb-landscape-15 {
    padding-bottom: 15px;
  }

  .pl-landscape-15 {
    padding-left: 15px;
  }

  .m-landscape-20 {
    margin: 20px;
  }

  .my-landscape-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mx-landscape-20 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .mt-landscape-20 {
    margin-top: 20px;
  }

  .mr-landscape-20 {
    margin-right: 20px;
  }

  .mb-landscape-20 {
    margin-bottom: 20px;
  }

  .ml-landscape-20 {
    margin-left: 20px;
  }

  .p-landscape-20 {
    padding: 20px;
  }

  .pt-landscape-20 {
    padding-top: 20px;
  }

  .py-landscape-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pr-landscape-20 {
    padding-right: 20px;
  }

  .px-landscape-20 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pb-landscape-20 {
    padding-bottom: 20px;
  }

  .pl-landscape-20 {
    padding-left: 20px;
  }

  .m-landscape-30 {
    margin: 30px;
  }

  .my-landscape-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mx-landscape-30 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .mt-landscape-30 {
    margin-top: 30px;
  }

  .mr-landscape-30 {
    margin-right: 30px;
  }

  .mb-landscape-30 {
    margin-bottom: 30px;
  }

  .ml-landscape-30 {
    margin-left: 30px;
  }

  .p-landscape-30 {
    padding: 30px;
  }

  .pt-landscape-30 {
    padding-top: 30px;
  }

  .py-landscape-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pr-landscape-30 {
    padding-right: 30px;
  }

  .px-landscape-30 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .pb-landscape-30 {
    padding-bottom: 30px;
  }

  .pl-landscape-30 {
    padding-left: 30px;
  }

  .m-landscape-35 {
    margin: 35px;
  }

  .my-landscape-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .mx-landscape-35 {
    margin-right: 35px;
    margin-left: 35px;
  }

  .mt-landscape-35 {
    margin-top: 35px;
  }

  .mr-landscape-35 {
    margin-right: 35px;
  }

  .mb-landscape-35 {
    margin-bottom: 35px;
  }

  .ml-landscape-35 {
    margin-left: 35px;
  }

  .p-landscape-35 {
    padding: 35px;
  }

  .pt-landscape-35 {
    padding-top: 35px;
  }

  .py-landscape-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .pr-landscape-35 {
    padding-right: 35px;
  }

  .px-landscape-35 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .pb-landscape-35 {
    padding-bottom: 35px;
  }

  .pl-landscape-35 {
    padding-left: 35px;
  }

  .m-landscape-40 {
    margin: 40px;
  }

  .my-landscape-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mx-landscape-40 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .mt-landscape-40 {
    margin-top: 40px;
  }

  .mr-landscape-40 {
    margin-right: 40px;
  }

  .mb-landscape-40 {
    margin-bottom: 40px;
  }

  .ml-landscape-40 {
    margin-left: 40px;
  }

  .p-landscape-40 {
    padding: 40px;
  }

  .pt-landscape-40 {
    padding-top: 40px;
  }

  .py-landscape-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pr-landscape-40 {
    padding-right: 40px;
  }

  .px-landscape-40 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .pb-landscape-40 {
    padding-bottom: 40px;
  }

  .pl-landscape-40 {
    padding-left: 40px;
  }

  .m-landscape-50 {
    margin: 50px;
  }

  .my-landscape-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .mx-landscape-50 {
    margin-right: 50px;
    margin-left: 50px;
  }

  .mt-landscape-50 {
    margin-top: 50px;
  }

  .mr-landscape-50 {
    margin-right: 50px;
  }

  .mb-landscape-50 {
    margin-bottom: 50px;
  }

  .ml-landscape-50 {
    margin-left: 50px;
  }

  .p-landscape-50 {
    padding: 50px;
  }

  .pt-landscape-50 {
    padding-top: 50px;
  }

  .py-landscape-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pr-landscape-50 {
    padding-right: 50px;
  }

  .px-landscape-50 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .pb-landscape-50 {
    padding-bottom: 50px;
  }

  .pl-landscape-50 {
    padding-left: 50px;
  }

  .m-landscape-60 {
    margin: 60px;
  }

  .my-landscape-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mx-landscape-60 {
    margin-right: 60px;
    margin-left: 60px;
  }

  .mt-landscape-60 {
    margin-top: 60px;
  }

  .mr-landscape-60 {
    margin-right: 60px;
  }

  .mb-landscape-60 {
    margin-bottom: 60px;
  }

  .ml-landscape-60 {
    margin-left: 60px;
  }

  .p-landscape-60 {
    padding: 60px;
  }

  .pt-landscape-60 {
    padding-top: 60px;
  }

  .py-landscape-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pr-landscape-60 {
    padding-right: 60px;
  }

  .px-landscape-60 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .pb-landscape-60 {
    padding-bottom: 60px;
  }

  .pl-landscape-60 {
    padding-left: 60px;
  }

  .m-landscape-70 {
    margin: 70px;
  }

  .my-landscape-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .mx-landscape-70 {
    margin-right: 70px;
    margin-left: 70px;
  }

  .mt-landscape-70 {
    margin-top: 70px;
  }

  .mr-landscape-70 {
    margin-right: 70px;
  }

  .mb-landscape-70 {
    margin-bottom: 70px;
  }

  .ml-landscape-70 {
    margin-left: 70px;
  }

  .p-landscape-70 {
    padding: 70px;
  }

  .pt-landscape-70 {
    padding-top: 70px;
  }

  .py-landscape-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pr-landscape-70 {
    padding-right: 70px;
  }

  .px-landscape-70 {
    padding-right: 70px;
    padding-left: 70px;
  }

  .pb-landscape-70 {
    padding-bottom: 70px;
  }

  .pl-landscape-70 {
    padding-left: 70px;
  }

  .m-landscape-80 {
    margin: 80px;
  }

  .my-landscape-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .mx-landscape-80 {
    margin-right: 80px;
    margin-left: 80px;
  }

  .mt-landscape-80 {
    margin-top: 80px;
  }

  .mr-landscape-80 {
    margin-right: 80px;
  }

  .mb-landscape-80 {
    margin-bottom: 80px;
  }

  .ml-landscape-80 {
    margin-left: 80px;
  }

  .p-landscape-80 {
    padding: 80px;
  }

  .pt-landscape-80 {
    padding-top: 80px;
  }

  .py-landscape-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pr-landscape-80 {
    padding-right: 80px;
  }

  .px-landscape-80 {
    padding-right: 80px;
    padding-left: 80px;
  }

  .pb-landscape-80 {
    padding-bottom: 80px;
  }

  .pl-landscape-80 {
    padding-left: 80px;
  }

  .m-landscape-90 {
    margin: 90px;
  }

  .my-landscape-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .mx-landscape-90 {
    margin-right: 90px;
    margin-left: 90px;
  }

  .mt-landscape-90 {
    margin-top: 90px;
  }

  .mr-landscape-90 {
    margin-right: 90px;
  }

  .mb-landscape-90 {
    margin-bottom: 90px;
  }

  .ml-landscape-90 {
    margin-left: 90px;
  }

  .p-landscape-90 {
    padding: 90px;
  }

  .pt-landscape-90 {
    padding-top: 90px;
  }

  .py-landscape-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pr-landscape-90 {
    padding-right: 90px;
  }

  .px-landscape-90 {
    padding-right: 90px;
    padding-left: 90px;
  }

  .pb-landscape-90 {
    padding-bottom: 90px;
  }

  .pl-landscape-90 {
    padding-left: 90px;
  }

  .m-landscape-100 {
    margin: 100px;
  }

  .my-landscape-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .mx-landscape-100 {
    margin-right: 100px;
    margin-left: 100px;
  }

  .mt-landscape-100 {
    margin-top: 100px;
  }

  .mr-landscape-100 {
    margin-right: 100px;
  }

  .mb-landscape-100 {
    margin-bottom: 100px;
  }

  .ml-landscape-100 {
    margin-left: 100px;
  }

  .p-landscape-100 {
    padding: 100px;
  }

  .pt-landscape-100 {
    padding-top: 100px;
  }

  .py-landscape-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pr-landscape-100 {
    padding-right: 100px;
  }

  .px-landscape-100 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .pb-landscape-100 {
    padding-bottom: 100px;
  }

  .pl-landscape-100 {
    padding-left: 100px;
  }

  .m-landscape-140 {
    margin: 140px;
  }

  .my-landscape-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .mx-landscape-140 {
    margin-right: 140px;
    margin-left: 140px;
  }

  .mt-landscape-140 {
    margin-top: 140px;
  }

  .mr-landscape-140 {
    margin-right: 140px;
  }

  .mb-landscape-140 {
    margin-bottom: 140px;
  }

  .ml-landscape-140 {
    margin-left: 140px;
  }

  .p-landscape-140 {
    padding: 140px;
  }

  .pt-landscape-140 {
    padding-top: 140px;
  }

  .py-landscape-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .pr-landscape-140 {
    padding-right: 140px;
  }

  .px-landscape-140 {
    padding-right: 140px;
    padding-left: 140px;
  }

  .pb-landscape-140 {
    padding-bottom: 140px;
  }

  .pl-landscape-140 {
    padding-left: 140px;
  }

  /*   @each $m in $measurements{
      @include fnMeasure($on, $m);
    } */
  .mr-landscape-auto {
    margin-right: auto;
  }

  .ml-landscape-auto {
    margin-left: auto;
  }

  .h-landscape-auto {
    height: auto;
  }

  .w-landscape-auto {
    width: auto;
  }

  .h-landscape-full {
    height: 100%;
  }

  .w-landscape-full {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .m-xl-auto {
    margin: 0 auto;
  }

  .m-xl--20 {
    margin: -20px;
  }

  .my-xl--20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .mx-xl--20 {
    margin-right: -20px;
    margin-left: -20px;
  }

  .mt-xl--20 {
    margin-top: -20px;
  }

  .mr-xl--20 {
    margin-right: -20px;
  }

  .mb-xl--20 {
    margin-bottom: -20px;
  }

  .ml-xl--20 {
    margin-left: -20px;
  }

  .m-xl--15 {
    margin: -15px;
  }

  .my-xl--15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .mx-xl--15 {
    margin-right: -15px;
    margin-left: -15px;
  }

  .mt-xl--15 {
    margin-top: -15px;
  }

  .mr-xl--15 {
    margin-right: -15px;
  }

  .mb-xl--15 {
    margin-bottom: -15px;
  }

  .ml-xl--15 {
    margin-left: -15px;
  }

  .m-xl--10 {
    margin: -10px;
  }

  .my-xl--10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .mx-xl--10 {
    margin-right: -10px;
    margin-left: -10px;
  }

  .mt-xl--10 {
    margin-top: -10px;
  }

  .mr-xl--10 {
    margin-right: -10px;
  }

  .mb-xl--10 {
    margin-bottom: -10px;
  }

  .ml-xl--10 {
    margin-left: -10px;
  }

  .m-xl-0 {
    margin: 0px;
  }

  .my-xl-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mx-xl-0 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .mt-xl-0 {
    margin-top: 0px;
  }

  .mr-xl-0 {
    margin-right: 0px;
  }

  .mb-xl-0 {
    margin-bottom: 0px;
  }

  .ml-xl-0 {
    margin-left: 0px;
  }

  .p-xl-0 {
    padding: 0px;
  }

  .pt-xl-0 {
    padding-top: 0px;
  }

  .py-xl-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .pr-xl-0 {
    padding-right: 0px;
  }

  .px-xl-0 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pb-xl-0 {
    padding-bottom: 0px;
  }

  .pl-xl-0 {
    padding-left: 0px;
  }

  .m-xl-5 {
    margin: 5px;
  }

  .my-xl-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .mx-xl-5 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .mt-xl-5 {
    margin-top: 5px;
  }

  .mr-xl-5 {
    margin-right: 5px;
  }

  .mb-xl-5 {
    margin-bottom: 5px;
  }

  .ml-xl-5 {
    margin-left: 5px;
  }

  .p-xl-5 {
    padding: 5px;
  }

  .pt-xl-5 {
    padding-top: 5px;
  }

  .py-xl-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .pr-xl-5 {
    padding-right: 5px;
  }

  .px-xl-5 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .pb-xl-5 {
    padding-bottom: 5px;
  }

  .pl-xl-5 {
    padding-left: 5px;
  }

  .m-xl-10 {
    margin: 10px;
  }

  .my-xl-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mx-xl-10 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .mt-xl-10 {
    margin-top: 10px;
  }

  .mr-xl-10 {
    margin-right: 10px;
  }

  .mb-xl-10 {
    margin-bottom: 10px;
  }

  .ml-xl-10 {
    margin-left: 10px;
  }

  .p-xl-10 {
    padding: 10px;
  }

  .pt-xl-10 {
    padding-top: 10px;
  }

  .py-xl-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pr-xl-10 {
    padding-right: 10px;
  }

  .px-xl-10 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pb-xl-10 {
    padding-bottom: 10px;
  }

  .pl-xl-10 {
    padding-left: 10px;
  }

  .m-xl-15 {
    margin: 15px;
  }

  .my-xl-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mx-xl-15 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .mt-xl-15 {
    margin-top: 15px;
  }

  .mr-xl-15 {
    margin-right: 15px;
  }

  .mb-xl-15 {
    margin-bottom: 15px;
  }

  .ml-xl-15 {
    margin-left: 15px;
  }

  .p-xl-15 {
    padding: 15px;
  }

  .pt-xl-15 {
    padding-top: 15px;
  }

  .py-xl-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pr-xl-15 {
    padding-right: 15px;
  }

  .px-xl-15 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .pb-xl-15 {
    padding-bottom: 15px;
  }

  .pl-xl-15 {
    padding-left: 15px;
  }

  .m-xl-20 {
    margin: 20px;
  }

  .my-xl-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mx-xl-20 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .mt-xl-20 {
    margin-top: 20px;
  }

  .mr-xl-20 {
    margin-right: 20px;
  }

  .mb-xl-20 {
    margin-bottom: 20px;
  }

  .ml-xl-20 {
    margin-left: 20px;
  }

  .p-xl-20 {
    padding: 20px;
  }

  .pt-xl-20 {
    padding-top: 20px;
  }

  .py-xl-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pr-xl-20 {
    padding-right: 20px;
  }

  .px-xl-20 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pb-xl-20 {
    padding-bottom: 20px;
  }

  .pl-xl-20 {
    padding-left: 20px;
  }

  .m-xl-30 {
    margin: 30px;
  }

  .my-xl-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mx-xl-30 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .mt-xl-30 {
    margin-top: 30px;
  }

  .mr-xl-30 {
    margin-right: 30px;
  }

  .mb-xl-30 {
    margin-bottom: 30px;
  }

  .ml-xl-30 {
    margin-left: 30px;
  }

  .p-xl-30 {
    padding: 30px;
  }

  .pt-xl-30 {
    padding-top: 30px;
  }

  .py-xl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pr-xl-30 {
    padding-right: 30px;
  }

  .px-xl-30 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .pb-xl-30 {
    padding-bottom: 30px;
  }

  .pl-xl-30 {
    padding-left: 30px;
  }

  .m-xl-35 {
    margin: 35px;
  }

  .my-xl-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .mx-xl-35 {
    margin-right: 35px;
    margin-left: 35px;
  }

  .mt-xl-35 {
    margin-top: 35px;
  }

  .mr-xl-35 {
    margin-right: 35px;
  }

  .mb-xl-35 {
    margin-bottom: 35px;
  }

  .ml-xl-35 {
    margin-left: 35px;
  }

  .p-xl-35 {
    padding: 35px;
  }

  .pt-xl-35 {
    padding-top: 35px;
  }

  .py-xl-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .pr-xl-35 {
    padding-right: 35px;
  }

  .px-xl-35 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .pb-xl-35 {
    padding-bottom: 35px;
  }

  .pl-xl-35 {
    padding-left: 35px;
  }

  .m-xl-40 {
    margin: 40px;
  }

  .my-xl-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mx-xl-40 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .mt-xl-40 {
    margin-top: 40px;
  }

  .mr-xl-40 {
    margin-right: 40px;
  }

  .mb-xl-40 {
    margin-bottom: 40px;
  }

  .ml-xl-40 {
    margin-left: 40px;
  }

  .p-xl-40 {
    padding: 40px;
  }

  .pt-xl-40 {
    padding-top: 40px;
  }

  .py-xl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pr-xl-40 {
    padding-right: 40px;
  }

  .px-xl-40 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .pb-xl-40 {
    padding-bottom: 40px;
  }

  .pl-xl-40 {
    padding-left: 40px;
  }

  .m-xl-50 {
    margin: 50px;
  }

  .my-xl-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .mx-xl-50 {
    margin-right: 50px;
    margin-left: 50px;
  }

  .mt-xl-50 {
    margin-top: 50px;
  }

  .mr-xl-50 {
    margin-right: 50px;
  }

  .mb-xl-50 {
    margin-bottom: 50px;
  }

  .ml-xl-50 {
    margin-left: 50px;
  }

  .p-xl-50 {
    padding: 50px;
  }

  .pt-xl-50 {
    padding-top: 50px;
  }

  .py-xl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pr-xl-50 {
    padding-right: 50px;
  }

  .px-xl-50 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .pb-xl-50 {
    padding-bottom: 50px;
  }

  .pl-xl-50 {
    padding-left: 50px;
  }

  .m-xl-60 {
    margin: 60px;
  }

  .my-xl-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mx-xl-60 {
    margin-right: 60px;
    margin-left: 60px;
  }

  .mt-xl-60 {
    margin-top: 60px;
  }

  .mr-xl-60 {
    margin-right: 60px;
  }

  .mb-xl-60 {
    margin-bottom: 60px;
  }

  .ml-xl-60 {
    margin-left: 60px;
  }

  .p-xl-60 {
    padding: 60px;
  }

  .pt-xl-60 {
    padding-top: 60px;
  }

  .py-xl-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pr-xl-60 {
    padding-right: 60px;
  }

  .px-xl-60 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .pb-xl-60 {
    padding-bottom: 60px;
  }

  .pl-xl-60 {
    padding-left: 60px;
  }

  .m-xl-70 {
    margin: 70px;
  }

  .my-xl-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .mx-xl-70 {
    margin-right: 70px;
    margin-left: 70px;
  }

  .mt-xl-70 {
    margin-top: 70px;
  }

  .mr-xl-70 {
    margin-right: 70px;
  }

  .mb-xl-70 {
    margin-bottom: 70px;
  }

  .ml-xl-70 {
    margin-left: 70px;
  }

  .p-xl-70 {
    padding: 70px;
  }

  .pt-xl-70 {
    padding-top: 70px;
  }

  .py-xl-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pr-xl-70 {
    padding-right: 70px;
  }

  .px-xl-70 {
    padding-right: 70px;
    padding-left: 70px;
  }

  .pb-xl-70 {
    padding-bottom: 70px;
  }

  .pl-xl-70 {
    padding-left: 70px;
  }

  .m-xl-80 {
    margin: 80px;
  }

  .my-xl-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .mx-xl-80 {
    margin-right: 80px;
    margin-left: 80px;
  }

  .mt-xl-80 {
    margin-top: 80px;
  }

  .mr-xl-80 {
    margin-right: 80px;
  }

  .mb-xl-80 {
    margin-bottom: 80px;
  }

  .ml-xl-80 {
    margin-left: 80px;
  }

  .p-xl-80 {
    padding: 80px;
  }

  .pt-xl-80 {
    padding-top: 80px;
  }

  .py-xl-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pr-xl-80 {
    padding-right: 80px;
  }

  .px-xl-80 {
    padding-right: 80px;
    padding-left: 80px;
  }

  .pb-xl-80 {
    padding-bottom: 80px;
  }

  .pl-xl-80 {
    padding-left: 80px;
  }

  .m-xl-90 {
    margin: 90px;
  }

  .my-xl-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .mx-xl-90 {
    margin-right: 90px;
    margin-left: 90px;
  }

  .mt-xl-90 {
    margin-top: 90px;
  }

  .mr-xl-90 {
    margin-right: 90px;
  }

  .mb-xl-90 {
    margin-bottom: 90px;
  }

  .ml-xl-90 {
    margin-left: 90px;
  }

  .p-xl-90 {
    padding: 90px;
  }

  .pt-xl-90 {
    padding-top: 90px;
  }

  .py-xl-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pr-xl-90 {
    padding-right: 90px;
  }

  .px-xl-90 {
    padding-right: 90px;
    padding-left: 90px;
  }

  .pb-xl-90 {
    padding-bottom: 90px;
  }

  .pl-xl-90 {
    padding-left: 90px;
  }

  .m-xl-100 {
    margin: 100px;
  }

  .my-xl-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .mx-xl-100 {
    margin-right: 100px;
    margin-left: 100px;
  }

  .mt-xl-100 {
    margin-top: 100px;
  }

  .mr-xl-100 {
    margin-right: 100px;
  }

  .mb-xl-100 {
    margin-bottom: 100px;
  }

  .ml-xl-100 {
    margin-left: 100px;
  }

  .p-xl-100 {
    padding: 100px;
  }

  .pt-xl-100 {
    padding-top: 100px;
  }

  .py-xl-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pr-xl-100 {
    padding-right: 100px;
  }

  .px-xl-100 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .pb-xl-100 {
    padding-bottom: 100px;
  }

  .pl-xl-100 {
    padding-left: 100px;
  }

  .m-xl-140 {
    margin: 140px;
  }

  .my-xl-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .mx-xl-140 {
    margin-right: 140px;
    margin-left: 140px;
  }

  .mt-xl-140 {
    margin-top: 140px;
  }

  .mr-xl-140 {
    margin-right: 140px;
  }

  .mb-xl-140 {
    margin-bottom: 140px;
  }

  .ml-xl-140 {
    margin-left: 140px;
  }

  .p-xl-140 {
    padding: 140px;
  }

  .pt-xl-140 {
    padding-top: 140px;
  }

  .py-xl-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .pr-xl-140 {
    padding-right: 140px;
  }

  .px-xl-140 {
    padding-right: 140px;
    padding-left: 140px;
  }

  .pb-xl-140 {
    padding-bottom: 140px;
  }

  .pl-xl-140 {
    padding-left: 140px;
  }

  /*   @each $m in $measurements{
      @include fnMeasure($on, $m);
    } */
  .mr-xl-auto {
    margin-right: auto;
  }

  .ml-xl-auto {
    margin-left: auto;
  }

  .h-xl-auto {
    height: auto;
  }

  .w-xl-auto {
    width: auto;
  }

  .h-xl-full {
    height: 100%;
  }

  .w-xl-full {
    width: 100%;
  }
}
@media (min-width: 1240px) {
  .m-xxl-auto {
    margin: 0 auto;
  }

  .m-xxl--20 {
    margin: -20px;
  }

  .my-xxl--20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .mx-xxl--20 {
    margin-right: -20px;
    margin-left: -20px;
  }

  .mt-xxl--20 {
    margin-top: -20px;
  }

  .mr-xxl--20 {
    margin-right: -20px;
  }

  .mb-xxl--20 {
    margin-bottom: -20px;
  }

  .ml-xxl--20 {
    margin-left: -20px;
  }

  .m-xxl--15 {
    margin: -15px;
  }

  .my-xxl--15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .mx-xxl--15 {
    margin-right: -15px;
    margin-left: -15px;
  }

  .mt-xxl--15 {
    margin-top: -15px;
  }

  .mr-xxl--15 {
    margin-right: -15px;
  }

  .mb-xxl--15 {
    margin-bottom: -15px;
  }

  .ml-xxl--15 {
    margin-left: -15px;
  }

  .m-xxl--10 {
    margin: -10px;
  }

  .my-xxl--10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .mx-xxl--10 {
    margin-right: -10px;
    margin-left: -10px;
  }

  .mt-xxl--10 {
    margin-top: -10px;
  }

  .mr-xxl--10 {
    margin-right: -10px;
  }

  .mb-xxl--10 {
    margin-bottom: -10px;
  }

  .ml-xxl--10 {
    margin-left: -10px;
  }

  .m-xxl-0 {
    margin: 0px;
  }

  .my-xxl-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mx-xxl-0 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .mt-xxl-0 {
    margin-top: 0px;
  }

  .mr-xxl-0 {
    margin-right: 0px;
  }

  .mb-xxl-0 {
    margin-bottom: 0px;
  }

  .ml-xxl-0 {
    margin-left: 0px;
  }

  .p-xxl-0 {
    padding: 0px;
  }

  .pt-xxl-0 {
    padding-top: 0px;
  }

  .py-xxl-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .pr-xxl-0 {
    padding-right: 0px;
  }

  .px-xxl-0 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pb-xxl-0 {
    padding-bottom: 0px;
  }

  .pl-xxl-0 {
    padding-left: 0px;
  }

  .m-xxl-5 {
    margin: 5px;
  }

  .my-xxl-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .mx-xxl-5 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .mt-xxl-5 {
    margin-top: 5px;
  }

  .mr-xxl-5 {
    margin-right: 5px;
  }

  .mb-xxl-5 {
    margin-bottom: 5px;
  }

  .ml-xxl-5 {
    margin-left: 5px;
  }

  .p-xxl-5 {
    padding: 5px;
  }

  .pt-xxl-5 {
    padding-top: 5px;
  }

  .py-xxl-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .pr-xxl-5 {
    padding-right: 5px;
  }

  .px-xxl-5 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .pb-xxl-5 {
    padding-bottom: 5px;
  }

  .pl-xxl-5 {
    padding-left: 5px;
  }

  .m-xxl-10 {
    margin: 10px;
  }

  .my-xxl-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mx-xxl-10 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .mt-xxl-10 {
    margin-top: 10px;
  }

  .mr-xxl-10 {
    margin-right: 10px;
  }

  .mb-xxl-10 {
    margin-bottom: 10px;
  }

  .ml-xxl-10 {
    margin-left: 10px;
  }

  .p-xxl-10 {
    padding: 10px;
  }

  .pt-xxl-10 {
    padding-top: 10px;
  }

  .py-xxl-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pr-xxl-10 {
    padding-right: 10px;
  }

  .px-xxl-10 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pb-xxl-10 {
    padding-bottom: 10px;
  }

  .pl-xxl-10 {
    padding-left: 10px;
  }

  .m-xxl-15 {
    margin: 15px;
  }

  .my-xxl-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mx-xxl-15 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .mt-xxl-15 {
    margin-top: 15px;
  }

  .mr-xxl-15 {
    margin-right: 15px;
  }

  .mb-xxl-15 {
    margin-bottom: 15px;
  }

  .ml-xxl-15 {
    margin-left: 15px;
  }

  .p-xxl-15 {
    padding: 15px;
  }

  .pt-xxl-15 {
    padding-top: 15px;
  }

  .py-xxl-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pr-xxl-15 {
    padding-right: 15px;
  }

  .px-xxl-15 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .pb-xxl-15 {
    padding-bottom: 15px;
  }

  .pl-xxl-15 {
    padding-left: 15px;
  }

  .m-xxl-20 {
    margin: 20px;
  }

  .my-xxl-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mx-xxl-20 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .mt-xxl-20 {
    margin-top: 20px;
  }

  .mr-xxl-20 {
    margin-right: 20px;
  }

  .mb-xxl-20 {
    margin-bottom: 20px;
  }

  .ml-xxl-20 {
    margin-left: 20px;
  }

  .p-xxl-20 {
    padding: 20px;
  }

  .pt-xxl-20 {
    padding-top: 20px;
  }

  .py-xxl-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pr-xxl-20 {
    padding-right: 20px;
  }

  .px-xxl-20 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pb-xxl-20 {
    padding-bottom: 20px;
  }

  .pl-xxl-20 {
    padding-left: 20px;
  }

  .m-xxl-30 {
    margin: 30px;
  }

  .my-xxl-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mx-xxl-30 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .mt-xxl-30 {
    margin-top: 30px;
  }

  .mr-xxl-30 {
    margin-right: 30px;
  }

  .mb-xxl-30 {
    margin-bottom: 30px;
  }

  .ml-xxl-30 {
    margin-left: 30px;
  }

  .p-xxl-30 {
    padding: 30px;
  }

  .pt-xxl-30 {
    padding-top: 30px;
  }

  .py-xxl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pr-xxl-30 {
    padding-right: 30px;
  }

  .px-xxl-30 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .pb-xxl-30 {
    padding-bottom: 30px;
  }

  .pl-xxl-30 {
    padding-left: 30px;
  }

  .m-xxl-35 {
    margin: 35px;
  }

  .my-xxl-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .mx-xxl-35 {
    margin-right: 35px;
    margin-left: 35px;
  }

  .mt-xxl-35 {
    margin-top: 35px;
  }

  .mr-xxl-35 {
    margin-right: 35px;
  }

  .mb-xxl-35 {
    margin-bottom: 35px;
  }

  .ml-xxl-35 {
    margin-left: 35px;
  }

  .p-xxl-35 {
    padding: 35px;
  }

  .pt-xxl-35 {
    padding-top: 35px;
  }

  .py-xxl-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .pr-xxl-35 {
    padding-right: 35px;
  }

  .px-xxl-35 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .pb-xxl-35 {
    padding-bottom: 35px;
  }

  .pl-xxl-35 {
    padding-left: 35px;
  }

  .m-xxl-40 {
    margin: 40px;
  }

  .my-xxl-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mx-xxl-40 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .mt-xxl-40 {
    margin-top: 40px;
  }

  .mr-xxl-40 {
    margin-right: 40px;
  }

  .mb-xxl-40 {
    margin-bottom: 40px;
  }

  .ml-xxl-40 {
    margin-left: 40px;
  }

  .p-xxl-40 {
    padding: 40px;
  }

  .pt-xxl-40 {
    padding-top: 40px;
  }

  .py-xxl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pr-xxl-40 {
    padding-right: 40px;
  }

  .px-xxl-40 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .pb-xxl-40 {
    padding-bottom: 40px;
  }

  .pl-xxl-40 {
    padding-left: 40px;
  }

  .m-xxl-50 {
    margin: 50px;
  }

  .my-xxl-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .mx-xxl-50 {
    margin-right: 50px;
    margin-left: 50px;
  }

  .mt-xxl-50 {
    margin-top: 50px;
  }

  .mr-xxl-50 {
    margin-right: 50px;
  }

  .mb-xxl-50 {
    margin-bottom: 50px;
  }

  .ml-xxl-50 {
    margin-left: 50px;
  }

  .p-xxl-50 {
    padding: 50px;
  }

  .pt-xxl-50 {
    padding-top: 50px;
  }

  .py-xxl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pr-xxl-50 {
    padding-right: 50px;
  }

  .px-xxl-50 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .pb-xxl-50 {
    padding-bottom: 50px;
  }

  .pl-xxl-50 {
    padding-left: 50px;
  }

  .m-xxl-60 {
    margin: 60px;
  }

  .my-xxl-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mx-xxl-60 {
    margin-right: 60px;
    margin-left: 60px;
  }

  .mt-xxl-60 {
    margin-top: 60px;
  }

  .mr-xxl-60 {
    margin-right: 60px;
  }

  .mb-xxl-60 {
    margin-bottom: 60px;
  }

  .ml-xxl-60 {
    margin-left: 60px;
  }

  .p-xxl-60 {
    padding: 60px;
  }

  .pt-xxl-60 {
    padding-top: 60px;
  }

  .py-xxl-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pr-xxl-60 {
    padding-right: 60px;
  }

  .px-xxl-60 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .pb-xxl-60 {
    padding-bottom: 60px;
  }

  .pl-xxl-60 {
    padding-left: 60px;
  }

  .m-xxl-70 {
    margin: 70px;
  }

  .my-xxl-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .mx-xxl-70 {
    margin-right: 70px;
    margin-left: 70px;
  }

  .mt-xxl-70 {
    margin-top: 70px;
  }

  .mr-xxl-70 {
    margin-right: 70px;
  }

  .mb-xxl-70 {
    margin-bottom: 70px;
  }

  .ml-xxl-70 {
    margin-left: 70px;
  }

  .p-xxl-70 {
    padding: 70px;
  }

  .pt-xxl-70 {
    padding-top: 70px;
  }

  .py-xxl-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pr-xxl-70 {
    padding-right: 70px;
  }

  .px-xxl-70 {
    padding-right: 70px;
    padding-left: 70px;
  }

  .pb-xxl-70 {
    padding-bottom: 70px;
  }

  .pl-xxl-70 {
    padding-left: 70px;
  }

  .m-xxl-80 {
    margin: 80px;
  }

  .my-xxl-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .mx-xxl-80 {
    margin-right: 80px;
    margin-left: 80px;
  }

  .mt-xxl-80 {
    margin-top: 80px;
  }

  .mr-xxl-80 {
    margin-right: 80px;
  }

  .mb-xxl-80 {
    margin-bottom: 80px;
  }

  .ml-xxl-80 {
    margin-left: 80px;
  }

  .p-xxl-80 {
    padding: 80px;
  }

  .pt-xxl-80 {
    padding-top: 80px;
  }

  .py-xxl-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pr-xxl-80 {
    padding-right: 80px;
  }

  .px-xxl-80 {
    padding-right: 80px;
    padding-left: 80px;
  }

  .pb-xxl-80 {
    padding-bottom: 80px;
  }

  .pl-xxl-80 {
    padding-left: 80px;
  }

  .m-xxl-90 {
    margin: 90px;
  }

  .my-xxl-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .mx-xxl-90 {
    margin-right: 90px;
    margin-left: 90px;
  }

  .mt-xxl-90 {
    margin-top: 90px;
  }

  .mr-xxl-90 {
    margin-right: 90px;
  }

  .mb-xxl-90 {
    margin-bottom: 90px;
  }

  .ml-xxl-90 {
    margin-left: 90px;
  }

  .p-xxl-90 {
    padding: 90px;
  }

  .pt-xxl-90 {
    padding-top: 90px;
  }

  .py-xxl-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pr-xxl-90 {
    padding-right: 90px;
  }

  .px-xxl-90 {
    padding-right: 90px;
    padding-left: 90px;
  }

  .pb-xxl-90 {
    padding-bottom: 90px;
  }

  .pl-xxl-90 {
    padding-left: 90px;
  }

  .m-xxl-100 {
    margin: 100px;
  }

  .my-xxl-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .mx-xxl-100 {
    margin-right: 100px;
    margin-left: 100px;
  }

  .mt-xxl-100 {
    margin-top: 100px;
  }

  .mr-xxl-100 {
    margin-right: 100px;
  }

  .mb-xxl-100 {
    margin-bottom: 100px;
  }

  .ml-xxl-100 {
    margin-left: 100px;
  }

  .p-xxl-100 {
    padding: 100px;
  }

  .pt-xxl-100 {
    padding-top: 100px;
  }

  .py-xxl-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pr-xxl-100 {
    padding-right: 100px;
  }

  .px-xxl-100 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .pb-xxl-100 {
    padding-bottom: 100px;
  }

  .pl-xxl-100 {
    padding-left: 100px;
  }

  .m-xxl-140 {
    margin: 140px;
  }

  .my-xxl-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .mx-xxl-140 {
    margin-right: 140px;
    margin-left: 140px;
  }

  .mt-xxl-140 {
    margin-top: 140px;
  }

  .mr-xxl-140 {
    margin-right: 140px;
  }

  .mb-xxl-140 {
    margin-bottom: 140px;
  }

  .ml-xxl-140 {
    margin-left: 140px;
  }

  .p-xxl-140 {
    padding: 140px;
  }

  .pt-xxl-140 {
    padding-top: 140px;
  }

  .py-xxl-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .pr-xxl-140 {
    padding-right: 140px;
  }

  .px-xxl-140 {
    padding-right: 140px;
    padding-left: 140px;
  }

  .pb-xxl-140 {
    padding-bottom: 140px;
  }

  .pl-xxl-140 {
    padding-left: 140px;
  }

  /*   @each $m in $measurements{
      @include fnMeasure($on, $m);
    } */
  .mr-xxl-auto {
    margin-right: auto;
  }

  .ml-xxl-auto {
    margin-left: auto;
  }

  .h-xxl-auto {
    height: auto;
  }

  .w-xxl-auto {
    width: auto;
  }

  .h-xxl-full {
    height: 100%;
  }

  .w-xxl-full {
    width: 100%;
  }
}
@media (min-width: 1430px) {
  .m-xxxl-auto {
    margin: 0 auto;
  }

  .m-xxxl--20 {
    margin: -20px;
  }

  .my-xxxl--20 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .mx-xxxl--20 {
    margin-right: -20px;
    margin-left: -20px;
  }

  .mt-xxxl--20 {
    margin-top: -20px;
  }

  .mr-xxxl--20 {
    margin-right: -20px;
  }

  .mb-xxxl--20 {
    margin-bottom: -20px;
  }

  .ml-xxxl--20 {
    margin-left: -20px;
  }

  .m-xxxl--15 {
    margin: -15px;
  }

  .my-xxxl--15 {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .mx-xxxl--15 {
    margin-right: -15px;
    margin-left: -15px;
  }

  .mt-xxxl--15 {
    margin-top: -15px;
  }

  .mr-xxxl--15 {
    margin-right: -15px;
  }

  .mb-xxxl--15 {
    margin-bottom: -15px;
  }

  .ml-xxxl--15 {
    margin-left: -15px;
  }

  .m-xxxl--10 {
    margin: -10px;
  }

  .my-xxxl--10 {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .mx-xxxl--10 {
    margin-right: -10px;
    margin-left: -10px;
  }

  .mt-xxxl--10 {
    margin-top: -10px;
  }

  .mr-xxxl--10 {
    margin-right: -10px;
  }

  .mb-xxxl--10 {
    margin-bottom: -10px;
  }

  .ml-xxxl--10 {
    margin-left: -10px;
  }

  .m-xxxl-0 {
    margin: 0px;
  }

  .my-xxxl-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mx-xxxl-0 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .mt-xxxl-0 {
    margin-top: 0px;
  }

  .mr-xxxl-0 {
    margin-right: 0px;
  }

  .mb-xxxl-0 {
    margin-bottom: 0px;
  }

  .ml-xxxl-0 {
    margin-left: 0px;
  }

  .p-xxxl-0 {
    padding: 0px;
  }

  .pt-xxxl-0 {
    padding-top: 0px;
  }

  .py-xxxl-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .pr-xxxl-0 {
    padding-right: 0px;
  }

  .px-xxxl-0 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pb-xxxl-0 {
    padding-bottom: 0px;
  }

  .pl-xxxl-0 {
    padding-left: 0px;
  }

  .m-xxxl-5 {
    margin: 5px;
  }

  .my-xxxl-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .mx-xxxl-5 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .mt-xxxl-5 {
    margin-top: 5px;
  }

  .mr-xxxl-5 {
    margin-right: 5px;
  }

  .mb-xxxl-5 {
    margin-bottom: 5px;
  }

  .ml-xxxl-5 {
    margin-left: 5px;
  }

  .p-xxxl-5 {
    padding: 5px;
  }

  .pt-xxxl-5 {
    padding-top: 5px;
  }

  .py-xxxl-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .pr-xxxl-5 {
    padding-right: 5px;
  }

  .px-xxxl-5 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .pb-xxxl-5 {
    padding-bottom: 5px;
  }

  .pl-xxxl-5 {
    padding-left: 5px;
  }

  .m-xxxl-10 {
    margin: 10px;
  }

  .my-xxxl-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mx-xxxl-10 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .mt-xxxl-10 {
    margin-top: 10px;
  }

  .mr-xxxl-10 {
    margin-right: 10px;
  }

  .mb-xxxl-10 {
    margin-bottom: 10px;
  }

  .ml-xxxl-10 {
    margin-left: 10px;
  }

  .p-xxxl-10 {
    padding: 10px;
  }

  .pt-xxxl-10 {
    padding-top: 10px;
  }

  .py-xxxl-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pr-xxxl-10 {
    padding-right: 10px;
  }

  .px-xxxl-10 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pb-xxxl-10 {
    padding-bottom: 10px;
  }

  .pl-xxxl-10 {
    padding-left: 10px;
  }

  .m-xxxl-15 {
    margin: 15px;
  }

  .my-xxxl-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mx-xxxl-15 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .mt-xxxl-15 {
    margin-top: 15px;
  }

  .mr-xxxl-15 {
    margin-right: 15px;
  }

  .mb-xxxl-15 {
    margin-bottom: 15px;
  }

  .ml-xxxl-15 {
    margin-left: 15px;
  }

  .p-xxxl-15 {
    padding: 15px;
  }

  .pt-xxxl-15 {
    padding-top: 15px;
  }

  .py-xxxl-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pr-xxxl-15 {
    padding-right: 15px;
  }

  .px-xxxl-15 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .pb-xxxl-15 {
    padding-bottom: 15px;
  }

  .pl-xxxl-15 {
    padding-left: 15px;
  }

  .m-xxxl-20 {
    margin: 20px;
  }

  .my-xxxl-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mx-xxxl-20 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .mt-xxxl-20 {
    margin-top: 20px;
  }

  .mr-xxxl-20 {
    margin-right: 20px;
  }

  .mb-xxxl-20 {
    margin-bottom: 20px;
  }

  .ml-xxxl-20 {
    margin-left: 20px;
  }

  .p-xxxl-20 {
    padding: 20px;
  }

  .pt-xxxl-20 {
    padding-top: 20px;
  }

  .py-xxxl-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pr-xxxl-20 {
    padding-right: 20px;
  }

  .px-xxxl-20 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pb-xxxl-20 {
    padding-bottom: 20px;
  }

  .pl-xxxl-20 {
    padding-left: 20px;
  }

  .m-xxxl-30 {
    margin: 30px;
  }

  .my-xxxl-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mx-xxxl-30 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .mt-xxxl-30 {
    margin-top: 30px;
  }

  .mr-xxxl-30 {
    margin-right: 30px;
  }

  .mb-xxxl-30 {
    margin-bottom: 30px;
  }

  .ml-xxxl-30 {
    margin-left: 30px;
  }

  .p-xxxl-30 {
    padding: 30px;
  }

  .pt-xxxl-30 {
    padding-top: 30px;
  }

  .py-xxxl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pr-xxxl-30 {
    padding-right: 30px;
  }

  .px-xxxl-30 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .pb-xxxl-30 {
    padding-bottom: 30px;
  }

  .pl-xxxl-30 {
    padding-left: 30px;
  }

  .m-xxxl-35 {
    margin: 35px;
  }

  .my-xxxl-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .mx-xxxl-35 {
    margin-right: 35px;
    margin-left: 35px;
  }

  .mt-xxxl-35 {
    margin-top: 35px;
  }

  .mr-xxxl-35 {
    margin-right: 35px;
  }

  .mb-xxxl-35 {
    margin-bottom: 35px;
  }

  .ml-xxxl-35 {
    margin-left: 35px;
  }

  .p-xxxl-35 {
    padding: 35px;
  }

  .pt-xxxl-35 {
    padding-top: 35px;
  }

  .py-xxxl-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .pr-xxxl-35 {
    padding-right: 35px;
  }

  .px-xxxl-35 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .pb-xxxl-35 {
    padding-bottom: 35px;
  }

  .pl-xxxl-35 {
    padding-left: 35px;
  }

  .m-xxxl-40 {
    margin: 40px;
  }

  .my-xxxl-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mx-xxxl-40 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .mt-xxxl-40 {
    margin-top: 40px;
  }

  .mr-xxxl-40 {
    margin-right: 40px;
  }

  .mb-xxxl-40 {
    margin-bottom: 40px;
  }

  .ml-xxxl-40 {
    margin-left: 40px;
  }

  .p-xxxl-40 {
    padding: 40px;
  }

  .pt-xxxl-40 {
    padding-top: 40px;
  }

  .py-xxxl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pr-xxxl-40 {
    padding-right: 40px;
  }

  .px-xxxl-40 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .pb-xxxl-40 {
    padding-bottom: 40px;
  }

  .pl-xxxl-40 {
    padding-left: 40px;
  }

  .m-xxxl-50 {
    margin: 50px;
  }

  .my-xxxl-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .mx-xxxl-50 {
    margin-right: 50px;
    margin-left: 50px;
  }

  .mt-xxxl-50 {
    margin-top: 50px;
  }

  .mr-xxxl-50 {
    margin-right: 50px;
  }

  .mb-xxxl-50 {
    margin-bottom: 50px;
  }

  .ml-xxxl-50 {
    margin-left: 50px;
  }

  .p-xxxl-50 {
    padding: 50px;
  }

  .pt-xxxl-50 {
    padding-top: 50px;
  }

  .py-xxxl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pr-xxxl-50 {
    padding-right: 50px;
  }

  .px-xxxl-50 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .pb-xxxl-50 {
    padding-bottom: 50px;
  }

  .pl-xxxl-50 {
    padding-left: 50px;
  }

  .m-xxxl-60 {
    margin: 60px;
  }

  .my-xxxl-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mx-xxxl-60 {
    margin-right: 60px;
    margin-left: 60px;
  }

  .mt-xxxl-60 {
    margin-top: 60px;
  }

  .mr-xxxl-60 {
    margin-right: 60px;
  }

  .mb-xxxl-60 {
    margin-bottom: 60px;
  }

  .ml-xxxl-60 {
    margin-left: 60px;
  }

  .p-xxxl-60 {
    padding: 60px;
  }

  .pt-xxxl-60 {
    padding-top: 60px;
  }

  .py-xxxl-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pr-xxxl-60 {
    padding-right: 60px;
  }

  .px-xxxl-60 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .pb-xxxl-60 {
    padding-bottom: 60px;
  }

  .pl-xxxl-60 {
    padding-left: 60px;
  }

  .m-xxxl-70 {
    margin: 70px;
  }

  .my-xxxl-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .mx-xxxl-70 {
    margin-right: 70px;
    margin-left: 70px;
  }

  .mt-xxxl-70 {
    margin-top: 70px;
  }

  .mr-xxxl-70 {
    margin-right: 70px;
  }

  .mb-xxxl-70 {
    margin-bottom: 70px;
  }

  .ml-xxxl-70 {
    margin-left: 70px;
  }

  .p-xxxl-70 {
    padding: 70px;
  }

  .pt-xxxl-70 {
    padding-top: 70px;
  }

  .py-xxxl-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pr-xxxl-70 {
    padding-right: 70px;
  }

  .px-xxxl-70 {
    padding-right: 70px;
    padding-left: 70px;
  }

  .pb-xxxl-70 {
    padding-bottom: 70px;
  }

  .pl-xxxl-70 {
    padding-left: 70px;
  }

  .m-xxxl-80 {
    margin: 80px;
  }

  .my-xxxl-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .mx-xxxl-80 {
    margin-right: 80px;
    margin-left: 80px;
  }

  .mt-xxxl-80 {
    margin-top: 80px;
  }

  .mr-xxxl-80 {
    margin-right: 80px;
  }

  .mb-xxxl-80 {
    margin-bottom: 80px;
  }

  .ml-xxxl-80 {
    margin-left: 80px;
  }

  .p-xxxl-80 {
    padding: 80px;
  }

  .pt-xxxl-80 {
    padding-top: 80px;
  }

  .py-xxxl-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pr-xxxl-80 {
    padding-right: 80px;
  }

  .px-xxxl-80 {
    padding-right: 80px;
    padding-left: 80px;
  }

  .pb-xxxl-80 {
    padding-bottom: 80px;
  }

  .pl-xxxl-80 {
    padding-left: 80px;
  }

  .m-xxxl-90 {
    margin: 90px;
  }

  .my-xxxl-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .mx-xxxl-90 {
    margin-right: 90px;
    margin-left: 90px;
  }

  .mt-xxxl-90 {
    margin-top: 90px;
  }

  .mr-xxxl-90 {
    margin-right: 90px;
  }

  .mb-xxxl-90 {
    margin-bottom: 90px;
  }

  .ml-xxxl-90 {
    margin-left: 90px;
  }

  .p-xxxl-90 {
    padding: 90px;
  }

  .pt-xxxl-90 {
    padding-top: 90px;
  }

  .py-xxxl-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pr-xxxl-90 {
    padding-right: 90px;
  }

  .px-xxxl-90 {
    padding-right: 90px;
    padding-left: 90px;
  }

  .pb-xxxl-90 {
    padding-bottom: 90px;
  }

  .pl-xxxl-90 {
    padding-left: 90px;
  }

  .m-xxxl-100 {
    margin: 100px;
  }

  .my-xxxl-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .mx-xxxl-100 {
    margin-right: 100px;
    margin-left: 100px;
  }

  .mt-xxxl-100 {
    margin-top: 100px;
  }

  .mr-xxxl-100 {
    margin-right: 100px;
  }

  .mb-xxxl-100 {
    margin-bottom: 100px;
  }

  .ml-xxxl-100 {
    margin-left: 100px;
  }

  .p-xxxl-100 {
    padding: 100px;
  }

  .pt-xxxl-100 {
    padding-top: 100px;
  }

  .py-xxxl-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pr-xxxl-100 {
    padding-right: 100px;
  }

  .px-xxxl-100 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .pb-xxxl-100 {
    padding-bottom: 100px;
  }

  .pl-xxxl-100 {
    padding-left: 100px;
  }

  .m-xxxl-140 {
    margin: 140px;
  }

  .my-xxxl-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .mx-xxxl-140 {
    margin-right: 140px;
    margin-left: 140px;
  }

  .mt-xxxl-140 {
    margin-top: 140px;
  }

  .mr-xxxl-140 {
    margin-right: 140px;
  }

  .mb-xxxl-140 {
    margin-bottom: 140px;
  }

  .ml-xxxl-140 {
    margin-left: 140px;
  }

  .p-xxxl-140 {
    padding: 140px;
  }

  .pt-xxxl-140 {
    padding-top: 140px;
  }

  .py-xxxl-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .pr-xxxl-140 {
    padding-right: 140px;
  }

  .px-xxxl-140 {
    padding-right: 140px;
    padding-left: 140px;
  }

  .pb-xxxl-140 {
    padding-bottom: 140px;
  }

  .pl-xxxl-140 {
    padding-left: 140px;
  }

  /*   @each $m in $measurements{
      @include fnMeasure($on, $m);
    } */
  .mr-xxxl-auto {
    margin-right: auto;
  }

  .ml-xxxl-auto {
    margin-left: auto;
  }

  .h-xxxl-auto {
    height: auto;
  }

  .w-xxxl-auto {
    width: auto;
  }

  .h-xxxl-full {
    height: 100%;
  }

  .w-xxxl-full {
    width: 100%;
  }
}
@media (min-width: 576px) {
  body.home .home-content-fsz-20 {
    font-size: 20px;
  }
  body.home .home-banner {
    padding-bottom: 210px;
    padding-top: 195px;
  }
  body.home .home-banner .obj-title {
    font-size: 50px;
  }
  body.home .home-row-2 {
    position: relative;
    padding-bottom: 120px;
  }
  body.home .home-row-2 > .col-sm-12 {
    position: absolute;
    top: -130px;
    z-index: 999;
  }
  body.home .home-row-3-header .obj-title, body.home .home-row-4-header .obj-title, body.home .home-row-5-header .obj-title, body.home .home-row-8-header .obj-title {
    font-size: 40px;
  }
  body.home .home-row-3::after {
    right: 20%;
  }
  body.home .home-row-3-item .wpb_single_image img {
    width: 100%;
  }
  body.home .home-row-4::before, body.home .home-row-4-img-col {
    height: 300px;
  }
  body.home .home-row-7-header .obj-title {
    font-size: 36px;
  }
  body.home .home-row-7-inner {
    margin-bottom: -100px;
    box-shadow: 0px 0px 20.37px 0.63px rgba(3, 75, 114, 0.15);
  }
  body.home .home-row-7-inner > .col-container {
    position: relative;
    z-index: 999;
    padding: 70px 10%;
  }
  body.home .home-row-8 {
    position: relative;
  }
  body.home .over.home-row-8::before {
    background-image: url("assets/img/pics/TheMoverGuys Edmonton Moving Services.png");
  }
  body.home .home-row-8::before {
    content: "";
    background-repeat: no-repeat;
    display: block;
    width: 255px;
    height: 1172px;
    position: absolute;
    background-size: cover;
    bottom: 88%;
    right: 0;
    pointer-events: none;
    z-index: -1;
    
  }
  body.home .home-row-8-header {
    padding-top: 90px;
  }
  body.home .home-row-9 .obj-title {
    max-width: none;
  }
  body.home .home-row-9 .obj-btn {
    font-size: 18px;
    padding: 15px 60px;
  }

  #header .header-inner-row {
    padding: 40px 0;
  }
}
@media (min-width: 768px) {
  body h1, body h2, body .h1, body .h2, body h3, body .h3 {
    font-size: 2rem;
  }

  .obj-content-style-2 .obj-inner {
    margin-right: 0;
  }
  .obj-content-style-2 .obj-inner .obj-btn-element {
    position: relative;
  }

  #header .navbar-collapse {
    height: 139px;
  }
  #header .navbar-collapse .nav .menu-item .menu-link {
    padding: 30px 0;
  }
  #header .navbar-collapse .nav .menu-item .text {
    display: block;
    font-weight: 100;
    font-size: 1rem;
    text-align: center;
    margin-top: 1.5rem;
  }

  .obj-holder-contact .obj-li {
    left: -2em;
  }

  body.home .home-banner {
    padding-bottom: 180px;
    padding-top: 200px;
  }
  body.home .home-banner .obj-title {
    font-size: 70px;
  }
  body.home .home-row-2 {
    padding-bottom: calc(164px / 2);
  }
  body.home .home-row-2 > .col-sm-12 {
    top: calc(0% - 164px / 2);
  }
  body.home .home-row-2 .obj-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  body.home .home-row-2 .obj-title {
    font-size: 20px;
    margin-bottom: 19px;
    display: block;
  }
  body.home .home-row-2 .obj-btn-element {
    margin-top: 0;
  }
  body.home .home-row-2 .obj-btn {
    padding: 10px 20px;
    font-size: 15px;
  }
  body.home .home-row-3-header .obj-title, body.home .home-row-4-header .obj-title, body.home .home-row-5-header .obj-title, body.home .home-row-8-header .obj-title {
    font-size: 50px;
  }
  body.home .home-row-4::before, body.home .home-row-4-img-col {
    height: 400px;
  }
  body.home .home-row-4-header .obj-title {
    max-width: 510px;
  }
  body.home .home-row-4-header .obj-title::after {
    margin-top: 60px;
  }
  body.home .home-row-6-header {
    border-right: 2px solid #fcc916;
  }
  body.home .home-row-6-header .obj-title {
    font-size: 24px;
  }
  body.home .home-row-7-content {
    display: inline-block;
  }
  body.home .home-row-7-left {
    width: 55%;
  }
  body.home .home-row-7-right {
    width: 35%;
    margin-left: 5%;
  }
  body.home .home-row-8::before {
    width: 345px;
    bottom: 80%;
  }
  body.home .home-row-8-header {
    padding-top: 110px;
  }
  body.home .home-row-8-item {
    padding: 50px 45px 150px 45px;
  }
  body.home .home-row-8-item::after {
    bottom: 10%;
    right: 10%;
  }
  body.home .home-row-9 .obj-inner {
    flex-direction: unset;
    justify-content: space-between;
  }
  body.home .home-row-9 .obj-title {
    max-width: 260px;
    margin-bottom: 0;
  }
  body.home .home-row-9 .obj-btn {
    font-size: 15px;
    padding: 15px 40px;
  }
}
@media (min-width: 992px) {
  body h1, body h2, body .h1, body .h2, body h3, body .h3 {
    font-size: 4.16666667vw;
  }

  #header .obj-link-logo {
    width: 169.5px;
    padding-bottom: 35px;
    max-width: 100%;
  }
  #header .header-inner-row {
    position: relative;
  }
  #header .header-inner-row .obj-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fcc916;
  }
  #header .header-inner-row .obj-bg svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #header .header-inner-row-3 {
    background: none;
    z-index: 100;
  }
  #header .navbar-primary {
    margin-right: -1.3em;
    margin-left: -1.3em;
  }
  #header .navbar-primary .menu-item .menu-link {
    padding-right: 1.3em;
    padding-left: 1.3em;
  }

  .obj-holder-banner .obj-inner-section-bg.owl-theme .owl-dots {
    margin: 0;
  }

  #footer .obj-holder-sns {
    margin: 0 0 0 auto;
  }
  #footer .obj-col-info.ratings {
    justify-content: flex-end;
  }

  body.home .home-banner {
    padding-bottom: 260px;
    padding-top: 260px;
    background-position-x: 40%;
  }
  body.home .home-banner .obj-title {
    font-size: 70px;
  }
  body.home .home-row-2 {
    padding-bottom: calc(192px / 2);
  }
  body.home .home-row-2 > .col-sm-12 {
    top: calc(0% - 192px / 2);
  }
  body.home .home-row-2 .obj-inner {
    margin: 0 30px;
  }
  body.home .home-row-2 .obj-title {
    font-size: 25px;
  }
  body.home .home-row-2 .obj-btn {
    padding: 20px 30px;
    font-size: 20px;
    border-radius: 50px;
  }
  body.home .home-row-3::after {
    right: 15%;
  }
  body.home .home-row-3-item {
    margin-bottom: 0;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }
  body.home .home-row-3-item > .col-inner {
    height: 100%;
  }
  body.home .home-row-4::before {
    width: 50%;
    top: 0;
    height: 100%;
  }
  body.home .home-row-6 {
    padding-bottom: 200px;
  }
  body.home .home-row-6-header .obj-title {
    font-size: 30px;
  }
  body.home .home-row-7-inner {
    margin-bottom: -200px;
  }
  body.home .home-row-7-inner > .col-container {
    padding-bottom: 110px;
  }
  body.home .home-row-7-inner ul {
    font-size: 20px;
  }
  body.home .home-row-7-right {
    width: 42%;
    margin-left: 2%;
  }
  body.home .home-row-8::before {
    width: 500px;
    bottom: 70%;
  }
  body.home .home-row-8-header {
    padding-top: 240px;
  }
  body.home .home-row-8-item {
    max-width: 49%;
    font-size: 20px;
  }
  body.home .home-row-8-item:first-of-type {
    margin-right: auto;
  }
  body.home .home-row-9 .obj-title {
    max-width: 450px;
    margin-bottom: 0;
  }
  body.home .home-row-9 .obj-btn {
    padding: 15px 60px;
  }
}
@media (min-width: 1024px) {
  #header .navbar-primary .menu-item:first-child {
    margin-left: 0;
  }
  #header .nav .menu-item {
    position: relative;
  }
}
@media (min-width: 1200px) {
  #header .obj-link-logo {
    width: 339px;
    padding-bottom: 70px;
    max-width: 100%;
  }
  #header .navbar-collapse .nav .menu-item .obj-svg-holder {
    width: 40px;
    margin: 0 auto;
  }
  #header .navbar.header-navbar .menu-item.menu-item-has-children .obj-i-wrap {
    display: inline-block;
  }
  #header .nav-wrap-2 {
    right: 0;
  }
  .obj-holder-banner .obj-inner-section-header .obj-inner-item {
    padding-top: 31.25vh;
  }
  .entry-content {
    position: relative;
  }
  .entry-content .row-on-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 1.2vw;
    font-weight: 700;
  }
  body.home .home-banner {
    padding-bottom: 310px;
    padding-top: 320px;
  }
  body.home .home-banner .obj-title {
    font-size: 78px;
  }
  body.home .home-row-2 {
    padding-bottom: calc(198px / 2);
  }
  body.home .home-row-2 > .col-sm-12 {
    top: calc(0% - 198px / 2);
  }
  body.home .home-row-2 .obj-title {
    font-size: 30px;
  }
  body.home .home-row-2 .obj-btn {
    padding: 20px 30px;
    font-size: 24px;
  }
  body.home .home-row-4::before {
    width: 45%;
  }
  body.home .home-row-6 {
    padding-bottom: 230px;
  }
  body.home .home-row-6-header .obj-title {
    font-size: 35px;
  }
  body.home .home-row-6-content .obj-item-accordion-header .obj-title-item {
    font-size: 20px;
  }
  body.home .home-row-7 ul {
    font-size: 24px;
  }
  body.home .home-row-8::before {
    width: 670px;
    bottom: 68%;
  }
  body.home .home-row-8-header {
    padding-top: 290px;
  }
  body.home .home-row-8-item::after {
    bottom: 18%;
  }
  body.home .home-row-9 .obj-title {
    max-width: unset;
  }
  body.home .home-row-9 .obj-btn {
    font-size: 18px;
  }

  #footer .obj-col-info.ratings img {
    max-width: 90px;
  }
}
@media (min-width: 1240px) {
  #header .navbar.header-navbar {
    position: relative;
    background: transparent;
    width: auto;
    display: flex;
  }
  #header .navbar.header-navbar .main-menu-item > .menu-link .obj-title-desc {
    position: relative;
  }
  #header .navbar.header-navbar .main-menu-item > .menu-link .obj-title-desc::after {
    content: "";
    height: 3px;
    width: 0%;
    max-width: 0;
    background-color: #fcc916;
    display: block;
    margin-top: 10px;
    transition: 0.5s width, 0.5s height;
    position: absolute;
  }
  #header .navbar.header-navbar .main-menu-item.current-menu-item > .menu-link .obj-title-desc, #header .navbar.header-navbar .main-menu-item.current-menu-ancestor > .menu-link .obj-title-desc {
    position: relative;
  }
  #header .navbar.header-navbar .main-menu-item.current-menu-item > .menu-link .obj-title-desc::after, #header .navbar.header-navbar .main-menu-item.current-menu-ancestor > .menu-link .obj-title-desc::after {
    content: "";
    height: 3px;
    width: 100%;
    background-color: #fcc916;
    display: block;
    margin-top: 10px;
    min-width: 100%;
    position: absolute;
  }
  #header .navbar.header-navbar #menu-header {
    margin-left: auto;
  }
  #header .navbar.header-navbar .navbar-primary {
    display: flex;
    align-items: center;
  }
  #header .navbar.header-navbar .navbar-secondary {
    margin-left: 30px;
  }
  #header .navbar.header-navbar .menu-item {
    display: inline-block;
  }
  #header .navbar.header-navbar .menu-item.menu-item-has-children .obj-i-wrap {
    position: unset;
  }
  #header .navbar.header-navbar .menu-item .menu-link {
    font-size: 16px;
  }
  #header .navbar.header-navbar .menu-item.active > .sub-menu {
    position: absolute;
    width: 650px;
    display: flex;
    flex-wrap: wrap;
    left: calc(50% - 650px / 2);
    padding: 1em 0;
  }
  #header .navbar.header-navbar .menu-item.active > .sub-menu .menu-link {
    background: #fff;
    color: #005d90;
    padding: 1.4em 30px;
  }
  #header .navbar.header-navbar .menu-item.active > .sub-menu .menu-link:hover {
    background: #78c6f2;
    color: #fff;
  }
  #header .navbar.header-navbar .menu-item.active > .sub-menu .sub-menu-item {
    width: 50%;
  }
  #header .navbar.header-navbar .menu-item.active > .sub-menu .sub-menu-item:first-of-type, #header .navbar.header-navbar .menu-item.active > .sub-menu .sub-menu-item:last-of-type {
    background: #fff;
  }
  #header .navbar.header-navbar .menu-item.active > .sub-menu .sub-menu-item:last-of-type .menu-link {
    border-bottom: none;
  }
  #header .navbar.header-navbar .menu-item.current-menu-ancestor .sub-menu .current-menu-item > .menu-link {
    background-color: #78c6f2;
    color: #fff;
  }
  #header .navbar.header-navbar .navbar-secondary .menu-link {
    color: #00446a;
    font-weight: 700;
    background-color: #ffb805;
    border-radius: 50px;
    padding: 16px 40px;
    margin-left: 30px;
    text-transform: uppercase;
  }
  #header .navbar.header-navbar .navbar-secondary .menu-link:hover {
    background-color: #e48b0c;
  }
  #header .navbar.header-navbar .navbar-secondary .menu-link .obj-title-desc::after {
    content: none !important;
  }

  body.has-fullscroll h1, body.has-fullscroll h2, body.has-fullscroll h3, body.has-fullscroll .h1, body.has-fullscroll .h2, body.has-fullscroll .h3,
body .obj-section-tbar h1,
body .obj-section-tbar h2,
body .obj-section-tbar h3,
body .obj-section-tbar .h1,
body .obj-section-tbar .h2,
body .obj-section-tbar .h3,
body .product-banner h1,
body .product-banner h2,
body .product-banner h3,
body .product-banner .h1,
body .product-banner .h2,
body .product-banner .h3 {
    font-size: 95px;
  }
}
@media (min-width: 1430px) {
  body h1, body h2, body .h1, body .h2, body h3, body .h3 {
    font-size: 60px;
  }

  .container {
    max-width: 1400px;
  }

  .row-side.left > .side-1 > .col-inner {
    padding-left: calc((100vw - 1400px + 30px) / 2);
  }
  .row-side.right > .side-1 > .col-inner {
    padding-right: calc((100vw - 1400px + 30px) / 2);
  }

  body.home .home-banner {
    padding-bottom: 360px;
    padding-top: 370px;
  }
  body.home .home-row-2 .obj-inner {
    margin: 0 55px 0 80px;
  }
  body.home .home-row-2 .obj-title {
    font-size: 36px;
  }
  body.home .home-row-2 .obj-btn {
    padding: 20px 30px;
    font-size: 24px;
  }
  body.home .home-row-3::after {
    right: 8%;
  }
  body.home .home-row-6-header .obj-title {
    font-size: 40px;
  }
  body.home .home-row-6-content .obj-item-accordion-header .obj-title-item {
    font-size: 24px;
  }
  body.home .home-row-7-right {
    width: 35%;
    margin-left: 9%;
  }
  body.home .home-row-8-item::after {
    bottom: 15%;
  }
  body.home .home-row-9 .obj-title {
    font-size: 36px;
  }
  body.home .home-row-9 .obj-btn {
    font-size: 24px;
  }

  #footer .obj-col-info.company-address {
    align-items: unset;
  }
  #footer .obj-col-info.ratings img {
    max-width: unset;
  }

  #header .navbar.header-navbar .menu-item .menu-link {
    font-size: 18px;
  }
}

/* ----- Accordions ----- */
/* Manually adding a modified version of /web3/scss/elements/_accordion.scss because this project was not set up with SCSS, but rather the style.css was manually edited, making a recompile impossible because it would destroy all customizations. */
.obj-holder-accordion .obj-item-accordion .obj-accordion-trigger {
  position: relative; }
.obj-holder-accordion .obj-item-accordion .obj-accordion-trigger .obj-i-wrap {
  /*position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);*/ }
.obj-holder-accordion .obj-item-accordion .obj-accordion-trigger .obj-i-wrap .obj-i-2 {
  display: none; }
.obj-holder-accordion .obj-item-accordion .obj-accordion-target {
  display: none; }
.obj-holder-accordion .obj-item-accordion.active .obj-accordion-trigger {
  cursor: pointer; }
.obj-holder-accordion .obj-item-accordion.active .obj-accordion-trigger .obj-i-wrap .obj-i-1 {
  display: none; }
.obj-holder-accordion .obj-item-accordion.active .obj-accordion-trigger .obj-i-wrap .obj-i-2 {
  display: block; }
.obj-holder-accordion .obj-item-accordion.active .obj-accordion-target {
  display: block; }
.obj-holder-accordion .obj-item-accordion-header {
  background-color: rgba(255,255,255,.6); }
.obj-holder-accordion .obj-item-accordion-header .obj-title-item {
  padding-left: 40px; padding-right: 0; }
.obj-holder-accordion .obj-item-accordion-body {
  background-color: rgba(255,255,255,.6); }
.obj-holder-accordion-wrap .obj-items-logo {
  min-width: 290px; }
.obj-holder-accordion-wrap .obj-items-logo:after {
  content: "";
  width: 290px; }
.obj-holder-accordion-wrap .obj-items-logo .obj-svg-holder {
  position: relative;
  display: block;
  padding-bottom: 6rem; }
.obj-holder-accordion-wrap .obj-items-logo .obj-svg-holder .obj-svg-wrap {
  display: block; }
.obj-holder-accordion-wrap .obj-items-logo .obj-svg-holder svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%; }
.obj-holder-accordion-wrap .obj-items-footer {
  overflow: hidden;
  padding: 0 15px; }
.obj-holder-accordion-wrap.style-category-1 .obj-items-header .obj-title {
  position: relative;
  padding-bottom: .8em; }
.obj-holder-accordion-wrap.style-category-1 .obj-items-header .obj-title::after {
  /*
  content:"";
  background-color:$color__basic;
  height:3px;
  width:9rem;
  @include position(absolute,100%,$left:0);
  */ }

@media (min-width: 992px) {
  .obj-holder-accordion .obj-title small {
    font-size: 1rem; } }

/*# sourceMappingURL=new-accordions.css.map */

/* ----- Form adjustments/added labels ----- */
.wpcf7-form label {
  display: block;
}

.form-label {
  color: #89B0C5;
  margin: 12px 8px 20px;
  display: block;
}

.wpcf7-checkbox {
  display: block;
  width: 100%;
  background-color: #015482;
  border: 1px solid #4e89ab;
  margin-bottom: 15px;
  outline-color: #4d7863;
  padding: 20px;
  color: white;
}

.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-left: 0;
}

.wpcf7-checkbox .wpcf7-list-item.last label {
  margin-bottom: 0;
}

.wpcf7-checkbox .wpcf7-list-item.last input {
  margin-bottom: 0;
}

.wpcf7-checkbox .wpcf7-list-item input {
  width: auto;
}

.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  color: white;
}