/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
.mm-menu_theme-white {
  --mm-color-border: rgba( 0,0,0, 0.1 );
  --mm-color-button: rgba( 0,0,0, 0.3 );
  --mm-color-text: rgba( 0,0,0, 0.7 );
  --mm-color-text-dimmed: rgba( 0,0,0, 0.3 );
  --mm-color-background: #fff;
  --mm-color-background-highlight: rgba( 0,0,0, 0.06 );
  --mm-color-background-emphasis: rgba( 0,0,0, 0.03 );
  --mm-shadow: 0 0 10px rgba( 0,0,0, 0.2 )
}

.mm-menu_theme-dark {
  --mm-color-border: rgba( 0,0,0, 0.3 );
  --mm-color-button: rgba( 255,255,255, 0.4 );
  --mm-color-text: rgba( 255,255,255, 0.85 );
  --mm-color-text-dimmed: rgba( 255,255,255, 0.4 );
  --mm-color-background: #333;
  --mm-color-background-highlight: rgba( 255,255,255, 0.08 );
  --mm-color-background-emphasis: rgba( 0,0,0, 0.1 );
  --mm-shadow: 0 0 20px rgba( 0,0,0, 0.5 )
}

.mm-menu_theme-black {
  --mm-color-border: rgba( 255,255,255, 0.25 );
  --mm-color-button: rgba( 255,255,255, 0.4 );
  --mm-color-text: rgba( 255,255,255, 0.75 );
  --mm-color-text-dimmed: rgba( 255,255,255, 0.4 );
  --mm-color-background: #000;
  --mm-color-background-highlight: rgba( 255,255,255, 0.2 );
  --mm-color-background-emphasis: rgba( 255,255,255, 0.15 );
  --mm-shadow: none
}

:root {
  --mm-line-height: 20px;
  --mm-listitem-size: 44px;
  --mm-navbar-size: 44px;
  --mm-offset-top: 0;
  --mm-offset-right: 0;
  --mm-offset-bottom: 0;
  --mm-offset-left: 0;
  --mm-color-border: rgba(0,0,0,0.1);
  --mm-color-button: rgba(0,0,0,0.3);
  --mm-color-text: rgba(0,0,0,0.75);
  --mm-color-text-dimmed: rgba(0,0,0,0.3);
  --mm-color-background: #e5f3ed;
  --mm-color-background-highlight: rgba(0,0,0,0.05);
  --mm-color-background-emphasis: rgba(255,255,255,0.4);
  --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.mm-hidden {
  display: none !important
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative
}

.mm-menu {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #e5f3ed;
  border-color: rgba(0,0,0,0.1);
  color: rgba(0,0,0,0.75);
  line-height: 20px;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: absolute;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  z-index: 0;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: var(--mm-line-height);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.mm-menu a,.mm-menu a:link,.mm-menu a:active,.mm-menu a:visited,.mm-menu a:hover {
  text-decoration: none;
  color: inherit
}

[dir="rtl"] .mm-menu {
  direction: rtl
}

.mm-panel {
  background: #e5f3ed;
  border-color: rgba(0,0,0,0.1);
  color: rgba(0,0,0,0.75);
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  transform: translate3d(100%, 0, 0);
  transition: transform .4s ease
}

.mm-panel:after {
  height: 44px
}

.mm-panel:not(.mm-hidden) {
  display: block
}

.mm-panel:after {
  content: '';
  display: block;
  height: var(--mm-listitem-size)
}

.mm-panel_opened {
  z-index: 1;
  transform: translate3d(0%, 0, 0)
}

.mm-panel_opened-parent {
  transform: translate3d(-30%, 0, 0)
}

.mm-panel_highest {
  z-index: 2
}

.mm-panel_noanimation {
  transition: none !important
}

.mm-panel_noanimation.mm-panel_opened-parent {
  transform: translate3d(0, 0, 0)
}

.mm-panels>.mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.mm-panel__content {
  padding: 20px 20px 0
}

.mm-panels {
  background: #e5f3ed;
  border-color: rgba(0,0,0,0.1);
  color: rgba(0,0,0,0.75);
  position: relative;
  height: 100%;
  flex-grow: 1;
  overflow: hidden;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text)
}

[dir='rtl'] .mm-panel:not(.mm-panel_opened) {
  transform: translate3d(-100%, 0, 0)
}

[dir='rtl'] .mm-panel.mm-panel_opened-parent {
  transform: translate3d(30%, 0, 0)
}

.mm-listitem_vertical>.mm-panel {
  display: none;
  width: 100%;
  padding: 10px 0 10px 10px;
  transform: none !important
}

.mm-listitem_vertical>.mm-panel:before,.mm-listitem_vertical>.mm-panel:after {
  content: none;
  display: none
}

.mm-listitem_opened>.mm-panel {
  display: block
}

.mm-listitem_vertical>.mm-listitem__btn {
  height: 44px;
  height: var(--mm-listitem-size);
  bottom: auto
}

.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent
}

.mm-listitem_opened>.mm-listitem__btn:after {
  transform: rotate(225deg);
  right: 19px
}

.mm-btn {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  width: 50px;
  padding: 0
}

.mm-btn:before,.mm-btn:after {
  border: 2px solid rgba(0,0,0,0.3);
  border: 2px solid var(--mm-color-button)
}

.mm-btn_next:after,.mm-btn_prev:before {
  content: '';
  border-bottom: none;
  border-right: none;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0
}

.mm-btn_prev:before {
  transform: rotate(-45deg);
  left: 23px;
  right: auto
}

.mm-btn_next:after {
  transform: rotate(135deg);
  right: 23px;
  left: auto
}

.mm-btn_close:before,.mm-btn_close:after {
  content: '';
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg)
}

.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px
}

.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px
}

[dir="rtl"] .mm-btn_next:after {
  transform: rotate(-45deg);
  left: 23px;
  right: auto
}

[dir="rtl"] .mm-btn_prev:before {
  transform: rotate(135deg);
  right: 23px;
  left: auto
}

[dir="rtl"] .mm-btn_close:before,[dir="rtl"] .mm-btn_close:after {
  right: auto
}

[dir="rtl"] .mm-btn_close:before {
  left: 25px
}

[dir="rtl"] .mm-btn_close:after {
  left: 18px
}

.mm-navbar {
  min-height: 44px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  background: #e5f3ed;
  color: rgba(0,0,0,0.3);
  display: flex;
  min-height: var(--mm-navbar-size);
  border-bottom: 1px solid var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center;
  opacity: 1;
  transition: opacity .4s ease
}

.mm-navbar>* {
  min-height: 44px
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .mm-navbar_sticky {
    position:-webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1
  }
}

.mm-navbar>* {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box
}

.mm-navbar__btn {
  flex-grow: 0
}

.mm-navbar__title {
  flex: 1 1 50%;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden
}

.mm-navbar__title:not(:last-child) {
  padding-right: 0
}

.mm-navbar__title>span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title {
  padding-left: 0
}

.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title:last-child {
  padding-right: 50px
}

[dir='rtl'] .mm-navbar {
  flex-direction: row-reverse
}

.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0
}

.mm-listitem {
  color: rgba(0,0,0,0.75);
  border-color: rgba(0,0,0,0.1);
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap
}

.mm-listitem:after {
  content: '';
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0
}

.mm-listitem a,.mm-listitem a:hover {
  text-decoration: none
}

.mm-listitem__btn,.mm-listitem__text {
  padding: 12px;
  display: block;
  padding: calc((var(--mm-listitem-size) - var(--mm-line-height)) / 2);
  padding-left: 0;
  padding-right: 0;
  color: inherit
}

.mm-listitem__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  flex-grow: 1;
  flex-basis: 10%
}

.mm-listitem__btn {
  background: rgba(3,2,1,0);
  border-color: inherit;
  width: auto;
  padding-right: 50px;
  position: relative
}

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid
}

.mm-listitem_selected>.mm-listitem__text {
  background: rgba(255,255,255,0.4);
  background: var(--mm-color-background-emphasis)
}

.mm-listitem_opened>.mm-listitem__btn,.mm-listitem_opened>.mm-panel {
  background: rgba(0,0,0,0.05);
  background: var(--mm-color-background-highlight)
}

[dir="rtl"] .mm-listitem:after {
  left: 0;
  right: 20px
}

[dir="rtl"] .mm-listitem__text {
  padding-left: 10px;
  padding-right: 20px
}

[dir="rtl"] .mm-listitem__btn {
  padding-left: 50px;
  border-left-width: 0;
  border-left-style: none
}

[dir="rtl"] .mm-listitem__btn:not(.mm-listitem__text) {
  padding-right: 0;
  border-right-width: 1px;
  border-right-style: solid
}

.mm-page {
  box-sizing: border-box;
  position: relative
}

.mm-slideout {
  transition: transform .4s ease;
  z-index: 1
}

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative
}

.mm-wrapper_opened .mm-page {
  min-height: 100vh
}

.mm-wrapper_background .mm-page {
  background: inherit
}

.mm-menu_offcanvas {
  position: fixed;
  right: auto;
  z-index: 0
}

.mm-menu_offcanvas:not(.mm-menu_opened) {
  display: none
}

.mm-menu_offcanvas {
  width: 80%;
  min-width: 240px;
  max-width: 440px
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
  transform: translate3d(80vw, 0, 0)
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
    transform:translate3d(240px, 0, 0)
  }
}

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
    transform:translate3d(440px, 0, 0)
  }
}

.mm-wrapper__blocker {
  background: rgba(3,2,1,0);
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2
}

.mm-wrapper_blocking {
  overflow: hidden
}

.mm-wrapper_blocking body {
  overflow: hidden
}

.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important
}

[class*='mm-menu_columns-'] {
  transition-property: width
}

[class*='mm-menu_columns-'] .mm-panels>.mm-panel {
  right: auto;
  transition-property: width, transform
}

[class*='mm-menu_columns-'] .mm-panels>.mm-panel_opened,[class*='mm-menu_columns-'] .mm-panels>.mm-panel_opened-parent {
  display: block !important
}

[class*='mm-panel_columns-'] {
  border-right: 1px solid;
  border-color: inherit
}

.mm-menu_columns-1 .mm-panel_columns-0,.mm-menu_columns-2 .mm-panel_columns-1,.mm-menu_columns-3 .mm-panel_columns-2,.mm-menu_columns-4 .mm-panel_columns-3 {
  border-right: none
}

[class*='mm-menu_columns-'] .mm-panels>.mm-panel_columns-0 {
  transform: translate3d(0%, 0, 0)
}

.mm-menu_columns-0 .mm-panels>.mm-panel {
  z-index: 0
}

.mm-menu_columns-0 .mm-panels>.mm-panel else {
  width: 100%
}

.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(100%, 0, 0)
}

.mm-menu_columns-0 {
  width: 80%;
  min-width: 240px;
  max-width: 0px
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
  transform: translate3d(80vw, 0, 0)
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
    transform:translate3d(240px, 0, 0)
  }
}

@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
    transform:translate3d(0px, 0, 0)
  }
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
  transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform:translate3d(-240px, 0, 0)
  }
}

@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform:translate3d(0px, 0, 0)
  }
}

[class*='mm-menu_columns-'] .mm-panels>.mm-panel_columns-1 {
  transform: translate3d(100%, 0, 0)
}

.mm-menu_columns-1 .mm-panels>.mm-panel {
  z-index: 1;
  width: 100%
}

.mm-menu_columns-1 .mm-panels>.mm-panel else {
  width: 100%
}

.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(200%, 0, 0)
}

.mm-menu_columns-1 {
  width: 80%;
  min-width: 240px;
  max-width: 440px
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
  transform: translate3d(80vw, 0, 0)
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
    transform:translate3d(240px, 0, 0)
  }
}

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
    transform:translate3d(440px, 0, 0)
  }
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
  transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform:translate3d(-240px, 0, 0)
  }
}

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform:translate3d(-440px, 0, 0)
  }
}

[class*='mm-menu_columns-'] .mm-panels>.mm-panel_columns-2 {
  transform: translate3d(200%, 0, 0)
}

.mm-menu_columns-2 .mm-panels>.mm-panel {
  z-index: 2;
  width: 50%
}

.mm-menu_columns-2 .mm-panels>.mm-panel else {
  width: 100%
}

.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(300%, 0, 0)
}

.mm-menu_columns-2 {
  width: 80%;
  min-width: 240px;
  max-width: 880px
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
  transform: translate3d(80vw, 0, 0)
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
    transform:translate3d(240px, 0, 0)
  }
}

@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
    transform:translate3d(880px, 0, 0)
  }
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
  transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform:translate3d(-240px, 0, 0)
  }
}

@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform:translate3d(-880px, 0, 0)
  }
}

[class*='mm-menu_columns-'] .mm-panels>.mm-panel_columns-3 {
  transform: translate3d(300%, 0, 0)
}

.mm-menu_columns-3 .mm-panels>.mm-panel {
  z-index: 3;
  width: 33.34%
}

.mm-menu_columns-3 .mm-panels>.mm-panel else {
  width: 100%
}

.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(400%, 0, 0)
}

.mm-menu_columns-3 {
  width: 80%;
  min-width: 240px;
  max-width: 1320px
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
  transform: translate3d(80vw, 0, 0)
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
    transform:translate3d(240px, 0, 0)
  }
}

@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
    transform:translate3d(1320px, 0, 0)
  }
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
  transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform:translate3d(-240px, 0, 0)
  }
}

