

.extend-btn {
	text-decoration: underline;
}

/* Fix for buttons not being clickable with parent divs that have negative bottom margins */
.module--button,
a {
	position: relative;
	z-index: 2;
}

/* Dependent fields */

.hs-dependent-field {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.hs-dependent-field .hs-form-field {
	flex: 1 1 49%;
}

.hs-dependent-field .hs-form-field:nth-child(even) {
	margin-right: 1%;
}

.hs-dependent-field .hs-form-field:nth-child(odd) {
	margin-left: 1%;
}

.hs-dependent-field > .hs-form-field:first-child {
	flex: 1 1 100%;
	margin-left: 0;
	margin-right: 0;
}

/* Header switcher */

.header--sticky-active .header__buttons__switcher {
	top: -80px
}

.header--sticky-inactive .header__buttons__switcher {
	transition-delay: .1s;
}

.header__buttons__switcher {
	position: absolute;
	top: 0;
	left: 23%;
	transform: translateX(-77%);
	z-index: 2;
	border-radius: 0 0 4px 4px;
	background: #fff;
	box-shadow: 0 2px 2px rgb(34 35 38 / 20%);
	transition: top .3s  ease-in-out;
}

.switcher__inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 0;
}

.switcher__item {
	padding: 0 4px;
}

.switcher__item.active {
	background-color: #ededed;
}

.switcher__item a {
	margin: 0 !important;
	padding: 4px;
	display: block;
	width: 100%;
}

.switcher__item img {
	width: 20px;
	height: auto;
}

@media (max-width: 1139px) and (min-width: 768px) {
	.header__buttons__switcher {
		left: 32%;
		transform: translateX(-68%);
	}
}

@media (max-width: 767px) {
	.header__buttons__switcher {
		left: 53%;
		transform: translateX(-47%);
	}
}

/* In-page editor position fix */
.dnd-section .inpage-editor-active-field,
.dnd-section .inpage-editor-highlight-field {
  position: static !important;
}

/* Temp style for disabled links */
.module--header_nav a[href="#coming-soon"] {
	position: relative;
	color: red;
}
.module--header_nav a[href="#coming-soon"]:after {
	content: "coming soon";
	font-size: 8px;
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 0;
}
.nav__list--flyout a[href^="#coming-soon"]:after {
	left: 1.11rem;
}

/* Drop down styles */
.drop-down__list {
	box-shadow: 0px 8px 16px rgba(34, 35, 38, 0.05) !important;
	max-height: 50vh !important;
	overflow: auto;
}

/* Fix form text margin issue */
.form-columns-2 > .hs-richtext {
	padding: 0 12.0px;
}

/* Tables within certain modules */
.unstyled-table table {
	border: 0 !important;
}
.unstyled-table table td {
	padding: 10px !important;
	vertical-align: top;
}

/* Sections with video and rich text */
@media (min-width: 1140px) {
	.dnd-section:has(.module--video):has(.module--rtext) > .row-fluid > div:first-child:has(.module--video) {
		margin-right: 36px;
	}
	.dnd-section:has(.module--video):has(.module--rtext) > .row-fluid > div:last-child:has(.module--video) {
		margin-left: 36px;
	}
}
@media (max-width: 1139px) and (min-width: 768px) {
	.dnd-section:has(.module--video):has(.module--rtext) > .row-fluid {
    flex-wrap: wrap;
	}
	.dnd-section:has(.module--video):has(.module--rtext) > .row-fluid > div {
    width: 100% !important;
		margin-left: 0 !important;
	}
	.dnd-section:has(.module--video):has(.module--rtext) > .row-fluid > div:first-child {
		margin-bottom: 36px;
	}
	.dnd-section:has(.module--video):has(.module--rtext) .embed_container iframe {
		width: 100%;
		height: 100%;
	}
}
@media (max-width: 767px) {
	.dnd-section:has(.module--video):has(.module--rtext) > .row-fluid > div:first-child {
		margin-bottom: 24px;
	}
}

.body a {
  word-break: break-word;
}

#team-section-1 .section-bg__media {
	background-size: 100% 50vh !important;
}

/* Two column lists */
@media (min-width: 767px) {
	.txt--two-col-lists ul {
    display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.txt--two-col-lists ul li {
		width: 48%;
		margin: 10px 1% 10px;  
	}
}

/* Image shadow */
.img--shadow img,
img.img--shadow {
  box-shadow: 0px 32px 64px rgba(34, 35, 38, 0.05), 0px 16px 32px rgba(34, 35, 38, 0.05);
}

/* Header container */
.header__center.container {
	width: 1366px;
}

#banner-subscribe .form-title {
	color: #fece1c;
}

/* Min height */
.minh-full {
  min-height: 100vh;
}
.minh-threequarters {
  min-height: 75vh;
}
.minh-half {
  min-height: 50vh;
}
.dnd-section.minh-full,
.dnd-section.minh-threequarters,
.dnd-section.minh-half {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dnd-section.minh-full > *,
.dnd-section.minh-threequarters > *,
.dnd-section.minh-half > * {
  width: 100%;
}
.static-header .minh-full {
	min-height: calc(100vh - 90px);
}
.static-header .minh-threequarters {
	min-height: calc(75vh - 90px);
}
.static-header .minh-half {
	min-height: calc(50vh - 90px);
}


.lg-smaller .feature-card__icon {
	margin: 0 0 10px;
}
.lg-smaller .feature-card {
	padding: 0;
}
.lg-smaller .feature-card__title {
	font-size: 16px;
}
@media (max-width: 1139px) {
	.md-smaller .feature-card__icon {
		margin: 0 0 10px;
	}
	.md-smaller .feature-card {
		padding: 0;
	}
	.md-smaller .feature-card__title {
		font-size: 14px;
	}
	.md-smaller .icon__glyph {
		width: 85px !important;
		height: 85px !important;
	}
}
@media (max-width: 767px) {
	.sm-smaller .feature-card__icon {
		margin: 0 0 10px;
	}
	.sm-smaller .feature-card {
		padding: 0;
	}
	.sm-smaller .feature-card__title {
		font-size: 10px;
	}
	.sm-smaller .icon__glyph {
		width: 75px !important;
		height: 75px !important;
	}
}

@media (max-width: 479px) {
  
    .xs-s1 {
      width: 8.333333333333332%;
    }
  
    .xs-s2 {
      width: 16.666666666666664%;
    }
  
    .xs-s3 {
      width: 25.000000000000000%;
    }
  
    .xs-s4 {
      width: 33.333333333333330%;
    }
  
    .xs-s5 {
      width: 41.666666666666670%;
    }
  
    .xs-s6 {
      width: 50.000000000000000%;
    }
  
    .xs-s7 {
      width: 58.333333333333336%;
    }
  
    .xs-s8 {
      width: 66.666666666666660%;
    }
  
    .xs-s9 {
      width: 75.000000000000000%;
    }
  
    .xs-s10 {
      width: 83.333333333333340%;
    }
  
    .xs-s11 {
      width: 91.666666666666660%;
    }
  
    .xs-s12 {
      width: 100.000000000000000%;
    }
  
}

/* Decrease nav link font & button size */
.header__nav a,
.nav__list--flyout a {
	font-size: 17px;
}
.header__buttons__sticky .btn {
  font-size: 16px;
	padding: 10px;
}
.nav--arrows .nav__list--level1 > .nav__item--branch > a {
	padding-inline-end: 20px !important;
}
@media (max-width: 1400px) and (min-width: 1281px) {
	.header__nav a,
	.nav__list--flyout a {
		font-size: 16px !important;
	}
	.nav--arrows .nav__list--level1 > li:not(:last-child) {
		margin-inline-end: calc(1.5rem - 6px) !important;
	}
}
@media (max-width: 1280px) and (min-width: 1140px) {
	.header__nav a,
	.nav__list--flyout a {
		font-size: 14px !important;
	}
	.header__buttons .btn {
		min-width: 0;
		padding: 10px 12px;
		font-size: 15px;
	}
	.nav--arrows .nav__list--level1 > .nav__item--branch > a {
		padding-inline-end: 20px !important;
	}
	.nav--arrows .nav__list--level1 > li:not(:last-child) {
		margin-inline-end: calc(1.2rem - 6px) !important;
	}
}

.header--sticky-active .header__section--main,
.nav__list--flyout {
	box-shadow: 0px 8px 16px rgba(34, 35, 38, 0.05) !important;
}

.body-size {
	font-size: inherit;
}

.fw-300 {
	font-weight: 300;
}
.fw-400 {
	font-weight: 400;
}
.fw-700 {
	font-weight: 700;
}
.fw-900 {
	font-weight: 900;
}

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
	color: #36a9e0
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight: 900;
}

.hide-overflow {
	overflow: hidden; 
}

/* Video decor */
.video-decor--1 {
	position: relative;
}
.video-decor--1 > * {
	position: relative;
	z-index: 2;
}
.video-decor--1:before,
.video-decor--1:after {
	content: "";
	position: absolute;
	z-index: 1;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
}
.video-decor--1:before {
	background-image: url('https://5884588.fs1.hubspotusercontent-na1.net/hubfs/5884588/decorations/translucent-red-bubble.svg');
	max-width: 540px;
	max-height: 540px;
	width: 50%;
	height: 100%;
  right: -18%;
	top: -30%;
	transform: rotate(26deg);
}
.video-decor--1:after {
	background-image: url('https://5884588.fs1.hubspotusercontent-na1.net/hubfs/5884588/decorations/translucent-blue-bubble.svg');
  transform: rotate(-30deg);
	max-width: 253px;
	max-height: 253px;
	width: 30%;
	height: 100%;
	bottom: -17%;
	left: -10%;
}
@media (max-width: 479px) {
	.video-decor--1:after {
		bottom: -35%;
	}
}