@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform:translate3d(-1320px, 0, 0)
  }
}

[class*='mm-menu_columns-'] .mm-panels>.mm-panel_columns-4 {
  transform: translate3d(400%, 0, 0)
}

.mm-menu_columns-4 .mm-panels>.mm-panel {
  z-index: 4;
  width: 25%
}

.mm-menu_columns-4 .mm-panels>.mm-panel else {
  width: 100%
}

.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(500%, 0, 0)
}

.mm-menu_columns-4 {
  width: 80%;
  min-width: 240px;
  max-width: 1760px
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
  transform: translate3d(80vw, 0, 0)
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
    transform:translate3d(240px, 0, 0)
  }
}

@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
    transform:translate3d(1760px, 0, 0)
  }
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
  transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform:translate3d(-240px, 0, 0)
  }
}

@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform:translate3d(-1760px, 0, 0)
  }
}

.mm-menu_position-bottom[class*='mm-menu_columns-'],.mm-menu_position-top[class*='mm-menu_columns-'] {
  width: 100%;
  max-width: 100%;
  min-width: 100%
}

.mm-wrapper_opening .mm-menu_position-front[class*='mm-menu_columns-'] {
  transition-property: width, min-width, max-width, transform
}

.mm-counter {
  color: rgba(0,0,0,0.3);
  display: block;
  padding-left: 20px;
  float: right;
  text-align: right;
  color: var(--mm-color-text-dimmed)
}

.mm-listitem_nosubitems>.mm-counter {
  display: none
}

[dir='rtl'] .mm-counter {
  text-align: left;
  float: left;
  padding-left: 0;
  padding-right: 20px
}

.mm-divider {
  position: relative;
  min-height: 20px;
  padding: 4.3px;
  background: #e5f3ed;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-height: var(--mm-line-height);
  padding: calc( ((var(--mm-listitem-size) * 0.65) - var(--mm-line-height)) * 0.5);
  padding-right: 10px;
  padding-left: 20px;
  font-size: 75%;
  text-transform: uppercase;
  background: var(--mm-color-background);
  opacity: 1;
  transition: opacity .4s ease
}

.mm-divider:before {
  background: rgba(0,0,0,0.05)
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .mm-divider {
    position:-webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 0
  }

  .mm-navbar_sticky:not(.mm-hidden)~.mm-listview .mm-divider {
    top: var(--mm-navbar-size)
  }
}

.mm-divider:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--mm-color-background-highlight)
}

.mm-menu_keyboardfocus a:focus,.mm-menu_keyboardfocus.mm-menu_opened~.mm-wrapper__blocker a:focus {
  background: rgba(255,255,255,0.4);
  background: var(--mm-color-background-emphasis);
  outline: none
}

.mm-wrapper__blocker .mm-tabstart {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%
}

.mm-wrapper__blocker .mm-tabend {
  opacity: 0;
  position: absolute;
  bottom: 0
}

.mm-navbars_top {
  flex-shrink: 0
}

.mm-navbars_top .mm-navbar:not(:last-child) {
  border-bottom: none
}

.mm-navbars_bottom {
  flex-shrink: 0
}

.mm-navbars_bottom .mm-navbar {
  border-bottom: none
}

.mm-navbars_bottom .mm-navbar:first-child {
  border-top: 1px solid rgba(0,0,0,0.1);
  border-top: 1px solid var(--mm-color-border)
}

.mm-btn:not(.mm-hidden)+.mm-navbar__searchfield .mm-searchfield__input {
  padding-left: 0
}

.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input {
  padding-right: 0
}

.mm-navbar__breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex: 1 1 50%;
  display: flex;
  justify-content: flex-start;
  padding: 0 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.mm-navbar__breadcrumbs>* {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 6px
}

.mm-navbar__breadcrumbs>a {
  text-decoration: underline
}

.mm-navbar__breadcrumbs:not(:last-child) {
  padding-right: 0
}

.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs {
  padding-left: 0
}

.mm-navbar_tabs>* {
  padding: 0 10px;
  border: 1px solid transparent
}

.mm-navbar__tab_selected {
  background: #e5f3ed;
  color: rgba(0,0,0,0.75);
  background: var(--mm-color-background);
  color: var(--mm-color-text)
}

.mm-navbar__tab_selected:not(:first-child) {
  border-left-color: rgba(0,0,0,0.1)
}

.mm-navbar__tab_selected:not(:last-child) {
  border-right-color: rgba(0,0,0,0.1)
}

.mm-navbar__tab_selected:not(:first-child) {
  border-left-color: var(--mm-color-border)
}

.mm-navbar__tab_selected:not(:last-child) {
  border-right-color: var(--mm-color-border)
}

.mm-navbars_top .mm-navbar_tabs {
  border-bottom: none
}

.mm-navbars_top .mm-navbar_tabs>* {
  border-bottom-color: rgba(0,0,0,0.1);
  border-bottom-color: var(--mm-color-border)
}

.mm-navbars_top .mm-navbar__tab_selected {
  border-top-color: rgba(0,0,0,0.1);
  border-top-color: var(--mm-color-border);
  border-bottom-color: transparent
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar {
  background: rgba(255,255,255,0.4);
  background: var(--mm-color-background-emphasis)
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar {
  background: #e5f3ed;
  background: var(--mm-color-background)
}

.mm-navbars_bottom .mm-navbar_tabs:first-child {
  border-top: none
}

.mm-navbars_bottom .mm-navbar_tabs>* {
  border-top-color: rgba(0,0,0,0.1);
  border-top-color: var(--mm-color-border)
}

.mm-navbars_bottom .mm-navbar__tab_selected {
  border-bottom-color: rgba(0,0,0,0.1);
  border-bottom-color: var(--mm-color-border);
  border-top-color: transparent
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
  background: #e5f3ed;
  background: var(--mm-color-background)
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs,.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar {
  background: rgba(255,255,255,0.4);
  background: var(--mm-color-background-emphasis)
}

:root {
  --mm-sidebar-collapsed-size: 50px;
  --mm-sidebar-expanded-size: 440px
}

.mm-wrapper_sidebar-collapsed body,.mm-wrapper_sidebar-expanded body {
  position: relative
}

.mm-wrapper_sidebar-collapsed .mm-slideout,.mm-wrapper_sidebar-expanded .mm-slideout {
  transition-property: width, transform
}

.mm-wrapper_sidebar-collapsed .mm-page,.mm-wrapper_sidebar-expanded .mm-page {
  background: inherit;
  box-sizing: border-box;
  min-height: 100vh
}

.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  display: flex !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important
}

.mm-wrapper_sidebar-collapsed .mm-slideout {
  width: calc(100% - 50px);
  transform: translate3d(50px, 0, 0);
  width: calc(100% - var(--mm-sidebar-collapsed-size));
  transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0)
}

.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar,.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider {
  opacity: 0
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  width: 440px;
  width: var(--mm-sidebar-expanded-size);
  min-width: 0 !important;
  max-width: 100000px !important;
  border-right-width: 1px;
  border-right-style: solid
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
  content: none;
  display: none
}

.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
  overflow: visible
}

.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
  display: none !important
}

.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout {
  width: calc(100% - 440px);
  transform: translate3d(440px, 0, 0);
  width: calc(100% - var(--mm-sidebar-expanded-size));
  transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0)
}

.mm-menu__blocker {
  background: rgba(3,2,1,0);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3
}

.mm-menu_opened .mm-menu__blocker {
  display: none
}

.mm-wrapper_sidebar-collapsed[dir="rtl"] .mm-slideout {
  transform: translate3d(0, 0, 0)
}

.mm-wrapper_sidebar-expanded[dir="rtl"] .mm-slideout {
  transform: translate3d(0, 0, 0)
}

.mm-wrapper_sidebar-expanded[dir="rtl"]:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout {
  transform: translate3d(0, 0, 0)
}

input.mm-toggle {
  margin-top: 5px;
  background: rgba(0,0,0,0.1);
  display: inline-block;
  min-width: 58px;
  width: 58px;
  height: 34px;
  margin: 0 10px;
  margin-top: calc((var(--mm-listitem-size) - 34px) / 2);
  border: none !important;
  background: var(--mm-color-border);
  border-radius: 34px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
  transition: background-color 0.2s ease
}

input.mm-toggle:before {
  background: #e5f3ed
}

input.mm-toggle:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  margin: 1px;
  border-radius: 34px;
  background: var(--mm-color-background);
  transition: transform 0.2s ease
}

input.mm-toggle:checked {
  background: #4bd963
}

input.mm-toggle:checked:before {
  transform: translateX(24px)
}

input.mm-check {
  margin-top: 2px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none !important;
  background: none !important;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  margin-top: calc((var(--mm-listitem-size) - 40px) / 2)
}

input.mm-check:before {
  content: '';
  display: block;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  border-left: 3px solid;
  border-bottom: 3px solid;
  border-color: var(--mm-color-text);
  opacity: 0.3;
  transform: rotate(-45deg);
  transition: opacity 0.2s ease
}

input.mm-check:checked:before {
  opacity: 1
}

[dir="rtl"] input.mm-toggle:checked~label.mm-toggle:before {
  float: left
}

.mm-menu_opened[class*="mm-menu_pagedim"]~.mm-wrapper__blocker {
  opacity: 0
}

.mm-wrapper_opening .mm-menu_opened[class*="mm-menu_pagedim"]~.mm-wrapper__blocker {
  opacity: .3;
  transition: opacity .4s ease .4s
}

.mm-menu_opened.mm-menu_pagedim~.mm-wrapper__blocker {
  background: inherit
}

.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker {
  background: #000
}

.mm-menu_opened.mm-menu_pagedim-white~.mm-wrapper__blocker {
  background: #fff
}

.mm-menu_position-right {
  left: auto;
  right: 0
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
  transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform:translate3d(-240px, 0, 0)
  }
}

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform:translate3d(-440px, 0, 0)
  }
}

.mm-menu_position-front,.mm-menu_position-top,.mm-menu_position-bottom {
  transition: transform .4s ease
}

.mm-menu_position-front.mm-menu_opened,.mm-menu_position-top.mm-menu_opened,.mm-menu_position-bottom.mm-menu_opened {
  z-index: 2
}

.mm-menu_position-front.mm-menu_opened~.mm-slideout,.mm-menu_position-top.mm-menu_opened~.mm-slideout,.mm-menu_position-bottom.mm-menu_opened~.mm-slideout {
  transform: none !important;
  z-index: 0
}

.mm-menu_position-front.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-top.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-bottom.mm-menu_opened~.mm-wrapper__blocker {
  z-index: 1
}

.mm-menu_position-front {
  transform: translate3d(-100%, 0, 0)
}

.mm-menu_position-front.mm-menu_position-right {
  transform: translate3d(100%, 0, 0)
}

.mm-menu_position-top,.mm-menu_position-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%
}

.mm-menu_position-top {
  transform: translate3d(0, -100%, 0)
}

.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px
}

.mm-menu_position-bottom {
  transform: translate3d(0, 100%, 0);
  top: auto
}

.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px
}

.mm-wrapper_opening .mm-menu_position-front,.mm-wrapper_opening .mm-menu_position-top,.mm-wrapper_opening .mm-menu_position-bottom {
  transform: translate3d(0, 0, 0)
}

.mm-menu_shadow-page:after {
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  content: '';
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  box-shadow: var(--mm-shadow)
}

.mm-menu_shadow-page.mm-menu_position-right:after {
  left: auto;
  right: 100%;
  -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
  clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%)
}

.mm-menu_shadow-page.mm-menu_position-front:after {
  content: none;
  display: none
}

.mm-menu_shadow-menu {
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  box-shadow: var(--mm-shadow)
}

.mm-menu_shadow-panels .mm-panels>.mm-panel {
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  box-shadow: var(--mm-shadow)
}

.mm-menu_theme-white {
  --mm-color-border: rgba( 0,0,0, 0.1 );
  --mm-color-button: rgba( 0,0,0, 0.3 );
  --mm-color-text: rgba( 0,0,0, 0.7 );
  --mm-color-text-dimmed: rgba( 0,0,0, 0.3 );
  --mm-color-background: #fff;
  --mm-color-background-highlight: rgba( 0,0,0, 0.06 );
  --mm-color-background-emphasis: rgba( 0,0,0, 0.03 );
  --mm-shadow: 0 0 10px rgba( 0,0,0, 0.2 )
}

.mm-menu_theme-dark {
  --mm-color-border: rgba( 0,0,0, 0.3 );
  --mm-color-button: rgba( 255,255,255, 0.4 );
  --mm-color-text: rgba( 255,255,255, 0.85 );
  --mm-color-text-dimmed: rgba( 255,255,255, 0.4 );
  --mm-color-background: #333;
  --mm-color-background-highlight: rgba( 255,255,255, 0.08 );
  --mm-color-background-emphasis: rgba( 0,0,0, 0.1 );
  --mm-shadow: 0 0 20px rgba( 0,0,0, 0.5 )
}

.mm-menu_theme-black {
  --mm-color-border: rgba( 255,255,255, 0.25 );
  --mm-color-button: rgba( 255,255,255, 0.4 );
  --mm-color-text: rgba( 255,255,255, 0.75 );
  --mm-color-text-dimmed: rgba( 255,255,255, 0.4 );
  --mm-color-background: #000;
  --mm-color-background-highlight: rgba( 255,255,255, 0.2 );
  --mm-color-background-emphasis: rgba( 255,255,255, 0.15 );
  --mm-shadow: none
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */
*, *:before, *:after {
  box-sizing: border-box;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.m-0 {
  margin: 0 !important
}

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

.mr-0,.mx-0 {
  margin-right: 0 !important
}

.mb-0,.my-0 {
  margin-bottom: 0 !important
}

.ml-0,.mx-0 {
  margin-left: 0 !important
}

.m-1 {
  margin: .5rem !important
}

.mt-1,.my-1 {
  margin-top: .5rem !important
}

.mr-1,.mx-1 {
  margin-right: .5rem !important
}

.mb-1,.my-1 {
  margin-bottom: .5rem !important
}

.ml-1,.mx-1 {
  margin-left: .5rem !important
}

.m-2 {
  margin: 1rem !important
}

.mt-2,.my-2 {
  margin-top: 1rem !important
}

.mr-2,.mx-2 {
  margin-right: 1rem !important
}

.mb-2,.my-2 {
  margin-bottom: 1rem !important
}

.ml-2,.mx-2 {
  margin-left: 1rem !important
}

.m-3 {
  margin: 1.5rem !important
}

.mt-3,.my-3 {
  margin-top: 1.5rem !important
}

.mr-3,.mx-3 {
  margin-right: 1.5rem !important
}

.mb-3,.my-3 {
  margin-bottom: 1.5rem !important
}

.ml-3,.mx-3 {
  margin-left: 1.5rem !important
}

.m-4 {
  margin: 2rem !important
}

.mt-4,.my-4 {
  margin-top: 2rem !important
}

.mr-4,.mx-4 {
  margin-right: 2rem !important
}

.mb-4,.my-4 {
  margin-bottom: 2rem !important
}

.ml-4,.mx-4 {
  margin-left: 2rem !important
}

.m-5 {
  margin: 3rem !important
}

.mt-5,.my-5 {
  margin-top: 3rem !important
}

.mr-5,.mx-5 {
  margin-right: 3rem !important
}

.mb-5,.my-5 {
  margin-bottom: 3rem !important
}

.ml-5,.mx-5 {
  margin-left: 3rem !important
}

.m-6 {
  margin: 4rem !important
}

.mt-6,.my-6 {
  margin-top: 4rem !important
}

.mr-6,.mx-6 {
  margin-right: 4rem !important
}

.mb-6,.my-6 {
  margin-bottom: 4rem !important
}

.ml-6,.mx-6 {
  margin-left: 4rem !important
}

.m-7 {
  margin: 6rem !important
}

.mt-7,.my-7 {
  margin-top: 6rem !important
}

.mr-7,.mx-7 {
  margin-right: 6rem !important
}

.mb-7,.my-7 {
  margin-bottom: 6rem !important
}

.ml-7,.mx-7 {
  margin-left: 6rem !important
}

.m-8 {
  margin: 8rem !important
}

.mt-8,.my-8 {
  margin-top: 8rem !important
}

.mr-8,.mx-8 {
  margin-right: 8rem !important
}

.mb-8,.my-8 {
  margin-bottom: 8rem !important
}

.ml-8,.mx-8 {
  margin-left: 8rem !important
}

.p-0 {
  padding: 0 !important
}

.pt-0,.py-0 {
  padding-top: 0 !important
}

.pr-0,.px-0 {
  padding-right: 0 !important
}

.pb-0,.py-0 {
  padding-bottom: 0 !important
}

.pl-0,.px-0 {
  padding-left: 0 !important
}

.p-1 {
  padding: .5rem !important
}

.pt-1,.py-1 {
  padding-top: .5rem !important
}

.pr-1,.px-1 {
  padding-right: .5rem !important
}

.pb-1,.py-1 {
  padding-bottom: .5rem !important
}

.pl-1,.px-1 {
  padding-left: .5rem !important
}

.p-2 {
  padding: 1rem !important
}

.pt-2,.py-2 {
  padding-top: 1rem !important
}

.pr-2,.px-2 {
  padding-right: 1rem !important
}

.pb-2,.py-2 {
  padding-bottom: 1rem !important
}

.pl-2,.px-2 {
  padding-left: 1rem !important
}

.p-3 {
  padding: 1.5rem !important
}

.pt-3,.py-3 {
  padding-top: 1.5rem !important
}

.pr-3,.px-3 {
  padding-right: 1.5rem !important
}

.pb-3,.py-3 {
  padding-bottom: 1.5rem !important
}

.pl-3,.px-3 {
  padding-left: 1.5rem !important
}

.p-4 {
  padding: 2rem !important
}

.pt-4,.py-4 {
  padding-top: 2rem !important
}

.pr-4,.px-4 {
  padding-right: 2rem !important
}

.pb-4,.py-4 {
  padding-bottom: 2rem !important
}

.pl-4,.px-4 {
  padding-left: 2rem !important
}

.p-5 {
  padding: 3rem !important
}

.pt-5,.py-5 {
  padding-top: 3rem !important
}

.pr-5,.px-5 {
  padding-right: 3rem !important
}

.pb-5,.py-5 {
  padding-bottom: 3rem !important
}

.pl-5,.px-5 {
  padding-left: 3rem !important
}

.p-6 {
  padding: 4rem !important
}

.pt-6,.py-6 {
  padding-top: 4rem !important
}

.pr-6,.px-6 {
  padding-right: 4rem !important
}

.pb-6,.py-6 {
  padding-bottom: 4rem !important
}

.pl-6,.px-6 {
  padding-left: 4rem !important
}

.p-7 {
  padding: 6rem !important
}

.pt-7,.py-7 {
  padding-top: 6rem !important
}

.pr-7,.px-7 {
  padding-right: 6rem !important
}

.pb-7,.py-7 {
  padding-bottom: 6rem !important
}

.pl-7,.px-7 {
  padding-left: 6rem !important
}

.p-8 {
  padding: 8rem !important
}

.pt-8,.py-8 {
  padding-top: 8rem !important
}

.pr-8,.px-8 {
  padding-right: 8rem !important
}

.pb-8,.py-8 {
  padding-bottom: 8rem !important
}

.pl-8,.px-8 {
  padding-left: 8rem !important
}

.m-n1 {
  margin: -.5rem !important
}

.mt-n1,.my-n1 {
  margin-top: -.5rem !important
}

.mr-n1,.mx-n1 {
  margin-right: -.5rem !important
}

.mb-n1,.my-n1 {
  margin-bottom: -.5rem !important
}

.ml-n1,.mx-n1 {
  margin-left: -.5rem !important
}

.m-n2 {
  margin: -1rem !important
}

.mt-n2,.my-n2 {
  margin-top: -1rem !important
}

.mr-n2,.mx-n2 {
  margin-right: -1rem !important
}

.mb-n2,.my-n2 {
  margin-bottom: -1rem !important
}

.ml-n2,.mx-n2 {
  margin-left: -1rem !important
}

.m-n3 {
  margin: -1.5rem !important
}

.mt-n3,.my-n3 {
  margin-top: -1.5rem !important
}

.mr-n3,.mx-n3 {
  margin-right: -1.5rem !important
}

.mb-n3,.my-n3 {
  margin-bottom: -1.5rem !important
}

.ml-n3,.mx-n3 {
  margin-left: -1.5rem !important
}

.m-n4 {
  margin: -2rem !important
}

.mt-n4,.my-n4 {
  margin-top: -2rem !important
}

.mr-n4,.mx-n4 {
  margin-right: -2rem !important
}

.mb-n4,.my-n4 {
  margin-bottom: -2rem !important
}

.ml-n4,.mx-n4 {
  margin-left: -2rem !important
}

.m-n5 {
  margin: -3rem !important
}

.mt-n5,.my-n5 {
  margin-top: -3rem !important
}

.mr-n5,.mx-n5 {
  margin-right: -3rem !important
}

.mb-n5,.my-n5 {
  margin-bottom: -3rem !important
}

.ml-n5,.mx-n5 {
  margin-left: -3rem !important
}

.m-n6 {
  margin: -4rem !important
}

.mt-n6,.my-n6 {
  margin-top: -4rem !important
}

.mr-n6,.mx-n6 {
  margin-right: -4rem !important
}

.mb-n6,.my-n6 {
  margin-bottom: -4rem !important
}

.ml-n6,.mx-n6 {
  margin-left: -4rem !important
}

.m-n7 {
  margin: -6rem !important
}

.mt-n7,.my-n7 {
  margin-top: -6rem !important
}

.mr-n7,.mx-n7 {
  margin-right: -6rem !important
}

.mb-n7,.my-n7 {
  margin-bottom: -6rem !important
}

.ml-n7,.mx-n7 {
  margin-left: -6rem !important
}

.m-n8 {
  margin: -8rem !important
}

.mt-n8,.my-n8 {
  margin-top: -8rem !important
}

.mr-n8,.mx-n8 {
  margin-right: -8rem !important
}

.mb-n8,.my-n8 {
  margin-bottom: -8rem !important
}

.ml-n8,.mx-n8 {
  margin-left: -8rem !important
}

.m-auto {
  margin: auto !important
}

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

.mr-auto,.mx-auto {
  margin-right: auto !important
}

.mb-auto,.my-auto {
  margin-bottom: auto !important
}

.ml-auto,.mx-auto {
  margin-left: auto !important
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin:0 !important
  }

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

  .mr-sm-0,.mx-sm-0 {
    margin-right: 0 !important
  }

  .mb-sm-0,.my-sm-0 {
    margin-bottom: 0 !important
  }

  .ml-sm-0,.mx-sm-0 {
    margin-left: 0 !important
  }

  .m-sm-1 {
    margin: .5rem !important
  }

  .mt-sm-1,.my-sm-1 {
    margin-top: .5rem !important
  }

  .mr-sm-1,.mx-sm-1 {
    margin-right: .5rem !important
  }

  .mb-sm-1,.my-sm-1 {
    margin-bottom: .5rem !important
  }

  .ml-sm-1,.mx-sm-1 {
    margin-left: .5rem !important
  }

  .m-sm-2 {
    margin: 1rem !important
  }

  .mt-sm-2,.my-sm-2 {
    margin-top: 1rem !important
  }

  .mr-sm-2,.mx-sm-2 {
    margin-right: 1rem !important
  }

  .mb-sm-2,.my-sm-2 {
    margin-bottom: 1rem !important
  }

  .ml-sm-2,.mx-sm-2 {
    margin-left: 1rem !important
  }

  .m-sm-3 {
    margin: 1.5rem !important
  }

  .mt-sm-3,.my-sm-3 {
    margin-top: 1.5rem !important
  }

  .mr-sm-3,.mx-sm-3 {
    margin-right: 1.5rem !important
  }

  .mb-sm-3,.my-sm-3 {
    margin-bottom: 1.5rem !important
  }

  .ml-sm-3,.mx-sm-3 {
    margin-left: 1.5rem !important
  }

  .m-sm-4 {
    margin: 2rem !important
  }

  .mt-sm-4,.my-sm-4 {
    margin-top: 2rem !important
  }

  .mr-sm-4,.mx-sm-4 {
    margin-right: 2rem !important
  }

  .mb-sm-4,.my-sm-4 {
    margin-bottom: 2rem !important
  }

  .ml-sm-4,.mx-sm-4 {
    margin-left: 2rem !important
  }

  .m-sm-5 {
    margin: 3rem !important
  }

  .mt-sm-5,.my-sm-5 {
    margin-top: 3rem !important
  }

  .mr-sm-5,.mx-sm-5 {
    margin-right: 3rem !important
  }

  .mb-sm-5,.my-sm-5 {
    margin-bottom: 3rem !important
  }

  .ml-sm-5,.mx-sm-5 {
    margin-left: 3rem !important
  }

  .m-sm-6 {
    margin: 4rem !important
  }

  .mt-sm-6,.my-sm-6 {
    margin-top: 4rem !important
  }

  .mr-sm-6,.mx-sm-6 {
    margin-right: 4rem !important
  }

  .mb-sm-6,.my-sm-6 {
    margin-bottom: 4rem !important
  }

  .ml-sm-6,.mx-sm-6 {
    margin-left: 4rem !important
  }

  .m-sm-7 {
    margin: 6rem !important
  }

  .mt-sm-7,.my-sm-7 {
    margin-top: 6rem !important
  }

  .mr-sm-7,.mx-sm-7 {
    margin-right: 6rem !important
  }

  .mb-sm-7,.my-sm-7 {
    margin-bottom: 6rem !important
  }

  .ml-sm-7,.mx-sm-7 {
    margin-left: 6rem !important
  }

  .m-sm-8 {
    margin: 8rem !important
  }

  .mt-sm-8,.my-sm-8 {
    margin-top: 8rem !important
  }

  .mr-sm-8,.mx-sm-8 {
    margin-right: 8rem !important
  }

  .mb-sm-8,.my-sm-8 {
    margin-bottom: 8rem !important
  }

  .ml-sm-8,.mx-sm-8 {
    margin-left: 8rem !important
  }

  .p-sm-0 {
    padding: 0 !important
  }

  .pt-sm-0,.py-sm-0 {
    padding-top: 0 !important
  }

  .pr-sm-0,.px-sm-0 {
    padding-right: 0 !important
  }

  .pb-sm-0,.py-sm-0 {
    padding-bottom: 0 !important
  }

  .pl-sm-0,.px-sm-0 {
    padding-left: 0 !important
  }

  .p-sm-1 {
    padding: .5rem !important
  }

  .pt-sm-1,.py-sm-1 {
    padding-top: .5rem !important
  }

  .pr-sm-1,.px-sm-1 {
    padding-right: .5rem !important
  }

  .pb-sm-1,.py-sm-1 {
    padding-bottom: .5rem !important
  }

  .pl-sm-1,.px-sm-1 {
    padding-left: .5rem !important
  }

  .p-sm-2 {
    padding: 1rem !important
  }

  .pt-sm-2,.py-sm-2 {
    padding-top: 1rem !important
  }

  .pr-sm-2,.px-sm-2 {
    padding-right: 1rem !important
  }

  .pb-sm-2,.py-sm-2 {
    padding-bottom: 1rem !important
  }

  .pl-sm-2,.px-sm-2 {
    padding-left: 1rem !important
  }

  .p-sm-3 {
    padding: 1.5rem !important
  }

  .pt-sm-3,.py-sm-3 {
    padding-top: 1.5rem !important
  }

  .pr-sm-3,.px-sm-3 {
    padding-right: 1.5rem !important
  }

  .pb-sm-3,.py-sm-3 {
    padding-bottom: 1.5rem !important
  }

  .pl-sm-3,.px-sm-3 {
    padding-left: 1.5rem !important
  }

  .p-sm-4 {
    padding: 2rem !important
  }

  .pt-sm-4,.py-sm-4 {
    padding-top: 2rem !important
  }

  .pr-sm-4,.px-sm-4 {
    padding-right: 2rem !important
  }

  .pb-sm-4,.py-sm-4 {
    padding-bottom: 2rem !important
  }

  .pl-sm-4,.px-sm-4 {
    padding-left: 2rem !important
  }

  .p-sm-5 {
    padding: 3rem !important
  }

  .pt-sm-5,.py-sm-5 {
    padding-top: 3rem !important
  }

  .pr-sm-5,.px-sm-5 {
    padding-right: 3rem !important
  }

  .pb-sm-5,.py-sm-5 {
    padding-bottom: 3rem !important
  }

  .pl-sm-5,.px-sm-5 {
    padding-left: 3rem !important
  }

  .p-sm-6 {
    padding: 4rem !important
  }

  .pt-sm-6,.py-sm-6 {
    padding-top: 4rem !important
  }

  .pr-sm-6,.px-sm-6 {
    padding-right: 4rem !important
  }

  .pb-sm-6,.py-sm-6 {
    padding-bottom: 4rem !important
  }

  .pl-sm-6,.px-sm-6 {
    padding-left: 4rem !important
  }

  .p-sm-7 {
    padding: 6rem !important
  }

  .pt-sm-7,.py-sm-7 {
    padding-top: 6rem !important
  }

  .pr-sm-7,.px-sm-7 {
    padding-right: 6rem !important
  }

  .pb-sm-7,.py-sm-7 {
    padding-bottom: 6rem !important
  }

  .pl-sm-7,.px-sm-7 {
    padding-left: 6rem !important
  }

  .p-sm-8 {
    padding: 8rem !important
  }

  .pt-sm-8,.py-sm-8 {
    padding-top: 8rem !important
  }

  .pr-sm-8,.px-sm-8 {
    padding-right: 8rem !important
  }

  .pb-sm-8,.py-sm-8 {
    padding-bottom: 8rem !important
  }

  .pl-sm-8,.px-sm-8 {
    padding-left: 8rem !important
  }

  .m-sm-n1 {
    margin: -.5rem !important
  }

  .mt-sm-n1,.my-sm-n1 {
    margin-top: -.5rem !important
  }

  .mr-sm-n1,.mx-sm-n1 {
    margin-right: -.5rem !important
  }

  .mb-sm-n1,.my-sm-n1 {
    margin-bottom: -.5rem !important
  }

  .ml-sm-n1,.mx-sm-n1 {
    margin-left: -.5rem !important
  }

  .m-sm-n2 {
    margin: -1rem !important
  }

  .mt-sm-n2,.my-sm-n2 {
    margin-top: -1rem !important
  }

  .mr-sm-n2,.mx-sm-n2 {
    margin-right: -1rem !important
  }

  .mb-sm-n2,.my-sm-n2 {
    margin-bottom: -1rem !important
  }

  .ml-sm-n2,.mx-sm-n2 {
    margin-left: -1rem !important
  }

  .m-sm-n3 {
    margin: -1.5rem !important
  }

  .mt-sm-n3,.my-sm-n3 {
    margin-top: -1.5rem !important
  }

  .mr-sm-n3,.mx-sm-n3 {
    margin-right: -1.5rem !important
  }

  .mb-sm-n3,.my-sm-n3 {
    margin-bottom: -1.5rem !important
  }

  .ml-sm-n3,.mx-sm-n3 {
    margin-left: -1.5rem !important
  }

  .m-sm-n4 {
    margin: -2rem !important
  }

  .mt-sm-n4,.my-sm-n4 {
    margin-top: -2rem !important
  }

  .mr-sm-n4,.mx-sm-n4 {
    margin-right: -2rem !important
  }

  .mb-sm-n4,.my-sm-n4 {
    margin-bottom: -2rem !important
  }

  .ml-sm-n4,.mx-sm-n4 {
    margin-left: -2rem !important
  }

  .m-sm-n5 {
    margin: -3rem !important
  }

  .mt-sm-n5,.my-sm-n5 {
    margin-top: -3rem !important
  }

  .mr-sm-n5,.mx-sm-n5 {
    margin-right: -3rem !important
  }

  .mb-sm-n5,.my-sm-n5 {
    margin-bottom: -3rem !important
  }

  .ml-sm-n5,.mx-sm-n5 {
    margin-left: -3rem !important
  }

  .m-sm-n6 {
    margin: -4rem !important
  }

  .mt-sm-n6,.my-sm-n6 {
    margin-top: -4rem !important
  }

  .mr-sm-n6,.mx-sm-n6 {
    margin-right: -4rem !important
  }

  .mb-sm-n6,.my-sm-n6 {
    margin-bottom: -4rem !important
  }

  .ml-sm-n6,.mx-sm-n6 {
    margin-left: -4rem !important
  }

  .m-sm-n7 {
    margin: -6rem !important
  }

  .mt-sm-n7,.my-sm-n7 {
    margin-top: -6rem !important
  }

  .mr-sm-n7,.mx-sm-n7 {
    margin-right: -6rem !important
  }

  .mb-sm-n7,.my-sm-n7 {
    margin-bottom: -6rem !important
  }

  .ml-sm-n7,.mx-sm-n7 {
    margin-left: -6rem !important
  }

  .m-sm-n8 {
    margin: -8rem !important
  }

  .mt-sm-n8,.my-sm-n8 {
    margin-top: -8rem !important
  }

  .mr-sm-n8,.mx-sm-n8 {
    margin-right: -8rem !important
  }

  .mb-sm-n8,.my-sm-n8 {
    margin-bottom: -8rem !important
  }

  .ml-sm-n8,.mx-sm-n8 {
    margin-left: -8rem !important
  }

  .m-sm-auto {
    margin: auto !important
  }

  .mt-sm-auto,.my-sm-auto {
    margin-top: auto !important
  }

  .mr-sm-auto,.mx-sm-auto {
    margin-right: auto !important
  }

  .mb-sm-auto,.my-sm-auto {
    margin-bottom: auto !important
  }

  .ml-sm-auto,.mx-sm-auto {
    margin-left: auto !important
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin:0 !important
  }

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

  .mr-md-0,.mx-md-0 {
    margin-right: 0 !important
  }

  .mb-md-0,.my-md-0 {
    margin-bottom: 0 !important
  }

  .ml-md-0,.mx-md-0 {
    margin-left: 0 !important
  }

  .m-md-1 {
    margin: .5rem !important
  }

  .mt-md-1,.my-md-1 {
    margin-top: .5rem !important
  }

  .mr-md-1,.mx-md-1 {
    margin-right: .5rem !important
  }

  .mb-md-1,.my-md-1 {
    margin-bottom: .5rem !important
  }

  .ml-md-1,.mx-md-1 {
    margin-left: .5rem !important
  }

  .m-md-2 {
    margin: 1rem !important
  }

  .mt-md-2,.my-md-2 {
    margin-top: 1rem !important
  }

  .mr-md-2,.mx-md-2 {
    margin-right: 1rem !important
  }

  .mb-md-2,.my-md-2 {
    margin-bottom: 1rem !important
  }

  .ml-md-2,.mx-md-2 {
    margin-left: 1rem !important
  }

  .m-md-3 {
    margin: 1.5rem !important
  }

  .mt-md-3,.my-md-3 {
    margin-top: 1.5rem !important
  }

  .mr-md-3,.mx-md-3 {
    margin-right: 1.5rem !important
  }

  .mb-md-3,.my-md-3 {
    margin-bottom: 1.5rem !important
  }

  .ml-md-3,.mx-md-3 {
    margin-left: 1.5rem !important
  }

  .m-md-4 {
    margin: 2rem !important
  }

  .mt-md-4,.my-md-4 {
    margin-top: 2rem !important
  }

  .mr-md-4,.mx-md-4 {
    margin-right: 2rem !important
  }

  .mb-md-4,.my-md-4 {
    margin-bottom: 2rem !important
  }

  .ml-md-4,.mx-md-4 {
    margin-left: 2rem !important
  }

  .m-md-5 {
    margin: 3rem !important
  }

  .mt-md-5,.my-md-5 {
    margin-top: 3rem !important
  }

  .mr-md-5,.mx-md-5 {
    margin-right: 3rem !important
  }

  .mb-md-5,.my-md-5 {
    margin-bottom: 3rem !important
  }

  .ml-md-5,.mx-md-5 {
    margin-left: 3rem !important
  }

  .m-md-6 {
    margin: 4rem !important
  }

  .mt-md-6,.my-md-6 {
    margin-top: 4rem !important
  }

  .mr-md-6,.mx-md-6 {
    margin-right: 4rem !important
  }

  .mb-md-6,.my-md-6 {
    margin-bottom: 4rem !important
  }

  .ml-md-6,.mx-md-6 {
    margin-left: 4rem !important
  }

  .m-md-7 {
    margin: 6rem !important
  }

  .mt-md-7,.my-md-7 {
    margin-top: 6rem !important
  }

  .mr-md-7,.mx-md-7 {
    margin-right: 6rem !important
  }

  .mb-md-7,.my-md-7 {
    margin-bottom: 6rem !important
  }

  .ml-md-7,.mx-md-7 {
    margin-left: 6rem !important
  }

  .m-md-8 {
    margin: 8rem !important
  }

  .mt-md-8,.my-md-8 {
    margin-top: 8rem !important
  }

  .mr-md-8,.mx-md-8 {
    margin-right: 8rem !important
  }

  .mb-md-8,.my-md-8 {
    margin-bottom: 8rem !important
  }

  .ml-md-8,.mx-md-8 {
    margin-left: 8rem !important
  }

  .p-md-0 {
    padding: 0 !important
  }

  .pt-md-0,.py-md-0 {
    padding-top: 0 !important
  }

  .pr-md-0,.px-md-0 {
    padding-right: 0 !important
  }

  .pb-md-0,.py-md-0 {
    padding-bottom: 0 !important
  }

  .pl-md-0,.px-md-0 {
    padding-left: 0 !important
  }

  .p-md-1 {
    padding: .5rem !important
  }

  .pt-md-1,.py-md-1 {
    padding-top: .5rem !important
  }

  .pr-md-1,.px-md-1 {
    padding-right: .5rem !important
  }

  .pb-md-1,.py-md-1 {
    padding-bottom: .5rem !important
  }

  .pl-md-1,.px-md-1 {
    padding-left: .5rem !important
  }

  .p-md-2 {
    padding: 1rem !important
  }

  .pt-md-2,.py-md-2 {
    padding-top: 1rem !important
  }

  .pr-md-2,.px-md-2 {
    padding-right: 1rem !important
  }

  .pb-md-2,.py-md-2 {
    padding-bottom: 1rem !important
  }

  .pl-md-2,.px-md-2 {
    padding-left: 1rem !important
  }

  .p-md-3 {
    padding: 1.5rem !important
  }

  .pt-md-3,.py-md-3 {
    padding-top: 1.5rem !important
  }

  .pr-md-3,.px-md-3 {
    padding-right: 1.5rem !important
  }

  .pb-md-3,.py-md-3 {
    padding-bottom: 1.5rem !important
  }

  .pl-md-3,.px-md-3 {
    padding-left: 1.5rem !important
  }

  .p-md-4 {
    padding: 2rem !important
  }

  .pt-md-4,.py-md-4 {
    padding-top: 2rem !important
  }

  .pr-md-4,.px-md-4 {
    padding-right: 2rem !important
  }

  .pb-md-4,.py-md-4 {
    padding-bottom: 2rem !important
  }

  .pl-md-4,.px-md-4 {
    padding-left: 2rem !important
  }

  .p-md-5 {
    padding: 3rem !important
  }

  .pt-md-5,.py-md-5 {
    padding-top: 3rem !important
  }

  .pr-md-5,.px-md-5 {
    padding-right: 3rem !important
  }

  .pb-md-5,.py-md-5 {
    padding-bottom: 3rem !important
  }

  .pl-md-5,.px-md-5 {
    padding-left: 3rem !important
  }

  .p-md-6 {
    padding: 4rem !important
  }

  .pt-md-6,.py-md-6 {
    padding-top: 4rem !important
  }

  .pr-md-6,.px-md-6 {
    padding-right: 4rem !important
  }

  .pb-md-6,.py-md-6 {
    padding-bottom: 4rem !important
  }

  .pl-md-6,.px-md-6 {
    padding-left: 4rem !important
  }

  .p-md-7 {
    padding: 6rem !important
  }

  .pt-md-7,.py-md-7 {
    padding-top: 6rem !important
  }

  .pr-md-7,.px-md-7 {
    padding-right: 6rem !important
  }

  .pb-md-7,.py-md-7 {
    padding-bottom: 6rem !important
  }

  .pl-md-7,.px-md-7 {
    padding-left: 6rem !important
  }

  .p-md-8 {
    padding: 8rem !important
  }

  .pt-md-8,.py-md-8 {
    padding-top: 8rem !important
  }

  .pr-md-8,.px-md-8 {
    padding-right: 8rem !important
  }

  .pb-md-8,.py-md-8 {
    padding-bottom: 8rem !important
  }

  .pl-md-8,.px-md-8 {
    padding-left: 8rem !important
  }

  .m-md-n1 {
    margin: -.5rem !important
  }

  .mt-md-n1,.my-md-n1 {
    margin-top: -.5rem !important
  }

  .mr-md-n1,.mx-md-n1 {
    margin-right: -.5rem !important
  }

  .mb-md-n1,.my-md-n1 {
    margin-bottom: -.5rem !important
  }

  .ml-md-n1,.mx-md-n1 {
    margin-left: -.5rem !important
  }

  .m-md-n2 {
    margin: -1rem !important
  }

  .mt-md-n2,.my-md-n2 {
    margin-top: -1rem !important
  }

  .mr-md-n2,.mx-md-n2 {
    margin-right: -1rem !important
  }

  .mb-md-n2,.my-md-n2 {
    margin-bottom: -1rem !important
  }

  .ml-md-n2,.mx-md-n2 {
    margin-left: -1rem !important
  }

  .m-md-n3 {
    margin: -1.5rem !important
  }

  .mt-md-n3,.my-md-n3 {
    margin-top: -1.5rem !important
  }

  .mr-md-n3,.mx-md-n3 {
    margin-right: -1.5rem !important
  }

  .mb-md-n3,.my-md-n3 {
    margin-bottom: -1.5rem !important
  }

  .ml-md-n3,.mx-md-n3 {
    margin-left: -1.5rem !important
  }

  .m-md-n4 {
    margin: -2rem !important
  }

  .mt-md-n4,.my-md-n4 {
    margin-top: -2rem !important
  }

  .mr-md-n4,.mx-md-n4 {
    margin-right: -2rem !important
  }

  .mb-md-n4,.my-md-n4 {
    margin-bottom: -2rem !important
  }

  .ml-md-n4,.mx-md-n4 {
    margin-left: -2rem !important
  }

  .m-md-n5 {
    margin: -3rem !important
  }

  .mt-md-n5,.my-md-n5 {
    margin-top: -3rem !important
  }

  .mr-md-n5,.mx-md-n5 {
    margin-right: -3rem !important
  }

  .mb-md-n5,.my-md-n5 {
    margin-bottom: -3rem !important
  }

  .ml-md-n5,.mx-md-n5 {
    margin-left: -3rem !important
  }

  .m-md-n6 {
    margin: -4rem !important
  }

  .mt-md-n6,.my-md-n6 {
    margin-top: -4rem !important
  }

  .mr-md-n6,.mx-md-n6 {
    margin-right: -4rem !important
  }

  .mb-md-n6,.my-md-n6 {
    margin-bottom: -4rem !important
  }

  .ml-md-n6,.mx-md-n6 {
    margin-left: -4rem !important
  }

  .m-md-n7 {
    margin: -6rem !important
  }

  .mt-md-n7,.my-md-n7 {
    margin-top: -6rem !important
  }

  .mr-md-n7,.mx-md-n7 {
    margin-right: -6rem !important
  }

  .mb-md-n7,.my-md-n7 {
    margin-bottom: -6rem !important
  }

  .ml-md-n7,.mx-md-n7 {
    margin-left: -6rem !important
  }

  .m-md-n8 {
    margin: -8rem !important
  }

  .mt-md-n8,.my-md-n8 {
    margin-top: -8rem !important
  }

  .mr-md-n8,.mx-md-n8 {
    margin-right: -8rem !important
  }

  .mb-md-n8,.my-md-n8 {
    margin-bottom: -8rem !important
  }

  .ml-md-n8,.mx-md-n8 {
    margin-left: -8rem !important
  }

  .m-md-auto {
    margin: auto !important
  }

  .mt-md-auto,.my-md-auto {
    margin-top: auto !important
  }

  .mr-md-auto,.mx-md-auto {
    margin-right: auto !important
  }

  .mb-md-auto,.my-md-auto {
    margin-bottom: auto !important
  }

  .ml-md-auto,.mx-md-auto {
    margin-left: auto !important
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin:0 !important
  }

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

  .mr-lg-0,.mx-lg-0 {
    margin-right: 0 !important
  }

  .mb-lg-0,.my-lg-0 {
    margin-bottom: 0 !important
  }

  .ml-lg-0,.mx-lg-0 {
    margin-left: 0 !important
  }

  .m-lg-1 {
    margin: .5rem !important
  }

  .mt-lg-1,.my-lg-1 {
    margin-top: .5rem !important
  }

  .mr-lg-1,.mx-lg-1 {
    margin-right: .5rem !important
  }

  .mb-lg-1,.my-lg-1 {
    margin-bottom: .5rem !important
  }

  .ml-lg-1,.mx-lg-1 {
    margin-left: .5rem !important
  }

  .m-lg-2 {
    margin: 1rem !important
  }

  .mt-lg-2,.my-lg-2 {
    margin-top: 1rem !important
  }

  .mr-lg-2,.mx-lg-2 {
    margin-right: 1rem !important
  }

  .mb-lg-2,.my-lg-2 {
    margin-bottom: 1rem !important
  }

  .ml-lg-2,.mx-lg-2 {
    margin-left: 1rem !important
  }

  .m-lg-3 {
    margin: 1.5rem !important
  }

  .mt-lg-3,.my-lg-3 {
    margin-top: 1.5rem !important
  }

  .mr-lg-3,.mx-lg-3 {
    margin-right: 1.5rem !important
  }

  .mb-lg-3,.my-lg-3 {
    margin-bottom: 1.5rem !important
  }

  .ml-lg-3,.mx-lg-3 {
    margin-left: 1.5rem !important
  }

  .m-lg-4 {
    margin: 2rem !important
  }

  .mt-lg-4,.my-lg-4 {
    margin-top: 2rem !important
  }

  .mr-lg-4,.mx-lg-4 {
    margin-right: 2rem !important
  }

  .mb-lg-4,.my-lg-4 {
    margin-bottom: 2rem !important
  }

  .ml-lg-4,.mx-lg-4 {
    margin-left: 2rem !important
  }

  .m-lg-5 {
    margin: 3rem !important
  }

  .mt-lg-5,.my-lg-5 {
    margin-top: 3rem !important
  }

  .mr-lg-5,.mx-lg-5 {
    margin-right: 3rem !important
  }

  .mb-lg-5,.my-lg-5 {
    margin-bottom: 3rem !important
  }

  .ml-lg-5,.mx-lg-5 {
    margin-left: 3rem !important
  }

  .m-lg-6 {
    margin: 4rem !important
  }

  .mt-lg-6,.my-lg-6 {
    margin-top: 4rem !important
  }

  .mr-lg-6,.mx-lg-6 {
    margin-right: 4rem !important
  }

  .mb-lg-6,.my-lg-6 {
    margin-bottom: 4rem !important
  }

  .ml-lg-6,.mx-lg-6 {
    margin-left: 4rem !important
  }

  .m-lg-7 {
    margin: 6rem !important
  }

  .mt-lg-7,.my-lg-7 {
    margin-top: 6rem !important
  }

  .mr-lg-7,.mx-lg-7 {
    margin-right: 6rem !important
  }

  .mb-lg-7,.my-lg-7 {
    margin-bottom: 6rem !important
  }

  .ml-lg-7,.mx-lg-7 {
    margin-left: 6rem !important
  }

  .m-lg-8 {
    margin: 8rem !important
  }

  .mt-lg-8,.my-lg-8 {
    margin-top: 8rem !important
  }

  .mr-lg-8,.mx-lg-8 {
    margin-right: 8rem !important
  }

  .mb-lg-8,.my-lg-8 {
    margin-bottom: 8rem !important
  }

  .ml-lg-8,.mx-lg-8 {
    margin-left: 8rem !important
  }

  .p-lg-0 {
    padding: 0 !important
  }

  .pt-lg-0,.py-lg-0 {
    padding-top: 0 !important
  }

  .pr-lg-0,.px-lg-0 {
    padding-right: 0 !important
  }

  .pb-lg-0,.py-lg-0 {
    padding-bottom: 0 !important
  }

  .pl-lg-0,.px-lg-0 {
    padding-left: 0 !important
  }

  .p-lg-1 {
    padding: .5rem !important
  }

  .pt-lg-1,.py-lg-1 {
    padding-top: .5rem !important
  }

  .pr-lg-1,.px-lg-1 {
    padding-right: .5rem !important
  }

  .pb-lg-1,.py-lg-1 {
    padding-bottom: .5rem !important
  }

  .pl-lg-1,.px-lg-1 {
    padding-left: .5rem !important
  }

  .p-lg-2 {
    padding: 1rem !important
  }

  .pt-lg-2,.py-lg-2 {
    padding-top: 1rem !important
  }

  .pr-lg-2,.px-lg-2 {
    padding-right: 1rem !important
  }

  .pb-lg-2,.py-lg-2 {
    padding-bottom: 1rem !important
  }

  .pl-lg-2,.px-lg-2 {
    padding-left: 1rem !important
  }

  .p-lg-3 {
    padding: 1.5rem !important
  }

  .pt-lg-3,.py-lg-3 {
    padding-top: 1.5rem !important
  }

  .pr-lg-3,.px-lg-3 {
    padding-right: 1.5rem !important
  }

  .pb-lg-3,.py-lg-3 {
    padding-bottom: 1.5rem !important
  }

  .pl-lg-3,.px-lg-3 {
    padding-left: 1.5rem !important
  }

  .p-lg-4 {
    padding: 2rem !important
  }

  .pt-lg-4,.py-lg-4 {
    padding-top: 2rem !important
  }

  .pr-lg-4,.px-lg-4 {
    padding-right: 2rem !important
  }

  .pb-lg-4,.py-lg-4 {
    padding-bottom: 2rem !important
  }

  .pl-lg-4,.px-lg-4 {
    padding-left: 2rem !important
  }

  .p-lg-5 {
    padding: 3rem !important
  }

  .pt-lg-5,.py-lg-5 {
    padding-top: 3rem !important
  }

  .pr-lg-5,.px-lg-5 {
    padding-right: 3rem !important
  }

  .pb-lg-5,.py-lg-5 {
    padding-bottom: 3rem !important
  }

  .pl-lg-5,.px-lg-5 {
    padding-left: 3rem !important
  }

  .p-lg-6 {
    padding: 4rem !important
  }

  .pt-lg-6,.py-lg-6 {
    padding-top: 4rem !important
  }

  .pr-lg-6,.px-lg-6 {
    padding-right: 4rem !important
  }

  .pb-lg-6,.py-lg-6 {
    padding-bottom: 4rem !important
  }

  .pl-lg-6,.px-lg-6 {
    padding-left: 4rem !important
  }

  .p-lg-7 {
    padding: 6rem !important
  }

  .pt-lg-7,.py-lg-7 {
    padding-top: 6rem !important
  }

  .pr-lg-7,.px-lg-7 {
    padding-right: 6rem !important
  }

  .pb-lg-7,.py-lg-7 {
    padding-bottom: 6rem !important
  }

  .pl-lg-7,.px-lg-7 {
    padding-left: 6rem !important
  }

  .p-lg-8 {
    padding: 8rem !important
  }

  .pt-lg-8,.py-lg-8 {
    padding-top: 8rem !important
  }

  .pr-lg-8,.px-lg-8 {
    padding-right: 8rem !important
  }

  .pb-lg-8,.py-lg-8 {
    padding-bottom: 8rem !important
  }

  .pl-lg-8,.px-lg-8 {
    padding-left: 8rem !important
  }

  .m-lg-n1 {
    margin: -.5rem !important
  }

  .mt-lg-n1,.my-lg-n1 {
    margin-top: -.5rem !important
  }

  .mr-lg-n1,.mx-lg-n1 {
    margin-right: -.5rem !important
  }

  .mb-lg-n1,.my-lg-n1 {
    margin-bottom: -.5rem !important
  }

  .ml-lg-n1,.mx-lg-n1 {
    margin-left: -.5rem !important
  }

  .m-lg-n2 {
    margin: -1rem !important
  }

  .mt-lg-n2,.my-lg-n2 {
    margin-top: -1rem !important
  }

  .mr-lg-n2,.mx-lg-n2 {
    margin-right: -1rem !important
  }

  .mb-lg-n2,.my-lg-n2 {
    margin-bottom: -1rem !important
  }

  .ml-lg-n2,.mx-lg-n2 {
    margin-left: -1rem !important
  }

  .m-lg-n3 {
    margin: -1.5rem !important
  }

  .mt-lg-n3,.my-lg-n3 {
    margin-top: -1.5rem !important
  }

  .mr-lg-n3,.mx-lg-n3 {
    margin-right: -1.5rem !important
  }

  .mb-lg-n3,.my-lg-n3 {
    margin-bottom: -1.5rem !important
  }

  .ml-lg-n3,.mx-lg-n3 {
    margin-left: -1.5rem !important
  }

  .m-lg-n4 {
    margin: -2rem !important
  }

  .mt-lg-n4,.my-lg-n4 {
    margin-top: -2rem !important
  }

  .mr-lg-n4,.mx-lg-n4 {
    margin-right: -2rem !important
  }

  .mb-lg-n4,.my-lg-n4 {
    margin-bottom: -2rem !important
  }

  .ml-lg-n4,.mx-lg-n4 {
    margin-left: -2rem !important
  }

  .m-lg-n5 {
    margin: -3rem !important
  }

  .mt-lg-n5,.my-lg-n5 {
    margin-top: -3rem !important
  }

  .mr-lg-n5,.mx-lg-n5 {
    margin-right: -3rem !important
  }

  .mb-lg-n5,.my-lg-n5 {
    margin-bottom: -3rem !important
  }

  .ml-lg-n5,.mx-lg-n5 {
    margin-left: -3rem !important
  }

  .m-lg-n6 {
    margin: -4rem !important
  }

  .mt-lg-n6,.my-lg-n6 {
    margin-top: -4rem !important
  }

  .mr-lg-n6,.mx-lg-n6 {
    margin-right: -4rem !important
  }

  .mb-lg-n6,.my-lg-n6 {
    margin-bottom: -4rem !important
  }

  .ml-lg-n6,.mx-lg-n6 {
    margin-left: -4rem !important
  }

  .m-lg-n7 {
    margin: -6rem !important
  }

  .mt-lg-n7,.my-lg-n7 {
    margin-top: -6rem !important
  }

  .mr-lg-n7,.mx-lg-n7 {
    margin-right: -6rem !important
  }

  .mb-lg-n7,.my-lg-n7 {
    margin-bottom: -6rem !important
  }

  .ml-lg-n7,.mx-lg-n7 {
    margin-left: -6rem !important
  }

  .m-lg-n8 {
    margin: -8rem !important
  }

  .mt-lg-n8,.my-lg-n8 {
    margin-top: -8rem !important
  }

  .mr-lg-n8,.mx-lg-n8 {
    margin-right: -8rem !important
  }

  .mb-lg-n8,.my-lg-n8 {
    margin-bottom: -8rem !important
  }

  .ml-lg-n8,.mx-lg-n8 {
    margin-left: -8rem !important
  }

  .m-lg-auto {
    margin: auto !important
  }

  .mt-lg-auto,.my-lg-auto {
    margin-top: auto !important
  }

  .mr-lg-auto,.mx-lg-auto {
    margin-right: auto !important
  }

  .mb-lg-auto,.my-lg-auto {
    margin-bottom: auto !important
  }

  .ml-lg-auto,.mx-lg-auto {
    margin-left: auto !important
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin:0 !important
  }

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

  .mr-xl-0,.mx-xl-0 {
    margin-right: 0 !important
  }

  .mb-xl-0,.my-xl-0 {
    margin-bottom: 0 !important
  }

  .ml-xl-0,.mx-xl-0 {
    margin-left: 0 !important
  }

  .m-xl-1 {
    margin: .5rem !important
  }

  .mt-xl-1,.my-xl-1 {
    margin-top: .5rem !important
  }

  .mr-xl-1,.mx-xl-1 {
    margin-right: .5rem !important
  }

  .mb-xl-1,.my-xl-1 {
    margin-bottom: .5rem !important
  }

  .ml-xl-1,.mx-xl-1 {
    margin-left: .5rem !important
  }

  .m-xl-2 {
    margin: 1rem !important
  }

  .mt-xl-2,.my-xl-2 {
    margin-top: 1rem !important
  }

  .mr-xl-2,.mx-xl-2 {
    margin-right: 1rem !important
  }

  .mb-xl-2,.my-xl-2 {
    margin-bottom: 1rem !important
  }

  .ml-xl-2,.mx-xl-2 {
    margin-left: 1rem !important
  }

  .m-xl-3 {
    margin: 1.5rem !important
  }

  .mt-xl-3,.my-xl-3 {
    margin-top: 1.5rem !important
  }

  .mr-xl-3,.mx-xl-3 {
    margin-right: 1.5rem !important
  }

  .mb-xl-3,.my-xl-3 {
    margin-bottom: 1.5rem !important
  }

  .ml-xl-3,.mx-xl-3 {
    margin-left: 1.5rem !important
  }

  .m-xl-4 {
    margin: 2rem !important
  }

  .mt-xl-4,.my-xl-4 {
    margin-top: 2rem !important
  }

  .mr-xl-4,.mx-xl-4 {
    margin-right: 2rem !important
  }

  .mb-xl-4,.my-xl-4 {
    margin-bottom: 2rem !important
  }

  .ml-xl-4,.mx-xl-4 {
    margin-left: 2rem !important
  }

  .m-xl-5 {
    margin: 3rem !important
  }

  .mt-xl-5,.my-xl-5 {
    margin-top: 3rem !important
  }

  .mr-xl-5,.mx-xl-5 {
    margin-right: 3rem !important
  }

  .mb-xl-5,.my-xl-5 {
    margin-bottom: 3rem !important
  }

  .ml-xl-5,.mx-xl-5 {
    margin-left: 3rem !important
  }

  .m-xl-6 {
    margin: 4rem !important
  }

  .mt-xl-6,.my-xl-6 {
    margin-top: 4rem !important
  }

  .mr-xl-6,.mx-xl-6 {
    margin-right: 4rem !important
  }

  .mb-xl-6,.my-xl-6 {
    margin-bottom: 4rem !important
  }

  .ml-xl-6,.mx-xl-6 {
    margin-left: 4rem !important
  }

  .m-xl-7 {
    margin: 6rem !important
  }

  .mt-xl-7,.my-xl-7 {
    margin-top: 6rem !important
  }

  .mr-xl-7,.mx-xl-7 {
    margin-right: 6rem !important
  }

  .mb-xl-7,.my-xl-7 {
    margin-bottom: 6rem !important
  }

  .ml-xl-7,.mx-xl-7 {
    margin-left: 6rem !important
  }

  .m-xl-8 {
    margin: 8rem !important
  }

  .mt-xl-8,.my-xl-8 {
    margin-top: 8rem !important
  }

  .mr-xl-8,.mx-xl-8 {
    margin-right: 8rem !important
  }

  .mb-xl-8,.my-xl-8 {
    margin-bottom: 8rem !important
  }

  .ml-xl-8,.mx-xl-8 {
    margin-left: 8rem !important
  }

  .p-xl-0 {
    padding: 0 !important
  }

  .pt-xl-0,.py-xl-0 {
    padding-top: 0 !important
  }

  .pr-xl-0,.px-xl-0 {
    padding-right: 0 !important
  }

  .pb-xl-0,.py-xl-0 {
    padding-bottom: 0 !important
  }

  .pl-xl-0,.px-xl-0 {
    padding-left: 0 !important
  }

  .p-xl-1 {
    padding: .5rem !important
  }

  .pt-xl-1,.py-xl-1 {
    padding-top: .5rem !important
  }

  .pr-xl-1,.px-xl-1 {
    padding-right: .5rem !important
  }

  .pb-xl-1,.py-xl-1 {
    padding-bottom: .5rem !important
  }

  .pl-xl-1,.px-xl-1 {
    padding-left: .5rem !important
  }

  .p-xl-2 {
    padding: 1rem !important
  }

  .pt-xl-2,.py-xl-2 {
    padding-top: 1rem !important
  }

  .pr-xl-2,.px-xl-2 {
    padding-right: 1rem !important
  }

  .pb-xl-2,.py-xl-2 {
    padding-bottom: 1rem !important
  }

  .pl-xl-2,.px-xl-2 {
    padding-left: 1rem !important
  }

  .p-xl-3 {
    padding: 1.5rem !important
  }

  .pt-xl-3,.py-xl-3 {
    padding-top: 1.5rem !important
  }

  .pr-xl-3,.px-xl-3 {
    padding-right: 1.5rem !important
  }

  .pb-xl-3,.py-xl-3 {
    padding-bottom: 1.5rem !important
  }

  .pl-xl-3,.px-xl-3 {
    padding-left: 1.5rem !important
  }

  .p-xl-4 {
    padding: 2rem !important
  }

  .pt-xl-4,.py-xl-4 {
    padding-top: 2rem !important
  }

  .pr-xl-4,.px-xl-4 {
    padding-right: 2rem !important
  }

  .pb-xl-4,.py-xl-4 {
    padding-bottom: 2rem !important
  }

  .pl-xl-4,.px-xl-4 {
    padding-left: 2rem !important
  }

  .p-xl-5 {
    padding: 3rem !important
  }

  .pt-xl-5,.py-xl-5 {
    padding-top: 3rem !important
  }

  .pr-xl-5,.px-xl-5 {
    padding-right: 3rem !important
  }

  .pb-xl-5,.py-xl-5 {
    padding-bottom: 3rem !important
  }

  .pl-xl-5,.px-xl-5 {
    padding-left: 3rem !important
  }

  .p-xl-6 {
    padding: 4rem !important
  }

  .pt-xl-6,.py-xl-6 {
    padding-top: 4rem !important
  }

  .pr-xl-6,.px-xl-6 {
    padding-right: 4rem !important
  }

  .pb-xl-6,.py-xl-6 {
    padding-bottom: 4rem !important
  }

  .pl-xl-6,.px-xl-6 {
    padding-left: 4rem !important
  }

  .p-xl-7 {
    padding: 6rem !important
  }

  .pt-xl-7,.py-xl-7 {
    padding-top: 6rem !important
  }

  .pr-xl-7,.px-xl-7 {
    padding-right: 6rem !important
  }

  .pb-xl-7,.py-xl-7 {
    padding-bottom: 6rem !important
  }

  .pl-xl-7,.px-xl-7 {
    padding-left: 6rem !important
  }

  .p-xl-8 {
    padding: 8rem !important
  }

  .pt-xl-8,.py-xl-8 {
    padding-top: 8rem !important
  }

  .pr-xl-8,.px-xl-8 {
    padding-right: 8rem !important
  }

  .pb-xl-8,.py-xl-8 {
    padding-bottom: 8rem !important
  }

  .pl-xl-8,.px-xl-8 {
    padding-left: 8rem !important
  }

  .m-xl-n1 {
    margin: -.5rem !important
  }

  .mt-xl-n1,.my-xl-n1 {
    margin-top: -.5rem !important
  }

  .mr-xl-n1,.mx-xl-n1 {
    margin-right: -.5rem !important
  }

  .mb-xl-n1,.my-xl-n1 {
    margin-bottom: -.5rem !important
  }

  .ml-xl-n1,.mx-xl-n1 {
    margin-left: -.5rem !important
  }

  .m-xl-n2 {
    margin: -1rem !important
  }

  .mt-xl-n2,.my-xl-n2 {
    margin-top: -1rem !important
  }

  .mr-xl-n2,.mx-xl-n2 {
    margin-right: -1rem !important
  }

  .mb-xl-n2,.my-xl-n2 {
    margin-bottom: -1rem !important
  }

  .ml-xl-n2,.mx-xl-n2 {
    margin-left: -1rem !important
  }

  .m-xl-n3 {
    margin: -1.5rem !important
  }

  .mt-xl-n3,.my-xl-n3 {
    margin-top: -1.5rem !important
  }

  .mr-xl-n3,.mx-xl-n3 {
    margin-right: -1.5rem !important
  }

  .mb-xl-n3,.my-xl-n3 {
    margin-bottom: -1.5rem !important
  }

  .ml-xl-n3,.mx-xl-n3 {
    margin-left: -1.5rem !important
  }

  .m-xl-n4 {
    margin: -2rem !important
  }

  .mt-xl-n4,.my-xl-n4 {
    margin-top: -2rem !important
  }

  .mr-xl-n4,.mx-xl-n4 {
    margin-right: -2rem !important
  }

  .mb-xl-n4,.my-xl-n4 {
    margin-bottom: -2rem !important
  }

  .ml-xl-n4,.mx-xl-n4 {
    margin-left: -2rem !important
  }

  .m-xl-n5 {
    margin: -3rem !important
  }

  .mt-xl-n5,.my-xl-n5 {
    margin-top: -3rem !important
  }

  .mr-xl-n5,.mx-xl-n5 {
    margin-right: -3rem !important
  }

  .mb-xl-n5,.my-xl-n5 {
    margin-bottom: -3rem !important
  }

  .ml-xl-n5,.mx-xl-n5 {
    margin-left: -3rem !important
  }

  .m-xl-n6 {
    margin: -4rem !important
  }

  .mt-xl-n6,.my-xl-n6 {
    margin-top: -4rem !important
  }

  .mr-xl-n6,.mx-xl-n6 {
    margin-right: -4rem !important
  }

  .mb-xl-n6,.my-xl-n6 {
    margin-bottom: -4rem !important
  }

  .ml-xl-n6,.mx-xl-n6 {
    margin-left: -4rem !important
  }

  .m-xl-n7 {
    margin: -6rem !important
  }

  .mt-xl-n7,.my-xl-n7 {
    margin-top: -6rem !important
  }

  .mr-xl-n7,.mx-xl-n7 {
    margin-right: -6rem !important
  }

  .mb-xl-n7,.my-xl-n7 {
    margin-bottom: -6rem !important
  }

  .ml-xl-n7,.mx-xl-n7 {
    margin-left: -6rem !important
  }

  .m-xl-n8 {
    margin: -8rem !important
  }

  .mt-xl-n8,.my-xl-n8 {
    margin-top: -8rem !important
  }

  .mr-xl-n8,.mx-xl-n8 {
    margin-right: -8rem !important
  }

  .mb-xl-n8,.my-xl-n8 {
    margin-bottom: -8rem !important
  }

  .ml-xl-n8,.mx-xl-n8 {
    margin-left: -8rem !important
  }

  .m-xl-auto {
    margin: auto !important
  }

  .mt-xl-auto,.my-xl-auto {
    margin-top: auto !important
  }

  .mr-xl-auto,.mx-xl-auto {
    margin-right: auto !important
  }

  .mb-xl-auto,.my-xl-auto {
    margin-bottom: auto !important
  }

  .ml-xl-auto,.mx-xl-auto {
    margin-left: auto !important
  }
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}

a:hover {  
  text-decoration: underline;
}

.body-container-wrapper a:not(.hs-button) {
  background-image: linear-gradient(to right, #80c2fa 75%, #80c2fa 75%);
  background-position: 0 0.7em;
  background-repeat: repeat-x;
  background-size: 5px 10px;
}

.body-container-wrapper a:not(.hs-button):hover {
  text-decoration: none;
  background-size: 100%;
  background-position: 0 0;
  transition: all 200ms ease-in;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.1;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  font-style: italic;
  padding: 1rem 0 1rem 1rem;
  margin-bottom: 0;
}

/* Horizontal Rules */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
header,footer {
  font-weight: 400;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  font-family: Lato, sans-serif;
}

button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  
  text-decoration: none;
  white-space: normal;
  font-family: inherit;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  border: 1px solid transparent;
  text-align: center;
  font-weight: 400;
  color: #fff;
  background-color: #065da8;
  border-color: #065da8; 
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}

.form-title {
  padding: 15px;
}

.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 8px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b !important;
}