/* Hide fourth blog post on homepage on small screens */
@media (max-width: 767px) {
	#latest-blog-feed .col:last-child {
		display: none !important;
	}
}

/* Image masks */
.img-mask {
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
	-webkit-mask-origin: border-box;
	mask-origin: border-box;
	-webkit-mask-position: center;
  mask-position: center;
}

.img-mask--1 {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgOTc2LjEgOTA2IiB4bWw6c3BhY2U9InByZXNlcnZlIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj4KICA8ZGVmcz4KICAgIDxwYXRoIGlkPSJhIiBkPSJNNzg4LjYgNzMuOUM2OTQuOSAxNC45IDY2OS44IDEyLjIgNTU5LjcgMGMtMjUyLjQgMy00NTcgMTQ4LjgtNTM2LjIgMzg4LjUtMjcuMSA4Mi0zNC4zIDE3My43LTIuNSAyNTQgNDEuOCAxMDUuNSAxNDUuNyAxNzcgMjU1LjUgMjA1LjggMTA5LjggMjguOSAyMzAuNyA2OC42IDM0My4zIDU0LjkgODcuOC0xMC43IDE3NS41LTc0LjkgMjQxLjItMTM0LjEgNDMuNi0zOS4zIDcwLjgtOTMuOCA4OS0xNDkuNiA2My42LTE5NC4yIDExLjUtNDM2LjYtMTYxLjQtNTQ1LjYiLz4KICA8L2RlZnM+CiAgPHVzZSB4bGluazpocmVmPSIjYSIvPgo8L3N2Zz4K);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgOTc2LjEgOTA2IiB4bWw6c3BhY2U9InByZXNlcnZlIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj4KICA8ZGVmcz4KICAgIDxwYXRoIGlkPSJhIiBkPSJNNzg4LjYgNzMuOUM2OTQuOSAxNC45IDY2OS44IDEyLjIgNTU5LjcgMGMtMjUyLjQgMy00NTcgMTQ4LjgtNTM2LjIgMzg4LjUtMjcuMSA4Mi0zNC4zIDE3My43LTIuNSAyNTQgNDEuOCAxMDUuNSAxNDUuNyAxNzcgMjU1LjUgMjA1LjggMTA5LjggMjguOSAyMzAuNyA2OC42IDM0My4zIDU0LjkgODcuOC0xMC43IDE3NS41LTc0LjkgMjQxLjItMTM0LjEgNDMuNi0zOS4zIDcwLjgtOTMuOCA4OS0xNDkuNiA2My42LTE5NC4yIDExLjUtNDM2LjYtMTYxLjQtNTQ1LjYiLz4KICA8L2RlZnM+CiAgPHVzZSB4bGluazpocmVmPSIjYSIvPgo8L3N2Zz4K);
}

.img-mask--2 {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MzIuNjUgNjQzLjUyIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvbj0ibm9uZSI+CiAgPHBhdGggZD0iTTI1MC40MiA5LjIyYzU5Ljg1LTEyLjI5IDExNC45LTEyLjI5IDE2NS4wOSAwIDUwLjE5IDEyLjM0IDkwLjIgMzAuODMgMTIwLjE2IDU1LjQ3IDM1LjE5IDI4LjE4IDYwLjc2IDY2Ljk0IDc2LjYgMTE2LjIgMTUuODMgNDkuMzIgMjIuNDYgOTkuOTUgMTkuODEgMTUxLjg3LTIuNjUgNTEuOTYtMTMuMjIgMTAxLjY5LTMxLjcxIDE0OS4yMi0xOC40OSA0Ny41NC00My41NiA4Mi43OS03NS4yNyAxMDUuNjUtMjguMTggMjEuMTMtNjEuMTggMzYuMDYtOTkuMDIgNDQuOS0zNy44OCA4Ljc5LTc2LjE4IDEyLjI5LTExNC45IDEwLjU2LTM4Ljc1LTEuNzctNzYuMTgtNy45My0xMTIuMjUtMTguNDktMzYuMS0xMC41Ny02Ny4zNS0yNS41LTkzLjc2LTQ0LjktMzMuNDktMjIuODYtNTguNTctNTUuNDYtNzUuMjctOTcuNzNDMTMuMTMgNDM5LjcyIDMuNTEgMzk1LjczLjg1IDM0OS45M2MtMi42NS00NS43Ny44Ny05MC4yMiAxMC41Ny0xMzMuMzggOS42Ni00My4xMiAyNS4wOC03Ny45MSA0Ni4yMi0xMDQuMzIgMTkuMzYtMjQuNjQgNDcuMDktNDUuNzcgODMuMTktNjMuNCAzNi4wNi0xNy41OCA3Mi42Mi0zMC43OCAxMDkuNTktMzkuNjJaIiBzdHlsZT0iZmlsbDojZmZmIi8+Cjwvc3ZnPgo=);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MzIuNjUgNjQzLjUyIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvbj0ibm9uZSI+CiAgPHBhdGggZD0iTTI1MC40MiA5LjIyYzU5Ljg1LTEyLjI5IDExNC45LTEyLjI5IDE2NS4wOSAwIDUwLjE5IDEyLjM0IDkwLjIgMzAuODMgMTIwLjE2IDU1LjQ3IDM1LjE5IDI4LjE4IDYwLjc2IDY2Ljk0IDc2LjYgMTE2LjIgMTUuODMgNDkuMzIgMjIuNDYgOTkuOTUgMTkuODEgMTUxLjg3LTIuNjUgNTEuOTYtMTMuMjIgMTAxLjY5LTMxLjcxIDE0OS4yMi0xOC40OSA0Ny41NC00My41NiA4Mi43OS03NS4yNyAxMDUuNjUtMjguMTggMjEuMTMtNjEuMTggMzYuMDYtOTkuMDIgNDQuOS0zNy44OCA4Ljc5LTc2LjE4IDEyLjI5LTExNC45IDEwLjU2LTM4Ljc1LTEuNzctNzYuMTgtNy45My0xMTIuMjUtMTguNDktMzYuMS0xMC41Ny02Ny4zNS0yNS41LTkzLjc2LTQ0LjktMzMuNDktMjIuODYtNTguNTctNTUuNDYtNzUuMjctOTcuNzNDMTMuMTMgNDM5LjcyIDMuNTEgMzk1LjczLjg1IDM0OS45M2MtMi42NS00NS43Ny44Ny05MC4yMiAxMC41Ny0xMzMuMzggOS42Ni00My4xMiAyNS4wOC03Ny45MSA0Ni4yMi0xMDQuMzIgMTkuMzYtMjQuNjQgNDcuMDktNDUuNzcgODMuMTktNjMuNCAzNi4wNi0xNy41OCA3Mi42Mi0zMC43OCAxMDkuNTktMzkuNjJaIiBzdHlsZT0iZmlsbDojZmZmIi8+Cjwvc3ZnPgo=);
}


.img-mask--circle {
  clip-path: circle(50%);
}

.mnav__open.ui-icon svg {
	height: 1.5rem;
	width: 1.5rem;
}

/* Hide & Visibility */
@media (min-width: 1140px) {
  .lg-invisible {
    visibility: hidden;
		pointer-events: none;
  }
}
@media (max-width: 1139px) {
  .md-hide {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sm-hide {
    display: none !important;
  }
}

/* Medium and small screen heading classes */
@media (max-width: 1139px) {
	.md-h1,
	.md-h1 * {
    font-size: 2.12rem;
  }

	.md-h2,
	.md-h2 * {
    font-size: 1.88rem;
  }
	
	.md-h3,
	.md-h3 * {
    font-size: 1.65rem;
  }

	.md-h4,
	.md-h4 * {
    font-size: 1.41rem;
  }

	.md-h5,
	.md-h5 * {
    font-size: 1.18rem;
  }
 
	.md-h6,
	.md-h6 * {
    font-size: 1.06rem;
  }

	.md-display,
	.md-display * {
    font-size: 3.18rem;
  }
}

@media (max-width: 767px) {

	.sm-h1,
	.md-h1,
	.sm-h1 *,
	.md-h1 * {
    font-size: 2.20rem;
  }

	.sm-h2,
	.md-h2,
	.sm-h2 *,
	.md-h2 * {
    font-size: 1.87rem;
  }
	
	.sm-h3,
	.md-h3,
	.sm-h3 *,
	.md-h3 * {
    font-size: 1.60rem;
  }

	.sm-h4,
	.md-h4,
	.sm-h4 *,
	.md-h4 * {
    font-size: rem;
  }

	.sm-h5,
	.md-h5,
	.sm-h5 *,
	.md-h5 * {
    font-size: 1.13rem;
  }
 
	.sm-h6,
	.md-h6,
	.sm-h6 *,
	.md-h6 * {
    font-size: 1.00rem;
  }

	.sm-display,
	.md-display,
	.sm-display *,
	.md-display * {
    font-size: 2.80rem;
  }
}

/*** Brand specific styles ***/
.brand-busy_bees_north_america .state-wrapper .state-list-btn {
	background-color: #E6344B;
}

.brand-busy_bees_north_america .accordion-header.bg-dark,
.brand-busy_bees_north_america .team-card__about-btn.bg-dark {
	background-color: #505456;
}

.brand-kidz_ink #hero-area .section-bg--light,
.brand-kidz_ink #events .section-bg--light {
	background-color: #afd4ef;
}