.hs-input,
.hs-search-field__input,
form input[type="password"] {
  display: inline-block;
  width: 100%;  
  font-family: inherit;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  box-shadow: none;
  border-bottom: 3px solid #0A874A;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  min-height: 0;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus,
.hs-search-field__input:focus,
form input[type="password"]:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
	 .email-correction form .form-columns-2 .hs-form-field,
	 .email-correction form .form-columns-3 .hs-form-field,
	 .email-validation form .form-columns-2 .hs-form-field,
	 .email-validation form .form-columns-3 .hs-form-field {
		float: none;
		width: 100%;
	 }
	 .email-correction form .form-columns-2 .hs-form-field .hs-input,
	 .email-correction form .form-columns-3 .hs-form-field .hs-input,
	 .email-validation form .form-columns-2 .hs-form-field .hs-input,
	 .email-validation form .form-columns-3 .hs-form-field .hs-input {
		width: 90%;
	 }
	 .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
	 .email-correction form .form-columns-2 .hs-form-field input[type=radio],
	 .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
	 .email-correction form .form-columns-3 .hs-form-field input[type=radio],
	 .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
	 .email-validation form .form-columns-2 .hs-form-field input[type=radio],
	 .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
	 .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
		width: 24px;
	 }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
@media (min-width: 768px) {
  form {
	 max-width: 500px;  
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.banner-area .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
.child-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  width: 40px;
  cursor: pointer;
  display: none;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.header_inner {
  align-items: center;
  position: relative;
  display: flex;
  padding: .5rem 0;
}

.head_logo {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-right: 1rem;
  font-size: 0;
  line-height: inherit;
  white-space: nowrap;
  max-width: 70%;
}

.head_logo img {
  width: auto !important;
}

.custom-menu-primary {
  flex-grow: 1;
  align-items: center;
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  margin-left: auto !important;
  flex-direction: row;
  display: flex;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  white-space: nowrap;
  padding: .5rem 1rem;
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(0,0,0,0.5);
}

.custom-menu-primary .hs-menu-wrapper>ul ul {
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.15);
  border-color: transparent;
  box-shadow: 0 15px 15px rgb(0 0 0 / 20%);
  padding: 0;
  margin-top: -4px;
  position: absolute;
}

.custom-menu-primary>*,.custom-menu-primary>*>* {
  display: flex;
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul li:hover>ul {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul ul ul {
  left: 99%;
  top: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  font-size: .875rem;
  padding: .75rem;
  color: rgba(0,0,0,0.5);
}

.custom-menu-primary .hs-menu-wrapper>ul svg {
  vertical-align: -.125em;
  display: inline-block;
  font-size: inherit;
  height: 1em;
  width: .625em;
}

.custom-menu-primary .hs-menu-wrapper>ul ul svg {
  width: .5em;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(1) svg {
  width: .875em;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2) svg {
  width: 1em;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(-n+2) svg {
  color: #065da8;
}

.header .hs-item-has-children {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul ul>li:first-child>ul {
  right: calc(100% - 1px);
  left: auto;
}


.header_sticky {
  position: fixed;
  z-index: 1;
  top: 0;
  transform: translateY(-100%);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 400ms;
  background: white;
  border-bottom: 1px solid #e9ecef;
  width: 100%;
}

.fixed .header_sticky {
  transform: translateY(0);
  box-shadow: 0 6px 16px -10px rgb(0 0 0 / 20%);
}

.st_head_logo {
  margin-right: 1rem;
  line-height: inherit;
  white-space: nowrap;
  display: inline-block;
  margin-top: -2px;
}

.st_head_logo img {
  width: auto !important;
  max-height: 20px;
}

.st_header_inner {
  align-items: center;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  min-height: 48px;
}

.sticky_trigger {
  background-color: #343a40;
  margin-left: auto;
  font-size: 1.3125rem;
  padding: .5rem 1rem;
  margin-right: -1rem;
}

.sticky_trigger svg {
  vertical-align: -.125em;
  display: inline-block;
  font-size: inherit;
  height: 1em;
  color: inherit;
  width: .875em;
  overflow: visible;
}


.mm-menu {
  background: white;
}

.mm-menu .hs-menu-item {
  text-transform: uppercase;
}

.mm-listitem_selected>.mm-listitem__text {
  background: none !important;
}

nav#off_menu>div>div#mm-1>ul>li>a[href="javascript:;"]+a {
  position: absolute;
  text-align: right;
  width: 100%;
  border: none !important;
}

div#mm-1 ul li:last-child svg {
  width: .875em;
}

div#mm-1 ul li:nth-last-child(-n+2) svg {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}

div#mm-1 ul li:nth-last-child(-n+2) a {
  padding: .5rem 1rem;
  font-size: .875rem;
  color: #065da8;
}

.body-container-wrapper .hs-menu-item a {
  display: inline;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.white-popup h2 {
  position: absolute;
  bottom: 105%;
  line-height: 1.1;
  margin-bottom: 0;
  font-family: "Nunito",Helvetica,Arial,sans-serif;
  font-size: 2.25rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.white-popup .mfp-close {
  display: none;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  max-width: 100%;
}

.form-inline input {
  outline-offset: -2px;
  -webkit-appearance: none;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0A874A;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  width: 75% !important;
  margin-right: 0 !important;
  border: none;
  box-shadow: none;
  border-bottom: 3px solid #0A874A;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  outline: none;
}

.form-inline button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  width: 25% !important;
}

.form-inline button svg {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
  width: 1em;
}

.form-inline button:hover {
  background-color: #138496;
  border-color: #117a8b;
}

.mobile_trigger {
  display: block;
  padding: .5rem 1rem;
  font-size: 1.3125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: calc(1.25625rem + .075vw);
  margin-left: auto;
  color: rgba(0,0,0,0.5);
  border-color: rgba(0,0,0,0.1);
  margin-right: -1rem;
}

.mobile_trigger svg {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
  color: #343a40;
  width: .875em;
}

.banner_wrap {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.banner_inner {
  min-height: 60vh;
  display: flex;
  flex-wrap: wrap;
}

.banner_inner h1 {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  align-self: flex-end;
  margin-bottom: 3rem;
  letter-spacing: 1px;
  line-height: 1.1;
  margin-bottom: 0;
  font-family: "Nunito",Helvetica,Arial,sans-serif;
  font-weight: 700;
  position: relative;
  word-wrap: break-word;
  padding-left: 20px;  
  margin-bottom: calc(6rem + 17px);
  color: #fff;
}

.banner_inner h1:before {
  width: 15px;
  content: '';
  height: 6px;
  background-color: #7ED321;
  position: absolute;
  top: calc( 50% - 3px);
  left: 0;
}

.banner_wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  background-image: linear-gradient( 180deg , rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
}

.banner-section .container-fluid {
  padding: 0;
}


#st-share {
  position: fixed;
  left: 10px;
  bottom: 10px;
  margin: 0;
  z-index: 99;
  display: none;
}

#st-share p.st-share-label {
  transform: rotate( -90deg ) translateX(-10%) translateY(15%);
  transform-origin: left top;
  text-align: right;
  margin: 0;  
}

#st-share .jssocials-share-facebook a {
  background-color: #3b5997;
}

#st-share .st-social a {
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 8px;
  opacity: 1;
}

#st-share .st-social a svg {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
  text-align: center;
  width: 1.25em;
}