.brand-kidz_ink #hero-area .btn--accent {
	background-color: #8cc63f;
}

@media (min-width: 768px) {
	.brand-alphabet_academy .state-list > .row > .col {
		width: 50%; 
	}
}

/* ============ Utilities ============ */




  

    .text-left { text-align: left; }
    .text-center { text-align: center; }
    .text-right { text-align: right; }
			
		
		
			.w-0 { max-width: 0px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.w-100 { max-width: 100px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.w-200 { max-width: 200px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.w-300 { max-width: 300px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.w-400 { max-width: 400px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.w-500 { max-width: 500px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.w-600 { max-width: 600px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.w-700 { max-width: 700px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.w-800 { max-width: 800px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.w-900 { max-width: 900px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.w-1000 { max-width: 1000px; width: 100%; margin-left: auto; margin-right: auto;}
		

    
    
      .m-0 { margin: 0.0px !important; }
      .my-0 { margin-top: 0.0px !important; margin-bottom: 0.0px !important; }
      .mx-0 { margin-left: 0.0px !important; margin-right: 0.0px !important; }
      .mt-0 { margin-top: 0.0px !important; }
      .mr-0 { margin-right: 0.0px !important; }
      .mb-0 { margin-bottom: 0.0px !important; }
      .ml-0 { margin-left: 0.0px !important; }
      .nmt-0 { margin-top: -0.0px !important; }
      .nmb-0 { margin-bottom: -0.0px !important; }
      .p-0 { padding: 0.0px !important; }
      .py-0 { padding-top: 0.0px !important; padding-bottom: 0.0px !important; }
      .px-0 { padding-left: 0.0px !important; padding-right: 0.0px !important; }
      .pt-0 { padding-top: 0.0px !important; }
      .pr-0 { padding-right: 0.0px !important; }
      .pb-0 { padding-bottom: 0.0px !important; }
      .pl-0 { padding-left: 0.0px !important; }
    
      .m-1 { margin: 12.0px !important; }
      .my-1 { margin-top: 12.0px !important; margin-bottom: 12.0px !important; }
      .mx-1 { margin-left: 12.0px !important; margin-right: 12.0px !important; }
      .mt-1 { margin-top: 12.0px !important; }
      .mr-1 { margin-right: 12.0px !important; }
      .mb-1 { margin-bottom: 12.0px !important; }
      .ml-1 { margin-left: 12.0px !important; }
      .nmt-1 { margin-top: -12.0px !important; }
      .nmb-1 { margin-bottom: -12.0px !important; }
      .p-1 { padding: 12.0px !important; }
      .py-1 { padding-top: 12.0px !important; padding-bottom: 12.0px !important; }
      .px-1 { padding-left: 12.0px !important; padding-right: 12.0px !important; }
      .pt-1 { padding-top: 12.0px !important; }
      .pr-1 { padding-right: 12.0px !important; }
      .pb-1 { padding-bottom: 12.0px !important; }
      .pl-1 { padding-left: 12.0px !important; }
    
      .m-2 { margin: 24.0px !important; }
      .my-2 { margin-top: 24.0px !important; margin-bottom: 24.0px !important; }
      .mx-2 { margin-left: 24.0px !important; margin-right: 24.0px !important; }
      .mt-2 { margin-top: 24.0px !important; }
      .mr-2 { margin-right: 24.0px !important; }
      .mb-2 { margin-bottom: 24.0px !important; }
      .ml-2 { margin-left: 24.0px !important; }
      .nmt-2 { margin-top: -24.0px !important; }
      .nmb-2 { margin-bottom: -24.0px !important; }
      .p-2 { padding: 24.0px !important; }
      .py-2 { padding-top: 24.0px !important; padding-bottom: 24.0px !important; }
      .px-2 { padding-left: 24.0px !important; padding-right: 24.0px !important; }
      .pt-2 { padding-top: 24.0px !important; }
      .pr-2 { padding-right: 24.0px !important; }
      .pb-2 { padding-bottom: 24.0px !important; }
      .pl-2 { padding-left: 24.0px !important; }
    
      .m-3 { margin: 36.0px !important; }
      .my-3 { margin-top: 36.0px !important; margin-bottom: 36.0px !important; }
      .mx-3 { margin-left: 36.0px !important; margin-right: 36.0px !important; }
      .mt-3 { margin-top: 36.0px !important; }
      .mr-3 { margin-right: 36.0px !important; }
      .mb-3 { margin-bottom: 36.0px !important; }
      .ml-3 { margin-left: 36.0px !important; }
      .nmt-3 { margin-top: -36.0px !important; }
      .nmb-3 { margin-bottom: -36.0px !important; }
      .p-3 { padding: 36.0px !important; }
      .py-3 { padding-top: 36.0px !important; padding-bottom: 36.0px !important; }
      .px-3 { padding-left: 36.0px !important; padding-right: 36.0px !important; }
      .pt-3 { padding-top: 36.0px !important; }
      .pr-3 { padding-right: 36.0px !important; }
      .pb-3 { padding-bottom: 36.0px !important; }
      .pl-3 { padding-left: 36.0px !important; }
    
      .m-4 { margin: 48.0px !important; }
      .my-4 { margin-top: 48.0px !important; margin-bottom: 48.0px !important; }
      .mx-4 { margin-left: 48.0px !important; margin-right: 48.0px !important; }
      .mt-4 { margin-top: 48.0px !important; }
      .mr-4 { margin-right: 48.0px !important; }
      .mb-4 { margin-bottom: 48.0px !important; }
      .ml-4 { margin-left: 48.0px !important; }
      .nmt-4 { margin-top: -48.0px !important; }
      .nmb-4 { margin-bottom: -48.0px !important; }
      .p-4 { padding: 48.0px !important; }
      .py-4 { padding-top: 48.0px !important; padding-bottom: 48.0px !important; }
      .px-4 { padding-left: 48.0px !important; padding-right: 48.0px !important; }
      .pt-4 { padding-top: 48.0px !important; }
      .pr-4 { padding-right: 48.0px !important; }
      .pb-4 { padding-bottom: 48.0px !important; }
      .pl-4 { padding-left: 48.0px !important; }
    
      .m-5 { margin: 60.0px !important; }
      .my-5 { margin-top: 60.0px !important; margin-bottom: 60.0px !important; }
      .mx-5 { margin-left: 60.0px !important; margin-right: 60.0px !important; }
      .mt-5 { margin-top: 60.0px !important; }
      .mr-5 { margin-right: 60.0px !important; }
      .mb-5 { margin-bottom: 60.0px !important; }
      .ml-5 { margin-left: 60.0px !important; }
      .nmt-5 { margin-top: -60.0px !important; }
      .nmb-5 { margin-bottom: -60.0px !important; }
      .p-5 { padding: 60.0px !important; }
      .py-5 { padding-top: 60.0px !important; padding-bottom: 60.0px !important; }
      .px-5 { padding-left: 60.0px !important; padding-right: 60.0px !important; }
      .pt-5 { padding-top: 60.0px !important; }
      .pr-5 { padding-right: 60.0px !important; }
      .pb-5 { padding-bottom: 60.0px !important; }
      .pl-5 { padding-left: 60.0px !important; }
    
      .m-6 { margin: 72.0px !important; }
      .my-6 { margin-top: 72.0px !important; margin-bottom: 72.0px !important; }
      .mx-6 { margin-left: 72.0px !important; margin-right: 72.0px !important; }
      .mt-6 { margin-top: 72.0px !important; }
      .mr-6 { margin-right: 72.0px !important; }
      .mb-6 { margin-bottom: 72.0px !important; }
      .ml-6 { margin-left: 72.0px !important; }
      .nmt-6 { margin-top: -72.0px !important; }
      .nmb-6 { margin-bottom: -72.0px !important; }
      .p-6 { padding: 72.0px !important; }
      .py-6 { padding-top: 72.0px !important; padding-bottom: 72.0px !important; }
      .px-6 { padding-left: 72.0px !important; padding-right: 72.0px !important; }
      .pt-6 { padding-top: 72.0px !important; }
      .pr-6 { padding-right: 72.0px !important; }
      .pb-6 { padding-bottom: 72.0px !important; }
      .pl-6 { padding-left: 72.0px !important; }
    
      .m-7 { margin: 84.0px !important; }
      .my-7 { margin-top: 84.0px !important; margin-bottom: 84.0px !important; }
      .mx-7 { margin-left: 84.0px !important; margin-right: 84.0px !important; }
      .mt-7 { margin-top: 84.0px !important; }
      .mr-7 { margin-right: 84.0px !important; }
      .mb-7 { margin-bottom: 84.0px !important; }
      .ml-7 { margin-left: 84.0px !important; }
      .nmt-7 { margin-top: -84.0px !important; }
      .nmb-7 { margin-bottom: -84.0px !important; }
      .p-7 { padding: 84.0px !important; }
      .py-7 { padding-top: 84.0px !important; padding-bottom: 84.0px !important; }
      .px-7 { padding-left: 84.0px !important; padding-right: 84.0px !important; }
      .pt-7 { padding-top: 84.0px !important; }
      .pr-7 { padding-right: 84.0px !important; }
      .pb-7 { padding-bottom: 84.0px !important; }
      .pl-7 { padding-left: 84.0px !important; }
    
      .m-8 { margin: 96.0px !important; }
      .my-8 { margin-top: 96.0px !important; margin-bottom: 96.0px !important; }
      .mx-8 { margin-left: 96.0px !important; margin-right: 96.0px !important; }
      .mt-8 { margin-top: 96.0px !important; }
      .mr-8 { margin-right: 96.0px !important; }
      .mb-8 { margin-bottom: 96.0px !important; }
      .ml-8 { margin-left: 96.0px !important; }
      .nmt-8 { margin-top: -96.0px !important; }
      .nmb-8 { margin-bottom: -96.0px !important; }
      .p-8 { padding: 96.0px !important; }
      .py-8 { padding-top: 96.0px !important; padding-bottom: 96.0px !important; }
      .px-8 { padding-left: 96.0px !important; padding-right: 96.0px !important; }
      .pt-8 { padding-top: 96.0px !important; }
      .pr-8 { padding-right: 96.0px !important; }
      .pb-8 { padding-bottom: 96.0px !important; }
      .pl-8 { padding-left: 96.0px !important; }
    
      .m-9 { margin: 108.0px !important; }
      .my-9 { margin-top: 108.0px !important; margin-bottom: 108.0px !important; }
      .mx-9 { margin-left: 108.0px !important; margin-right: 108.0px !important; }
      .mt-9 { margin-top: 108.0px !important; }
      .mr-9 { margin-right: 108.0px !important; }
      .mb-9 { margin-bottom: 108.0px !important; }
      .ml-9 { margin-left: 108.0px !important; }
      .nmt-9 { margin-top: -108.0px !important; }
      .nmb-9 { margin-bottom: -108.0px !important; }
      .p-9 { padding: 108.0px !important; }
      .py-9 { padding-top: 108.0px !important; padding-bottom: 108.0px !important; }
      .px-9 { padding-left: 108.0px !important; padding-right: 108.0px !important; }
      .pt-9 { padding-top: 108.0px !important; }
      .pr-9 { padding-right: 108.0px !important; }
      .pb-9 { padding-bottom: 108.0px !important; }
      .pl-9 { padding-left: 108.0px !important; }
    
      .m-10 { margin: 120.0px !important; }
      .my-10 { margin-top: 120.0px !important; margin-bottom: 120.0px !important; }
      .mx-10 { margin-left: 120.0px !important; margin-right: 120.0px !important; }
      .mt-10 { margin-top: 120.0px !important; }
      .mr-10 { margin-right: 120.0px !important; }
      .mb-10 { margin-bottom: 120.0px !important; }
      .ml-10 { margin-left: 120.0px !important; }
      .nmt-10 { margin-top: -120.0px !important; }
      .nmb-10 { margin-bottom: -120.0px !important; }
      .p-10 { padding: 120.0px !important; }
      .py-10 { padding-top: 120.0px !important; padding-bottom: 120.0px !important; }
      .px-10 { padding-left: 120.0px !important; padding-right: 120.0px !important; }
      .pt-10 { padding-top: 120.0px !important; }
      .pr-10 { padding-right: 120.0px !important; }
      .pb-10 { padding-bottom: 120.0px !important; }
      .pl-10 { padding-left: 120.0px !important; }
    
      .m-11 { margin: 132.0px !important; }
      .my-11 { margin-top: 132.0px !important; margin-bottom: 132.0px !important; }
      .mx-11 { margin-left: 132.0px !important; margin-right: 132.0px !important; }
      .mt-11 { margin-top: 132.0px !important; }
      .mr-11 { margin-right: 132.0px !important; }
      .mb-11 { margin-bottom: 132.0px !important; }
      .ml-11 { margin-left: 132.0px !important; }
      .nmt-11 { margin-top: -132.0px !important; }
      .nmb-11 { margin-bottom: -132.0px !important; }
      .p-11 { padding: 132.0px !important; }
      .py-11 { padding-top: 132.0px !important; padding-bottom: 132.0px !important; }
      .px-11 { padding-left: 132.0px !important; padding-right: 132.0px !important; }
      .pt-11 { padding-top: 132.0px !important; }
      .pr-11 { padding-right: 132.0px !important; }
      .pb-11 { padding-bottom: 132.0px !important; }
      .pl-11 { padding-left: 132.0px !important; }
    
      .m-12 { margin: 144.0px !important; }
      .my-12 { margin-top: 144.0px !important; margin-bottom: 144.0px !important; }
      .mx-12 { margin-left: 144.0px !important; margin-right: 144.0px !important; }
      .mt-12 { margin-top: 144.0px !important; }
      .mr-12 { margin-right: 144.0px !important; }
      .mb-12 { margin-bottom: 144.0px !important; }
      .ml-12 { margin-left: 144.0px !important; }
      .nmt-12 { margin-top: -144.0px !important; }
      .nmb-12 { margin-bottom: -144.0px !important; }
      .p-12 { padding: 144.0px !important; }
      .py-12 { padding-top: 144.0px !important; padding-bottom: 144.0px !important; }
      .px-12 { padding-left: 144.0px !important; padding-right: 144.0px !important; }
      .pt-12 { padding-top: 144.0px !important; }
      .pr-12 { padding-right: 144.0px !important; }
      .pb-12 { padding-bottom: 144.0px !important; }
      .pl-12 { padding-left: 144.0px !important; }
    
      .m-13 { margin: 156.0px !important; }
      .my-13 { margin-top: 156.0px !important; margin-bottom: 156.0px !important; }
      .mx-13 { margin-left: 156.0px !important; margin-right: 156.0px !important; }
      .mt-13 { margin-top: 156.0px !important; }
      .mr-13 { margin-right: 156.0px !important; }
      .mb-13 { margin-bottom: 156.0px !important; }
      .ml-13 { margin-left: 156.0px !important; }
      .nmt-13 { margin-top: -156.0px !important; }
      .nmb-13 { margin-bottom: -156.0px !important; }
      .p-13 { padding: 156.0px !important; }
      .py-13 { padding-top: 156.0px !important; padding-bottom: 156.0px !important; }
      .px-13 { padding-left: 156.0px !important; padding-right: 156.0px !important; }
      .pt-13 { padding-top: 156.0px !important; }
      .pr-13 { padding-right: 156.0px !important; }
      .pb-13 { padding-bottom: 156.0px !important; }
      .pl-13 { padding-left: 156.0px !important; }
    
      .m-14 { margin: 168.0px !important; }
      .my-14 { margin-top: 168.0px !important; margin-bottom: 168.0px !important; }
      .mx-14 { margin-left: 168.0px !important; margin-right: 168.0px !important; }
      .mt-14 { margin-top: 168.0px !important; }
      .mr-14 { margin-right: 168.0px !important; }
      .mb-14 { margin-bottom: 168.0px !important; }
      .ml-14 { margin-left: 168.0px !important; }
      .nmt-14 { margin-top: -168.0px !important; }
      .nmb-14 { margin-bottom: -168.0px !important; }
      .p-14 { padding: 168.0px !important; }
      .py-14 { padding-top: 168.0px !important; padding-bottom: 168.0px !important; }
      .px-14 { padding-left: 168.0px !important; padding-right: 168.0px !important; }
      .pt-14 { padding-top: 168.0px !important; }
      .pr-14 { padding-right: 168.0px !important; }
      .pb-14 { padding-bottom: 168.0px !important; }
      .pl-14 { padding-left: 168.0px !important; }
    
      .m-15 { margin: 180.0px !important; }
      .my-15 { margin-top: 180.0px !important; margin-bottom: 180.0px !important; }
      .mx-15 { margin-left: 180.0px !important; margin-right: 180.0px !important; }
      .mt-15 { margin-top: 180.0px !important; }
      .mr-15 { margin-right: 180.0px !important; }
      .mb-15 { margin-bottom: 180.0px !important; }
      .ml-15 { margin-left: 180.0px !important; }
      .nmt-15 { margin-top: -180.0px !important; }
      .nmb-15 { margin-bottom: -180.0px !important; }
      .p-15 { padding: 180.0px !important; }
      .py-15 { padding-top: 180.0px !important; padding-bottom: 180.0px !important; }
      .px-15 { padding-left: 180.0px !important; padding-right: 180.0px !important; }
      .pt-15 { padding-top: 180.0px !important; }
      .pr-15 { padding-right: 180.0px !important; }
      .pb-15 { padding-bottom: 180.0px !important; }
      .pl-15 { padding-left: 180.0px !important; }
    

  


  
    @media (max-width: 1139px) {/* <- open media query */
  

    .md-text-left { text-align: left; }
    .md-text-center { text-align: center; }
    .md-text-right { text-align: right; }
			
		
		
			.md-w-0 { max-width: 0px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.md-w-100 { max-width: 100px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.md-w-200 { max-width: 200px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.md-w-300 { max-width: 300px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.md-w-400 { max-width: 400px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.md-w-500 { max-width: 500px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.md-w-600 { max-width: 600px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.md-w-700 { max-width: 700px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.md-w-800 { max-width: 800px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.md-w-900 { max-width: 900px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.md-w-1000 { max-width: 1000px; width: 100%; margin-left: auto; margin-right: auto;}
		

    
    
      .md-m-0 { margin: 0.0px !important; }
      .md-my-0 { margin-top: 0.0px !important; margin-bottom: 0.0px !important; }
      .md-mx-0 { margin-left: 0.0px !important; margin-right: 0.0px !important; }
      .md-mt-0 { margin-top: 0.0px !important; }
      .md-mr-0 { margin-right: 0.0px !important; }
      .md-mb-0 { margin-bottom: 0.0px !important; }
      .md-ml-0 { margin-left: 0.0px !important; }
      .md-nmt-0 { margin-top: -0.0px !important; }
      .md-nmb-0 { margin-bottom: -0.0px !important; }
      .md-p-0 { padding: 0.0px !important; }
      .md-py-0 { padding-top: 0.0px !important; padding-bottom: 0.0px !important; }
      .md-px-0 { padding-left: 0.0px !important; padding-right: 0.0px !important; }
      .md-pt-0 { padding-top: 0.0px !important; }
      .md-pr-0 { padding-right: 0.0px !important; }
      .md-pb-0 { padding-bottom: 0.0px !important; }
      .md-pl-0 { padding-left: 0.0px !important; }
    
      .md-m-1 { margin: 12.0px !important; }
      .md-my-1 { margin-top: 12.0px !important; margin-bottom: 12.0px !important; }
      .md-mx-1 { margin-left: 12.0px !important; margin-right: 12.0px !important; }
      .md-mt-1 { margin-top: 12.0px !important; }
      .md-mr-1 { margin-right: 12.0px !important; }
      .md-mb-1 { margin-bottom: 12.0px !important; }
      .md-ml-1 { margin-left: 12.0px !important; }
      .md-nmt-1 { margin-top: -12.0px !important; }
      .md-nmb-1 { margin-bottom: -12.0px !important; }
      .md-p-1 { padding: 12.0px !important; }
      .md-py-1 { padding-top: 12.0px !important; padding-bottom: 12.0px !important; }
      .md-px-1 { padding-left: 12.0px !important; padding-right: 12.0px !important; }
      .md-pt-1 { padding-top: 12.0px !important; }
      .md-pr-1 { padding-right: 12.0px !important; }
      .md-pb-1 { padding-bottom: 12.0px !important; }
      .md-pl-1 { padding-left: 12.0px !important; }
    
      .md-m-2 { margin: 24.0px !important; }
      .md-my-2 { margin-top: 24.0px !important; margin-bottom: 24.0px !important; }
      .md-mx-2 { margin-left: 24.0px !important; margin-right: 24.0px !important; }
      .md-mt-2 { margin-top: 24.0px !important; }
      .md-mr-2 { margin-right: 24.0px !important; }
      .md-mb-2 { margin-bottom: 24.0px !important; }
      .md-ml-2 { margin-left: 24.0px !important; }
      .md-nmt-2 { margin-top: -24.0px !important; }
      .md-nmb-2 { margin-bottom: -24.0px !important; }
      .md-p-2 { padding: 24.0px !important; }
      .md-py-2 { padding-top: 24.0px !important; padding-bottom: 24.0px !important; }
      .md-px-2 { padding-left: 24.0px !important; padding-right: 24.0px !important; }
      .md-pt-2 { padding-top: 24.0px !important; }
      .md-pr-2 { padding-right: 24.0px !important; }
      .md-pb-2 { padding-bottom: 24.0px !important; }
      .md-pl-2 { padding-left: 24.0px !important; }
    
      .md-m-3 { margin: 36.0px !important; }
      .md-my-3 { margin-top: 36.0px !important; margin-bottom: 36.0px !important; }
      .md-mx-3 { margin-left: 36.0px !important; margin-right: 36.0px !important; }
      .md-mt-3 { margin-top: 36.0px !important; }
      .md-mr-3 { margin-right: 36.0px !important; }
      .md-mb-3 { margin-bottom: 36.0px !important; }
      .md-ml-3 { margin-left: 36.0px !important; }
      .md-nmt-3 { margin-top: -36.0px !important; }
      .md-nmb-3 { margin-bottom: -36.0px !important; }
      .md-p-3 { padding: 36.0px !important; }
      .md-py-3 { padding-top: 36.0px !important; padding-bottom: 36.0px !important; }
      .md-px-3 { padding-left: 36.0px !important; padding-right: 36.0px !important; }
      .md-pt-3 { padding-top: 36.0px !important; }
      .md-pr-3 { padding-right: 36.0px !important; }
      .md-pb-3 { padding-bottom: 36.0px !important; }
      .md-pl-3 { padding-left: 36.0px !important; }
    
      .md-m-4 { margin: 48.0px !important; }
      .md-my-4 { margin-top: 48.0px !important; margin-bottom: 48.0px !important; }
      .md-mx-4 { margin-left: 48.0px !important; margin-right: 48.0px !important; }
      .md-mt-4 { margin-top: 48.0px !important; }
      .md-mr-4 { margin-right: 48.0px !important; }
      .md-mb-4 { margin-bottom: 48.0px !important; }
      .md-ml-4 { margin-left: 48.0px !important; }
      .md-nmt-4 { margin-top: -48.0px !important; }
      .md-nmb-4 { margin-bottom: -48.0px !important; }
      .md-p-4 { padding: 48.0px !important; }
      .md-py-4 { padding-top: 48.0px !important; padding-bottom: 48.0px !important; }
      .md-px-4 { padding-left: 48.0px !important; padding-right: 48.0px !important; }
      .md-pt-4 { padding-top: 48.0px !important; }
      .md-pr-4 { padding-right: 48.0px !important; }
      .md-pb-4 { padding-bottom: 48.0px !important; }
      .md-pl-4 { padding-left: 48.0px !important; }
    
      .md-m-5 { margin: 60.0px !important; }
      .md-my-5 { margin-top: 60.0px !important; margin-bottom: 60.0px !important; }
      .md-mx-5 { margin-left: 60.0px !important; margin-right: 60.0px !important; }
      .md-mt-5 { margin-top: 60.0px !important; }
      .md-mr-5 { margin-right: 60.0px !important; }
      .md-mb-5 { margin-bottom: 60.0px !important; }
      .md-ml-5 { margin-left: 60.0px !important; }
      .md-nmt-5 { margin-top: -60.0px !important; }
      .md-nmb-5 { margin-bottom: -60.0px !important; }
      .md-p-5 { padding: 60.0px !important; }
      .md-py-5 { padding-top: 60.0px !important; padding-bottom: 60.0px !important; }
      .md-px-5 { padding-left: 60.0px !important; padding-right: 60.0px !important; }
      .md-pt-5 { padding-top: 60.0px !important; }
      .md-pr-5 { padding-right: 60.0px !important; }
      .md-pb-5 { padding-bottom: 60.0px !important; }
      .md-pl-5 { padding-left: 60.0px !important; }
    
      .md-m-6 { margin: 72.0px !important; }
      .md-my-6 { margin-top: 72.0px !important; margin-bottom: 72.0px !important; }
      .md-mx-6 { margin-left: 72.0px !important; margin-right: 72.0px !important; }
      .md-mt-6 { margin-top: 72.0px !important; }
      .md-mr-6 { margin-right: 72.0px !important; }
      .md-mb-6 { margin-bottom: 72.0px !important; }
      .md-ml-6 { margin-left: 72.0px !important; }
      .md-nmt-6 { margin-top: -72.0px !important; }
      .md-nmb-6 { margin-bottom: -72.0px !important; }
      .md-p-6 { padding: 72.0px !important; }
      .md-py-6 { padding-top: 72.0px !important; padding-bottom: 72.0px !important; }
      .md-px-6 { padding-left: 72.0px !important; padding-right: 72.0px !important; }
      .md-pt-6 { padding-top: 72.0px !important; }
      .md-pr-6 { padding-right: 72.0px !important; }
      .md-pb-6 { padding-bottom: 72.0px !important; }
      .md-pl-6 { padding-left: 72.0px !important; }
    
      .md-m-7 { margin: 84.0px !important; }
      .md-my-7 { margin-top: 84.0px !important; margin-bottom: 84.0px !important; }
      .md-mx-7 { margin-left: 84.0px !important; margin-right: 84.0px !important; }
      .md-mt-7 { margin-top: 84.0px !important; }
      .md-mr-7 { margin-right: 84.0px !important; }
      .md-mb-7 { margin-bottom: 84.0px !important; }
      .md-ml-7 { margin-left: 84.0px !important; }
      .md-nmt-7 { margin-top: -84.0px !important; }
      .md-nmb-7 { margin-bottom: -84.0px !important; }
      .md-p-7 { padding: 84.0px !important; }
      .md-py-7 { padding-top: 84.0px !important; padding-bottom: 84.0px !important; }
      .md-px-7 { padding-left: 84.0px !important; padding-right: 84.0px !important; }
      .md-pt-7 { padding-top: 84.0px !important; }
      .md-pr-7 { padding-right: 84.0px !important; }
      .md-pb-7 { padding-bottom: 84.0px !important; }
      .md-pl-7 { padding-left: 84.0px !important; }
    
      .md-m-8 { margin: 96.0px !important; }
      .md-my-8 { margin-top: 96.0px !important; margin-bottom: 96.0px !important; }
      .md-mx-8 { margin-left: 96.0px !important; margin-right: 96.0px !important; }
      .md-mt-8 { margin-top: 96.0px !important; }
      .md-mr-8 { margin-right: 96.0px !important; }
      .md-mb-8 { margin-bottom: 96.0px !important; }
      .md-ml-8 { margin-left: 96.0px !important; }
      .md-nmt-8 { margin-top: -96.0px !important; }
      .md-nmb-8 { margin-bottom: -96.0px !important; }
      .md-p-8 { padding: 96.0px !important; }
      .md-py-8 { padding-top: 96.0px !important; padding-bottom: 96.0px !important; }
      .md-px-8 { padding-left: 96.0px !important; padding-right: 96.0px !important; }
      .md-pt-8 { padding-top: 96.0px !important; }
      .md-pr-8 { padding-right: 96.0px !important; }
      .md-pb-8 { padding-bottom: 96.0px !important; }
      .md-pl-8 { padding-left: 96.0px !important; }
    
      .md-m-9 { margin: 108.0px !important; }
      .md-my-9 { margin-top: 108.0px !important; margin-bottom: 108.0px !important; }
      .md-mx-9 { margin-left: 108.0px !important; margin-right: 108.0px !important; }
      .md-mt-9 { margin-top: 108.0px !important; }
      .md-mr-9 { margin-right: 108.0px !important; }
      .md-mb-9 { margin-bottom: 108.0px !important; }
      .md-ml-9 { margin-left: 108.0px !important; }
      .md-nmt-9 { margin-top: -108.0px !important; }
      .md-nmb-9 { margin-bottom: -108.0px !important; }
      .md-p-9 { padding: 108.0px !important; }
      .md-py-9 { padding-top: 108.0px !important; padding-bottom: 108.0px !important; }
      .md-px-9 { padding-left: 108.0px !important; padding-right: 108.0px !important; }
      .md-pt-9 { padding-top: 108.0px !important; }
      .md-pr-9 { padding-right: 108.0px !important; }
      .md-pb-9 { padding-bottom: 108.0px !important; }
      .md-pl-9 { padding-left: 108.0px !important; }
    
      .md-m-10 { margin: 120.0px !important; }
      .md-my-10 { margin-top: 120.0px !important; margin-bottom: 120.0px !important; }
      .md-mx-10 { margin-left: 120.0px !important; margin-right: 120.0px !important; }
      .md-mt-10 { margin-top: 120.0px !important; }
      .md-mr-10 { margin-right: 120.0px !important; }
      .md-mb-10 { margin-bottom: 120.0px !important; }
      .md-ml-10 { margin-left: 120.0px !important; }
      .md-nmt-10 { margin-top: -120.0px !important; }
      .md-nmb-10 { margin-bottom: -120.0px !important; }
      .md-p-10 { padding: 120.0px !important; }
      .md-py-10 { padding-top: 120.0px !important; padding-bottom: 120.0px !important; }
      .md-px-10 { padding-left: 120.0px !important; padding-right: 120.0px !important; }
      .md-pt-10 { padding-top: 120.0px !important; }
      .md-pr-10 { padding-right: 120.0px !important; }
      .md-pb-10 { padding-bottom: 120.0px !important; }
      .md-pl-10 { padding-left: 120.0px !important; }
    
      .md-m-11 { margin: 132.0px !important; }
      .md-my-11 { margin-top: 132.0px !important; margin-bottom: 132.0px !important; }
      .md-mx-11 { margin-left: 132.0px !important; margin-right: 132.0px !important; }
      .md-mt-11 { margin-top: 132.0px !important; }
      .md-mr-11 { margin-right: 132.0px !important; }
      .md-mb-11 { margin-bottom: 132.0px !important; }
      .md-ml-11 { margin-left: 132.0px !important; }
      .md-nmt-11 { margin-top: -132.0px !important; }
      .md-nmb-11 { margin-bottom: -132.0px !important; }
      .md-p-11 { padding: 132.0px !important; }
      .md-py-11 { padding-top: 132.0px !important; padding-bottom: 132.0px !important; }
      .md-px-11 { padding-left: 132.0px !important; padding-right: 132.0px !important; }
      .md-pt-11 { padding-top: 132.0px !important; }
      .md-pr-11 { padding-right: 132.0px !important; }
      .md-pb-11 { padding-bottom: 132.0px !important; }
      .md-pl-11 { padding-left: 132.0px !important; }
    
      .md-m-12 { margin: 144.0px !important; }
      .md-my-12 { margin-top: 144.0px !important; margin-bottom: 144.0px !important; }
      .md-mx-12 { margin-left: 144.0px !important; margin-right: 144.0px !important; }
      .md-mt-12 { margin-top: 144.0px !important; }
      .md-mr-12 { margin-right: 144.0px !important; }
      .md-mb-12 { margin-bottom: 144.0px !important; }
      .md-ml-12 { margin-left: 144.0px !important; }
      .md-nmt-12 { margin-top: -144.0px !important; }
      .md-nmb-12 { margin-bottom: -144.0px !important; }
      .md-p-12 { padding: 144.0px !important; }
      .md-py-12 { padding-top: 144.0px !important; padding-bottom: 144.0px !important; }
      .md-px-12 { padding-left: 144.0px !important; padding-right: 144.0px !important; }
      .md-pt-12 { padding-top: 144.0px !important; }
      .md-pr-12 { padding-right: 144.0px !important; }
      .md-pb-12 { padding-bottom: 144.0px !important; }
      .md-pl-12 { padding-left: 144.0px !important; }
    
      .md-m-13 { margin: 156.0px !important; }
      .md-my-13 { margin-top: 156.0px !important; margin-bottom: 156.0px !important; }
      .md-mx-13 { margin-left: 156.0px !important; margin-right: 156.0px !important; }
      .md-mt-13 { margin-top: 156.0px !important; }
      .md-mr-13 { margin-right: 156.0px !important; }
      .md-mb-13 { margin-bottom: 156.0px !important; }
      .md-ml-13 { margin-left: 156.0px !important; }
      .md-nmt-13 { margin-top: -156.0px !important; }
      .md-nmb-13 { margin-bottom: -156.0px !important; }
      .md-p-13 { padding: 156.0px !important; }
      .md-py-13 { padding-top: 156.0px !important; padding-bottom: 156.0px !important; }
      .md-px-13 { padding-left: 156.0px !important; padding-right: 156.0px !important; }
      .md-pt-13 { padding-top: 156.0px !important; }
      .md-pr-13 { padding-right: 156.0px !important; }
      .md-pb-13 { padding-bottom: 156.0px !important; }
      .md-pl-13 { padding-left: 156.0px !important; }
    
      .md-m-14 { margin: 168.0px !important; }
      .md-my-14 { margin-top: 168.0px !important; margin-bottom: 168.0px !important; }
      .md-mx-14 { margin-left: 168.0px !important; margin-right: 168.0px !important; }
      .md-mt-14 { margin-top: 168.0px !important; }
      .md-mr-14 { margin-right: 168.0px !important; }
      .md-mb-14 { margin-bottom: 168.0px !important; }
      .md-ml-14 { margin-left: 168.0px !important; }
      .md-nmt-14 { margin-top: -168.0px !important; }
      .md-nmb-14 { margin-bottom: -168.0px !important; }
      .md-p-14 { padding: 168.0px !important; }
      .md-py-14 { padding-top: 168.0px !important; padding-bottom: 168.0px !important; }
      .md-px-14 { padding-left: 168.0px !important; padding-right: 168.0px !important; }
      .md-pt-14 { padding-top: 168.0px !important; }
      .md-pr-14 { padding-right: 168.0px !important; }
      .md-pb-14 { padding-bottom: 168.0px !important; }
      .md-pl-14 { padding-left: 168.0px !important; }
    
      .md-m-15 { margin: 180.0px !important; }
      .md-my-15 { margin-top: 180.0px !important; margin-bottom: 180.0px !important; }
      .md-mx-15 { margin-left: 180.0px !important; margin-right: 180.0px !important; }
      .md-mt-15 { margin-top: 180.0px !important; }
      .md-mr-15 { margin-right: 180.0px !important; }
      .md-mb-15 { margin-bottom: 180.0px !important; }
      .md-ml-15 { margin-left: 180.0px !important; }
      .md-nmt-15 { margin-top: -180.0px !important; }
      .md-nmb-15 { margin-bottom: -180.0px !important; }
      .md-p-15 { padding: 180.0px !important; }
      .md-py-15 { padding-top: 180.0px !important; padding-bottom: 180.0px !important; }
      .md-px-15 { padding-left: 180.0px !important; padding-right: 180.0px !important; }
      .md-pt-15 { padding-top: 180.0px !important; }
      .md-pr-15 { padding-right: 180.0px !important; }
      .md-pb-15 { padding-bottom: 180.0px !important; }
      .md-pl-15 { padding-left: 180.0px !important; }
    

  
    }/* <- close media query */
  


  
    @media (max-width: 767px) {/* <- open media query */
  

    .sm-text-left { text-align: left; }
    .sm-text-center { text-align: center; }
    .sm-text-right { text-align: right; }
			
		
		
			.sm-w-0 { max-width: 0px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.sm-w-100 { max-width: 100px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.sm-w-200 { max-width: 200px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.sm-w-300 { max-width: 300px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.sm-w-400 { max-width: 400px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.sm-w-500 { max-width: 500px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.sm-w-600 { max-width: 600px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.sm-w-700 { max-width: 700px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.sm-w-800 { max-width: 800px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.sm-w-900 { max-width: 900px; width: 100%; margin-left: auto; margin-right: auto;}
		
			.sm-w-1000 { max-width: 1000px; width: 100%; margin-left: auto; margin-right: auto;}
		

    
    
      .sm-m-0 { margin: 0.0px !important; }
      .sm-my-0 { margin-top: 0.0px !important; margin-bottom: 0.0px !important; }
      .sm-mx-0 { margin-left: 0.0px !important; margin-right: 0.0px !important; }
      .sm-mt-0 { margin-top: 0.0px !important; }
      .sm-mr-0 { margin-right: 0.0px !important; }
      .sm-mb-0 { margin-bottom: 0.0px !important; }
      .sm-ml-0 { margin-left: 0.0px !important; }
      .sm-nmt-0 { margin-top: -0.0px !important; }
      .sm-nmb-0 { margin-bottom: -0.0px !important; }
      .sm-p-0 { padding: 0.0px !important; }
      .sm-py-0 { padding-top: 0.0px !important; padding-bottom: 0.0px !important; }
      .sm-px-0 { padding-left: 0.0px !important; padding-right: 0.0px !important; }
      .sm-pt-0 { padding-top: 0.0px !important; }
      .sm-pr-0 { padding-right: 0.0px !important; }
      .sm-pb-0 { padding-bottom: 0.0px !important; }
      .sm-pl-0 { padding-left: 0.0px !important; }
    
      .sm-m-1 { margin: 12.0px !important; }
      .sm-my-1 { margin-top: 12.0px !important; margin-bottom: 12.0px !important; }
      .sm-mx-1 { margin-left: 12.0px !important; margin-right: 12.0px !important; }
      .sm-mt-1 { margin-top: 12.0px !important; }
      .sm-mr-1 { margin-right: 12.0px !important; }
      .sm-mb-1 { margin-bottom: 12.0px !important; }
      .sm-ml-1 { margin-left: 12.0px !important; }
      .sm-nmt-1 { margin-top: -12.0px !important; }
      .sm-nmb-1 { margin-bottom: -12.0px !important; }
      .sm-p-1 { padding: 12.0px !important; }
      .sm-py-1 { padding-top: 12.0px !important; padding-bottom: 12.0px !important; }
      .sm-px-1 { padding-left: 12.0px !important; padding-right: 12.0px !important; }
      .sm-pt-1 { padding-top: 12.0px !important; }
      .sm-pr-1 { padding-right: 12.0px !important; }
      .sm-pb-1 { padding-bottom: 12.0px !important; }
      .sm-pl-1 { padding-left: 12.0px !important; }
    
      .sm-m-2 { margin: 24.0px !important; }
      .sm-my-2 { margin-top: 24.0px !important; margin-bottom: 24.0px !important; }
      .sm-mx-2 { margin-left: 24.0px !important; margin-right: 24.0px !important; }
      .sm-mt-2 { margin-top: 24.0px !important; }
      .sm-mr-2 { margin-right: 24.0px !important; }
      .sm-mb-2 { margin-bottom: 24.0px !important; }
      .sm-ml-2 { margin-left: 24.0px !important; }
      .sm-nmt-2 { margin-top: -24.0px !important; }
      .sm-nmb-2 { margin-bottom: -24.0px !important; }
      .sm-p-2 { padding: 24.0px !important; }
      .sm-py-2 { padding-top: 24.0px !important; padding-bottom: 24.0px !important; }
      .sm-px-2 { padding-left: 24.0px !important; padding-right: 24.0px !important; }
      .sm-pt-2 { padding-top: 24.0px !important; }
      .sm-pr-2 { padding-right: 24.0px !important; }
      .sm-pb-2 { padding-bottom: 24.0px !important; }
      .sm-pl-2 { padding-left: 24.0px !important; }
    
      .sm-m-3 { margin: 36.0px !important; }
      .sm-my-3 { margin-top: 36.0px !important; margin-bottom: 36.0px !important; }
      .sm-mx-3 { margin-left: 36.0px !important; margin-right: 36.0px !important; }
      .sm-mt-3 { margin-top: 36.0px !important; }
      .sm-mr-3 { margin-right: 36.0px !important; }
      .sm-mb-3 { margin-bottom: 36.0px !important; }
      .sm-ml-3 { margin-left: 36.0px !important; }
      .sm-nmt-3 { margin-top: -36.0px !important; }
      .sm-nmb-3 { margin-bottom: -36.0px !important; }
      .sm-p-3 { padding: 36.0px !important; }
      .sm-py-3 { padding-top: 36.0px !important; padding-bottom: 36.0px !important; }
      .sm-px-3 { padding-left: 36.0px !important; padding-right: 36.0px !important; }
      .sm-pt-3 { padding-top: 36.0px !important; }
      .sm-pr-3 { padding-right: 36.0px !important; }
      .sm-pb-3 { padding-bottom: 36.0px !important; }
      .sm-pl-3 { padding-left: 36.0px !important; }
    
      .sm-m-4 { margin: 48.0px !important; }
      .sm-my-4 { margin-top: 48.0px !important; margin-bottom: 48.0px !important; }
      .sm-mx-4 { margin-left: 48.0px !important; margin-right: 48.0px !important; }
      .sm-mt-4 { margin-top: 48.0px !important; }
      .sm-mr-4 { margin-right: 48.0px !important; }
      .sm-mb-4 { margin-bottom: 48.0px !important; }
      .sm-ml-4 { margin-left: 48.0px !important; }
      .sm-nmt-4 { margin-top: -48.0px !important; }
      .sm-nmb-4 { margin-bottom: -48.0px !important; }
      .sm-p-4 { padding: 48.0px !important; }
      .sm-py-4 { padding-top: 48.0px !important; padding-bottom: 48.0px !important; }
      .sm-px-4 { padding-left: 48.0px !important; padding-right: 48.0px !important; }
      .sm-pt-4 { padding-top: 48.0px !important; }
      .sm-pr-4 { padding-right: 48.0px !important; }
      .sm-pb-4 { padding-bottom: 48.0px !important; }
      .sm-pl-4 { padding-left: 48.0px !important; }
    
      .sm-m-5 { margin: 60.0px !important; }
      .sm-my-5 { margin-top: 60.0px !important; margin-bottom: 60.0px !important; }
      .sm-mx-5 { margin-left: 60.0px !important; margin-right: 60.0px !important; }
      .sm-mt-5 { margin-top: 60.0px !important; }
      .sm-mr-5 { margin-right: 60.0px !important; }
      .sm-mb-5 { margin-bottom: 60.0px !important; }
      .sm-ml-5 { margin-left: 60.0px !important; }
      .sm-nmt-5 { margin-top: -60.0px !important; }
      .sm-nmb-5 { margin-bottom: -60.0px !important; }
      .sm-p-5 { padding: 60.0px !important; }
      .sm-py-5 { padding-top: 60.0px !important; padding-bottom: 60.0px !important; }
      .sm-px-5 { padding-left: 60.0px !important; padding-right: 60.0px !important; }
      .sm-pt-5 { padding-top: 60.0px !important; }
      .sm-pr-5 { padding-right: 60.0px !important; }
      .sm-pb-5 { padding-bottom: 60.0px !important; }
      .sm-pl-5 { padding-left: 60.0px !important; }
    
      .sm-m-6 { margin: 72.0px !important; }
      .sm-my-6 { margin-top: 72.0px !important; margin-bottom: 72.0px !important; }
      .sm-mx-6 { margin-left: 72.0px !important; margin-right: 72.0px !important; }
      .sm-mt-6 { margin-top: 72.0px !important; }
      .sm-mr-6 { margin-right: 72.0px !important; }
      .sm-mb-6 { margin-bottom: 72.0px !important; }
      .sm-ml-6 { margin-left: 72.0px !important; }
      .sm-nmt-6 { margin-top: -72.0px !important; }
      .sm-nmb-6 { margin-bottom: -72.0px !important; }
      .sm-p-6 { padding: 72.0px !important; }
      .sm-py-6 { padding-top: 72.0px !important; padding-bottom: 72.0px !important; }
      .sm-px-6 { padding-left: 72.0px !important; padding-right: 72.0px !important; }
      .sm-pt-6 { padding-top: 72.0px !important; }
      .sm-pr-6 { padding-right: 72.0px !important; }
      .sm-pb-6 { padding-bottom: 72.0px !important; }
      .sm-pl-6 { padding-left: 72.0px !important; }
    
      .sm-m-7 { margin: 84.0px !important; }
      .sm-my-7 { margin-top: 84.0px !important; margin-bottom: 84.0px !important; }
      .sm-mx-7 { margin-left: 84.0px !important; margin-right: 84.0px !important; }
      .sm-mt-7 { margin-top: 84.0px !important; }
      .sm-mr-7 { margin-right: 84.0px !important; }
      .sm-mb-7 { margin-bottom: 84.0px !important; }
      .sm-ml-7 { margin-left: 84.0px !important; }
      .sm-nmt-7 { margin-top: -84.0px !important; }
      .sm-nmb-7 { margin-bottom: -84.0px !important; }
      .sm-p-7 { padding: 84.0px !important; }
      .sm-py-7 { padding-top: 84.0px !important; padding-bottom: 84.0px !important; }
      .sm-px-7 { padding-left: 84.0px !important; padding-right: 84.0px !important; }
      .sm-pt-7 { padding-top: 84.0px !important; }
      .sm-pr-7 { padding-right: 84.0px !important; }
      .sm-pb-7 { padding-bottom: 84.0px !important; }
      .sm-pl-7 { padding-left: 84.0px !important; }
    
      .sm-m-8 { margin: 96.0px !important; }
      .sm-my-8 { margin-top: 96.0px !important; margin-bottom: 96.0px !important; }
      .sm-mx-8 { margin-left: 96.0px !important; margin-right: 96.0px !important; }
      .sm-mt-8 { margin-top: 96.0px !important; }
      .sm-mr-8 { margin-right: 96.0px !important; }
      .sm-mb-8 { margin-bottom: 96.0px !important; }
      .sm-ml-8 { margin-left: 96.0px !important; }
      .sm-nmt-8 { margin-top: -96.0px !important; }
      .sm-nmb-8 { margin-bottom: -96.0px !important; }
      .sm-p-8 { padding: 96.0px !important; }
      .sm-py-8 { padding-top: 96.0px !important; padding-bottom: 96.0px !important; }
      .sm-px-8 { padding-left: 96.0px !important; padding-right: 96.0px !important; }
      .sm-pt-8 { padding-top: 96.0px !important; }
      .sm-pr-8 { padding-right: 96.0px !important; }
      .sm-pb-8 { padding-bottom: 96.0px !important; }
      .sm-pl-8 { padding-left: 96.0px !important; }
    
      .sm-m-9 { margin: 108.0px !important; }
      .sm-my-9 { margin-top: 108.0px !important; margin-bottom: 108.0px !important; }
      .sm-mx-9 { margin-left: 108.0px !important; margin-right: 108.0px !important; }
      .sm-mt-9 { margin-top: 108.0px !important; }
      .sm-mr-9 { margin-right: 108.0px !important; }
      .sm-mb-9 { margin-bottom: 108.0px !important; }
      .sm-ml-9 { margin-left: 108.0px !important; }
      .sm-nmt-9 { margin-top: -108.0px !important; }
      .sm-nmb-9 { margin-bottom: -108.0px !important; }
      .sm-p-9 { padding: 108.0px !important; }
      .sm-py-9 { padding-top: 108.0px !important; padding-bottom: 108.0px !important; }
      .sm-px-9 { padding-left: 108.0px !important; padding-right: 108.0px !important; }
      .sm-pt-9 { padding-top: 108.0px !important; }
      .sm-pr-9 { padding-right: 108.0px !important; }
      .sm-pb-9 { padding-bottom: 108.0px !important; }
      .sm-pl-9 { padding-left: 108.0px !important; }
    
      .sm-m-10 { margin: 120.0px !important; }
      .sm-my-10 { margin-top: 120.0px !important; margin-bottom: 120.0px !important; }
      .sm-mx-10 { margin-left: 120.0px !important; margin-right: 120.0px !important; }
      .sm-mt-10 { margin-top: 120.0px !important; }
      .sm-mr-10 { margin-right: 120.0px !important; }
      .sm-mb-10 { margin-bottom: 120.0px !important; }
      .sm-ml-10 { margin-left: 120.0px !important; }
      .sm-nmt-10 { margin-top: -120.0px !important; }
      .sm-nmb-10 { margin-bottom: -120.0px !important; }
      .sm-p-10 { padding: 120.0px !important; }
      .sm-py-10 { padding-top: 120.0px !important; padding-bottom: 120.0px !important; }
      .sm-px-10 { padding-left: 120.0px !important; padding-right: 120.0px !important; }
      .sm-pt-10 { padding-top: 120.0px !important; }
      .sm-pr-10 { padding-right: 120.0px !important; }
      .sm-pb-10 { padding-bottom: 120.0px !important; }
      .sm-pl-10 { padding-left: 120.0px !important; }
    
      .sm-m-11 { margin: 132.0px !important; }
      .sm-my-11 { margin-top: 132.0px !important; margin-bottom: 132.0px !important; }
      .sm-mx-11 { margin-left: 132.0px !important; margin-right: 132.0px !important; }
      .sm-mt-11 { margin-top: 132.0px !important; }
      .sm-mr-11 { margin-right: 132.0px !important; }
      .sm-mb-11 { margin-bottom: 132.0px !important; }
      .sm-ml-11 { margin-left: 132.0px !important; }
      .sm-nmt-11 { margin-top: -132.0px !important; }
      .sm-nmb-11 { margin-bottom: -132.0px !important; }
      .sm-p-11 { padding: 132.0px !important; }
      .sm-py-11 { padding-top: 132.0px !important; padding-bottom: 132.0px !important; }
      .sm-px-11 { padding-left: 132.0px !important; padding-right: 132.0px !important; }
      .sm-pt-11 { padding-top: 132.0px !important; }
      .sm-pr-11 { padding-right: 132.0px !important; }
      .sm-pb-11 { padding-bottom: 132.0px !important; }
      .sm-pl-11 { padding-left: 132.0px !important; }
    
      .sm-m-12 { margin: 144.0px !important; }
      .sm-my-12 { margin-top: 144.0px !important; margin-bottom: 144.0px !important; }
      .sm-mx-12 { margin-left: 144.0px !important; margin-right: 144.0px !important; }
      .sm-mt-12 { margin-top: 144.0px !important; }
      .sm-mr-12 { margin-right: 144.0px !important; }
      .sm-mb-12 { margin-bottom: 144.0px !important; }
      .sm-ml-12 { margin-left: 144.0px !important; }
      .sm-nmt-12 { margin-top: -144.0px !important; }
      .sm-nmb-12 { margin-bottom: -144.0px !important; }
      .sm-p-12 { padding: 144.0px !important; }
      .sm-py-12 { padding-top: 144.0px !important; padding-bottom: 144.0px !important; }
      .sm-px-12 { padding-left: 144.0px !important; padding-right: 144.0px !important; }
      .sm-pt-12 { padding-top: 144.0px !important; }
      .sm-pr-12 { padding-right: 144.0px !important; }
      .sm-pb-12 { padding-bottom: 144.0px !important; }
      .sm-pl-12 { padding-left: 144.0px !important; }
    
      .sm-m-13 { margin: 156.0px !important; }
      .sm-my-13 { margin-top: 156.0px !important; margin-bottom: 156.0px !important; }
      .sm-mx-13 { margin-left: 156.0px !important; margin-right: 156.0px !important; }
      .sm-mt-13 { margin-top: 156.0px !important; }
      .sm-mr-13 { margin-right: 156.0px !important; }
      .sm-mb-13 { margin-bottom: 156.0px !important; }
      .sm-ml-13 { margin-left: 156.0px !important; }
      .sm-nmt-13 { margin-top: -156.0px !important; }
      .sm-nmb-13 { margin-bottom: -156.0px !important; }
      .sm-p-13 { padding: 156.0px !important; }
      .sm-py-13 { padding-top: 156.0px !important; padding-bottom: 156.0px !important; }
      .sm-px-13 { padding-left: 156.0px !important; padding-right: 156.0px !important; }
      .sm-pt-13 { padding-top: 156.0px !important; }
      .sm-pr-13 { padding-right: 156.0px !important; }
      .sm-pb-13 { padding-bottom: 156.0px !important; }
      .sm-pl-13 { padding-left: 156.0px !important; }
    
      .sm-m-14 { margin: 168.0px !important; }
      .sm-my-14 { margin-top: 168.0px !important; margin-bottom: 168.0px !important; }
      .sm-mx-14 { margin-left: 168.0px !important; margin-right: 168.0px !important; }
      .sm-mt-14 { margin-top: 168.0px !important; }
      .sm-mr-14 { margin-right: 168.0px !important; }
      .sm-mb-14 { margin-bottom: 168.0px !important; }
      .sm-ml-14 { margin-left: 168.0px !important; }
      .sm-nmt-14 { margin-top: -168.0px !important; }
      .sm-nmb-14 { margin-bottom: -168.0px !important; }
      .sm-p-14 { padding: 168.0px !important; }
      .sm-py-14 { padding-top: 168.0px !important; padding-bottom: 168.0px !important; }
      .sm-px-14 { padding-left: 168.0px !important; padding-right: 168.0px !important; }
      .sm-pt-14 { padding-top: 168.0px !important; }
      .sm-pr-14 { padding-right: 168.0px !important; }
      .sm-pb-14 { padding-bottom: 168.0px !important; }
      .sm-pl-14 { padding-left: 168.0px !important; }
    
      .sm-m-15 { margin: 180.0px !important; }
      .sm-my-15 { margin-top: 180.0px !important; margin-bottom: 180.0px !important; }
      .sm-mx-15 { margin-left: 180.0px !important; margin-right: 180.0px !important; }
      .sm-mt-15 { margin-top: 180.0px !important; }
      .sm-mr-15 { margin-right: 180.0px !important; }
      .sm-mb-15 { margin-bottom: 180.0px !important; }
      .sm-ml-15 { margin-left: 180.0px !important; }
      .sm-nmt-15 { margin-top: -180.0px !important; }
      .sm-nmb-15 { margin-bottom: -180.0px !important; }
      .sm-p-15 { padding: 180.0px !important; }
      .sm-py-15 { padding-top: 180.0px !important; padding-bottom: 180.0px !important; }
      .sm-px-15 { padding-left: 180.0px !important; padding-right: 180.0px !important; }
      .sm-pt-15 { padding-top: 180.0px !important; }
      .sm-pr-15 { padding-right: 180.0px !important; }
      .sm-pb-15 { padding-bottom: 180.0px !important; }
      .sm-pl-15 { padding-left: 180.0px !important; }
    

  
    }/* <- close media query */
  



/* Content cards: 2 across on mobile */
@media (max-width: 767px) {
  .module--content-card .row {
    align-items: stretch;
    margin-left: -6px;
    margin-right: -6px;
  }

  .module--content-card .row > .col {
    display: flex;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    min-width: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .module--content-card .content-card {
    width: 100%;
    height: 100%;
    border-radius: 14px;
  }

  .module--content-card .content-card__img {
    aspect-ratio: 3 / 2;
    overflow: hidden;
  }

  .module--content-card .content-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .module--content-card .content-card__header {
    padding: 10px 12px;
  }

  .module--content-card .content-card__title-tag {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
  }
}

 * /* Make content inside HubSpot DnD columns fill the column */
.dnd-column > .dnd-row,
.dnd-column > .dnd-row > .row-fluid,
.dnd-column .dnd-module,
.dnd-column .dnd-module > .hs_cos_wrapper,
.dnd-column .module,
.dnd-column .module__inner {
  width: 100%;
  max-width: 100%;
}

.dnd-column > .dnd-row {
  align-self: stretch;
}

 * /* end make content inside HubSpot DnD columns fill the column */