#st-share .jssocials-share-linkedin a {
  background-color: #0077B5;
}

#st-share .jssocials-share-twitter a {
  background-color: #41b7d8;
}

@media (min-width: 768px) {
  #st-share {
	 display: block;
  }
  
  #st-share p:first-child {
	 transition: opacity 0.3s ease-in;
	 opacity: 0.3;
  }

  #st-share .st-social a {
	 transition: opacity 0.3s ease-in;
	 opacity: 0.3;
  }

  #st-share .st-social a:hover {
	 opacity: 1;
  }
}

@media (min-width: 992px) {
  #st-share {
	 left: 25px;
  }
}







@media (min-width: 768px) {
  .head_logo {
	 max-width: 20%;
  }
  div#mm-1 ul li:nth-last-child(-n+2) a {
	 font-size: 11px;
  }
  .banner_inner h1 {
	 padding-left: 95px;
  }
  .banner_inner h1:before {
	 width: 65px;
  }
}

@media (min-width: 992px) {
  .mobile_trigger {
	 display: none;
  }  
  .header_inner {
	 flex-flow: row nowrap;
	 justify-content: flex-start;
  }
  .custom-menu-primary {
	 display: flex;
	 flex-basis: auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 padding-right: .5rem;
	 padding-left: .5rem;
  }
}

@media (min-width: 1200px) {
  .head_logo {
	 max-width: 25%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 font-size: .875rem;
  }
  div#mm-1 ul li:nth-last-child(-n+2) a {
	 font-size: .875rem;
  }
}
@media (max-width: 1200px) {
  .banner_inner h1 {
	 font-size: calc(1.45rem + 2.4vw);
	 margin-bottom: calc(6rem + 16px);
  }
}
@media (max-width: 767.98px) {
  .banner_inner h1 {
	 margin-left: -15px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.footer_bottom {
  padding-bottom: 3rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row>div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.ftr_col1,.ftr_col2 {
  margin-left: 8.3333333333%;
}

.ftr_col3 {
  display: none;
}

.ftr_col h5 {
  line-height: 1.1;
  font-family: "Nunito",Helvetica,Arial,sans-serif;
  letter-spacing: 1px;
  transform: rotate( -90deg ) translateX(-100%) translateY(-200%);
  transform-origin: left top;
  text-align: right;
  margin: 0;
  font-size: .875rem;
  font-weight: 300;
}

.ftr_col1 h5 {
  position: relative;
  left: 5px;
}

.footer_bottom ul {
  color: #6c757d;
  font-size: .875rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.footer_bottom ul li {
  padding: 0.5rem 0;
}

.footer_bottom ul li a {
  color: #6c757d;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  transition: color 200ms ease-in;
}

.abt_us {
  margin: 0 0 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.abt_us p {
  margin-bottom: 1rem;
  font-family: "Roboto",Roboto,Helvetica,Arial,sans-serif;
  color: #6c757d;
}

.abt_us>*>span {
  display: block;
  font-size: 80%;
  color: #000;
}

.abt_us>*>span span {
  font-size: .875rem;
  color: #495057;
  line-height: 1.25;
  display: block;
}

.con_details li {
  display: flex;
}

.con_details li svg,.social_wrap svg {
  height: 1em;
  display: inline-block;
  font-size: 1.3333333333em;
  line-height: .75em;
  text-align: center;
  vertical-align: -.225em;
  width: 1.25em;
  overflow: visible;
  margin-right: 0.5rem;
}

.footer_bottom ul li p {
  margin: 0;
}

.social_wrap svg>svg {
  margin-right: 0.5rem;
}

.social_wrap>svg {
  color: #6c757d;
}

.social_wrap {
  font-size: .875rem;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.social_wrap ul {
  display: flex;
}

.social_wrap ul li {
  display: inline-block;
  padding: 0;
  text-align: center;
}

.social_wrap ul li:not(:last-child) {
  margin-right: .5rem;
}

.social_wrap ul li a {
  display: inline-block;
  line-height: 1.8rem;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  margin-right: 5px;
  text-align: center;
  box-sizing: content-box;
  color: #6c757d;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  transition: color 200ms ease-in;
}

.social_wrap ul li.facebook a {
  background-color: #3b5997;
  opacity: 1;
  color: white;
  transition: opacity 200ms ease-in;
}

.social_wrap ul li a svg {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
  margin: 0;
  line-height: inherit;
}

.ftr_col1 ul {
  margin: 0;
}

.social_wrap ul li.facebook a svg {
  width: .625em;
}

.social_wrap ul .youtube a {
  background-color: #ca292e;
  opacity: 1;
  color: white;
  transition: opacity 200ms ease-in;
}

.social_wrap ul .youtube a svg {
  width: 1.125em;
}

.social_wrap ul .linkedin a {
  background-color: #0077B5;
  opacity: 1;
  color: white;
  transition: opacity 200ms ease-in;
}

.social_wrap ul .linkedin a svg {
  width: .875em;
}

.social_wrap ul .twitter a {
  background-color: #41b7d8;
  opacity: 1;
  color: white;
  transition: opacity 200ms ease-in;
}

.social_wrap ul .twitter a svg {
  width: 1em;
}

.con_details li:first-child svg {
  align-self: center;
  position: relative;
  top: -1px;
}

.social_wrap ul li a:hover {
  opacity: 0.5;
}

.cta-registrazione_wrap {
  overflow: hidden;
}

.social_wrap>svg {
  position: relative;
  top: -2px;
}

.full_col {
  flex: 0 0 100%;
  max-width: 100%;
}

.ftr_spacer {
  flex: 0 0 91.6666666667%;
  margin-left: 8.3333333333%;
  max-width: 91.6666666667%;
}

.ftr_spacer hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
  margin-top: .5rem;
  margin-bottom: .5rem;
  background: none;
}

.cta-registrazione_wrap .full_col p {
  line-height: 1.1;
  font-family: "Nunito",Helvetica,Arial,sans-serif;
  font-size: 2.25rem;
  margin-bottom: 3rem;
  font-weight: 300;
  position: relative;
  word-wrap: break-word;
  padding-left: 20px;
  color: #212529;
}

.cta-registrazione_wrap .full_col p:before {
  content: '';
  height: 6px;
  background-color: #7ED321;
  position: absolute;
  top: calc( 50% - 3px);
  left: 0;
  width: 15px;
}

.cta-registrazione_wrap>div>.row {
  margin-top: 3rem;
  padding-top: 6rem;
}

.cta-img_cont {
  flex: 0 0 25%;
  padding-left: 0 !important;
  display: none;
  max-width: 25%;
}

.registrazione .row:after {
  content: '';
  position: absolute;
  left: 90%;
  width: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #e5f3ed;
  z-index: -1;
}

.registrazione__img {
  background-size: cover;
  height: 100%;
  width: 100%;
  min-height: 250px;
  background-position: center center;
}

.form_container {
  padding-bottom: 1rem;
  padding-top: 1rem;
  align-self: center;
  position: static !important;
}

.form_container>p {
  font-family: "Nunito",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.1;
  color: #212529;
}

.form_container>p>span {
  color: #7ED321;
}

.form_container .form-group {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
}

.form_container .form-group form {
  max-width: 100%;
}

.form_container .form-group form>div>label {
  display: none;
}

.form_container .form-group form .hs-input {
  margin: 0;
  font-family: inherit;
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0A874A;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  border: none;
  box-shadow: none;
  border-bottom: 3px solid #0A874A;
}

.registrazione .row {
  background-color: #e5f3ed;
  box-shadow: 0 0 0 rgb(0 0 0 / 0%);
  position: relative;
}

.form_container .form-group form input.hs-button.primary.large {
  margin: 0;
  font-family: inherit;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  text-transform: uppercase;
  position: absolute;
  bottom: -24px;
  right: 15px;
  background-image: url(https://20072808.fs1.hubspotusercontent-na1.net/hubfs/20072808/raw_assets/public/Servitecno_June2021/images/dual_arrow.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: calc(100% - 24px) 50%;
  padding-right: 54px;
}

.form_container .form-group form .hs-form-field {
  margin: 0;
}

::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form_container .form-group form .hs-input::placeholder {
  color: #6c757d;
}

@media (min-width: 576px) {
  .footer_bottom {
	 padding-bottom: 8rem;
	 padding-top: 3rem;
  }
  .ftr_col1,
  .ftr_col2 {
	 flex: 0 0 41.6666666667%;
	 max-width: 41.6666666667%;
  }
}
@media (min-width: 768px) {
  .ftr_col2 {
	 margin-left: 0;
  }
  .cta-registrazione_wrap .full_col p {
	 padding-left: 95px;
  }
  .cta-registrazione_wrap .full_col p:before {
	 width: 65px;
  }
}
@media (min-width: 992px) {
  .ftr_col1,
  .ftr_col2 {
	 flex: 0 0 25%;
	 max-width: 25%;
  }
  .ftr_col3 {
	 flex: 0 0 33.3333333333%;
	 max-width: 33.3333333333%;
	 margin-left: 8.3333333333%;
	 display: block;
  }
  .cta-img_cont {
	 display: block;
  }
  .form_container {
	 flex: 0 0 75%;
	 max-width: 75%;
  }
  .form_container .form-group {
	 margin-bottom: 0 !important;
	 width: 50%;
  }
}

@media (max-width: 1200px) {
  .cta-registrazione_wrap .full_col p {
	 font-size: calc(1.35rem + 1.2vw);
  }
}
@media (max-width: 767.98px) {
  .ftr_col h5 {
	 position: absolute;
	 left: 15px;
	 top: 9px;
  }

  .cta-registrazione_wrap .full_col p {
	 margin-left: -15px;
	 font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .ftr_spacer {
	 display: none;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */
.top_col>p {
  margin-left: 20px;
  font-size: .875rem;
  color: #000;
}

.top_col h1 {
  font-weight: 700;
  padding-left: 20px;
  position: relative;
  margin: 0;
  word-wrap: break-word;
}

.top_col h1:before {
  width: 15px;
  content: '';
  height: 6px;
  background-color: #7ED321;
  position: absolute;
  top: calc( 50% - 3px);
  left: 0;
}

.post_item .image_col {
  display: none;
}

img {
  vertical-align: middle;
}

.article-body p a {
}

p {
}

.article-body p a {
  color: #343a40 !important;
  font-family: "Nunito",Helvetica,Arial,sans-serif !important;
  font-weight: 700;
  font-size: 80%;
  background-image: linear-gradient(to right, #80c2fa 75%, #80c2fa 75%);
  background-position: 0 0.7em;
  background-repeat: repeat-x;
  background-size: 5px 10px;
}

.article-body p a svg {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
  width: .875em;
}

.article-body p a:hover {
  text-decoration: none;
  background-size: 100%;
  background-position: 0 0;
  transition: all 200ms ease-in;
}

.st_meta {
  margin-top: 1.5rem;
  color: #6c757d;
  font-size: .875rem;
}

.st_meta a {
  color: #6c757d;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  transition: color 200ms ease-in;
}

.st_meta a:hover {
  color: #000;
}

.post_item .col_8 .full_col>a {
  color: #343a40;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition: color 400ms;
}

.post_item .col_8 .full_col>a:hover {
  text-decoration: none;
  color: #065da8;
}

.post_item .col_8 .full_col h2 {
  color: inherit;
}

.post_item .image_col img {
  float: right;
/*   max-width: 255px;
  width: 100%; */
}

.cats_col p {
  font-size: 1.25rem;
  line-height: 1.1;
  font-family: "Nunito",Helvetica,Arial,sans-serif;
  margin: 0;
  text-transform: capitalize;
  color: #6c757d;
  font-weight: 400;
}

.no-image .cats_col {
  margin-left: 0 !important;
}

.no-image.post_item .col_8 {
  flex: 0 0 100%;
  max-width: 100%;
}

.no-image .article-body {
  flex: 0 0 100%;
  max-width: 100%;
}

.bread_shift a {
  color: #000;
}

.post_item .col_8 .full_col>a img {
  display: block;
  float: right;
  width: 25%;
}

/* ==Post Page== */
.offsetted_content {
  margin-top: 6rem !important;
}

.bread_bold {
  font-size: .875rem;
  color: #000;
  font-weight: 700;
}

.bread_bold a {
  color: inherit;
}

.blog_post_Top .st_user {
  color: #6c757d !important;
  font-weight: 700;
}

.blog_post_Top .st_meta {
  color: #6c757d;
  margin: 0;
  font-weight: normal;
  padding-bottom: 1rem;
}

.align-self-center {
  align-self: center;
}

.blog-comments form {
  max-width: 100%;
  padding: 30px 0;
  margin: 30px 0 0;
}

.bread_bold {
  font-size: .875rem;
  color: #000;
  font-weight: 700;
}

.bread_bold a {
  color: inherit;
}

.blog_post_Top .st_user {
  color: #6c757d !important;
  font-weight: 700;
}

.blog_post_Top .st_meta {
  color: #6c757d;
  margin: 0;
  font-weight: normal;
  padding-bottom: 1rem;
}

.align-self-center {
  align-self: center;
}

.blog-comments form {
  max-width: 100%;
  padding: 30px 0;
  margin: 30px 0 0;
}

.rel_posts_wrap h4 {
  color: #6c757d;
  font-weight: 400;
  margin: 0;
}

.top_title {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  margin-left: 16.6666666667%;
  margin-bottom: 4rem;
}

.rel_post_item a {
  color: #343a40;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition: color 400ms;
}

.st_focus-hor {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  border-left: 4px solid #dee2e6;
  position: relative;
}

.st_focus-hor .st_meta {
  margin-top: 0;
}

.st_focus-hor:after {
  content: '';
  position: absolute;
  height: 0;
  top: 0;
  left: -4px;
  width: 4px;
  background: #065da8;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition: height 400ms;
}

.st_focus-link:hover {
  text-decoration: none;
  color: #065da8;
}

.st_focus-hor:hover:after {
  height: 100%;
}

.blog-post__body a {
  color: #065da8;
  background-image: linear-gradient(to right, #80c2fa 75%, #80c2fa 75%);
  background-position: 0 0.7em;
  background-repeat: repeat-x;
  background-size: 5px 10px;
}

.blog-post__body a:hover {
  text-decoration: none;
  background-size: 100%;
  background-position: 0 0;
  transition: all 200ms ease-in;
}

.blog-pagination {
  display: none !important;
}


@media (min-width: 576px) {
  .post_item .image_col {
	 display: block;
  }
  .post_item .col_8 .full_col>a img {
	 display: none;
  }
  .rel_post_item {
	 flex: 0 0 50%;
	 max-width: 50%;
  }
}
@media (min-width: 768px) {
  .top_col>p {
	 margin-left: 95px;
  }
  .top_col h1 { 
	 padding-left: 95px;
  }
  .top_col h1:before {
	 width: 65px;
  }
  .blog_top .bot_col {
	 flex: 0 0 75%;
	 max-width: 75%;
	 margin-left: 8.3333333333%;
	 padding-left: 0 !important;
  }
  .post_item .cats_col {
	 flex: 0 0 66.6666666667%;
	 max-width: 66.6666666667%;
	 margin-left: 33.3333333333%;
  }
  .col_8 {
	 flex: 0 0 66.6666666667%;
	 max-width: 66.6666666667%;
  }
  .post_item .image_col {
	 flex: 0 0 33.3333333333%;
	 max-width: 33.3333333333%;
  }
  .rel_post_item {
	 flex: 0 0 33.3333333333%;
	 max-width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .post_item .cats_col {
	 margin-left: 25%;
  }
  .post_item .image_col {
	 flex: 0 0 25%;
	 max-width: 25%;
  }
  .article-body {
	 flex: 0 0 75%;
	 max-width: 75%;
  }

  .offsetted_content {
	 flex: 0 0 91.6666666667%;
	 max-width: 91.6666666667%;
	 margin-left: 8.3333333333%;
  }
  .rel_post_item {
	 flex: 0 0 25%;
	 max-width: 25%;
  }
}

@media (max-width: 767.98px) {
  .top_col h1 {
	 margin-left: -15px;
  }

  .top_col>p {
	 margin-left: 0;
  }

  .post_item .image_col img {
	 max-width: 100%;
	 float: none;
	 margin: 0 0 1.5rem;
  }

  .cats_col p {
	 margin: 0 0 1.5rem;
  }
}
@media (max-width: 479px) {
  .post_item .col_8 .full_col>a img {
	 float: none;
	 width: 100%;
	 margin: 0 0 1rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 200px 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #EFEFEF;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 400px  ;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}
.hs-form-field {
  margin: 0 0 10px;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
form#email-prefs-form input[type="email"] {
  width: 100% !important;
}
.hs-error-msgs {
  padding: 0;
  margin: 0;
}
.hs-form-field label {
  margin-bottom: 8px;
  display: inline-block;
}
label:empty {
  display: none !important;
}
input#hs-pwd-widget-password {
  height: 40px !important;
}
.subs form#email-prefs-form {
  max-width: 100%;
}
@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
  .blog-post img {
  float: none !important;
  margin: 0 !important;
  max-width: 100%;
}
}
.error-page {
  position: relative;
  z-index: 2;
}
.comment-date, .comment-from {
  display: block !important;
}
.grecaptcha-badge {
  max-width: 100%;
  overflow: auto hidden;
  margin: 0;
}
h3:empty {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
}
span.replying-to {
  display: block;
  padding-bottom: 30px;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  padding: 20px;
}