@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Roboto:300,300i,400,400i,700,700i);
/* compiled by scssphp 1.3 on Mon, 25 Nov 2024 23:46:13 +0000 (0.513s) */
form:not(.custom-form) .file-picker .upload-button:after,
.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before,
.ui-accordion .ui-accordion-header .ui-accordion-header-icon:after,
.open-sub:before,
.open-sub:after,
.product-images .small-images:after {
    content: '';
    display: block;
    position: absolute;
    }
html,
details > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    }
canvas,
embed,
iframe,
img,
object,
video {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    }
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    }

/*** element styles ***/
html,
body {
    scroll-behavior: smooth;
    min-height: 100vh;
    }
body {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #000;
    font-family: Open Sans,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    }
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1em 0;
    color: #2e3b43;
    font-family: 'Poppins',serif;
    }
h1 {
    font-size: 2.7058823529rem;
    margin: 0;
    text-transform: uppercase;
    }
h1:after {
    content: '';
    height: 2px;
    width: 160px;
    display: block;
    margin-top: 9px;
    background-color: #078682;
    }
h2 {
    font-size: 1.5882352941rem;
    }
h3 {
    font-size: 1.4117647059rem;
    }
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    }
a {
    color: #2e3b43;
    text-decoration: none;
    }
a:hover,
a:focus,
a:active {
    text-decoration: underline;
    }
a img {
    border: none;
    }
img {
    height: auto;
    max-width: 100%;
    }
iframe {
    object-fit: scale-down;
    max-width: 100%;
    }
input:disabled,
textarea:disabled,
button:disabled {
    opacity: .5;
    }

/*** globally relevant styles ***/
.button {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    min-height: 54px;
    padding: 10px;
    background: #2e3b43;
    color: #fff;
    font-family: 'Poppins',serif;
    cursor: pointer;
    text-decoration: none;
    }
.button:hover,
.button:focus,
.button:active {
    background: #078682;
    text-decoration: none;
    }
.button-light {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 54px;
    padding: 0 30px;
    background: #078682;
    border: 2px solid #fff;
    color: #fff;
    font-family: 'Poppins',serif;
    font-size: 1.0588235294rem;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 200px;
    }
.button-light:hover,
.button-light:focus,
.button-light:active {
    color: #078682;
    border: 2px solid #078682;
    background: #fff;
    text-decoration: none;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
    }
.button-primary {
    background-color: #078682;
    border: 2px solid #078682;
    margin: 32px 0;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 2px;
    color: #fff;
    }
.button-primary:hover,
.button-primary:focus,
.button-primary:active {
    color: #078682;
    border: 2px solid #078682;
    background: #fff;
    text-decoration: none;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
    }
p,
li {
    line-height: 1.7;
    margin-bottom: 0;
    }

/** These styles can be added to images and media through TinyMCE */
.float-left,
.float-right {
    display: block;
    margin: 10px auto;
    }
@media (min-width: 640px) {
.float-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    }
}

@media (min-width: 640px) {
.float-right {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    }
}

.centre-block {
    display: block;
    margin: 10px auto;
    text-align: center;
    }
.centre-block img,
.centre-block iframe,
.centre-block video {
    display: inline-block;
    }

/** End TinyMCE image/media styles */
.map {
    min-height: 400px;
    width: 100%;
    }
.message {
    border: 4px solid #2e3b43;
    padding: 1rem;
    background: rgba(46,59,67,.25);
    color: #fd1a00;
    }
.message:empty {
    display: none;
    }
.pagination {
    text-align: center;
    }
.pagination > * {
    display: inline-block;
    border-left: 1px solid #424e55;
    padding: 0 10px;
    pause-after: medium;
    }
.pagination > *:first-child {
    border-left: none;
    }
.pagination .current {
    font-weight: bold;
    }
.activator {
    position: relative;
    display: block;
    padding: 10px 40px 10px 15px;
    margin-bottom: 2px;
    background: #626262;
    font-size: 1.2352941176rem;
    font-family: 'Poppins',serif;
    color: #000;
    }
.activator:before,
.activator:after {
    content: '';
    display: block;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 3px;
    background: #000;
    -webkit-transition: transform .2s;
    transition: transform .2s;
    }
.activator:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    }
.activator.open {
    background: #2e3b43;
    color: #fff;
    }
.activator.open:before,
.activator.open:after {
    background: #fff;
    }
.activator.open:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    }
.fader {
    padding: 15px;
    }
.tab-nav {
    margin-bottom: 15px;
    }
.tab-nav a {
    display: inline-block;
    padding: 15px;
    margin-right: 5px;
    background: #e4dfce;
    }
.tab-nav a.active {
    border-bottom: 3px solid #2e3b43;
    }
.tab:not(.active) {
    display: none;
    }
.struct {
    display: none;
    }
.mobile-hide {
    display: none;
    }
@media (min-width: 1024px) {
.mobile-hide {
    display: block;
    }
}

/*** section styles ***/
[role=banner],
main {
    position: relative;
    margin: 0 auto;
    width: 100%;
    }
.container {
    margin: 0 auto;
    max-width: 1430px;
    padding: 0 10px;
    width: 100%;
    }
@media (max-width: 1599px) {
.container {
    max-width: 1220px;
    }
}

body > header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: auto;
    background: rgba(255,255,255,.9);
    z-index: 10;
    }
body > header .site-header {
    position: relative;
    height: 110px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-flex-align: center;
    align-items: center;
    }
body > header .logo {
    display: block;
    }
body > header .logo img {
    display: block;
    }
@media (max-width: 1599px) {
body > header .logo {
    width: 75%;
    }
}

main {
    display: block;
    z-index: 5;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }
.content {
    padding: 20px 0;
    }
.columns {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.columns:before,
.columns:after {
    display: none;
    }
@media (min-width: 1024px) {
.col-2 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    }
.col-2:nth-child(even) {
    padding-left: 25px;
    }
.col-2:nth-child(odd) {
    padding-right: 25px;
    }
}

@media (min-width: 1024px) {
.sidebar {
    float: left;
    width: 270px;
    }
}

.has-sidebar {
    margin-top: 30px;
    }
@media (min-width: 1024px) {
.has-sidebar {
    float: right;
    margin-top: 0;
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    }
}

footer[role="banner"] {
    z-index: 0;
    background-color: #078682;
    color: #fff;
    }
footer[role="banner"] h3 {
    color: #fff;
    font-weight: 400;
    font-size: 1.5882352941rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    }
footer[role="banner"] .logo {
    margin-bottom: 1.7647058824rem;
    }
footer[role="banner"] a {
    color: #fff;
    }
footer[role="banner"] .copyright {
    font-size: .9411764706rem;
    opacity: .7;
    }
.sub-footer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px auto;
    font-size: .7647058824rem;
    }
@media (min-width: 640px) {
.sub-footer {
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
}

.sub-footer a {
    color: inherit;
    }
img.auth {
    vertical-align: middle;
    }
.users th:first-child {
    width: 20%;
    }
.users th:last-child {
    width: 40%;
    }
ul {
    padding-left: 20px;
    }
.resource-page,
.about-us-page,
.services-page,
.contact-page {
    margin-top: 40px;
    }
.contact-page a {
    color: #078682;
    }
.contact-page h3 {
    text-transform: uppercase;
    font-size: 1.5882352941rem;
    }
.resource-collection {
    padding-left: 20px;
    }
.resource-collection .resource-info {
    padding: 50px 20px;
    }
@media (max-width: 639px) {
.resource-collection .resource-info h2 {
    font-size: 1.1764705882rem;
    }
}

.resource-icon {
    background: #078682;
    }
.row.individual-resource {
    background: #f4f4f4;
    margin-right: 20px;
    }
.services-collection {
    padding-left: 20px;
    }
.services-collection .individual-service {
    background: #f4f4f4;
    margin-right: 20px;
    min-height: 360px;
    }
.services-collection .services-info {
    padding: 50px 30px;
    }
.services-collection h2 {
    text-transform: uppercase;
    }
.container.about-us-page {
    max-width: 1430px;
    }
.about-us-page h2,
.about-us-page h3 {
    text-transform: uppercase;
    }
.team-list {
    padding-left: 20px;
    }
.team-list .member-info {
    padding: 35px 20px;
    background: #f4f4f4;
    }
.team-list .individual-member {
    margin-right: 20px;
    min-height: 360px;
    }
.team-list .individual-member .member-image {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    background: #fff;
    }
.team-list .individual-member .member-image img {
    width: 100%;
    object-fit: contain;
    }
.team-list .individual-member h3,
.team-list .individual-member a {
    color: #078682;
    }
dateinput-picker + input:-ms-input-placeholder {
    color: #626262;
    }
dateinput-picker + input::-webkit-input-placeholder {
    color: #626262;
    }
dateinput-picker + input:input-placeholder {
    color: #626262;
    }
dateinput-picker + input::input-placeholder {
    color: #626262;
    }
dateinput-picker + input:moz-placeholder {
    color: #626262;
    }
dateinput-picker + input::moz-placeholder {
    color: #626262;
    }
dateinput-picker + input:placeholder {
    color: #626262;
    }
dateinput-picker + input::placeholder {
    color: #626262;
    }
form:not(.custom-form) .group {
    display: block;
    border: 0;
    margin: 0;
    padding: 10px;
    background: rgba(46,59,67,.05);
    }
form:not(.custom-form) .group legend {
    display: table;
    float: left;
    margin: 0 0 .3em;
    padding: 0;
    }
form:not(.custom-form) .group .selectable {
    clear: left;
    display: block;
    }
form:not(.custom-form) .group .error {
    display: inline-block;
    }
form:not(.custom-form) .field-wrapper {
    margin: 1em 0;
    }
form:not(.custom-form) .label {
    display: block;
    margin-bottom: .3em;
    }
form:not(.custom-form) .field {
    display: block;
    }
form:not(.custom-form) span.error {
    display: block;
    margin-top: 10px;
    color: #fd1a00;
    }
form:not(.custom-form) input[type=text],
form:not(.custom-form) input[type=password],
form:not(.custom-form) input[type=number],
form:not(.custom-form) input[type=email],
form:not(.custom-form) input[type=tel],
form:not(.custom-form) input[type=date],
form:not(.custom-form) input[type=datetime-local],
form:not(.custom-form) input[type=month],
form:not(.custom-form) input[type=search],
form:not(.custom-form) input[type=time],
form:not(.custom-form) input[type=url] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid rgba(193,193,193,0);
    padding: 10px;
    width: 100%;
    border-radius: 0;
    background: #f3f3f3;
    font-family: inherit;
    font-size: inherit;
    border-left: 4px solid #078682;
    }
form:not(.custom-form) select,
form:not(.custom-form) textarea,
form:not(.custom-form) .upload-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid rgba(193,193,193,0);
    padding: 10px;
    width: 100%;
    border-radius: 0;
    background: #f3f3f3;
    font-family: inherit;
    font-size: inherit;
    border-left: 4px solid #078682;
    }
form:not(.custom-form) select {
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    }
form:not(.custom-form) .select-wrapper .field {
    position: relative;
    }
form:not(.custom-form) .select-wrapper .field:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    border-width: 10px 8px 0;
    border-style: solid;
    border-color: #626262 transparent transparent;
    margin-top: -5px;
    pointer-events: none;
    }
form:not(.custom-form) textarea {
    height: 170px;
    }
form:not(.custom-form) input[type=checkbox],
form:not(.custom-form) input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: text-bottom;
    border: 2px solid #626262;
    height: 1.2em;
    width: 1.2em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    }
form:not(.custom-form) input[type=checkbox]:checked,
form:not(.custom-form) input[type=radio]:checked {
    background: #2e3b43;
    }
form:not(.custom-form) input[type=radio] {
    border-radius: 50%;
    }
form:not(.custom-form) .file-picker:not(.placeholder) .upload-button {
    max-width: 200px;
    text-align: center;
    }
form:not(.custom-form) .file-picker.placeholder label {
    display: block;
    }
form:not(.custom-form) .file-picker input {
    position: absolute;
    left: 0;
    opacity: 0;
    cursor: pointer;
    }
form:not(.custom-form) .file-picker .field {
    position: relative;
    }
form:not(.custom-form) .file-picker .upload-button {
    display: inline-block;
    position: relative;
    padding-right: 35px;
    cursor: pointer;
    }
form:not(.custom-form) .file-picker .upload-button:hover:after,
form:not(.custom-form) .file-picker .upload-button:focus:after,
form:not(.custom-form) .file-picker .upload-button:active:after {
    top: -10px;
    }
form:not(.custom-form) .file-picker .upload-button:after {
    top: 0;
    right: 15px;
    bottom: 0;
    height: 20px;
    margin: auto;
    width: 18px;
    background: url(/theme/images/icons/upload.png) center center no-repeat;
    -webkit-transition: all .2s;
    transition: all .2s;
    }
form:not(.custom-form) .file-picker .uploaded {
    display: inline-block;
    margin-left: 20px;
    }

/* jQueryUI overrides */
.ui-widget {
    font-family: inherit;
    font-size: 1em;
    }
.ui-helper-reset {
    font-size: 1em;
    }
.ui-widget-content {
    background: transparent;
    }
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border-color: #000;
    border-radius: 0;
    background: #626262;
    color: #000;
    }
.ui-state-default a,
.ui-widget-content .ui-state-default a,
.ui-widget-header .ui-state-default a {
    color: inherit;
    text-decoration: none;
    }
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
    border-color: #424e55;
    color: #078682;
    }
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border-color: #424e55;
    background: #2e3b43;
    color: #fff;
    }
.ui-state-active a,
.ui-widget-content .ui-state-active a,
.ui-widget-header .ui-state-active a {
    text-decoration: none;
    }
.ui-accordion .ui-accordion-header {
    padding: 1em 1em 1em 3em;
    font-size: .875em;
    text-transform: none;
    }
.ui-accordion .ui-accordion-header.ui-state-hover {
    color: #2e3b43;
    }
.ui-accordion .ui-accordion-header.ui-state-active {
    color: initial;
    }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    top: 22px;
    left: 10px;
    height: 15px;
    width: 15px;
    background: transparent;
    color: #2e3b43;
    text-indent: 0;
    }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
    top: 0;
    right: 6px;
    bottom: 0;
    left: 6px;
    background: #2e3b43;
    -webkit-transition: all .2s;
    transition: all .2s;
    }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon:after {
    top: 6px;
    right: 0;
    bottom: 6px;
    left: 0;
    background: #2e3b43;
    }
.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    }
.ui-accordion .ui-accordion-content {
    border-radius: 0;
    margin-bottom: 10px;
    padding: 1em 1em 1em 3.25em;
    font-size: .875em;
    }
.ui-accordion .ui-accordion-content + .ui-accordion-header {
    margin-top: 10px;
    }
.ui-tabs .ui-tabs-nav li {
    border-width: 0;
    }
.ui-state-active a {
    color: inherit;
    }
.ui-widget {
    font-family: Open Sans,sans-serif;
    }

/* Better tab styles */
.tabs.ui-tabs {
    border: none;
    border-radius: 0;
    padding: 0;
    }
@media (max-width: 1279px) {
.tabs.ui-tabs > ul li {
    width: 48%;
    }
}

.tabs.ui-tabs > ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    }
.ui-tabs .ui-tabs-nav {
    border: none;
    border-bottom: 2px solid #2e3b43;
    border-radius: 0;
    padding: 0;
    background: none;
    }
.ui-tabs .ui-tabs-panel {
    border-radius: 0;
    }
.container.featherlight-inner:before,
.container.featherlight-inner:after {
    display: none;
    }
.popup-form-wrapper {
    display: none;
    }
.open-popup-form .featherlight-content {
    width: 95%;
    max-width: 500px;
    }
.featherlight .featherlight-close-icon {
    top: 10px;
    right: 10px;
    font-size: 7mm;
    }
@media (min-width: 1279px) {
.main-navigation-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-transition: height .2s;
    -moz-transition: height .2s;
    transition: height .2s;
    margin-bottom: -1px;
    }
.main-navigation {
    position: relative;
    z-index: 7;
    padding: 0;
    color: #fff;
    font-family: 'Poppins',serif;
    font-size: 1.0588235294rem;
    text-transform: none;
    }
.main-navigation > ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    max-width: 1410px;
    padding: 0;
    width: 100%;
    }
.main-navigation li {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 0;
    margin: 0 10px;
    }
.main-navigation li .contact-header {
    background-color: #078682;
    border: 2px solid #078682;
    margin: 32px 0;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 2px;
    color: #fff;
    }
.main-navigation li .contact-header:hover,
.main-navigation li .contact-header:focus,
.main-navigation li .contact-header:active {
    color: #078682;
    border: 2px solid #078682;
    background: #fff;
    text-decoration: none;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
    }
.main-navigation li a {
    width: 100%;
    color: #000;
    line-height: 41px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    vertical-align: bottom;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.main-navigation li ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    min-width: 100%;
    padding: 0;
    background: rgba(0,0,0,.9);
    text-transform: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    }
.main-navigation li ul li {
    display: block;
    position: relative;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    text-align: left;
    }
.main-navigation li ul li a {
    padding: 5px 10px;
    width: 100%;
    line-height: normal;
    }
.main-navigation .sel > a,
.main-navigation .sel .sel > a {
    border-bottom: solid 2px #078682;
    padding-top: 2px;
    color: #078682;
    }
.main-navigation li:hover ul,
.main-navigation a:focus ~ ul {
    visibility: visible;
    opacity: 1;
    }
}

@media (max-width: 1279px) {
.main-navigation-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    }
.main-navigation {
    display: none;
    position: absolute;
    width: 100%;
    background: #424e55;
    }
.main-navigation.open {
    display: block;
    }
.main-navigation > ul {
    z-index: 10000;
    margin: 0;
    padding: 0;
    width: 100%;
    }
.main-navigation li {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    }
.main-navigation li:hover,
.main-navigation li:focus,
.main-navigation li:active {
    background-color: #078682;
    }
.main-navigation li.sel {
    background-color: #078682;
    }
.main-navigation li a {
    display: block;
    padding: 10px 1em;
    color: #fff;
    text-align: left;
    text-decoration: none;
    }
.main-navigation li ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    }
.main-navigation li ul li {
    width: 100%;
    background-color: #0d7b79;
    }
.main-navigation li ul li a {
    padding-left: 2.5em;
    }
.main-navigation li.open > .open-sub:after {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    }
.main-navigation li.open > .open-sub:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    }
.main-navigation li.open > ul {
    display: block;
    }
.main-navigation > ul > li:last-child > ul {
    left: auto;
    right: 0;
    }
.main-navigation > ul > li:last-child > ul ul {
    left: auto;
    right: 100%;
    }
.open-nav {
    display: block;
    position: absolute;
    top: -70px;
    right: 10px;
    height: 26px;
    width: 34px;
    cursor: pointer;
    }
.open-nav .bar {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #078682;
    -webkit-transition: all .2s;
    transition: all .2s;
    }
.open-nav .bar.top {
    top: 0;
    }
.open-nav .bar.middle {
    top: 0;
    bottom: 0;
    margin: auto;
    }
.open-nav .bar.bottom {
    bottom: 0;
    }
.open-nav.open .bar {
    top: 0;
    bottom: 0;
    margin: auto;
    }
.open-nav.open .bar.top,
.open-nav.open .bar.middle {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    }
.open-nav.open .bar.bottom {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    }
.open-sub {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    }
.open-sub:before,
.open-sub:after {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    margin: auto;
    width: 50%;
    background: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
    }
.open-sub:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    }
}

@media (max-width: 640px) {
li.account-nav {
    position: static !important;
    }
}

li.account-nav.do-form:hover ul {
    display: none;
    }
li.account-nav.do-form.open {
    background: #078682;
    }
li.account-nav.do-form.open ul {
    display: block;
    visibility: visible;
    opacity: 1;
    }
li.account-nav:not(.do-form):hover ul,
li.account-nav:not(.do-form) a:focus ~ ul {
    display: block;
    }
@media (max-width: 1279px) {
li.account-nav.logged-in > ul {
    display: none !important;
    }
}

li.account-nav > a {
    background: url(/theme/images/icons/user.png) 8px center no-repeat;
    }
li.account-nav ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    z-index: 10;
    margin: 0;
    padding: 0;
    background: #078682;
    }
@media (max-width: 1279px) {
li.account-nav ul {
    width: 100%;
    }
}

li.account-nav ul li {
    width: 100%;
    }
li.account-nav form {
    margin-top: 0;
    min-width: 290px;
    padding: 20px;
    background: #078682;
    }
li.account-nav form input[type="text"],
li.account-nav form input[type="password"] {
    padding: 7px;
    font-size: .8823529412rem;
    }
@media (max-width: 1279px) {
li.account-nav form input[type="text"],
li.account-nav form input[type="password"] {
    padding: 14px;
    }
}

li.account-nav form .actions {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    }
@media (max-width: 1279px) {
li.account-nav form .actions {
    display: block;
    }
}

li.account-nav form .button {
    border-radius: 0;
    padding: 10px 20px;
    background: #000;
    font-size: .8823529412rem;
    text-transform: none;
    }
li.account-nav .reset-link {
    padding: 0;
    background: none;
    font-family: Open Sans,sans-serif;
    font-size: .7058823529rem;
    text-align: right;
    }
@media (max-width: 1279px) {
li.account-nav .reset-link {
    display: inline-block;
    margin-top: 10px;
    text-align: left;
    }
}

li.account-nav .reset-link:hover {
    color: #fff;
    }
.cart-link > a .icon {
    display: inline-block;
    position: relative;
    height: 17px;
    margin-right: 15px;
    width: 17px;
    background: url(/theme/images/icons/cart.png) center no-repeat;
    }
.cart-link > a .icon .number {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    top: -10px;
    right: -14px;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    background: #000;
    color: #fff;
    }

/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
li.account-nav .reset-link:hover {
    width: device-width;
    }
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    }
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    }
.text-left {
    text-align: left;
    }
.text-right {
    text-align: right;
    }
.text-center {
    text-align: center;
    }
@media (min-width: 340px) {
.text-custom-left {
    text-align: left;
    }
.text-custom-right {
    text-align: right;
    }
.text-custom-center {
    text-align: center;
    }
}

@media (min-width: 576px) {
.text-sm-left {
    text-align: left;
    }
.text-sm-right {
    text-align: right;
    }
.text-sm-center {
    text-align: center;
    }
}

@media (min-width: 768px) {
.text-md-left {
    text-align: left;
    }
.text-md-right {
    text-align: right;
    }
.text-md-center {
    text-align: center;
    }
}

@media (min-width: 992px) {
.text-lg-left {
    text-align: left;
    }
.text-lg-right {
    text-align: right;
    }
.text-lg-center {
    text-align: center;
    }
}

@media (min-width: 1200px) {
.text-xl-left {
    text-align: left;
    }
.text-xl-right {
    text-align: right;
    }
.text-xl-center {
    text-align: center;
    }
}

.text-lowercase {
    text-transform: lowercase;
    }
.text-uppercase {
    text-transform: uppercase;
    }
.text-capitalize {
    text-transform: capitalize;
    }
.font-weight-light {
    font-weight: 300;
    }
.font-weight-normal {
    font-weight: normal;
    }
.font-weight-bold {
    font-weight: bold;
    }
.font-italic {
    font-style: italic;
    }
.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    }
.container-fluid {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    }
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
    }
.no-gutters {
    margin-right: 0;
    margin-left: 0;
    }
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
    }
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-custom-1,
.col-custom-2,
.col-custom-3,
.col-custom-4,
.col-custom-5,
.col-custom-6,
.col-custom-7,
.col-custom-8,
.col-custom-9,
.col-custom-10,
.col-custom-11,
.col-custom-12,
.col-custom,
.col-custom-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
    }
.col {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
    }
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    }
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    }
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    }
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    }
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    }
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    }
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    }
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    }
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    }
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    }
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    }
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    }
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    }
.order-last {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13;
    }
.order-0 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    }
.order-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    }
.order-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    }
.order-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    }
.order-4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    }
.order-5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
    }
.order-6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
    }
.order-7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
    }
.order-8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
    }
.order-9 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
    }
.order-10 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
    }
.order-11 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
    }
.order-12 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
    }
.offset-1 {
    margin-left: 8.3333333333%;
    }
.offset-2 {
    margin-left: 16.6666666667%;
    }
.offset-3 {
    margin-left: 25%;
    }
.offset-4 {
    margin-left: 33.3333333333%;
    }
.offset-5 {
    margin-left: 41.6666666667%;
    }
.offset-6 {
    margin-left: 50%;
    }
.offset-7 {
    margin-left: 58.3333333333%;
    }
.offset-8 {
    margin-left: 66.6666666667%;
    }
.offset-9 {
    margin-left: 75%;
    }
.offset-10 {
    margin-left: 83.3333333333%;
    }
.offset-11 {
    margin-left: 91.6666666667%;
    }
@media (min-width: 340px) {
.col-custom {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
    }
.col-custom-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    }
.col-custom-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    }
.col-custom-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    }
.col-custom-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    }
.col-custom-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    }
.col-custom-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    }
.col-custom-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    }
.col-custom-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    }
.col-custom-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    }
.col-custom-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    }
.col-custom-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    }
.col-custom-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    }
.col-custom-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
.order-custom-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    }
.order-custom-last {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13;
    }
.order-custom-0 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    }
.order-custom-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    }
.order-custom-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    }
.order-custom-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    }
.order-custom-4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    }
.order-custom-5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
    }
.order-custom-6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
    }
.order-custom-7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
    }
.order-custom-8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
    }
.order-custom-9 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
    }
.order-custom-10 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
    }
.order-custom-11 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
    }
.order-custom-12 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
    }
.offset-custom-0 {
    margin-left: 0;
    }
.offset-custom-1 {
    margin-left: 8.3333333333%;
    }
.offset-custom-2 {
    margin-left: 16.6666666667%;
    }
.offset-custom-3 {
    margin-left: 25%;
    }
.offset-custom-4 {
    margin-left: 33.3333333333%;
    }
.offset-custom-5 {
    margin-left: 41.6666666667%;
    }
.offset-custom-6 {
    margin-left: 50%;
    }
.offset-custom-7 {
    margin-left: 58.3333333333%;
    }
.offset-custom-8 {
    margin-left: 66.6666666667%;
    }
.offset-custom-9 {
    margin-left: 75%;
    }
.offset-custom-10 {
    margin-left: 83.3333333333%;
    }
.offset-custom-11 {
    margin-left: 91.6666666667%;
    }
}

@media (min-width: 576px) {
.col-sm {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
    }
.col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    }
.col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    }
.col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    }
.col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    }
.col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    }
.col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    }
.col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    }
.col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    }
.col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    }
.col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    }
.col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    }
.col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    }
.col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
.order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    }
.order-sm-last {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13;
    }
.order-sm-0 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    }
.order-sm-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    }
.order-sm-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    }
.order-sm-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    }
.order-sm-4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    }
.order-sm-5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
    }
.order-sm-6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
    }
.order-sm-7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
    }
.order-sm-8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
    }
.order-sm-9 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
    }
.order-sm-10 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
    }
.order-sm-11 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
    }
.order-sm-12 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
    }
.offset-sm-0 {
    margin-left: 0;
    }
.offset-sm-1 {
    margin-left: 8.3333333333%;
    }
.offset-sm-2 {
    margin-left: 16.6666666667%;
    }
.offset-sm-3 {
    margin-left: 25%;
    }
.offset-sm-4 {
    margin-left: 33.3333333333%;
    }
.offset-sm-5 {
    margin-left: 41.6666666667%;
    }
.offset-sm-6 {
    margin-left: 50%;
    }
.offset-sm-7 {
    margin-left: 58.3333333333%;
    }
.offset-sm-8 {
    margin-left: 66.6666666667%;
    }
.offset-sm-9 {
    margin-left: 75%;
    }
.offset-sm-10 {
    margin-left: 83.3333333333%;
    }
.offset-sm-11 {
    margin-left: 91.6666666667%;
    }
}

@media (min-width: 768px) {
.col-md {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
    }
.col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    }
.col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    }
.col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    }
.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    }
.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    }
.col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    }
.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    }
.col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    }
.col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    }
.col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    }
.col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    }
.col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    }
.col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
.order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    }
.order-md-last {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13;
    }
.order-md-0 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    }
.order-md-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    }
.order-md-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    }
.order-md-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    }
.order-md-4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    }
.order-md-5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
    }
.order-md-6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
    }
.order-md-7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
    }
.order-md-8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
    }
.order-md-9 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
    }
.order-md-10 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
    }
.order-md-11 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
    }
.order-md-12 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
    }
.offset-md-0 {
    margin-left: 0;
    }
.offset-md-1 {
    margin-left: 8.3333333333%;
    }
.offset-md-2 {
    margin-left: 16.6666666667%;
    }
.offset-md-3 {
    margin-left: 25%;
    }
.offset-md-4 {
    margin-left: 33.3333333333%;
    }
.offset-md-5 {
    margin-left: 41.6666666667%;
    }
.offset-md-6 {
    margin-left: 50%;
    }
.offset-md-7 {
    margin-left: 58.3333333333%;
    }
.offset-md-8 {
    margin-left: 66.6666666667%;
    }
.offset-md-9 {
    margin-left: 75%;
    }
.offset-md-10 {
    margin-left: 83.3333333333%;
    }
.offset-md-11 {
    margin-left: 91.6666666667%;
    }
}

@media (min-width: 992px) {
.col-lg {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
    }
.col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    }
.col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    }
.col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    }
.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    }
.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    }
.col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    }
.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    }
.col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    }
.col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    }
.col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    }
.col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    }
.col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    }
.col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
.order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    }
.order-lg-last {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13;
    }
.order-lg-0 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    }
.order-lg-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    }
.order-lg-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    }
.order-lg-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    }
.order-lg-4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    }
.order-lg-5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
    }
.order-lg-6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
    }
.order-lg-7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
    }
.order-lg-8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
    }
.order-lg-9 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
    }
.order-lg-10 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
    }
.order-lg-11 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
    }
.order-lg-12 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
    }
.offset-lg-0 {
    margin-left: 0;
    }
.offset-lg-1 {
    margin-left: 8.3333333333%;
    }
.offset-lg-2 {
    margin-left: 16.6666666667%;
    }
.offset-lg-3 {
    margin-left: 25%;
    }
.offset-lg-4 {
    margin-left: 33.3333333333%;
    }
.offset-lg-5 {
    margin-left: 41.6666666667%;
    }
.offset-lg-6 {
    margin-left: 50%;
    }
.offset-lg-7 {
    margin-left: 58.3333333333%;
    }
.offset-lg-8 {
    margin-left: 66.6666666667%;
    }
.offset-lg-9 {
    margin-left: 75%;
    }
.offset-lg-10 {
    margin-left: 83.3333333333%;
    }
.offset-lg-11 {
    margin-left: 91.6666666667%;
    }
}

@media (min-width: 1200px) {
.col-xl {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
    }
.col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    }
.col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    }
.col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    }
.col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    }
.col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    }
.col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    }
.col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    }
.col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    }
.col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    }
.col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    }
.col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    }
.col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    }
.col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
.order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    }
.order-xl-last {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13;
    }
.order-xl-0 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    }
.order-xl-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    }
.order-xl-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    }
.order-xl-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    }
.order-xl-4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    }
.order-xl-5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
    }
.order-xl-6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
    }
.order-xl-7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
    }
.order-xl-8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
    }
.order-xl-9 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
    }
.order-xl-10 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
    }
.order-xl-11 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
    }
.order-xl-12 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
    }
.offset-xl-0 {
    margin-left: 0;
    }
.offset-xl-1 {
    margin-left: 8.3333333333%;
    }
.offset-xl-2 {
    margin-left: 16.6666666667%;
    }
.offset-xl-3 {
    margin-left: 25%;
    }
.offset-xl-4 {
    margin-left: 33.3333333333%;
    }
.offset-xl-5 {
    margin-left: 41.6666666667%;
    }
.offset-xl-6 {
    margin-left: 50%;
    }
.offset-xl-7 {
    margin-left: 58.3333333333%;
    }
.offset-xl-8 {
    margin-left: 66.6666666667%;
    }
.offset-xl-9 {
    margin-left: 75%;
    }
.offset-xl-10 {
    margin-left: 83.3333333333%;
    }
.offset-xl-11 {
    margin-left: 91.6666666667%;
    }
}

.d-none {
    display: none !important;
    }
.d-inline {
    display: inline !important;
    }
.d-inline-block {
    display: inline-block !important;
    }
.d-block {
    display: block !important;
    }
.d-table {
    display: table !important;
    }
.d-table-row {
    display: table-row !important;
    }
.d-table-cell {
    display: table-cell !important;
    }
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    }
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
    }
@media (min-width: 340px) {
.d-custom-none {
    display: none !important;
    }
.d-custom-inline {
    display: inline !important;
    }
.d-custom-inline-block {
    display: inline-block !important;
    }
.d-custom-block {
    display: block !important;
    }
.d-custom-table {
    display: table !important;
    }
.d-custom-table-row {
    display: table-row !important;
    }
.d-custom-table-cell {
    display: table-cell !important;
    }
.d-custom-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    }
.d-custom-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
    }
}

@media (min-width: 576px) {
.d-sm-none {
    display: none !important;
    }
.d-sm-inline {
    display: inline !important;
    }
.d-sm-inline-block {
    display: inline-block !important;
    }
.d-sm-block {
    display: block !important;
    }
.d-sm-table {
    display: table !important;
    }
.d-sm-table-row {
    display: table-row !important;
    }
.d-sm-table-cell {
    display: table-cell !important;
    }
.d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    }
.d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
    }
}

@media (min-width: 768px) {
.d-md-none {
    display: none !important;
    }
.d-md-inline {
    display: inline !important;
    }
.d-md-inline-block {
    display: inline-block !important;
    }
.d-md-block {
    display: block !important;
    }
.d-md-table {
    display: table !important;
    }
.d-md-table-row {
    display: table-row !important;
    }
.d-md-table-cell {
    display: table-cell !important;
    }
.d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    }
.d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
    }
}

@media (min-width: 992px) {
.d-lg-none {
    display: none !important;
    }
.d-lg-inline {
    display: inline !important;
    }
.d-lg-inline-block {
    display: inline-block !important;
    }
.d-lg-block {
    display: block !important;
    }
.d-lg-table {
    display: table !important;
    }
.d-lg-table-row {
    display: table-row !important;
    }
.d-lg-table-cell {
    display: table-cell !important;
    }
.d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    }
.d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
.d-xl-none {
    display: none !important;
    }
.d-xl-inline {
    display: inline !important;
    }
.d-xl-inline-block {
    display: inline-block !important;
    }
.d-xl-block {
    display: block !important;
    }
.d-xl-table {
    display: table !important;
    }
.d-xl-table-row {
    display: table-row !important;
    }
.d-xl-table-cell {
    display: table-cell !important;
    }
.d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    }
.d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
    }
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    }
.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    }
.flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    }
.flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    }
.flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.flex-nowrap {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    }
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    }
.flex-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    }
.flex-grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    }
.flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }
.flex-shrink-0 {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    }
.flex-shrink-1 {
    -ms-flex-negative: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    }
.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.justify-content-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    }
.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    }
.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.align-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    }
.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    }
.align-content-start {
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    }
.align-content-end {
    -ms-flex-line-pack: end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    }
.align-content-center {
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    }
.align-content-between {
    -ms-flex-line-pack: justify;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    }
.align-content-around {
    -ms-flex-line-pack: distribute;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    }
.align-content-stretch {
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    }
.align-self-auto {
    -ms-flex-item-align: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }
.align-self-start {
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.align-self-end {
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.align-self-center {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    }
.align-self-baseline {
    -ms-flex-item-align: baseline;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    }
.align-self-stretch {
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    }
@media (min-width: 340px) {
.flex-custom-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    }
.flex-custom-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    }
.flex-custom-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    }
.flex-custom-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    }
.flex-custom-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.flex-custom-nowrap {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    }
.flex-custom-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    }
.flex-custom-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    }
.flex-custom-grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    }
.flex-custom-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }
.flex-custom-shrink-0 {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    }
.flex-custom-shrink-1 {
    -ms-flex-negative: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    }
.justify-content-custom-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.justify-content-custom-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.justify-content-custom-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.justify-content-custom-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.justify-content-custom-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    }
.align-items-custom-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
.align-items-custom-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    }
.align-items-custom-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.align-items-custom-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    }
.align-items-custom-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    }
.align-content-custom-start {
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    }
.align-content-custom-end {
    -ms-flex-line-pack: end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    }
.align-content-custom-center {
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    }
.align-content-custom-between {
    -ms-flex-line-pack: justify;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    }
.align-content-custom-around {
    -ms-flex-line-pack: distribute;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    }
.align-content-custom-stretch {
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    }
.align-self-custom-auto {
    -ms-flex-item-align: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }
.align-self-custom-start {
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.align-self-custom-end {
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.align-self-custom-center {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    }
.align-self-custom-baseline {
    -ms-flex-item-align: baseline;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    }
.align-self-custom-stretch {
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    }
}

@media (min-width: 576px) {
.flex-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    }
.flex-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    }
.flex-sm-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    }
.flex-sm-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    }
.flex-sm-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.flex-sm-nowrap {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    }
.flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    }
.flex-sm-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    }
.flex-sm-grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    }
.flex-sm-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }
.flex-sm-shrink-0 {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    }
.flex-sm-shrink-1 {
    -ms-flex-negative: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    }
.justify-content-sm-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.justify-content-sm-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.justify-content-sm-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.justify-content-sm-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.justify-content-sm-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    }
.align-items-sm-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
.align-items-sm-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    }
.align-items-sm-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.align-items-sm-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    }
.align-items-sm-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    }
.align-content-sm-start {
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    }
.align-content-sm-end {
    -ms-flex-line-pack: end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    }
.align-content-sm-center {
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    }
.align-content-sm-between {
    -ms-flex-line-pack: justify;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    }
.align-content-sm-around {
    -ms-flex-line-pack: distribute;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    }
.align-content-sm-stretch {
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    }
.align-self-sm-auto {
    -ms-flex-item-align: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }
.align-self-sm-start {
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.align-self-sm-end {
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.align-self-sm-center {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    }
.align-self-sm-baseline {
    -ms-flex-item-align: baseline;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    }
.align-self-sm-stretch {
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    }
}

@media (min-width: 768px) {
.flex-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    }
.flex-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    }
.flex-md-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    }
.flex-md-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    }
.flex-md-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.flex-md-nowrap {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    }
.flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    }
.flex-md-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    }
.flex-md-grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    }
.flex-md-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }
.flex-md-shrink-0 {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    }
.flex-md-shrink-1 {
    -ms-flex-negative: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    }
.justify-content-md-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.justify-content-md-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.justify-content-md-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.justify-content-md-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.justify-content-md-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    }
.align-items-md-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
.align-items-md-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    }
.align-items-md-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.align-items-md-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    }
.align-items-md-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    }
.align-content-md-start {
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    }
.align-content-md-end {
    -ms-flex-line-pack: end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    }
.align-content-md-center {
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    }
.align-content-md-between {
    -ms-flex-line-pack: justify;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    }
.align-content-md-around {
    -ms-flex-line-pack: distribute;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    }
.align-content-md-stretch {
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    }
.align-self-md-auto {
    -ms-flex-item-align: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }
.align-self-md-start {
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.align-self-md-end {
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.align-self-md-center {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    }
.align-self-md-baseline {
    -ms-flex-item-align: baseline;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    }
.align-self-md-stretch {
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    }
}

@media (min-width: 992px) {
.flex-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    }
.flex-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    }
.flex-lg-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    }
.flex-lg-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    }
.flex-lg-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.flex-lg-nowrap {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    }
.flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    }
.flex-lg-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    }
.flex-lg-grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    }
.flex-lg-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }
.flex-lg-shrink-0 {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    }
.flex-lg-shrink-1 {
    -ms-flex-negative: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    }
.justify-content-lg-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.justify-content-lg-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.justify-content-lg-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.justify-content-lg-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.justify-content-lg-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    }
.align-items-lg-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
.align-items-lg-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    }
.align-items-lg-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.align-items-lg-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    }
.align-items-lg-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    }
.align-content-lg-start {
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    }
.align-content-lg-end {
    -ms-flex-line-pack: end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    }
.align-content-lg-center {
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    }
.align-content-lg-between {
    -ms-flex-line-pack: justify;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    }
.align-content-lg-around {
    -ms-flex-line-pack: distribute;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    }
.align-content-lg-stretch {
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    }
.align-self-lg-auto {
    -ms-flex-item-align: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }
.align-self-lg-start {
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.align-self-lg-end {
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.align-self-lg-center {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    }
.align-self-lg-baseline {
    -ms-flex-item-align: baseline;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    }
.align-self-lg-stretch {
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    }
}

@media (min-width: 1200px) {
.flex-xl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    }
.flex-xl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    }
.flex-xl-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    }
.flex-xl-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    }
.flex-xl-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.flex-xl-nowrap {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    }
.flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    }
.flex-xl-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    }
.flex-xl-grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    }
.flex-xl-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }
.flex-xl-shrink-0 {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    }
.flex-xl-shrink-1 {
    -ms-flex-negative: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    }
.justify-content-xl-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.justify-content-xl-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.justify-content-xl-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.justify-content-xl-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.justify-content-xl-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    }
.align-items-xl-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
.align-items-xl-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    }
.align-items-xl-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.align-items-xl-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    }
.align-items-xl-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    }
.align-content-xl-start {
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    }
.align-content-xl-end {
    -ms-flex-line-pack: end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    }
.align-content-xl-center {
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    }
.align-content-xl-between {
    -ms-flex-line-pack: justify;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    }
.align-content-xl-around {
    -ms-flex-line-pack: distribute;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    }
.align-content-xl-stretch {
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    }
.align-self-xl-auto {
    -ms-flex-item-align: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }
.align-self-xl-start {
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.align-self-xl-end {
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.align-self-xl-center {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    }
.align-self-xl-baseline {
    -ms-flex-item-align: baseline;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    }
.align-self-xl-stretch {
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    }
}

.flex-1 {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    }
.w--25 {
    width: 25%;
    }
.w--50 {
    width: 50%;
    }
.w--75 {
    width: 75%;
    }
.w--100 {
    width: 100%;
    }
.w--auto {
    width: auto;
    }
.h--25 {
    height: 25%;
    }
.h--50 {
    height: 50%;
    }
.h--75 {
    height: 75%;
    }
.h--100 {
    height: 100%;
    }
.h--auto {
    height: auto;
    }
@media (min-width: 340px) {
.w--custom-25 {
    width: 25%;
    }
.w--custom-50 {
    width: 50%;
    }
.w--custom-75 {
    width: 75%;
    }
.w--custom-100 {
    width: 100%;
    }
.w--custom-auto {
    width: auto;
    }
.h--custom-25 {
    height: 25%;
    }
.h--custom-50 {
    height: 50%;
    }
.h--custom-75 {
    height: 75%;
    }
.h--custom-100 {
    height: 100%;
    }
.h--custom-auto {
    height: auto;
    }
}

@media (min-width: 576px) {
.w--sm-25 {
    width: 25%;
    }
.w--sm-50 {
    width: 50%;
    }
.w--sm-75 {
    width: 75%;
    }
.w--sm-100 {
    width: 100%;
    }
.w--sm-auto {
    width: auto;
    }
.h--sm-25 {
    height: 25%;
    }
.h--sm-50 {
    height: 50%;
    }
.h--sm-75 {
    height: 75%;
    }
.h--sm-100 {
    height: 100%;
    }
.h--sm-auto {
    height: auto;
    }
}

@media (min-width: 768px) {
.w--md-25 {
    width: 25%;
    }
.w--md-50 {
    width: 50%;
    }
.w--md-75 {
    width: 75%;
    }
.w--md-100 {
    width: 100%;
    }
.w--md-auto {
    width: auto;
    }
.h--md-25 {
    height: 25%;
    }
.h--md-50 {
    height: 50%;
    }
.h--md-75 {
    height: 75%;
    }
.h--md-100 {
    height: 100%;
    }
.h--md-auto {
    height: auto;
    }
}

@media (min-width: 992px) {
.w--lg-25 {
    width: 25%;
    }
.w--lg-50 {
    width: 50%;
    }
.w--lg-75 {
    width: 75%;
    }
.w--lg-100 {
    width: 100%;
    }
.w--lg-auto {
    width: auto;
    }
.h--lg-25 {
    height: 25%;
    }
.h--lg-50 {
    height: 50%;
    }
.h--lg-75 {
    height: 75%;
    }
.h--lg-100 {
    height: 100%;
    }
.h--lg-auto {
    height: auto;
    }
}

@media (min-width: 1200px) {
.w--xl-25 {
    width: 25%;
    }
.w--xl-50 {
    width: 50%;
    }
.w--xl-75 {
    width: 75%;
    }
.w--xl-100 {
    width: 100%;
    }
.w--xl-auto {
    width: auto;
    }
.h--xl-25 {
    height: 25%;
    }
.h--xl-50 {
    height: 50%;
    }
.h--xl-75 {
    height: 75%;
    }
.h--xl-100 {
    height: 100%;
    }
.h--xl-auto {
    height: auto;
    }
}

.w-25 {
    width: 25%;
    }
.w-50 {
    width: 50%;
    }
.w-75 {
    width: 75%;
    }
.w-100 {
    width: 100%;
    }
.w-auto {
    width: auto;
    }
.h-25 {
    height: 25%;
    }
.h-50 {
    height: 50%;
    }
.h-75 {
    height: 75%;
    }
.h-100 {
    height: 100%;
    }
.h-auto {
    height: auto;
    }
.mw-100 {
    max-width: 100%;
    }
.mh-100 {
    max-height: 100%;
    }
.m-0 {
    margin: 0;
    }
.mt-0,
.my-0 {
    margin-top: 0;
    }
.mr-0,
.mx-0 {
    margin-right: 0;
    }
.mb-0,
.my-0 {
    margin-bottom: 0;
    }
.ml-0,
.mx-0 {
    margin-left: 0;
    }
.m-1 {
    margin: .5rem;
    }
.mt-1,
.my-1 {
    margin-top: .5rem;
    }
.mr-1,
.mx-1 {
    margin-right: .5rem;
    }
.mb-1,
.my-1 {
    margin-bottom: .5rem;
    }
.ml-1,
.mx-1 {
    margin-left: .5rem;
    }
.m-2 {
    margin: 1rem;
    }
.mt-2,
.my-2 {
    margin-top: 1rem;
    }
.mr-2,
.mx-2 {
    margin-right: 1rem;
    }
.mb-2,
.my-2 {
    margin-bottom: 1rem;
    }
.ml-2,
.mx-2 {
    margin-left: 1rem;
    }
.m-3 {
    margin: 1.5rem;
    }
.mt-3,
.my-3 {
    margin-top: 1.5rem;
    }
.mr-3,
.mx-3 {
    margin-right: 1.5rem;
    }
.mb-3,
.my-3 {
    margin-bottom: 1.5rem;
    }
.ml-3,
.mx-3 {
    margin-left: 1.5rem;
    }
.m-4 {
    margin: 2rem;
    }
.mt-4,
.my-4 {
    margin-top: 2rem;
    }
.mr-4,
.mx-4 {
    margin-right: 2rem;
    }
.mb-4,
.my-4 {
    margin-bottom: 2rem;
    }
.ml-4,
.mx-4 {
    margin-left: 2rem;
    }
.m-5 {
    margin: 2.5rem;
    }
.mt-5,
.my-5 {
    margin-top: 2.5rem;
    }
.mr-5,
.mx-5 {
    margin-right: 2.5rem;
    }
.mb-5,
.my-5 {
    margin-bottom: 2.5rem;
    }
.ml-5,
.mx-5 {
    margin-left: 2.5rem;
    }
.m-6 {
    margin: 3rem;
    }
.mt-6,
.my-6 {
    margin-top: 3rem;
    }
.mr-6,
.mx-6 {
    margin-right: 3rem;
    }
.mb-6,
.my-6 {
    margin-bottom: 3rem;
    }
.ml-6,
.mx-6 {
    margin-left: 3rem;
    }
.m-7 {
    margin: 3.5rem;
    }
.mt-7,
.my-7 {
    margin-top: 3.5rem;
    }
.mr-7,
.mx-7 {
    margin-right: 3.5rem;
    }
.mb-7,
.my-7 {
    margin-bottom: 3.5rem;
    }
.ml-7,
.mx-7 {
    margin-left: 3.5rem;
    }
.m-8 {
    margin: 4rem;
    }
.mt-8,
.my-8 {
    margin-top: 4rem;
    }
.mr-8,
.mx-8 {
    margin-right: 4rem;
    }
.mb-8,
.my-8 {
    margin-bottom: 4rem;
    }
.ml-8,
.mx-8 {
    margin-left: 4rem;
    }
.m-9 {
    margin: 4.5rem;
    }
.mt-9,
.my-9 {
    margin-top: 4.5rem;
    }
.mr-9,
.mx-9 {
    margin-right: 4.5rem;
    }
.mb-9,
.my-9 {
    margin-bottom: 4.5rem;
    }
.ml-9,
.mx-9 {
    margin-left: 4.5rem;
    }
.m-10 {
    margin: 5rem;
    }
.mt-10,
.my-10 {
    margin-top: 5rem;
    }
.mr-10,
.mx-10 {
    margin-right: 5rem;
    }
.mb-10,
.my-10 {
    margin-bottom: 5rem;
    }
.ml-10,
.mx-10 {
    margin-left: 5rem;
    }
.m-11 {
    margin: 5.5rem;
    }
.mt-11,
.my-11 {
    margin-top: 5.5rem;
    }
.mr-11,
.mx-11 {
    margin-right: 5.5rem;
    }
.mb-11,
.my-11 {
    margin-bottom: 5.5rem;
    }
.ml-11,
.mx-11 {
    margin-left: 5.5rem;
    }
.m-12 {
    margin: 6rem;
    }
.mt-12,
.my-12 {
    margin-top: 6rem;
    }
.mr-12,
.mx-12 {
    margin-right: 6rem;
    }
.mb-12,
.my-12 {
    margin-bottom: 6rem;
    }
.ml-12,
.mx-12 {
    margin-left: 6rem;
    }
.m-13 {
    margin: 6.5rem;
    }
.mt-13,
.my-13 {
    margin-top: 6.5rem;
    }
.mr-13,
.mx-13 {
    margin-right: 6.5rem;
    }
.mb-13,
.my-13 {
    margin-bottom: 6.5rem;
    }
.ml-13,
.mx-13 {
    margin-left: 6.5rem;
    }
.m-14 {
    margin: 7rem;
    }
.mt-14,
.my-14 {
    margin-top: 7rem;
    }
.mr-14,
.mx-14 {
    margin-right: 7rem;
    }
.mb-14,
.my-14 {
    margin-bottom: 7rem;
    }
.ml-14,
.mx-14 {
    margin-left: 7rem;
    }
.m-15 {
    margin: 7.5rem;
    }
.mt-15,
.my-15 {
    margin-top: 7.5rem;
    }
.mr-15,
.mx-15 {
    margin-right: 7.5rem;
    }
.mb-15,
.my-15 {
    margin-bottom: 7.5rem;
    }
.ml-15,
.mx-15 {
    margin-left: 7.5rem;
    }
.m-16 {
    margin: 8rem;
    }
.mt-16,
.my-16 {
    margin-top: 8rem;
    }
.mr-16,
.mx-16 {
    margin-right: 8rem;
    }
.mb-16,
.my-16 {
    margin-bottom: 8rem;
    }
.ml-16,
.mx-16 {
    margin-left: 8rem;
    }
.m-17 {
    margin: 8.5rem;
    }
.mt-17,
.my-17 {
    margin-top: 8.5rem;
    }
.mr-17,
.mx-17 {
    margin-right: 8.5rem;
    }
.mb-17,
.my-17 {
    margin-bottom: 8.5rem;
    }
.ml-17,
.mx-17 {
    margin-left: 8.5rem;
    }
.m-18 {
    margin: 9rem;
    }
.mt-18,
.my-18 {
    margin-top: 9rem;
    }
.mr-18,
.mx-18 {
    margin-right: 9rem;
    }
.mb-18,
.my-18 {
    margin-bottom: 9rem;
    }
.ml-18,
.mx-18 {
    margin-left: 9rem;
    }
.m-19 {
    margin: 9.5rem;
    }
.mt-19,
.my-19 {
    margin-top: 9.5rem;
    }
.mr-19,
.mx-19 {
    margin-right: 9.5rem;
    }
.mb-19,
.my-19 {
    margin-bottom: 9.5rem;
    }
.ml-19,
.mx-19 {
    margin-left: 9.5rem;
    }
.m-20 {
    margin: 10rem;
    }
.mt-20,
.my-20 {
    margin-top: 10rem;
    }
.mr-20,
.mx-20 {
    margin-right: 10rem;
    }
.mb-20,
.my-20 {
    margin-bottom: 10rem;
    }
.ml-20,
.mx-20 {
    margin-left: 10rem;
    }
.p-0 {
    padding: 0;
    }
.pt-0,
.py-0 {
    padding-top: 0;
    }
.pr-0,
.px-0 {
    padding-right: 0;
    }
.pb-0,
.py-0 {
    padding-bottom: 0;
    }
.pl-0,
.px-0 {
    padding-left: 0;
    }
.p-1 {
    padding: .5rem;
    }
.pt-1,
.py-1 {
    padding-top: .5rem;
    }
.pr-1,
.px-1 {
    padding-right: .5rem;
    }
.pb-1,
.py-1 {
    padding-bottom: .5rem;
    }
.pl-1,
.px-1 {
    padding-left: .5rem;
    }
.p-2 {
    padding: 1rem;
    }
.pt-2,
.py-2 {
    padding-top: 1rem;
    }
.pr-2,
.px-2 {
    padding-right: 1rem;
    }
.pb-2,
.py-2 {
    padding-bottom: 1rem;
    }
.pl-2,
.px-2 {
    padding-left: 1rem;
    }
.p-3 {
    padding: 1.5rem;
    }
.pt-3,
.py-3 {
    padding-top: 1.5rem;
    }
.pr-3,
.px-3 {
    padding-right: 1.5rem;
    }
.pb-3,
.py-3 {
    padding-bottom: 1.5rem;
    }
.pl-3,
.px-3 {
    padding-left: 1.5rem;
    }
.p-4 {
    padding: 2rem;
    }
.pt-4,
.py-4 {
    padding-top: 2rem;
    }
.pr-4,
.px-4 {
    padding-right: 2rem;
    }
.pb-4,
.py-4 {
    padding-bottom: 2rem;
    }
.pl-4,
.px-4 {
    padding-left: 2rem;
    }
.p-5 {
    padding: 2.5rem;
    }
.pt-5,
.py-5 {
    padding-top: 2.5rem;
    }
.pr-5,
.px-5 {
    padding-right: 2.5rem;
    }
.pb-5,
.py-5 {
    padding-bottom: 2.5rem;
    }
.pl-5,
.px-5 {
    padding-left: 2.5rem;
    }
.p-6 {
    padding: 3rem;
    }
.pt-6,
.py-6 {
    padding-top: 3rem;
    }
.pr-6,
.px-6 {
    padding-right: 3rem;
    }
.pb-6,
.py-6 {
    padding-bottom: 3rem;
    }
.pl-6,
.px-6 {
    padding-left: 3rem;
    }
.p-7 {
    padding: 3.5rem;
    }
.pt-7,
.py-7 {
    padding-top: 3.5rem;
    }
.pr-7,
.px-7 {
    padding-right: 3.5rem;
    }
.pb-7,
.py-7 {
    padding-bottom: 3.5rem;
    }
.pl-7,
.px-7 {
    padding-left: 3.5rem;
    }
.p-8 {
    padding: 4rem;
    }
.pt-8,
.py-8 {
    padding-top: 4rem;
    }
.pr-8,
.px-8 {
    padding-right: 4rem;
    }
.pb-8,
.py-8 {
    padding-bottom: 4rem;
    }
.pl-8,
.px-8 {
    padding-left: 4rem;
    }
.p-9 {
    padding: 4.5rem;
    }
.pt-9,
.py-9 {
    padding-top: 4.5rem;
    }
.pr-9,
.px-9 {
    padding-right: 4.5rem;
    }
.pb-9,
.py-9 {
    padding-bottom: 4.5rem;
    }
.pl-9,
.px-9 {
    padding-left: 4.5rem;
    }
.p-10 {
    padding: 5rem;
    }
.pt-10,
.py-10 {
    padding-top: 5rem;
    }
.pr-10,
.px-10 {
    padding-right: 5rem;
    }
.pb-10,
.py-10 {
    padding-bottom: 5rem;
    }
.pl-10,
.px-10 {
    padding-left: 5rem;
    }
.p-11 {
    padding: 5.5rem;
    }
.pt-11,
.py-11 {
    padding-top: 5.5rem;
    }
.pr-11,
.px-11 {
    padding-right: 5.5rem;
    }
.pb-11,
.py-11 {
    padding-bottom: 5.5rem;
    }
.pl-11,
.px-11 {
    padding-left: 5.5rem;
    }
.p-12 {
    padding: 6rem;
    }
.pt-12,
.py-12 {
    padding-top: 6rem;
    }
.pr-12,
.px-12 {
    padding-right: 6rem;
    }
.pb-12,
.py-12 {
    padding-bottom: 6rem;
    }
.pl-12,
.px-12 {
    padding-left: 6rem;
    }
.p-13 {
    padding: 6.5rem;
    }
.pt-13,
.py-13 {
    padding-top: 6.5rem;
    }
.pr-13,
.px-13 {
    padding-right: 6.5rem;
    }
.pb-13,
.py-13 {
    padding-bottom: 6.5rem;
    }
.pl-13,
.px-13 {
    padding-left: 6.5rem;
    }
.p-14 {
    padding: 7rem;
    }
.pt-14,
.py-14 {
    padding-top: 7rem;
    }
.pr-14,
.px-14 {
    padding-right: 7rem;
    }
.pb-14,
.py-14 {
    padding-bottom: 7rem;
    }
.pl-14,
.px-14 {
    padding-left: 7rem;
    }
.p-15 {
    padding: 7.5rem;
    }
.pt-15,
.py-15 {
    padding-top: 7.5rem;
    }
.pr-15,
.px-15 {
    padding-right: 7.5rem;
    }
.pb-15,
.py-15 {
    padding-bottom: 7.5rem;
    }
.pl-15,
.px-15 {
    padding-left: 7.5rem;
    }
.p-16 {
    padding: 8rem;
    }
.pt-16,
.py-16 {
    padding-top: 8rem;
    }
.pr-16,
.px-16 {
    padding-right: 8rem;
    }
.pb-16,
.py-16 {
    padding-bottom: 8rem;
    }
.pl-16,
.px-16 {
    padding-left: 8rem;
    }
.p-17 {
    padding: 8.5rem;
    }
.pt-17,
.py-17 {
    padding-top: 8.5rem;
    }
.pr-17,
.px-17 {
    padding-right: 8.5rem;
    }
.pb-17,
.py-17 {
    padding-bottom: 8.5rem;
    }
.pl-17,
.px-17 {
    padding-left: 8.5rem;
    }
.p-18 {
    padding: 9rem;
    }
.pt-18,
.py-18 {
    padding-top: 9rem;
    }
.pr-18,
.px-18 {
    padding-right: 9rem;
    }
.pb-18,
.py-18 {
    padding-bottom: 9rem;
    }
.pl-18,
.px-18 {
    padding-left: 9rem;
    }
.p-19 {
    padding: 9.5rem;
    }
.pt-19,
.py-19 {
    padding-top: 9.5rem;
    }
.pr-19,
.px-19 {
    padding-right: 9.5rem;
    }
.pb-19,
.py-19 {
    padding-bottom: 9.5rem;
    }
.pl-19,
.px-19 {
    padding-left: 9.5rem;
    }
.p-20 {
    padding: 10rem;
    }
.pt-20,
.py-20 {
    padding-top: 10rem;
    }
.pr-20,
.px-20 {
    padding-right: 10rem;
    }
.pb-20,
.py-20 {
    padding-bottom: 10rem;
    }
.pl-20,
.px-20 {
    padding-left: 10rem;
    }
.m-auto {
    margin: auto;
    }
.mt-auto,
.my-auto {
    margin-top: auto;
    }
.mr-auto,
.mx-auto {
    margin-right: auto;
    }
.mb-auto,
.my-auto {
    margin-bottom: auto;
    }
.ml-auto,
.mx-auto {
    margin-left: auto;
    }
@media (min-width: 340px) {
.m-custom-0 {
    margin: 0;
    }
.mt-custom-0,
.my-custom-0 {
    margin-top: 0;
    }
.mr-custom-0,
.mx-custom-0 {
    margin-right: 0;
    }
.mb-custom-0,
.my-custom-0 {
    margin-bottom: 0;
    }
.ml-custom-0,
.mx-custom-0 {
    margin-left: 0;
    }
.m-custom-1 {
    margin: .5rem;
    }
.mt-custom-1,
.my-custom-1 {
    margin-top: .5rem;
    }
.mr-custom-1,
.mx-custom-1 {
    margin-right: .5rem;
    }
.mb-custom-1,
.my-custom-1 {
    margin-bottom: .5rem;
    }
.ml-custom-1,
.mx-custom-1 {
    margin-left: .5rem;
    }
.m-custom-2 {
    margin: 1rem;
    }
.mt-custom-2,
.my-custom-2 {
    margin-top: 1rem;
    }
.mr-custom-2,
.mx-custom-2 {
    margin-right: 1rem;
    }
.mb-custom-2,
.my-custom-2 {
    margin-bottom: 1rem;
    }
.ml-custom-2,
.mx-custom-2 {
    margin-left: 1rem;
    }
.m-custom-3 {
    margin: 1.5rem;
    }
.mt-custom-3,
.my-custom-3 {
    margin-top: 1.5rem;
    }
.mr-custom-3,
.mx-custom-3 {
    margin-right: 1.5rem;
    }
.mb-custom-3,
.my-custom-3 {
    margin-bottom: 1.5rem;
    }
.ml-custom-3,
.mx-custom-3 {
    margin-left: 1.5rem;
    }
.m-custom-4 {
    margin: 2rem;
    }
.mt-custom-4,
.my-custom-4 {
    margin-top: 2rem;
    }
.mr-custom-4,
.mx-custom-4 {
    margin-right: 2rem;
    }
.mb-custom-4,
.my-custom-4 {
    margin-bottom: 2rem;
    }
.ml-custom-4,
.mx-custom-4 {
    margin-left: 2rem;
    }
.m-custom-5 {
    margin: 2.5rem;
    }
.mt-custom-5,
.my-custom-5 {
    margin-top: 2.5rem;
    }
.mr-custom-5,
.mx-custom-5 {
    margin-right: 2.5rem;
    }
.mb-custom-5,
.my-custom-5 {
    margin-bottom: 2.5rem;
    }
.ml-custom-5,
.mx-custom-5 {
    margin-left: 2.5rem;
    }
.m-custom-6 {
    margin: 3rem;
    }
.mt-custom-6,
.my-custom-6 {
    margin-top: 3rem;
    }
.mr-custom-6,
.mx-custom-6 {
    margin-right: 3rem;
    }
.mb-custom-6,
.my-custom-6 {
    margin-bottom: 3rem;
    }
.ml-custom-6,
.mx-custom-6 {
    margin-left: 3rem;
    }
.m-custom-7 {
    margin: 3.5rem;
    }
.mt-custom-7,
.my-custom-7 {
    margin-top: 3.5rem;
    }
.mr-custom-7,
.mx-custom-7 {
    margin-right: 3.5rem;
    }
.mb-custom-7,
.my-custom-7 {
    margin-bottom: 3.5rem;
    }
.ml-custom-7,
.mx-custom-7 {
    margin-left: 3.5rem;
    }
.m-custom-8 {
    margin: 4rem;
    }
.mt-custom-8,
.my-custom-8 {
    margin-top: 4rem;
    }
.mr-custom-8,
.mx-custom-8 {
    margin-right: 4rem;
    }
.mb-custom-8,
.my-custom-8 {
    margin-bottom: 4rem;
    }
.ml-custom-8,
.mx-custom-8 {
    margin-left: 4rem;
    }
.m-custom-9 {
    margin: 4.5rem;
    }
.mt-custom-9,
.my-custom-9 {
    margin-top: 4.5rem;
    }
.mr-custom-9,
.mx-custom-9 {
    margin-right: 4.5rem;
    }
.mb-custom-9,
.my-custom-9 {
    margin-bottom: 4.5rem;
    }
.ml-custom-9,
.mx-custom-9 {
    margin-left: 4.5rem;
    }
.m-custom-10 {
    margin: 5rem;
    }
.mt-custom-10,
.my-custom-10 {
    margin-top: 5rem;
    }
.mr-custom-10,
.mx-custom-10 {
    margin-right: 5rem;
    }
.mb-custom-10,
.my-custom-10 {
    margin-bottom: 5rem;
    }
.ml-custom-10,
.mx-custom-10 {
    margin-left: 5rem;
    }
.m-custom-11 {
    margin: 5.5rem;
    }
.mt-custom-11,
.my-custom-11 {
    margin-top: 5.5rem;
    }
.mr-custom-11,
.mx-custom-11 {
    margin-right: 5.5rem;
    }
.mb-custom-11,
.my-custom-11 {
    margin-bottom: 5.5rem;
    }
.ml-custom-11,
.mx-custom-11 {
    margin-left: 5.5rem;
    }
.m-custom-12 {
    margin: 6rem;
    }
.mt-custom-12,
.my-custom-12 {
    margin-top: 6rem;
    }
.mr-custom-12,
.mx-custom-12 {
    margin-right: 6rem;
    }
.mb-custom-12,
.my-custom-12 {
    margin-bottom: 6rem;
    }
.ml-custom-12,
.mx-custom-12 {
    margin-left: 6rem;
    }
.m-custom-13 {
    margin: 6.5rem;
    }
.mt-custom-13,
.my-custom-13 {
    margin-top: 6.5rem;
    }
.mr-custom-13,
.mx-custom-13 {
    margin-right: 6.5rem;
    }
.mb-custom-13,
.my-custom-13 {
    margin-bottom: 6.5rem;
    }
.ml-custom-13,
.mx-custom-13 {
    margin-left: 6.5rem;
    }
.m-custom-14 {
    margin: 7rem;
    }
.mt-custom-14,
.my-custom-14 {
    margin-top: 7rem;
    }
.mr-custom-14,
.mx-custom-14 {
    margin-right: 7rem;
    }
.mb-custom-14,
.my-custom-14 {
    margin-bottom: 7rem;
    }
.ml-custom-14,
.mx-custom-14 {
    margin-left: 7rem;
    }
.m-custom-15 {
    margin: 7.5rem;
    }
.mt-custom-15,
.my-custom-15 {
    margin-top: 7.5rem;
    }
.mr-custom-15,
.mx-custom-15 {
    margin-right: 7.5rem;
    }
.mb-custom-15,
.my-custom-15 {
    margin-bottom: 7.5rem;
    }
.ml-custom-15,
.mx-custom-15 {
    margin-left: 7.5rem;
    }
.m-custom-16 {
    margin: 8rem;
    }
.mt-custom-16,
.my-custom-16 {
    margin-top: 8rem;
    }
.mr-custom-16,
.mx-custom-16 {
    margin-right: 8rem;
    }
.mb-custom-16,
.my-custom-16 {
    margin-bottom: 8rem;
    }
.ml-custom-16,
.mx-custom-16 {
    margin-left: 8rem;
    }
.m-custom-17 {
    margin: 8.5rem;
    }
.mt-custom-17,
.my-custom-17 {
    margin-top: 8.5rem;
    }
.mr-custom-17,
.mx-custom-17 {
    margin-right: 8.5rem;
    }
.mb-custom-17,
.my-custom-17 {
    margin-bottom: 8.5rem;
    }
.ml-custom-17,
.mx-custom-17 {
    margin-left: 8.5rem;
    }
.m-custom-18 {
    margin: 9rem;
    }
.mt-custom-18,
.my-custom-18 {
    margin-top: 9rem;
    }
.mr-custom-18,
.mx-custom-18 {
    margin-right: 9rem;
    }
.mb-custom-18,
.my-custom-18 {
    margin-bottom: 9rem;
    }
.ml-custom-18,
.mx-custom-18 {
    margin-left: 9rem;
    }
.m-custom-19 {
    margin: 9.5rem;
    }
.mt-custom-19,
.my-custom-19 {
    margin-top: 9.5rem;
    }
.mr-custom-19,
.mx-custom-19 {
    margin-right: 9.5rem;
    }
.mb-custom-19,
.my-custom-19 {
    margin-bottom: 9.5rem;
    }
.ml-custom-19,
.mx-custom-19 {
    margin-left: 9.5rem;
    }
.m-custom-20 {
    margin: 10rem;
    }
.mt-custom-20,
.my-custom-20 {
    margin-top: 10rem;
    }
.mr-custom-20,
.mx-custom-20 {
    margin-right: 10rem;
    }
.mb-custom-20,
.my-custom-20 {
    margin-bottom: 10rem;
    }
.ml-custom-20,
.mx-custom-20 {
    margin-left: 10rem;
    }
.p-custom-0 {
    padding: 0;
    }
.pt-custom-0,
.py-custom-0 {
    padding-top: 0;
    }
.pr-custom-0,
.px-custom-0 {
    padding-right: 0;
    }
.pb-custom-0,
.py-custom-0 {
    padding-bottom: 0;
    }
.pl-custom-0,
.px-custom-0 {
    padding-left: 0;
    }
.p-custom-1 {
    padding: .5rem;
    }
.pt-custom-1,
.py-custom-1 {
    padding-top: .5rem;
    }
.pr-custom-1,
.px-custom-1 {
    padding-right: .5rem;
    }
.pb-custom-1,
.py-custom-1 {
    padding-bottom: .5rem;
    }
.pl-custom-1,
.px-custom-1 {
    padding-left: .5rem;
    }
.p-custom-2 {
    padding: 1rem;
    }
.pt-custom-2,
.py-custom-2 {
    padding-top: 1rem;
    }
.pr-custom-2,
.px-custom-2 {
    padding-right: 1rem;
    }
.pb-custom-2,
.py-custom-2 {
    padding-bottom: 1rem;
    }
.pl-custom-2,
.px-custom-2 {
    padding-left: 1rem;
    }
.p-custom-3 {
    padding: 1.5rem;
    }
.pt-custom-3,
.py-custom-3 {
    padding-top: 1.5rem;
    }
.pr-custom-3,
.px-custom-3 {
    padding-right: 1.5rem;
    }
.pb-custom-3,
.py-custom-3 {
    padding-bottom: 1.5rem;
    }
.pl-custom-3,
.px-custom-3 {
    padding-left: 1.5rem;
    }
.p-custom-4 {
    padding: 2rem;
    }
.pt-custom-4,
.py-custom-4 {
    padding-top: 2rem;
    }
.pr-custom-4,
.px-custom-4 {
    padding-right: 2rem;
    }
.pb-custom-4,
.py-custom-4 {
    padding-bottom: 2rem;
    }
.pl-custom-4,
.px-custom-4 {
    padding-left: 2rem;
    }
.p-custom-5 {
    padding: 2.5rem;
    }
.pt-custom-5,
.py-custom-5 {
    padding-top: 2.5rem;
    }
.pr-custom-5,
.px-custom-5 {
    padding-right: 2.5rem;
    }
.pb-custom-5,
.py-custom-5 {
    padding-bottom: 2.5rem;
    }
.pl-custom-5,
.px-custom-5 {
    padding-left: 2.5rem;
    }
.p-custom-6 {
    padding: 3rem;
    }
.pt-custom-6,
.py-custom-6 {
    padding-top: 3rem;
    }
.pr-custom-6,
.px-custom-6 {
    padding-right: 3rem;
    }
.pb-custom-6,
.py-custom-6 {
    padding-bottom: 3rem;
    }
.pl-custom-6,
.px-custom-6 {
    padding-left: 3rem;
    }
.p-custom-7 {
    padding: 3.5rem;
    }
.pt-custom-7,
.py-custom-7 {
    padding-top: 3.5rem;
    }
.pr-custom-7,
.px-custom-7 {
    padding-right: 3.5rem;
    }
.pb-custom-7,
.py-custom-7 {
    padding-bottom: 3.5rem;
    }
.pl-custom-7,
.px-custom-7 {
    padding-left: 3.5rem;
    }
.p-custom-8 {
    padding: 4rem;
    }
.pt-custom-8,
.py-custom-8 {
    padding-top: 4rem;
    }
.pr-custom-8,
.px-custom-8 {
    padding-right: 4rem;
    }
.pb-custom-8,
.py-custom-8 {
    padding-bottom: 4rem;
    }
.pl-custom-8,
.px-custom-8 {
    padding-left: 4rem;
    }
.p-custom-9 {
    padding: 4.5rem;
    }
.pt-custom-9,
.py-custom-9 {
    padding-top: 4.5rem;
    }
.pr-custom-9,
.px-custom-9 {
    padding-right: 4.5rem;
    }
.pb-custom-9,
.py-custom-9 {
    padding-bottom: 4.5rem;
    }
.pl-custom-9,
.px-custom-9 {
    padding-left: 4.5rem;
    }
.p-custom-10 {
    padding: 5rem;
    }
.pt-custom-10,
.py-custom-10 {
    padding-top: 5rem;
    }
.pr-custom-10,
.px-custom-10 {
    padding-right: 5rem;
    }
.pb-custom-10,
.py-custom-10 {
    padding-bottom: 5rem;
    }
.pl-custom-10,
.px-custom-10 {
    padding-left: 5rem;
    }
.p-custom-11 {
    padding: 5.5rem;
    }
.pt-custom-11,
.py-custom-11 {
    padding-top: 5.5rem;
    }
.pr-custom-11,
.px-custom-11 {
    padding-right: 5.5rem;
    }
.pb-custom-11,
.py-custom-11 {
    padding-bottom: 5.5rem;
    }
.pl-custom-11,
.px-custom-11 {
    padding-left: 5.5rem;
    }
.p-custom-12 {
    padding: 6rem;
    }
.pt-custom-12,
.py-custom-12 {
    padding-top: 6rem;
    }
.pr-custom-12,
.px-custom-12 {
    padding-right: 6rem;
    }
.pb-custom-12,
.py-custom-12 {
    padding-bottom: 6rem;
    }
.pl-custom-12,
.px-custom-12 {
    padding-left: 6rem;
    }
.p-custom-13 {
    padding: 6.5rem;
    }
.pt-custom-13,
.py-custom-13 {
    padding-top: 6.5rem;
    }
.pr-custom-13,
.px-custom-13 {
    padding-right: 6.5rem;
    }
.pb-custom-13,
.py-custom-13 {
    padding-bottom: 6.5rem;
    }
.pl-custom-13,
.px-custom-13 {
    padding-left: 6.5rem;
    }
.p-custom-14 {
    padding: 7rem;
    }
.pt-custom-14,
.py-custom-14 {
    padding-top: 7rem;
    }
.pr-custom-14,
.px-custom-14 {
    padding-right: 7rem;
    }
.pb-custom-14,
.py-custom-14 {
    padding-bottom: 7rem;
    }
.pl-custom-14,
.px-custom-14 {
    padding-left: 7rem;
    }
.p-custom-15 {
    padding: 7.5rem;
    }
.pt-custom-15,
.py-custom-15 {
    padding-top: 7.5rem;
    }
.pr-custom-15,
.px-custom-15 {
    padding-right: 7.5rem;
    }
.pb-custom-15,
.py-custom-15 {
    padding-bottom: 7.5rem;
    }
.pl-custom-15,
.px-custom-15 {
    padding-left: 7.5rem;
    }
.p-custom-16 {
    padding: 8rem;
    }
.pt-custom-16,
.py-custom-16 {
    padding-top: 8rem;
    }
.pr-custom-16,
.px-custom-16 {
    padding-right: 8rem;
    }
.pb-custom-16,
.py-custom-16 {
    padding-bottom: 8rem;
    }
.pl-custom-16,
.px-custom-16 {
    padding-left: 8rem;
    }
.p-custom-17 {
    padding: 8.5rem;
    }
.pt-custom-17,
.py-custom-17 {
    padding-top: 8.5rem;
    }
.pr-custom-17,
.px-custom-17 {
    padding-right: 8.5rem;
    }
.pb-custom-17,
.py-custom-17 {
    padding-bottom: 8.5rem;
    }
.pl-custom-17,
.px-custom-17 {
    padding-left: 8.5rem;
    }
.p-custom-18 {
    padding: 9rem;
    }
.pt-custom-18,
.py-custom-18 {
    padding-top: 9rem;
    }
.pr-custom-18,
.px-custom-18 {
    padding-right: 9rem;
    }
.pb-custom-18,
.py-custom-18 {
    padding-bottom: 9rem;
    }
.pl-custom-18,
.px-custom-18 {
    padding-left: 9rem;
    }
.p-custom-19 {
    padding: 9.5rem;
    }
.pt-custom-19,
.py-custom-19 {
    padding-top: 9.5rem;
    }
.pr-custom-19,
.px-custom-19 {
    padding-right: 9.5rem;
    }
.pb-custom-19,
.py-custom-19 {
    padding-bottom: 9.5rem;
    }
.pl-custom-19,
.px-custom-19 {
    padding-left: 9.5rem;
    }
.p-custom-20 {
    padding: 10rem;
    }
.pt-custom-20,
.py-custom-20 {
    padding-top: 10rem;
    }
.pr-custom-20,
.px-custom-20 {
    padding-right: 10rem;
    }
.pb-custom-20,
.py-custom-20 {
    padding-bottom: 10rem;
    }
.pl-custom-20,
.px-custom-20 {
    padding-left: 10rem;
    }
.m-custom-auto {
    margin: auto;
    }
.mt-custom-auto,
.my-custom-auto {
    margin-top: auto;
    }
.mr-custom-auto,
.mx-custom-auto {
    margin-right: auto;
    }
.mb-custom-auto,
.my-custom-auto {
    margin-bottom: auto;
    }
.ml-custom-auto,
.mx-custom-auto {
    margin-left: auto;
    }
}

@media (min-width: 576px) {
.m-sm-0 {
    margin: 0;
    }
.mt-sm-0,
.my-sm-0 {
    margin-top: 0;
    }
.mr-sm-0,
.mx-sm-0 {
    margin-right: 0;
    }
.mb-sm-0,
.my-sm-0 {
    margin-bottom: 0;
    }
.ml-sm-0,
.mx-sm-0 {
    margin-left: 0;
    }
.m-sm-1 {
    margin: .5rem;
    }
.mt-sm-1,
.my-sm-1 {
    margin-top: .5rem;
    }
.mr-sm-1,
.mx-sm-1 {
    margin-right: .5rem;
    }
.mb-sm-1,
.my-sm-1 {
    margin-bottom: .5rem;
    }
.ml-sm-1,
.mx-sm-1 {
    margin-left: .5rem;
    }
.m-sm-2 {
    margin: 1rem;
    }
.mt-sm-2,
.my-sm-2 {
    margin-top: 1rem;
    }
.mr-sm-2,
.mx-sm-2 {
    margin-right: 1rem;
    }
.mb-sm-2,
.my-sm-2 {
    margin-bottom: 1rem;
    }
.ml-sm-2,
.mx-sm-2 {
    margin-left: 1rem;
    }
.m-sm-3 {
    margin: 1.5rem;
    }
.mt-sm-3,
.my-sm-3 {
    margin-top: 1.5rem;
    }
.mr-sm-3,
.mx-sm-3 {
    margin-right: 1.5rem;
    }
.mb-sm-3,
.my-sm-3 {
    margin-bottom: 1.5rem;
    }
.ml-sm-3,
.mx-sm-3 {
    margin-left: 1.5rem;
    }
.m-sm-4 {
    margin: 2rem;
    }
.mt-sm-4,
.my-sm-4 {
    margin-top: 2rem;
    }
.mr-sm-4,
.mx-sm-4 {
    margin-right: 2rem;
    }
.mb-sm-4,
.my-sm-4 {
    margin-bottom: 2rem;
    }
.ml-sm-4,
.mx-sm-4 {
    margin-left: 2rem;
    }
.m-sm-5 {
    margin: 2.5rem;
    }
.mt-sm-5,
.my-sm-5 {
    margin-top: 2.5rem;
    }
.mr-sm-5,
.mx-sm-5 {
    margin-right: 2.5rem;
    }
.mb-sm-5,
.my-sm-5 {
    margin-bottom: 2.5rem;
    }
.ml-sm-5,
.mx-sm-5 {
    margin-left: 2.5rem;
    }
.m-sm-6 {
    margin: 3rem;
    }
.mt-sm-6,
.my-sm-6 {
    margin-top: 3rem;
    }
.mr-sm-6,
.mx-sm-6 {
    margin-right: 3rem;
    }
.mb-sm-6,
.my-sm-6 {
    margin-bottom: 3rem;
    }
.ml-sm-6,
.mx-sm-6 {
    margin-left: 3rem;
    }
.m-sm-7 {
    margin: 3.5rem;
    }
.mt-sm-7,
.my-sm-7 {
    margin-top: 3.5rem;
    }
.mr-sm-7,
.mx-sm-7 {
    margin-right: 3.5rem;
    }
.mb-sm-7,
.my-sm-7 {
    margin-bottom: 3.5rem;
    }
.ml-sm-7,
.mx-sm-7 {
    margin-left: 3.5rem;
    }
.m-sm-8 {
    margin: 4rem;
    }
.mt-sm-8,
.my-sm-8 {
    margin-top: 4rem;
    }
.mr-sm-8,
.mx-sm-8 {
    margin-right: 4rem;
    }
.mb-sm-8,
.my-sm-8 {
    margin-bottom: 4rem;
    }
.ml-sm-8,
.mx-sm-8 {
    margin-left: 4rem;
    }
.m-sm-9 {
    margin: 4.5rem;
    }
.mt-sm-9,
.my-sm-9 {
    margin-top: 4.5rem;
    }
.mr-sm-9,
.mx-sm-9 {
    margin-right: 4.5rem;
    }
.mb-sm-9,
.my-sm-9 {
    margin-bottom: 4.5rem;
    }
.ml-sm-9,
.mx-sm-9 {
    margin-left: 4.5rem;
    }
.m-sm-10 {
    margin: 5rem;
    }
.mt-sm-10,
.my-sm-10 {
    margin-top: 5rem;
    }
.mr-sm-10,
.mx-sm-10 {
    margin-right: 5rem;
    }
.mb-sm-10,
.my-sm-10 {
    margin-bottom: 5rem;
    }
.ml-sm-10,
.mx-sm-10 {
    margin-left: 5rem;
    }
.m-sm-11 {
    margin: 5.5rem;
    }
.mt-sm-11,
.my-sm-11 {
    margin-top: 5.5rem;
    }
.mr-sm-11,
.mx-sm-11 {
    margin-right: 5.5rem;
    }
.mb-sm-11,
.my-sm-11 {
    margin-bottom: 5.5rem;
    }
.ml-sm-11,
.mx-sm-11 {
    margin-left: 5.5rem;
    }
.m-sm-12 {
    margin: 6rem;
    }
.mt-sm-12,
.my-sm-12 {
    margin-top: 6rem;
    }
.mr-sm-12,
.mx-sm-12 {
    margin-right: 6rem;
    }
.mb-sm-12,
.my-sm-12 {
    margin-bottom: 6rem;
    }
.ml-sm-12,
.mx-sm-12 {
    margin-left: 6rem;
    }
.m-sm-13 {
    margin: 6.5rem;
    }
.mt-sm-13,
.my-sm-13 {
    margin-top: 6.5rem;
    }
.mr-sm-13,
.mx-sm-13 {
    margin-right: 6.5rem;
    }
.mb-sm-13,
.my-sm-13 {
    margin-bottom: 6.5rem;
    }
.ml-sm-13,
.mx-sm-13 {
    margin-left: 6.5rem;
    }
.m-sm-14 {
    margin: 7rem;
    }
.mt-sm-14,
.my-sm-14 {
    margin-top: 7rem;
    }
.mr-sm-14,
.mx-sm-14 {
    margin-right: 7rem;
    }
.mb-sm-14,
.my-sm-14 {
    margin-bottom: 7rem;
    }
.ml-sm-14,
.mx-sm-14 {
    margin-left: 7rem;
    }
.m-sm-15 {
    margin: 7.5rem;
    }
.mt-sm-15,
.my-sm-15 {
    margin-top: 7.5rem;
    }
.mr-sm-15,
.mx-sm-15 {
    margin-right: 7.5rem;
    }
.mb-sm-15,
.my-sm-15 {
    margin-bottom: 7.5rem;
    }
.ml-sm-15,
.mx-sm-15 {
    margin-left: 7.5rem;
    }
.m-sm-16 {
    margin: 8rem;
    }
.mt-sm-16,
.my-sm-16 {
    margin-top: 8rem;
    }
.mr-sm-16,
.mx-sm-16 {
    margin-right: 8rem;
    }
.mb-sm-16,
.my-sm-16 {
    margin-bottom: 8rem;
    }
.ml-sm-16,
.mx-sm-16 {
    margin-left: 8rem;
    }
.m-sm-17 {
    margin: 8.5rem;
    }
.mt-sm-17,
.my-sm-17 {
    margin-top: 8.5rem;
    }
.mr-sm-17,
.mx-sm-17 {
    margin-right: 8.5rem;
    }
.mb-sm-17,
.my-sm-17 {
    margin-bottom: 8.5rem;
    }
.ml-sm-17,
.mx-sm-17 {
    margin-left: 8.5rem;
    }
.m-sm-18 {
    margin: 9rem;
    }
.mt-sm-18,
.my-sm-18 {
    margin-top: 9rem;
    }
.mr-sm-18,
.mx-sm-18 {
    margin-right: 9rem;
    }
.mb-sm-18,
.my-sm-18 {
    margin-bottom: 9rem;
    }
.ml-sm-18,
.mx-sm-18 {
    margin-left: 9rem;
    }
.m-sm-19 {
    margin: 9.5rem;
    }
.mt-sm-19,
.my-sm-19 {
    margin-top: 9.5rem;
    }
.mr-sm-19,
.mx-sm-19 {
    margin-right: 9.5rem;
    }
.mb-sm-19,
.my-sm-19 {
    margin-bottom: 9.5rem;
    }
.ml-sm-19,
.mx-sm-19 {
    margin-left: 9.5rem;
    }
.m-sm-20 {
    margin: 10rem;
    }
.mt-sm-20,
.my-sm-20 {
    margin-top: 10rem;
    }
.mr-sm-20,
.mx-sm-20 {
    margin-right: 10rem;
    }
.mb-sm-20,
.my-sm-20 {
    margin-bottom: 10rem;
    }
.ml-sm-20,
.mx-sm-20 {
    margin-left: 10rem;
    }
.p-sm-0 {
    padding: 0;
    }
.pt-sm-0,
.py-sm-0 {
    padding-top: 0;
    }
.pr-sm-0,
.px-sm-0 {
    padding-right: 0;
    }
.pb-sm-0,
.py-sm-0 {
    padding-bottom: 0;
    }
.pl-sm-0,
.px-sm-0 {
    padding-left: 0;
    }
.p-sm-1 {
    padding: .5rem;
    }
.pt-sm-1,
.py-sm-1 {
    padding-top: .5rem;
    }
.pr-sm-1,
.px-sm-1 {
    padding-right: .5rem;
    }
.pb-sm-1,
.py-sm-1 {
    padding-bottom: .5rem;
    }
.pl-sm-1,
.px-sm-1 {
    padding-left: .5rem;
    }
.p-sm-2 {
    padding: 1rem;
    }
.pt-sm-2,
.py-sm-2 {
    padding-top: 1rem;
    }
.pr-sm-2,
.px-sm-2 {
    padding-right: 1rem;
    }
.pb-sm-2,
.py-sm-2 {
    padding-bottom: 1rem;
    }
.pl-sm-2,
.px-sm-2 {
    padding-left: 1rem;
    }
.p-sm-3 {
    padding: 1.5rem;
    }
.pt-sm-3,
.py-sm-3 {
    padding-top: 1.5rem;
    }
.pr-sm-3,
.px-sm-3 {
    padding-right: 1.5rem;
    }
.pb-sm-3,
.py-sm-3 {
    padding-bottom: 1.5rem;
    }
.pl-sm-3,
.px-sm-3 {
    padding-left: 1.5rem;
    }
.p-sm-4 {
    padding: 2rem;
    }
.pt-sm-4,
.py-sm-4 {
    padding-top: 2rem;
    }
.pr-sm-4,
.px-sm-4 {
    padding-right: 2rem;
    }
.pb-sm-4,
.py-sm-4 {
    padding-bottom: 2rem;
    }
.pl-sm-4,
.px-sm-4 {
    padding-left: 2rem;
    }
.p-sm-5 {
    padding: 2.5rem;
    }
.pt-sm-5,
.py-sm-5 {
    padding-top: 2.5rem;
    }
.pr-sm-5,
.px-sm-5 {
    padding-right: 2.5rem;
    }
.pb-sm-5,
.py-sm-5 {
    padding-bottom: 2.5rem;
    }
.pl-sm-5,
.px-sm-5 {
    padding-left: 2.5rem;
    }
.p-sm-6 {
    padding: 3rem;
    }
.pt-sm-6,
.py-sm-6 {
    padding-top: 3rem;
    }
.pr-sm-6,
.px-sm-6 {
    padding-right: 3rem;
    }
.pb-sm-6,
.py-sm-6 {
    padding-bottom: 3rem;
    }
.pl-sm-6,
.px-sm-6 {
    padding-left: 3rem;
    }
.p-sm-7 {
    padding: 3.5rem;
    }
.pt-sm-7,
.py-sm-7 {
    padding-top: 3.5rem;
    }
.pr-sm-7,
.px-sm-7 {
    padding-right: 3.5rem;
    }
.pb-sm-7,
.py-sm-7 {
    padding-bottom: 3.5rem;
    }
.pl-sm-7,
.px-sm-7 {
    padding-left: 3.5rem;
    }
.p-sm-8 {
    padding: 4rem;
    }
.pt-sm-8,
.py-sm-8 {
    padding-top: 4rem;
    }
.pr-sm-8,
.px-sm-8 {
    padding-right: 4rem;
    }
.pb-sm-8,
.py-sm-8 {
    padding-bottom: 4rem;
    }
.pl-sm-8,
.px-sm-8 {
    padding-left: 4rem;
    }
.p-sm-9 {
    padding: 4.5rem;
    }
.pt-sm-9,
.py-sm-9 {
    padding-top: 4.5rem;
    }
.pr-sm-9,
.px-sm-9 {
    padding-right: 4.5rem;
    }
.pb-sm-9,
.py-sm-9 {
    padding-bottom: 4.5rem;
    }
.pl-sm-9,
.px-sm-9 {
    padding-left: 4.5rem;
    }
.p-sm-10 {
    padding: 5rem;
    }
.pt-sm-10,
.py-sm-10 {
    padding-top: 5rem;
    }
.pr-sm-10,
.px-sm-10 {
    padding-right: 5rem;
    }
.pb-sm-10,
.py-sm-10 {
    padding-bottom: 5rem;
    }
.pl-sm-10,
.px-sm-10 {
    padding-left: 5rem;
    }
.p-sm-11 {
    padding: 5.5rem;
    }
.pt-sm-11,
.py-sm-11 {
    padding-top: 5.5rem;
    }
.pr-sm-11,
.px-sm-11 {
    padding-right: 5.5rem;
    }
.pb-sm-11,
.py-sm-11 {
    padding-bottom: 5.5rem;
    }
.pl-sm-11,
.px-sm-11 {
    padding-left: 5.5rem;
    }
.p-sm-12 {
    padding: 6rem;
    }
.pt-sm-12,
.py-sm-12 {
    padding-top: 6rem;
    }
.pr-sm-12,
.px-sm-12 {
    padding-right: 6rem;
    }
.pb-sm-12,
.py-sm-12 {
    padding-bottom: 6rem;
    }
.pl-sm-12,
.px-sm-12 {
    padding-left: 6rem;
    }
.p-sm-13 {
    padding: 6.5rem;
    }
.pt-sm-13,
.py-sm-13 {
    padding-top: 6.5rem;
    }
.pr-sm-13,
.px-sm-13 {
    padding-right: 6.5rem;
    }
.pb-sm-13,
.py-sm-13 {
    padding-bottom: 6.5rem;
    }
.pl-sm-13,
.px-sm-13 {
    padding-left: 6.5rem;
    }
.p-sm-14 {
    padding: 7rem;
    }
.pt-sm-14,
.py-sm-14 {
    padding-top: 7rem;
    }
.pr-sm-14,
.px-sm-14 {
    padding-right: 7rem;
    }
.pb-sm-14,
.py-sm-14 {
    padding-bottom: 7rem;
    }
.pl-sm-14,
.px-sm-14 {
    padding-left: 7rem;
    }
.p-sm-15 {
    padding: 7.5rem;
    }
.pt-sm-15,
.py-sm-15 {
    padding-top: 7.5rem;
    }
.pr-sm-15,
.px-sm-15 {
    padding-right: 7.5rem;
    }
.pb-sm-15,
.py-sm-15 {
    padding-bottom: 7.5rem;
    }
.pl-sm-15,
.px-sm-15 {
    padding-left: 7.5rem;
    }
.p-sm-16 {
    padding: 8rem;
    }
.pt-sm-16,
.py-sm-16 {
    padding-top: 8rem;
    }
.pr-sm-16,
.px-sm-16 {
    padding-right: 8rem;
    }
.pb-sm-16,
.py-sm-16 {
    padding-bottom: 8rem;
    }
.pl-sm-16,
.px-sm-16 {
    padding-left: 8rem;
    }
.p-sm-17 {
    padding: 8.5rem;
    }
.pt-sm-17,
.py-sm-17 {
    padding-top: 8.5rem;
    }
.pr-sm-17,
.px-sm-17 {
    padding-right: 8.5rem;
    }
.pb-sm-17,
.py-sm-17 {
    padding-bottom: 8.5rem;
    }
.pl-sm-17,
.px-sm-17 {
    padding-left: 8.5rem;
    }
.p-sm-18 {
    padding: 9rem;
    }
.pt-sm-18,
.py-sm-18 {
    padding-top: 9rem;
    }
.pr-sm-18,
.px-sm-18 {
    padding-right: 9rem;
    }
.pb-sm-18,
.py-sm-18 {
    padding-bottom: 9rem;
    }
.pl-sm-18,
.px-sm-18 {
    padding-left: 9rem;
    }
.p-sm-19 {
    padding: 9.5rem;
    }
.pt-sm-19,
.py-sm-19 {
    padding-top: 9.5rem;
    }
.pr-sm-19,
.px-sm-19 {
    padding-right: 9.5rem;
    }
.pb-sm-19,
.py-sm-19 {
    padding-bottom: 9.5rem;
    }
.pl-sm-19,
.px-sm-19 {
    padding-left: 9.5rem;
    }
.p-sm-20 {
    padding: 10rem;
    }
.pt-sm-20,
.py-sm-20 {
    padding-top: 10rem;
    }
.pr-sm-20,
.px-sm-20 {
    padding-right: 10rem;
    }
.pb-sm-20,
.py-sm-20 {
    padding-bottom: 10rem;
    }
.pl-sm-20,
.px-sm-20 {
    padding-left: 10rem;
    }
.m-sm-auto {
    margin: auto;
    }
.mt-sm-auto,
.my-sm-auto {
    margin-top: auto;
    }
.mr-sm-auto,
.mx-sm-auto {
    margin-right: auto;
    }
.mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto;
    }
.ml-sm-auto,
.mx-sm-auto {
    margin-left: auto;
    }
}

@media (min-width: 768px) {
.m-md-0 {
    margin: 0;
    }
.mt-md-0,
.my-md-0 {
    margin-top: 0;
    }
.mr-md-0,
.mx-md-0 {
    margin-right: 0;
    }
.mb-md-0,
.my-md-0 {
    margin-bottom: 0;
    }
.ml-md-0,
.mx-md-0 {
    margin-left: 0;
    }
.m-md-1 {
    margin: .5rem;
    }
.mt-md-1,
.my-md-1 {
    margin-top: .5rem;
    }
.mr-md-1,
.mx-md-1 {
    margin-right: .5rem;
    }
.mb-md-1,
.my-md-1 {
    margin-bottom: .5rem;
    }
.ml-md-1,
.mx-md-1 {
    margin-left: .5rem;
    }
.m-md-2 {
    margin: 1rem;
    }
.mt-md-2,
.my-md-2 {
    margin-top: 1rem;
    }
.mr-md-2,
.mx-md-2 {
    margin-right: 1rem;
    }
.mb-md-2,
.my-md-2 {
    margin-bottom: 1rem;
    }
.ml-md-2,
.mx-md-2 {
    margin-left: 1rem;
    }
.m-md-3 {
    margin: 1.5rem;
    }
.mt-md-3,
.my-md-3 {
    margin-top: 1.5rem;
    }
.mr-md-3,
.mx-md-3 {
    margin-right: 1.5rem;
    }
.mb-md-3,
.my-md-3 {
    margin-bottom: 1.5rem;
    }
.ml-md-3,
.mx-md-3 {
    margin-left: 1.5rem;
    }
.m-md-4 {
    margin: 2rem;
    }
.mt-md-4,
.my-md-4 {
    margin-top: 2rem;
    }
.mr-md-4,
.mx-md-4 {
    margin-right: 2rem;
    }
.mb-md-4,
.my-md-4 {
    margin-bottom: 2rem;
    }
.ml-md-4,
.mx-md-4 {
    margin-left: 2rem;
    }
.m-md-5 {
    margin: 2.5rem;
    }
.mt-md-5,
.my-md-5 {
    margin-top: 2.5rem;
    }
.mr-md-5,
.mx-md-5 {
    margin-right: 2.5rem;
    }
.mb-md-5,
.my-md-5 {
    margin-bottom: 2.5rem;
    }
.ml-md-5,
.mx-md-5 {
    margin-left: 2.5rem;
    }
.m-md-6 {
    margin: 3rem;
    }
.mt-md-6,
.my-md-6 {
    margin-top: 3rem;
    }
.mr-md-6,
.mx-md-6 {
    margin-right: 3rem;
    }
.mb-md-6,
.my-md-6 {
    margin-bottom: 3rem;
    }
.ml-md-6,
.mx-md-6 {
    margin-left: 3rem;
    }
.m-md-7 {
    margin: 3.5rem;
    }
.mt-md-7,
.my-md-7 {
    margin-top: 3.5rem;
    }
.mr-md-7,
.mx-md-7 {
    margin-right: 3.5rem;
    }
.mb-md-7,
.my-md-7 {
    margin-bottom: 3.5rem;
    }
.ml-md-7,
.mx-md-7 {
    margin-left: 3.5rem;
    }
.m-md-8 {
    margin: 4rem;
    }
.mt-md-8,
.my-md-8 {
    margin-top: 4rem;
    }
.mr-md-8,
.mx-md-8 {
    margin-right: 4rem;
    }
.mb-md-8,
.my-md-8 {
    margin-bottom: 4rem;
    }
.ml-md-8,
.mx-md-8 {
    margin-left: 4rem;
    }
.m-md-9 {
    margin: 4.5rem;
    }
.mt-md-9,
.my-md-9 {
    margin-top: 4.5rem;
    }
.mr-md-9,
.mx-md-9 {
    margin-right: 4.5rem;
    }
.mb-md-9,
.my-md-9 {
    margin-bottom: 4.5rem;
    }
.ml-md-9,
.mx-md-9 {
    margin-left: 4.5rem;
    }
.m-md-10 {
    margin: 5rem;
    }
.mt-md-10,
.my-md-10 {
    margin-top: 5rem;
    }
.mr-md-10,
.mx-md-10 {
    margin-right: 5rem;
    }
.mb-md-10,
.my-md-10 {
    margin-bottom: 5rem;
    }
.ml-md-10,
.mx-md-10 {
    margin-left: 5rem;
    }
.m-md-11 {
    margin: 5.5rem;
    }
.mt-md-11,
.my-md-11 {
    margin-top: 5.5rem;
    }
.mr-md-11,
.mx-md-11 {
    margin-right: 5.5rem;
    }
.mb-md-11,
.my-md-11 {
    margin-bottom: 5.5rem;
    }
.ml-md-11,
.mx-md-11 {
    margin-left: 5.5rem;
    }
.m-md-12 {
    margin: 6rem;
    }
.mt-md-12,
.my-md-12 {
    margin-top: 6rem;
    }
.mr-md-12,
.mx-md-12 {
    margin-right: 6rem;
    }
.mb-md-12,
.my-md-12 {
    margin-bottom: 6rem;
    }
.ml-md-12,
.mx-md-12 {
    margin-left: 6rem;
    }
.m-md-13 {
    margin: 6.5rem;
    }
.mt-md-13,
.my-md-13 {
    margin-top: 6.5rem;
    }
.mr-md-13,
.mx-md-13 {
    margin-right: 6.5rem;
    }
.mb-md-13,
.my-md-13 {
    margin-bottom: 6.5rem;
    }
.ml-md-13,
.mx-md-13 {
    margin-left: 6.5rem;
    }
.m-md-14 {
    margin: 7rem;
    }
.mt-md-14,
.my-md-14 {
    margin-top: 7rem;
    }
.mr-md-14,
.mx-md-14 {
    margin-right: 7rem;
    }
.mb-md-14,
.my-md-14 {
    margin-bottom: 7rem;
    }
.ml-md-14,
.mx-md-14 {
    margin-left: 7rem;
    }
.m-md-15 {
    margin: 7.5rem;
    }
.mt-md-15,
.my-md-15 {
    margin-top: 7.5rem;
    }
.mr-md-15,
.mx-md-15 {
    margin-right: 7.5rem;
    }
.mb-md-15,
.my-md-15 {
    margin-bottom: 7.5rem;
    }
.ml-md-15,
.mx-md-15 {
    margin-left: 7.5rem;
    }
.m-md-16 {
    margin: 8rem;
    }
.mt-md-16,
.my-md-16 {
    margin-top: 8rem;
    }
.mr-md-16,
.mx-md-16 {
    margin-right: 8rem;
    }
.mb-md-16,
.my-md-16 {
    margin-bottom: 8rem;
    }
.ml-md-16,
.mx-md-16 {
    margin-left: 8rem;
    }
.m-md-17 {
    margin: 8.5rem;
    }
.mt-md-17,
.my-md-17 {
    margin-top: 8.5rem;
    }
.mr-md-17,
.mx-md-17 {
    margin-right: 8.5rem;
    }
.mb-md-17,
.my-md-17 {
    margin-bottom: 8.5rem;
    }
.ml-md-17,
.mx-md-17 {
    margin-left: 8.5rem;
    }
.m-md-18 {
    margin: 9rem;
    }
.mt-md-18,
.my-md-18 {
    margin-top: 9rem;
    }
.mr-md-18,
.mx-md-18 {
    margin-right: 9rem;
    }
.mb-md-18,
.my-md-18 {
    margin-bottom: 9rem;
    }
.ml-md-18,
.mx-md-18 {
    margin-left: 9rem;
    }
.m-md-19 {
    margin: 9.5rem;
    }
.mt-md-19,
.my-md-19 {
    margin-top: 9.5rem;
    }
.mr-md-19,
.mx-md-19 {
    margin-right: 9.5rem;
    }
.mb-md-19,
.my-md-19 {
    margin-bottom: 9.5rem;
    }
.ml-md-19,
.mx-md-19 {
    margin-left: 9.5rem;
    }
.m-md-20 {
    margin: 10rem;
    }
.mt-md-20,
.my-md-20 {
    margin-top: 10rem;
    }
.mr-md-20,
.mx-md-20 {
    margin-right: 10rem;
    }
.mb-md-20,
.my-md-20 {
    margin-bottom: 10rem;
    }
.ml-md-20,
.mx-md-20 {
    margin-left: 10rem;
    }
.p-md-0 {
    padding: 0;
    }
.pt-md-0,
.py-md-0 {
    padding-top: 0;
    }
.pr-md-0,
.px-md-0 {
    padding-right: 0;
    }
.pb-md-0,
.py-md-0 {
    padding-bottom: 0;
    }
.pl-md-0,
.px-md-0 {
    padding-left: 0;
    }
.p-md-1 {
    padding: .5rem;
    }
.pt-md-1,
.py-md-1 {
    padding-top: .5rem;
    }
.pr-md-1,
.px-md-1 {
    padding-right: .5rem;
    }
.pb-md-1,
.py-md-1 {
    padding-bottom: .5rem;
    }
.pl-md-1,
.px-md-1 {
    padding-left: .5rem;
    }
.p-md-2 {
    padding: 1rem;
    }
.pt-md-2,
.py-md-2 {
    padding-top: 1rem;
    }
.pr-md-2,
.px-md-2 {
    padding-right: 1rem;
    }
.pb-md-2,
.py-md-2 {
    padding-bottom: 1rem;
    }
.pl-md-2,
.px-md-2 {
    padding-left: 1rem;
    }
.p-md-3 {
    padding: 1.5rem;
    }
.pt-md-3,
.py-md-3 {
    padding-top: 1.5rem;
    }
.pr-md-3,
.px-md-3 {
    padding-right: 1.5rem;
    }
.pb-md-3,
.py-md-3 {
    padding-bottom: 1.5rem;
    }
.pl-md-3,
.px-md-3 {
    padding-left: 1.5rem;
    }
.p-md-4 {
    padding: 2rem;
    }
.pt-md-4,
.py-md-4 {
    padding-top: 2rem;
    }
.pr-md-4,
.px-md-4 {
    padding-right: 2rem;
    }
.pb-md-4,
.py-md-4 {
    padding-bottom: 2rem;
    }
.pl-md-4,
.px-md-4 {
    padding-left: 2rem;
    }
.p-md-5 {
    padding: 2.5rem;
    }
.pt-md-5,
.py-md-5 {
    padding-top: 2.5rem;
    }
.pr-md-5,
.px-md-5 {
    padding-right: 2.5rem;
    }
.pb-md-5,
.py-md-5 {
    padding-bottom: 2.5rem;
    }
.pl-md-5,
.px-md-5 {
    padding-left: 2.5rem;
    }
.p-md-6 {
    padding: 3rem;
    }
.pt-md-6,
.py-md-6 {
    padding-top: 3rem;
    }
.pr-md-6,
.px-md-6 {
    padding-right: 3rem;
    }
.pb-md-6,
.py-md-6 {
    padding-bottom: 3rem;
    }
.pl-md-6,
.px-md-6 {
    padding-left: 3rem;
    }
.p-md-7 {
    padding: 3.5rem;
    }
.pt-md-7,
.py-md-7 {
    padding-top: 3.5rem;
    }
.pr-md-7,
.px-md-7 {
    padding-right: 3.5rem;
    }
.pb-md-7,
.py-md-7 {
    padding-bottom: 3.5rem;
    }
.pl-md-7,
.px-md-7 {
    padding-left: 3.5rem;
    }
.p-md-8 {
    padding: 4rem;
    }
.pt-md-8,
.py-md-8 {
    padding-top: 4rem;
    }
.pr-md-8,
.px-md-8 {
    padding-right: 4rem;
    }
.pb-md-8,
.py-md-8 {
    padding-bottom: 4rem;
    }
.pl-md-8,
.px-md-8 {
    padding-left: 4rem;
    }
.p-md-9 {
    padding: 4.5rem;
    }
.pt-md-9,
.py-md-9 {
    padding-top: 4.5rem;
    }
.pr-md-9,
.px-md-9 {
    padding-right: 4.5rem;
    }
.pb-md-9,
.py-md-9 {
    padding-bottom: 4.5rem;
    }
.pl-md-9,
.px-md-9 {
    padding-left: 4.5rem;
    }
.p-md-10 {
    padding: 5rem;
    }
.pt-md-10,
.py-md-10 {
    padding-top: 5rem;
    }
.pr-md-10,
.px-md-10 {
    padding-right: 5rem;
    }
.pb-md-10,
.py-md-10 {
    padding-bottom: 5rem;
    }
.pl-md-10,
.px-md-10 {
    padding-left: 5rem;
    }
.p-md-11 {
    padding: 5.5rem;
    }
.pt-md-11,
.py-md-11 {
    padding-top: 5.5rem;
    }
.pr-md-11,
.px-md-11 {
    padding-right: 5.5rem;
    }
.pb-md-11,
.py-md-11 {
    padding-bottom: 5.5rem;
    }
.pl-md-11,
.px-md-11 {
    padding-left: 5.5rem;
    }
.p-md-12 {
    padding: 6rem;
    }
.pt-md-12,
.py-md-12 {
    padding-top: 6rem;
    }
.pr-md-12,
.px-md-12 {
    padding-right: 6rem;
    }
.pb-md-12,
.py-md-12 {
    padding-bottom: 6rem;
    }
.pl-md-12,
.px-md-12 {
    padding-left: 6rem;
    }
.p-md-13 {
    padding: 6.5rem;
    }
.pt-md-13,
.py-md-13 {
    padding-top: 6.5rem;
    }
.pr-md-13,
.px-md-13 {
    padding-right: 6.5rem;
    }
.pb-md-13,
.py-md-13 {
    padding-bottom: 6.5rem;
    }
.pl-md-13,
.px-md-13 {
    padding-left: 6.5rem;
    }
.p-md-14 {
    padding: 7rem;
    }
.pt-md-14,
.py-md-14 {
    padding-top: 7rem;
    }
.pr-md-14,
.px-md-14 {
    padding-right: 7rem;
    }
.pb-md-14,
.py-md-14 {
    padding-bottom: 7rem;
    }
.pl-md-14,
.px-md-14 {
    padding-left: 7rem;
    }
.p-md-15 {
    padding: 7.5rem;
    }
.pt-md-15,
.py-md-15 {
    padding-top: 7.5rem;
    }
.pr-md-15,
.px-md-15 {
    padding-right: 7.5rem;
    }
.pb-md-15,
.py-md-15 {
    padding-bottom: 7.5rem;
    }
.pl-md-15,
.px-md-15 {
    padding-left: 7.5rem;
    }
.p-md-16 {
    padding: 8rem;
    }
.pt-md-16,
.py-md-16 {
    padding-top: 8rem;
    }
.pr-md-16,
.px-md-16 {
    padding-right: 8rem;
    }
.pb-md-16,
.py-md-16 {
    padding-bottom: 8rem;
    }
.pl-md-16,
.px-md-16 {
    padding-left: 8rem;
    }
.p-md-17 {
    padding: 8.5rem;
    }
.pt-md-17,
.py-md-17 {
    padding-top: 8.5rem;
    }
.pr-md-17,
.px-md-17 {
    padding-right: 8.5rem;
    }
.pb-md-17,
.py-md-17 {
    padding-bottom: 8.5rem;
    }
.pl-md-17,
.px-md-17 {
    padding-left: 8.5rem;
    }
.p-md-18 {
    padding: 9rem;
    }
.pt-md-18,
.py-md-18 {
    padding-top: 9rem;
    }
.pr-md-18,
.px-md-18 {
    padding-right: 9rem;
    }
.pb-md-18,
.py-md-18 {
    padding-bottom: 9rem;
    }
.pl-md-18,
.px-md-18 {
    padding-left: 9rem;
    }
.p-md-19 {
    padding: 9.5rem;
    }
.pt-md-19,
.py-md-19 {
    padding-top: 9.5rem;
    }
.pr-md-19,
.px-md-19 {
    padding-right: 9.5rem;
    }
.pb-md-19,
.py-md-19 {
    padding-bottom: 9.5rem;
    }
.pl-md-19,
.px-md-19 {
    padding-left: 9.5rem;
    }
.p-md-20 {
    padding: 10rem;
    }
.pt-md-20,
.py-md-20 {
    padding-top: 10rem;
    }
.pr-md-20,
.px-md-20 {
    padding-right: 10rem;
    }
.pb-md-20,
.py-md-20 {
    padding-bottom: 10rem;
    }
.pl-md-20,
.px-md-20 {
    padding-left: 10rem;
    }
.m-md-auto {
    margin: auto;
    }
.mt-md-auto,
.my-md-auto {
    margin-top: auto;
    }
.mr-md-auto,
.mx-md-auto {
    margin-right: auto;
    }
.mb-md-auto,
.my-md-auto {
    margin-bottom: auto;
    }
.ml-md-auto,
.mx-md-auto {
    margin-left: auto;
    }
}

@media (min-width: 992px) {
.m-lg-0 {
    margin: 0;
    }
.mt-lg-0,
.my-lg-0 {
    margin-top: 0;
    }
.mr-lg-0,
.mx-lg-0 {
    margin-right: 0;
    }
.mb-lg-0,
.my-lg-0 {
    margin-bottom: 0;
    }
.ml-lg-0,
.mx-lg-0 {
    margin-left: 0;
    }
.m-lg-1 {
    margin: .5rem;
    }
.mt-lg-1,
.my-lg-1 {
    margin-top: .5rem;
    }
.mr-lg-1,
.mx-lg-1 {
    margin-right: .5rem;
    }
.mb-lg-1,
.my-lg-1 {
    margin-bottom: .5rem;
    }
.ml-lg-1,
.mx-lg-1 {
    margin-left: .5rem;
    }
.m-lg-2 {
    margin: 1rem;
    }
.mt-lg-2,
.my-lg-2 {
    margin-top: 1rem;
    }
.mr-lg-2,
.mx-lg-2 {
    margin-right: 1rem;
    }
.mb-lg-2,
.my-lg-2 {
    margin-bottom: 1rem;
    }
.ml-lg-2,
.mx-lg-2 {
    margin-left: 1rem;
    }
.m-lg-3 {
    margin: 1.5rem;
    }
.mt-lg-3,
.my-lg-3 {
    margin-top: 1.5rem;
    }
.mr-lg-3,
.mx-lg-3 {
    margin-right: 1.5rem;
    }
.mb-lg-3,
.my-lg-3 {
    margin-bottom: 1.5rem;
    }
.ml-lg-3,
.mx-lg-3 {
    margin-left: 1.5rem;
    }
.m-lg-4 {
    margin: 2rem;
    }
.mt-lg-4,
.my-lg-4 {
    margin-top: 2rem;
    }
.mr-lg-4,
.mx-lg-4 {
    margin-right: 2rem;
    }
.mb-lg-4,
.my-lg-4 {
    margin-bottom: 2rem;
    }
.ml-lg-4,
.mx-lg-4 {
    margin-left: 2rem;
    }
.m-lg-5 {
    margin: 2.5rem;
    }
.mt-lg-5,
.my-lg-5 {
    margin-top: 2.5rem;
    }
.mr-lg-5,
.mx-lg-5 {
    margin-right: 2.5rem;
    }
.mb-lg-5,
.my-lg-5 {
    margin-bottom: 2.5rem;
    }
.ml-lg-5,
.mx-lg-5 {
    margin-left: 2.5rem;
    }
.m-lg-6 {
    margin: 3rem;
    }
.mt-lg-6,
.my-lg-6 {
    margin-top: 3rem;
    }
.mr-lg-6,
.mx-lg-6 {
    margin-right: 3rem;
    }
.mb-lg-6,
.my-lg-6 {
    margin-bottom: 3rem;
    }
.ml-lg-6,
.mx-lg-6 {
    margin-left: 3rem;
    }
.m-lg-7 {
    margin: 3.5rem;
    }
.mt-lg-7,
.my-lg-7 {
    margin-top: 3.5rem;
    }
.mr-lg-7,
.mx-lg-7 {
    margin-right: 3.5rem;
    }
.mb-lg-7,
.my-lg-7 {
    margin-bottom: 3.5rem;
    }
.ml-lg-7,
.mx-lg-7 {
    margin-left: 3.5rem;
    }
.m-lg-8 {
    margin: 4rem;
    }
.mt-lg-8,
.my-lg-8 {
    margin-top: 4rem;
    }
.mr-lg-8,
.mx-lg-8 {
    margin-right: 4rem;
    }
.mb-lg-8,
.my-lg-8 {
    margin-bottom: 4rem;
    }
.ml-lg-8,
.mx-lg-8 {
    margin-left: 4rem;
    }
.m-lg-9 {
    margin: 4.5rem;
    }
.mt-lg-9,
.my-lg-9 {
    margin-top: 4.5rem;
    }
.mr-lg-9,
.mx-lg-9 {
    margin-right: 4.5rem;
    }
.mb-lg-9,
.my-lg-9 {
    margin-bottom: 4.5rem;
    }
.ml-lg-9,
.mx-lg-9 {
    margin-left: 4.5rem;
    }
.m-lg-10 {
    margin: 5rem;
    }
.mt-lg-10,
.my-lg-10 {
    margin-top: 5rem;
    }
.mr-lg-10,
.mx-lg-10 {
    margin-right: 5rem;
    }
.mb-lg-10,
.my-lg-10 {
    margin-bottom: 5rem;
    }
.ml-lg-10,
.mx-lg-10 {
    margin-left: 5rem;
    }
.m-lg-11 {
    margin: 5.5rem;
    }
.mt-lg-11,
.my-lg-11 {
    margin-top: 5.5rem;
    }
.mr-lg-11,
.mx-lg-11 {
    margin-right: 5.5rem;
    }
.mb-lg-11,
.my-lg-11 {
    margin-bottom: 5.5rem;
    }
.ml-lg-11,
.mx-lg-11 {
    margin-left: 5.5rem;
    }
.m-lg-12 {
    margin: 6rem;
    }
.mt-lg-12,
.my-lg-12 {
    margin-top: 6rem;
    }
.mr-lg-12,
.mx-lg-12 {
    margin-right: 6rem;
    }
.mb-lg-12,
.my-lg-12 {
    margin-bottom: 6rem;
    }
.ml-lg-12,
.mx-lg-12 {
    margin-left: 6rem;
    }
.m-lg-13 {
    margin: 6.5rem;
    }
.mt-lg-13,
.my-lg-13 {
    margin-top: 6.5rem;
    }
.mr-lg-13,
.mx-lg-13 {
    margin-right: 6.5rem;
    }
.mb-lg-13,
.my-lg-13 {
    margin-bottom: 6.5rem;
    }
.ml-lg-13,
.mx-lg-13 {
    margin-left: 6.5rem;
    }
.m-lg-14 {
    margin: 7rem;
    }
.mt-lg-14,
.my-lg-14 {
    margin-top: 7rem;
    }
.mr-lg-14,
.mx-lg-14 {
    margin-right: 7rem;
    }
.mb-lg-14,
.my-lg-14 {
    margin-bottom: 7rem;
    }
.ml-lg-14,
.mx-lg-14 {
    margin-left: 7rem;
    }
.m-lg-15 {
    margin: 7.5rem;
    }
.mt-lg-15,
.my-lg-15 {
    margin-top: 7.5rem;
    }
.mr-lg-15,
.mx-lg-15 {
    margin-right: 7.5rem;
    }
.mb-lg-15,
.my-lg-15 {
    margin-bottom: 7.5rem;
    }
.ml-lg-15,
.mx-lg-15 {
    margin-left: 7.5rem;
    }
.m-lg-16 {
    margin: 8rem;
    }
.mt-lg-16,
.my-lg-16 {
    margin-top: 8rem;
    }
.mr-lg-16,
.mx-lg-16 {
    margin-right: 8rem;
    }
.mb-lg-16,
.my-lg-16 {
    margin-bottom: 8rem;
    }
.ml-lg-16,
.mx-lg-16 {
    margin-left: 8rem;
    }
.m-lg-17 {
    margin: 8.5rem;
    }
.mt-lg-17,
.my-lg-17 {
    margin-top: 8.5rem;
    }
.mr-lg-17,
.mx-lg-17 {
    margin-right: 8.5rem;
    }
.mb-lg-17,
.my-lg-17 {
    margin-bottom: 8.5rem;
    }
.ml-lg-17,
.mx-lg-17 {
    margin-left: 8.5rem;
    }
.m-lg-18 {
    margin: 9rem;
    }
.mt-lg-18,
.my-lg-18 {
    margin-top: 9rem;
    }
.mr-lg-18,
.mx-lg-18 {
    margin-right: 9rem;
    }
.mb-lg-18,
.my-lg-18 {
    margin-bottom: 9rem;
    }
.ml-lg-18,
.mx-lg-18 {
    margin-left: 9rem;
    }
.m-lg-19 {
    margin: 9.5rem;
    }
.mt-lg-19,
.my-lg-19 {
    margin-top: 9.5rem;
    }
.mr-lg-19,
.mx-lg-19 {
    margin-right: 9.5rem;
    }
.mb-lg-19,
.my-lg-19 {
    margin-bottom: 9.5rem;
    }
.ml-lg-19,
.mx-lg-19 {
    margin-left: 9.5rem;
    }
.m-lg-20 {
    margin: 10rem;
    }
.mt-lg-20,
.my-lg-20 {
    margin-top: 10rem;
    }
.mr-lg-20,
.mx-lg-20 {
    margin-right: 10rem;
    }
.mb-lg-20,
.my-lg-20 {
    margin-bottom: 10rem;
    }
.ml-lg-20,
.mx-lg-20 {
    margin-left: 10rem;
    }
.p-lg-0 {
    padding: 0;
    }
.pt-lg-0,
.py-lg-0 {
    padding-top: 0;
    }
.pr-lg-0,
.px-lg-0 {
    padding-right: 0;
    }
.pb-lg-0,
.py-lg-0 {
    padding-bottom: 0;
    }
.pl-lg-0,
.px-lg-0 {
    padding-left: 0;
    }
.p-lg-1 {
    padding: .5rem;
    }
.pt-lg-1,
.py-lg-1 {
    padding-top: .5rem;
    }
.pr-lg-1,
.px-lg-1 {
    padding-right: .5rem;
    }
.pb-lg-1,
.py-lg-1 {
    padding-bottom: .5rem;
    }
.pl-lg-1,
.px-lg-1 {
    padding-left: .5rem;
    }
.p-lg-2 {
    padding: 1rem;
    }
.pt-lg-2,
.py-lg-2 {
    padding-top: 1rem;
    }
.pr-lg-2,
.px-lg-2 {
    padding-right: 1rem;
    }
.pb-lg-2,
.py-lg-2 {
    padding-bottom: 1rem;
    }
.pl-lg-2,
.px-lg-2 {
    padding-left: 1rem;
    }
.p-lg-3 {
    padding: 1.5rem;
    }
.pt-lg-3,
.py-lg-3 {
    padding-top: 1.5rem;
    }
.pr-lg-3,
.px-lg-3 {
    padding-right: 1.5rem;
    }
.pb-lg-3,
.py-lg-3 {
    padding-bottom: 1.5rem;
    }
.pl-lg-3,
.px-lg-3 {
    padding-left: 1.5rem;
    }
.p-lg-4 {
    padding: 2rem;
    }
.pt-lg-4,
.py-lg-4 {
    padding-top: 2rem;
    }
.pr-lg-4,
.px-lg-4 {
    padding-right: 2rem;
    }
.pb-lg-4,
.py-lg-4 {
    padding-bottom: 2rem;
    }
.pl-lg-4,
.px-lg-4 {
    padding-left: 2rem;
    }
.p-lg-5 {
    padding: 2.5rem;
    }
.pt-lg-5,
.py-lg-5 {
    padding-top: 2.5rem;
    }
.pr-lg-5,
.px-lg-5 {
    padding-right: 2.5rem;
    }
.pb-lg-5,
.py-lg-5 {
    padding-bottom: 2.5rem;
    }
.pl-lg-5,
.px-lg-5 {
    padding-left: 2.5rem;
    }
.p-lg-6 {
    padding: 3rem;
    }
.pt-lg-6,
.py-lg-6 {
    padding-top: 3rem;
    }
.pr-lg-6,
.px-lg-6 {
    padding-right: 3rem;
    }
.pb-lg-6,
.py-lg-6 {
    padding-bottom: 3rem;
    }
.pl-lg-6,
.px-lg-6 {
    padding-left: 3rem;
    }
.p-lg-7 {
    padding: 3.5rem;
    }
.pt-lg-7,
.py-lg-7 {
    padding-top: 3.5rem;
    }
.pr-lg-7,
.px-lg-7 {
    padding-right: 3.5rem;
    }
.pb-lg-7,
.py-lg-7 {
    padding-bottom: 3.5rem;
    }
.pl-lg-7,
.px-lg-7 {
    padding-left: 3.5rem;
    }
.p-lg-8 {
    padding: 4rem;
    }
.pt-lg-8,
.py-lg-8 {
    padding-top: 4rem;
    }
.pr-lg-8,
.px-lg-8 {
    padding-right: 4rem;
    }
.pb-lg-8,
.py-lg-8 {
    padding-bottom: 4rem;
    }
.pl-lg-8,
.px-lg-8 {
    padding-left: 4rem;
    }
.p-lg-9 {
    padding: 4.5rem;
    }
.pt-lg-9,
.py-lg-9 {
    padding-top: 4.5rem;
    }
.pr-lg-9,
.px-lg-9 {
    padding-right: 4.5rem;
    }
.pb-lg-9,
.py-lg-9 {
    padding-bottom: 4.5rem;
    }
.pl-lg-9,
.px-lg-9 {
    padding-left: 4.5rem;
    }
.p-lg-10 {
    padding: 5rem;
    }
.pt-lg-10,
.py-lg-10 {
    padding-top: 5rem;
    }
.pr-lg-10,
.px-lg-10 {
    padding-right: 5rem;
    }
.pb-lg-10,
.py-lg-10 {
    padding-bottom: 5rem;
    }
.pl-lg-10,
.px-lg-10 {
    padding-left: 5rem;
    }
.p-lg-11 {
    padding: 5.5rem;
    }
.pt-lg-11,
.py-lg-11 {
    padding-top: 5.5rem;
    }
.pr-lg-11,
.px-lg-11 {
    padding-right: 5.5rem;
    }
.pb-lg-11,
.py-lg-11 {
    padding-bottom: 5.5rem;
    }
.pl-lg-11,
.px-lg-11 {
    padding-left: 5.5rem;
    }
.p-lg-12 {
    padding: 6rem;
    }
.pt-lg-12,
.py-lg-12 {
    padding-top: 6rem;
    }
.pr-lg-12,
.px-lg-12 {
    padding-right: 6rem;
    }
.pb-lg-12,
.py-lg-12 {
    padding-bottom: 6rem;
    }
.pl-lg-12,
.px-lg-12 {
    padding-left: 6rem;
    }
.p-lg-13 {
    padding: 6.5rem;
    }
.pt-lg-13,
.py-lg-13 {
    padding-top: 6.5rem;
    }
.pr-lg-13,
.px-lg-13 {
    padding-right: 6.5rem;
    }
.pb-lg-13,
.py-lg-13 {
    padding-bottom: 6.5rem;
    }
.pl-lg-13,
.px-lg-13 {
    padding-left: 6.5rem;
    }
.p-lg-14 {
    padding: 7rem;
    }
.pt-lg-14,
.py-lg-14 {
    padding-top: 7rem;
    }
.pr-lg-14,
.px-lg-14 {
    padding-right: 7rem;
    }
.pb-lg-14,
.py-lg-14 {
    padding-bottom: 7rem;
    }
.pl-lg-14,
.px-lg-14 {
    padding-left: 7rem;
    }
.p-lg-15 {
    padding: 7.5rem;
    }
.pt-lg-15,
.py-lg-15 {
    padding-top: 7.5rem;
    }
.pr-lg-15,
.px-lg-15 {
    padding-right: 7.5rem;
    }
.pb-lg-15,
.py-lg-15 {
    padding-bottom: 7.5rem;
    }
.pl-lg-15,
.px-lg-15 {
    padding-left: 7.5rem;
    }
.p-lg-16 {
    padding: 8rem;
    }
.pt-lg-16,
.py-lg-16 {
    padding-top: 8rem;
    }
.pr-lg-16,
.px-lg-16 {
    padding-right: 8rem;
    }
.pb-lg-16,
.py-lg-16 {
    padding-bottom: 8rem;
    }
.pl-lg-16,
.px-lg-16 {
    padding-left: 8rem;
    }
.p-lg-17 {
    padding: 8.5rem;
    }
.pt-lg-17,
.py-lg-17 {
    padding-top: 8.5rem;
    }
.pr-lg-17,
.px-lg-17 {
    padding-right: 8.5rem;
    }
.pb-lg-17,
.py-lg-17 {
    padding-bottom: 8.5rem;
    }
.pl-lg-17,
.px-lg-17 {
    padding-left: 8.5rem;
    }
.p-lg-18 {
    padding: 9rem;
    }
.pt-lg-18,
.py-lg-18 {
    padding-top: 9rem;
    }
.pr-lg-18,
.px-lg-18 {
    padding-right: 9rem;
    }
.pb-lg-18,
.py-lg-18 {
    padding-bottom: 9rem;
    }
.pl-lg-18,
.px-lg-18 {
    padding-left: 9rem;
    }
.p-lg-19 {
    padding: 9.5rem;
    }
.pt-lg-19,
.py-lg-19 {
    padding-top: 9.5rem;
    }
.pr-lg-19,
.px-lg-19 {
    padding-right: 9.5rem;
    }
.pb-lg-19,
.py-lg-19 {
    padding-bottom: 9.5rem;
    }
.pl-lg-19,
.px-lg-19 {
    padding-left: 9.5rem;
    }
.p-lg-20 {
    padding: 10rem;
    }
.pt-lg-20,
.py-lg-20 {
    padding-top: 10rem;
    }
.pr-lg-20,
.px-lg-20 {
    padding-right: 10rem;
    }
.pb-lg-20,
.py-lg-20 {
    padding-bottom: 10rem;
    }
.pl-lg-20,
.px-lg-20 {
    padding-left: 10rem;
    }
.m-lg-auto {
    margin: auto;
    }
.mt-lg-auto,
.my-lg-auto {
    margin-top: auto;
    }
.mr-lg-auto,
.mx-lg-auto {
    margin-right: auto;
    }
.mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto;
    }
.ml-lg-auto,
.mx-lg-auto {
    margin-left: auto;
    }
}

@media (min-width: 1200px) {
.m-xl-0 {
    margin: 0;
    }
.mt-xl-0,
.my-xl-0 {
    margin-top: 0;
    }
.mr-xl-0,
.mx-xl-0 {
    margin-right: 0;
    }
.mb-xl-0,
.my-xl-0 {
    margin-bottom: 0;
    }
.ml-xl-0,
.mx-xl-0 {
    margin-left: 0;
    }
.m-xl-1 {
    margin: .5rem;
    }
.mt-xl-1,
.my-xl-1 {
    margin-top: .5rem;
    }
.mr-xl-1,
.mx-xl-1 {
    margin-right: .5rem;
    }
.mb-xl-1,
.my-xl-1 {
    margin-bottom: .5rem;
    }
.ml-xl-1,
.mx-xl-1 {
    margin-left: .5rem;
    }
.m-xl-2 {
    margin: 1rem;
    }
.mt-xl-2,
.my-xl-2 {
    margin-top: 1rem;
    }
.mr-xl-2,
.mx-xl-2 {
    margin-right: 1rem;
    }
.mb-xl-2,
.my-xl-2 {
    margin-bottom: 1rem;
    }
.ml-xl-2,
.mx-xl-2 {
    margin-left: 1rem;
    }
.m-xl-3 {
    margin: 1.5rem;
    }
.mt-xl-3,
.my-xl-3 {
    margin-top: 1.5rem;
    }
.mr-xl-3,
.mx-xl-3 {
    margin-right: 1.5rem;
    }
.mb-xl-3,
.my-xl-3 {
    margin-bottom: 1.5rem;
    }
.ml-xl-3,
.mx-xl-3 {
    margin-left: 1.5rem;
    }
.m-xl-4 {
    margin: 2rem;
    }
.mt-xl-4,
.my-xl-4 {
    margin-top: 2rem;
    }
.mr-xl-4,
.mx-xl-4 {
    margin-right: 2rem;
    }
.mb-xl-4,
.my-xl-4 {
    margin-bottom: 2rem;
    }
.ml-xl-4,
.mx-xl-4 {
    margin-left: 2rem;
    }
.m-xl-5 {
    margin: 2.5rem;
    }
.mt-xl-5,
.my-xl-5 {
    margin-top: 2.5rem;
    }
.mr-xl-5,
.mx-xl-5 {
    margin-right: 2.5rem;
    }
.mb-xl-5,
.my-xl-5 {
    margin-bottom: 2.5rem;
    }
.ml-xl-5,
.mx-xl-5 {
    margin-left: 2.5rem;
    }
.m-xl-6 {
    margin: 3rem;
    }
.mt-xl-6,
.my-xl-6 {
    margin-top: 3rem;
    }
.mr-xl-6,
.mx-xl-6 {
    margin-right: 3rem;
    }
.mb-xl-6,
.my-xl-6 {
    margin-bottom: 3rem;
    }
.ml-xl-6,
.mx-xl-6 {
    margin-left: 3rem;
    }
.m-xl-7 {
    margin: 3.5rem;
    }
.mt-xl-7,
.my-xl-7 {
    margin-top: 3.5rem;
    }
.mr-xl-7,
.mx-xl-7 {
    margin-right: 3.5rem;
    }
.mb-xl-7,
.my-xl-7 {
    margin-bottom: 3.5rem;
    }
.ml-xl-7,
.mx-xl-7 {
    margin-left: 3.5rem;
    }
.m-xl-8 {
    margin: 4rem;
    }
.mt-xl-8,
.my-xl-8 {
    margin-top: 4rem;
    }
.mr-xl-8,
.mx-xl-8 {
    margin-right: 4rem;
    }
.mb-xl-8,
.my-xl-8 {
    margin-bottom: 4rem;
    }
.ml-xl-8,
.mx-xl-8 {
    margin-left: 4rem;
    }
.m-xl-9 {
    margin: 4.5rem;
    }
.mt-xl-9,
.my-xl-9 {
    margin-top: 4.5rem;
    }
.mr-xl-9,
.mx-xl-9 {
    margin-right: 4.5rem;
    }
.mb-xl-9,
.my-xl-9 {
    margin-bottom: 4.5rem;
    }
.ml-xl-9,
.mx-xl-9 {
    margin-left: 4.5rem;
    }
.m-xl-10 {
    margin: 5rem;
    }
.mt-xl-10,
.my-xl-10 {
    margin-top: 5rem;
    }
.mr-xl-10,
.mx-xl-10 {
    margin-right: 5rem;
    }
.mb-xl-10,
.my-xl-10 {
    margin-bottom: 5rem;
    }
.ml-xl-10,
.mx-xl-10 {
    margin-left: 5rem;
    }
.m-xl-11 {
    margin: 5.5rem;
    }
.mt-xl-11,
.my-xl-11 {
    margin-top: 5.5rem;
    }
.mr-xl-11,
.mx-xl-11 {
    margin-right: 5.5rem;
    }
.mb-xl-11,
.my-xl-11 {
    margin-bottom: 5.5rem;
    }
.ml-xl-11,
.mx-xl-11 {
    margin-left: 5.5rem;
    }
.m-xl-12 {
    margin: 6rem;
    }
.mt-xl-12,
.my-xl-12 {
    margin-top: 6rem;
    }
.mr-xl-12,
.mx-xl-12 {
    margin-right: 6rem;
    }
.mb-xl-12,
.my-xl-12 {
    margin-bottom: 6rem;
    }
.ml-xl-12,
.mx-xl-12 {
    margin-left: 6rem;
    }
.m-xl-13 {
    margin: 6.5rem;
    }
.mt-xl-13,
.my-xl-13 {
    margin-top: 6.5rem;
    }
.mr-xl-13,
.mx-xl-13 {
    margin-right: 6.5rem;
    }
.mb-xl-13,
.my-xl-13 {
    margin-bottom: 6.5rem;
    }
.ml-xl-13,
.mx-xl-13 {
    margin-left: 6.5rem;
    }
.m-xl-14 {
    margin: 7rem;
    }
.mt-xl-14,
.my-xl-14 {
    margin-top: 7rem;
    }
.mr-xl-14,
.mx-xl-14 {
    margin-right: 7rem;
    }
.mb-xl-14,
.my-xl-14 {
    margin-bottom: 7rem;
    }
.ml-xl-14,
.mx-xl-14 {
    margin-left: 7rem;
    }
.m-xl-15 {
    margin: 7.5rem;
    }
.mt-xl-15,
.my-xl-15 {
    margin-top: 7.5rem;
    }
.mr-xl-15,
.mx-xl-15 {
    margin-right: 7.5rem;
    }
.mb-xl-15,
.my-xl-15 {
    margin-bottom: 7.5rem;
    }
.ml-xl-15,
.mx-xl-15 {
    margin-left: 7.5rem;
    }
.m-xl-16 {
    margin: 8rem;
    }
.mt-xl-16,
.my-xl-16 {
    margin-top: 8rem;
    }
.mr-xl-16,
.mx-xl-16 {
    margin-right: 8rem;
    }
.mb-xl-16,
.my-xl-16 {
    margin-bottom: 8rem;
    }
.ml-xl-16,
.mx-xl-16 {
    margin-left: 8rem;
    }
.m-xl-17 {
    margin: 8.5rem;
    }
.mt-xl-17,
.my-xl-17 {
    margin-top: 8.5rem;
    }
.mr-xl-17,
.mx-xl-17 {
    margin-right: 8.5rem;
    }
.mb-xl-17,
.my-xl-17 {
    margin-bottom: 8.5rem;
    }
.ml-xl-17,
.mx-xl-17 {
    margin-left: 8.5rem;
    }
.m-xl-18 {
    margin: 9rem;
    }
.mt-xl-18,
.my-xl-18 {
    margin-top: 9rem;
    }
.mr-xl-18,
.mx-xl-18 {
    margin-right: 9rem;
    }
.mb-xl-18,
.my-xl-18 {
    margin-bottom: 9rem;
    }
.ml-xl-18,
.mx-xl-18 {
    margin-left: 9rem;
    }
.m-xl-19 {
    margin: 9.5rem;
    }
.mt-xl-19,
.my-xl-19 {
    margin-top: 9.5rem;
    }
.mr-xl-19,
.mx-xl-19 {
    margin-right: 9.5rem;
    }
.mb-xl-19,
.my-xl-19 {
    margin-bottom: 9.5rem;
    }
.ml-xl-19,
.mx-xl-19 {
    margin-left: 9.5rem;
    }
.m-xl-20 {
    margin: 10rem;
    }
.mt-xl-20,
.my-xl-20 {
    margin-top: 10rem;
    }
.mr-xl-20,
.mx-xl-20 {
    margin-right: 10rem;
    }
.mb-xl-20,
.my-xl-20 {
    margin-bottom: 10rem;
    }
.ml-xl-20,
.mx-xl-20 {
    margin-left: 10rem;
    }
.p-xl-0 {
    padding: 0;
    }
.pt-xl-0,
.py-xl-0 {
    padding-top: 0;
    }
.pr-xl-0,
.px-xl-0 {
    padding-right: 0;
    }
.pb-xl-0,
.py-xl-0 {
    padding-bottom: 0;
    }
.pl-xl-0,
.px-xl-0 {
    padding-left: 0;
    }
.p-xl-1 {
    padding: .5rem;
    }
.pt-xl-1,
.py-xl-1 {
    padding-top: .5rem;
    }
.pr-xl-1,
.px-xl-1 {
    padding-right: .5rem;
    }
.pb-xl-1,
.py-xl-1 {
    padding-bottom: .5rem;
    }
.pl-xl-1,
.px-xl-1 {
    padding-left: .5rem;
    }
.p-xl-2 {
    padding: 1rem;
    }
.pt-xl-2,
.py-xl-2 {
    padding-top: 1rem;
    }
.pr-xl-2,
.px-xl-2 {
    padding-right: 1rem;
    }
.pb-xl-2,
.py-xl-2 {
    padding-bottom: 1rem;
    }
.pl-xl-2,
.px-xl-2 {
    padding-left: 1rem;
    }
.p-xl-3 {
    padding: 1.5rem;
    }
.pt-xl-3,
.py-xl-3 {
    padding-top: 1.5rem;
    }
.pr-xl-3,
.px-xl-3 {
    padding-right: 1.5rem;
    }
.pb-xl-3,
.py-xl-3 {
    padding-bottom: 1.5rem;
    }
.pl-xl-3,
.px-xl-3 {
    padding-left: 1.5rem;
    }
.p-xl-4 {
    padding: 2rem;
    }
.pt-xl-4,
.py-xl-4 {
    padding-top: 2rem;
    }
.pr-xl-4,
.px-xl-4 {
    padding-right: 2rem;
    }
.pb-xl-4,
.py-xl-4 {
    padding-bottom: 2rem;
    }
.pl-xl-4,
.px-xl-4 {
    padding-left: 2rem;
    }
.p-xl-5 {
    padding: 2.5rem;
    }
.pt-xl-5,
.py-xl-5 {
    padding-top: 2.5rem;
    }
.pr-xl-5,
.px-xl-5 {
    padding-right: 2.5rem;
    }
.pb-xl-5,
.py-xl-5 {
    padding-bottom: 2.5rem;
    }
.pl-xl-5,
.px-xl-5 {
    padding-left: 2.5rem;
    }
.p-xl-6 {
    padding: 3rem;
    }
.pt-xl-6,
.py-xl-6 {
    padding-top: 3rem;
    }
.pr-xl-6,
.px-xl-6 {
    padding-right: 3rem;
    }
.pb-xl-6,
.py-xl-6 {
    padding-bottom: 3rem;
    }
.pl-xl-6,
.px-xl-6 {
    padding-left: 3rem;
    }
.p-xl-7 {
    padding: 3.5rem;
    }
.pt-xl-7,
.py-xl-7 {
    padding-top: 3.5rem;
    }
.pr-xl-7,
.px-xl-7 {
    padding-right: 3.5rem;
    }
.pb-xl-7,
.py-xl-7 {
    padding-bottom: 3.5rem;
    }
.pl-xl-7,
.px-xl-7 {
    padding-left: 3.5rem;
    }
.p-xl-8 {
    padding: 4rem;
    }
.pt-xl-8,
.py-xl-8 {
    padding-top: 4rem;
    }
.pr-xl-8,
.px-xl-8 {
    padding-right: 4rem;
    }
.pb-xl-8,
.py-xl-8 {
    padding-bottom: 4rem;
    }
.pl-xl-8,
.px-xl-8 {
    padding-left: 4rem;
    }
.p-xl-9 {
    padding: 4.5rem;
    }
.pt-xl-9,
.py-xl-9 {
    padding-top: 4.5rem;
    }
.pr-xl-9,
.px-xl-9 {
    padding-right: 4.5rem;
    }
.pb-xl-9,
.py-xl-9 {
    padding-bottom: 4.5rem;
    }
.pl-xl-9,
.px-xl-9 {
    padding-left: 4.5rem;
    }
.p-xl-10 {
    padding: 5rem;
    }
.pt-xl-10,
.py-xl-10 {
    padding-top: 5rem;
    }
.pr-xl-10,
.px-xl-10 {
    padding-right: 5rem;
    }
.pb-xl-10,
.py-xl-10 {
    padding-bottom: 5rem;
    }
.pl-xl-10,
.px-xl-10 {
    padding-left: 5rem;
    }
.p-xl-11 {
    padding: 5.5rem;
    }
.pt-xl-11,
.py-xl-11 {
    padding-top: 5.5rem;
    }
.pr-xl-11,
.px-xl-11 {
    padding-right: 5.5rem;
    }
.pb-xl-11,
.py-xl-11 {
    padding-bottom: 5.5rem;
    }
.pl-xl-11,
.px-xl-11 {
    padding-left: 5.5rem;
    }
.p-xl-12 {
    padding: 6rem;
    }
.pt-xl-12,
.py-xl-12 {
    padding-top: 6rem;
    }
.pr-xl-12,
.px-xl-12 {
    padding-right: 6rem;
    }
.pb-xl-12,
.py-xl-12 {
    padding-bottom: 6rem;
    }
.pl-xl-12,
.px-xl-12 {
    padding-left: 6rem;
    }
.p-xl-13 {
    padding: 6.5rem;
    }
.pt-xl-13,
.py-xl-13 {
    padding-top: 6.5rem;
    }
.pr-xl-13,
.px-xl-13 {
    padding-right: 6.5rem;
    }
.pb-xl-13,
.py-xl-13 {
    padding-bottom: 6.5rem;
    }
.pl-xl-13,
.px-xl-13 {
    padding-left: 6.5rem;
    }
.p-xl-14 {
    padding: 7rem;
    }
.pt-xl-14,
.py-xl-14 {
    padding-top: 7rem;
    }
.pr-xl-14,
.px-xl-14 {
    padding-right: 7rem;
    }
.pb-xl-14,
.py-xl-14 {
    padding-bottom: 7rem;
    }
.pl-xl-14,
.px-xl-14 {
    padding-left: 7rem;
    }
.p-xl-15 {
    padding: 7.5rem;
    }
.pt-xl-15,
.py-xl-15 {
    padding-top: 7.5rem;
    }
.pr-xl-15,
.px-xl-15 {
    padding-right: 7.5rem;
    }
.pb-xl-15,
.py-xl-15 {
    padding-bottom: 7.5rem;
    }
.pl-xl-15,
.px-xl-15 {
    padding-left: 7.5rem;
    }
.p-xl-16 {
    padding: 8rem;
    }
.pt-xl-16,
.py-xl-16 {
    padding-top: 8rem;
    }
.pr-xl-16,
.px-xl-16 {
    padding-right: 8rem;
    }
.pb-xl-16,
.py-xl-16 {
    padding-bottom: 8rem;
    }
.pl-xl-16,
.px-xl-16 {
    padding-left: 8rem;
    }
.p-xl-17 {
    padding: 8.5rem;
    }
.pt-xl-17,
.py-xl-17 {
    padding-top: 8.5rem;
    }
.pr-xl-17,
.px-xl-17 {
    padding-right: 8.5rem;
    }
.pb-xl-17,
.py-xl-17 {
    padding-bottom: 8.5rem;
    }
.pl-xl-17,
.px-xl-17 {
    padding-left: 8.5rem;
    }
.p-xl-18 {
    padding: 9rem;
    }
.pt-xl-18,
.py-xl-18 {
    padding-top: 9rem;
    }
.pr-xl-18,
.px-xl-18 {
    padding-right: 9rem;
    }
.pb-xl-18,
.py-xl-18 {
    padding-bottom: 9rem;
    }
.pl-xl-18,
.px-xl-18 {
    padding-left: 9rem;
    }
.p-xl-19 {
    padding: 9.5rem;
    }
.pt-xl-19,
.py-xl-19 {
    padding-top: 9.5rem;
    }
.pr-xl-19,
.px-xl-19 {
    padding-right: 9.5rem;
    }
.pb-xl-19,
.py-xl-19 {
    padding-bottom: 9.5rem;
    }
.pl-xl-19,
.px-xl-19 {
    padding-left: 9.5rem;
    }
.p-xl-20 {
    padding: 10rem;
    }
.pt-xl-20,
.py-xl-20 {
    padding-top: 10rem;
    }
.pr-xl-20,
.px-xl-20 {
    padding-right: 10rem;
    }
.pb-xl-20,
.py-xl-20 {
    padding-bottom: 10rem;
    }
.pl-xl-20,
.px-xl-20 {
    padding-left: 10rem;
    }
.m-xl-auto {
    margin: auto;
    }
.mt-xl-auto,
.my-xl-auto {
    margin-top: auto;
    }
.mr-xl-auto,
.mx-xl-auto {
    margin-right: auto;
    }
.mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto;
    }
.ml-xl-auto,
.mx-xl-auto {
    margin-left: auto;
    }
}

.visible {
    visibility: visible;
    }
.invisible {
    visibility: hidden;
    }
.slideshow {
    overflow: hidden;
    position: relative;
    background: #2e3b43;
    }
.slideshow .slide + .slide {
    display: none;
    }
.slideshow .slick-initialized .slide {
    display: block;
    }
.slideshow .slide {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    }
.slideshow .slide img {
    height: auto;
    width: 100%;
    }
.slideshow .slide .background-image {
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    }
.slideshow .slide .background-image:after {
    content: '';
    display: block;
    position: relative;
    padding-top: 340px;
    }
@media (min-width: 640px) {
.slideshow .slide .background-image:after {
    padding-top: -webkit-calc(100% * .22);
    padding-top: calc(100% * .22);
    }
}

@media (max-width: 766px) {
.slideshow .slide .background-image:after {
    padding-top: 160px;
    }
}

@media (max-width: 574px) {
.slideshow .slide .background-image:after {
    padding-top: -webkit-calc(100% * .2);
    padding-top: calc(100% * .2);
    }
}

@media (min-width: 640px) {
html.Front-Page .slideshow .slide .background-image:after {
    padding-top: -webkit-calc(100% * .32);
    padding-top: calc(100% * .32);
    }
}

@media (max-width: 639px) {
html.Front-Page .slideshow .slide .background-image:after {
    padding-top: -webkit-calc(100% * .34);
    padding-top: calc(100% * .34);
    }
}

@media (min-width: 640px) {
.slideshow .slide .small-screen {
    display: none;
    }
}

.slideshow .slide .small-screen + .big-screen {
    display: none;
    }
@media (min-width: 640px) {
.slideshow .slide .small-screen + .big-screen {
    display: block;
    }
}

.slideshow .slide .caption {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    background-position: center top;
    background-repeat: no-repeat;
    color: #000;
    text-align: left;
    text-transform: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    }
@media (min-width: 640px) {
.slideshow .slide .caption {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
}

@media (min-width: 1410px) {
.slideshow .slide .caption {
    right: 0;
    left: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 100px;
    }
}

.slideshow .slide .caption .caption-content {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    margin-top: 100px;
    }
@media (max-width: 766px) {
.slideshow .slide .caption .caption-content {
    max-width: 100%;
    font-size: 1.1764705882rem;
    }
}

@media (max-width: 574px) {
.slideshow .slide .caption .caption-content {
    margin-top: 40px;
    }
}

.slideshow .slide .caption a {
    margin: 0 auto;
    background-color: #078682;
    border: 2px solid #078682;
    margin: 10px 0;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    }
.slideshow .slide .caption a:hover,
.slideshow .slide .caption a:focus,
.slideshow .slide .caption a:active {
    color: #078682;
    border: 2px solid #078682;
    background: #fff;
    text-decoration: none;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
    }
.slideshow .slide .caption h2 {
    font-family: "Poppins";
    font-size: 1.8823529412rem;
    color: #fff;
    font-weight: bold;
    margin: 20px 0;
    text-transform: uppercase;
    text-shadow: 1px -1px 2px rgba(0,0,0,.9);
    }
@media (min-width: 1410px) {
.slideshow .slide .caption h2 {
    font-size: 2.4705882353rem;
    }
}

@media (max-width: 766px) {
.slideshow .slide .caption h2 {
    font-size: 1.1764705882rem;
    }
}

button.slick-arrow {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    height: 60px;
    width: 60px;
    border: none;
    border-radius: 50%;
    background: #2e3b43;
    text-indent: -9999px;
    cursor: pointer;
    }
@media (max-width: 639px) {
button.slick-arrow {
    display: none !important;
    }
}

button.slick-arrow:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    height: 18px;
    width: 18px;
    }
button.slick-arrow:hover,
button.slick-arrow:focus,
button.slick-arrow:active {
    opacity: .8;
    }
button.slick-arrow.slick-prev {
    left: 10px;
    }
button.slick-arrow.slick-prev:before {
    -webkit-transform: translateX(50%) translateX(4.5px) rotate(-45deg);
    -ms-transform: translateX(50%) translateX(4.5px) rotate(-45deg);
    transform: translateX(50%) translateX(4.5px) rotate(-45deg);
    right: 50%;
    }
button.slick-arrow.slick-next {
    right: 10px;
    }
button.slick-arrow.slick-next:before {
    -webkit-transform: translateX(50%) translateX(-4.5px) rotate(135deg);
    -ms-transform: translateX(50%) translateX(-4.5px) rotate(135deg);
    transform: translateX(50%) translateX(-4.5px) rotate(135deg);
    right: 50%;
    }
ul.slick-dots {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 20px;
    left: 30px;
    margin: 0;
    padding: 0;
    }
ul.slick-dots li {
    display: inline-block;
    border: 1px solid #424e55;
    border-radius: 50%;
    height: 12px;
    margin: 0 0 0 5px;
    padding: 0;
    width: 12px;
    background: transparent;
    text-indent: -1000000px;
    }
ul.slick-dots li.slick-active {
    border: 1px solid #424e55;
    background: #424e55;
    }
ul.slick-dots li:hover {
    cursor: pointer;
    }

/* old gallery module */
.gallery {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.gallery a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin-bottom: 1px;
    max-width: 100%;
    width: 100%;
    }
@media (min-width: 640px) {
.gallery a {
    margin-right: 1px;
    max-width: -webkit-calc(33.3% - 1px);
    max-width: calc(33.3% - 1px);
    }
.gallery a:nth-child(3n) {
    margin-right: 0;
    }
.gallery a:nth-child(4n) {
    margin-right: 1px;
    }
}

@media (min-width: 1024px) {
.gallery a {
    max-width: -webkit-calc(25% - 1px);
    max-width: calc(25% - 1px);
    }
.gallery a:nth-child(3n) {
    margin-right: 1px;
    }
.gallery a:nth-child(4n) {
    margin-right: 0;
    }
}

.gallery a:hover:after,
.gallery a:focus:after,
.gallery a:active:after {
    opacity: 0;
    }
.gallery a:hover:before,
.gallery a:focus:before,
.gallery a:active:before {
    opacity: 1;
    }
.gallery a:after {
    content: attr(title);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 5;
    padding: 20px;
    width: 100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    }
.gallery a[title=""]:after,
.gallery a figcaption {
    display: none;
    }
.gallery a figure {
    display: block;
    margin: 0;
    padding-top: 73%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    }
.gallery a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5) url(/theme/images/gallery-zoom.png) center center no-repeat;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    }

/* tinymce universal formatting */
#tinymce {
    display: block;
    min-height: 0;
    max-width: 1410px;
    padding: 10px;
    background: #fff;
    color: #000;
    font-size: 1em;
    text-align: left;
    }
#tinymce p {
    margin: 0 0 1em;
    }
#tinymce form {
    outline: 1px dotted #424e55;
    }
#tinymce a {
    border-bottom: 1px dotted #424e55;
    text-decoration: none;
    }
#tinymce td {
    font-family: inherit;
    font-size: inherit;
    }
@media (min-width: 1024px) {
.Products .content-wrapper .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
}

.Products .content-wrapper .container h1 {
    width: 100%;
    }
@media (min-width: 1024px) {
.category-nav {
    width: 270px;
    }
}

.category-nav ul {
    margin: 0;
    padding: 0;
    }
.category-nav ul ul {
    display: none;
    margin-left: 10px;
    }
.category-nav ul li {
    display: block;
    }
.category-nav ul a {
    background: #e4dfce;
    display: block;
    margin-bottom: 2px;
    padding: 10px;
    text-decoration: none;
    -webkit-transition: all .2s,color .1s;
    transition: all .2s,color .1s;
    }
.category-nav ul li.sel ul {
    display: block;
    }
.category-nav ul li.sel > a,
.category-nav ul a:hover,
.category-nav ul a:focus,
.category-nav ul a:active {
    background: #2e3b43;
    color: #fff;
    }
@media (min-width: 1024px) {
.products-content {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    }
}

.product-links {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: grid;
    grid-column-gap: 35px;
    grid-template-columns: repeat(auto-fill,minmax(330px,1fr));
    margin: 0;
    padding: 0;
    }
@media (max-width: 349px) {
.product-links {
    grid-template-columns: auto;
    }
}

.product-links li {
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: top;
    position: relative;
    margin-bottom: 65px;
    font-size: 1.2941176471rem;
    }
.product-links li .summary {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    }
.product-links li .summary > div {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }
.product-links li .summary > form {
    width: 100%;
    }
.product-links li .name-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: 'Poppins',serif;
    font-size: 1.4117647059rem;
    line-height: 27px;
    width: 100%;
    }
@media (max-width: 1279px) {
.product-links li .name-wrapper {
    font-size: 1.2352941176rem;
    line-height: 24px;
    }
}

.product-links li .name-wrapper .name {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
.product-links li .name-wrapper .price {
    float: right;
    padding-left: 10px;
    width: 20%;
    text-align: right;
    color: #2e3b43;
    }
.product-links li .image {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    top: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 1px solid #e4dfce;
    background: #fff;
    opacity: 1;
    }
.product-links li .image:after {
    content: '';
    display: block;
    position: relative;
    padding-top: 100%;
    width: 100%;
    }
.product-links li .image:hover,
.product-links li .image:focus,
.product-links li .image:active {
    opacity: .5;
    }
.product-links li .image img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    }
.product-links li .buttons {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    }
.product-links li .buttons .button {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    padding: 13px 5px;
    margin-right: 5px;
    font-size: .6470588235rem;
    text-align: center;
    border-radius: 0;
    }
.product-links li .buttons .button:last-child {
    margin-left: 5px;
    margin-right: 0;
    }
@media (min-width: 640px) {
.product-links li .buttons .button {
    font-size: inherit;
    padding: 18px 5px;
    }
}

@media (max-width: 1279px) {
.featured {
    overflow: hidden;
    }
}

.featured ul.product-links.slick-initialized {
    display: block;
    }
@media (max-width: 1279px) {
.featured ul.product-links.slick-initialized {
    margin-right: -35px;
    }
}

@media (max-width: 639px) {
.featured ul.product-links.slick-initialized {
    margin-right: 0;
    }
}

.featured ul.product-links.slick-initialized li {
    margin-bottom: 0;
    margin-right: 35px;
    }
@media (max-width: 639px) {
.featured ul.product-links.slick-initialized li {
    margin-right: 0;
    }
}

.featured ul.product-links .slick-track {
    min-width: 100%;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    }
.featured ul.product-links .slick-track .slick-slide {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    height: inherit !important;
    }
.featured ul.product-links ul.slick-dots {
    position: static;
    margin-top: 20px;
    text-align: center;
    }

/* Individual Product page */
.product-images {
    float: left;
    margin-right: 25px;
    max-width: 365px;
    width: 100%;
    }
@media (max-width: 849px) {
.product-images {
    float: none;
    margin-bottom: 20px;
    }
}

.product-images .small-images {
    position: relative;
    padding-left: 20px;
    margin-right: 0;
    }
@media (min-width: 640px) {
.product-images .small-images {
    margin-top: 17px;
    margin-right: -25px;
    padding-left: 0;
    }
}

.product-images .small-images:after {
    top: 0;
    right: 0;
    height: 100%;
    width: 20px;
    background: #fff;
    }
@media (min-width: 640px) {
.product-images .small-images:after {
    width: 25px;
    }
}

.product-images .small-images button.slick-arrow {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    border: solid transparent;
    border-width: 16px 8px;
    height: 0;
    margin: auto;
    padding: 0;
    width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    outline: none;
    }
.product-images .small-images button.slick-arrow.slick-prev {
    left: 0;
    border-left: 0;
    border-right-color: #2e3b43;
    }
@media (min-width: 640px) {
.product-images .small-images button.slick-arrow.slick-prev {
    left: -17px;
    }
}

.product-images .small-images button.slick-arrow.slick-next {
    right: 0;
    z-index: 10;
    border-right: 0;
    border-left-color: #2e3b43;
    }
@media (min-width: 640px) {
.product-images .small-images button.slick-arrow.slick-next {
    right: 10px;
    }
}

.product-images a {
    display: block;
    position: relative;
    border: 1px solid #e4dfce;
    }
.product-images a:after {
    content: '';
    display: block;
    position: relative;
    padding-top: 100%;
    }
.product-images a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    }
.product-images a.main-image {
    width: 100%;
    }
.product-images a.small-image {
    display: inline-block;
    vertical-align: top;
    margin-right: 21px;
    max-width: 102px;
    width: 100%;
    }
@media (min-width: 640px) {
.product-images a.small-image {
    margin-right: 28px;
    }
}

.product-details {
    float: left;
    width: -webkit-calc(100% - 390px);
    width: calc(100% - 390px);
    }
@media (max-width: 849px) {
.product-details {
    float: none;
    width: 100%;
    }
}

.product-details .description {
    margin-bottom: 28px;
    }
.product-tabs {
    margin-top: 10px;
    }
.add-to-cart input[type=text],
.add-to-cart input[type=number],
.add-to-cart select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c1c1c1;
    border-radius: 0;
    padding: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    }
.add-to-cart .label,
.add-to-cart .field {
    display: inline-block;
    }
.add-to-cart .label {
    margin-right: 10px;
    width: 100px;
    }
.add-to-cart .field {
    margin-bottom: 10px;
    width: 220px;
    }

/* General standardised styles for native functionality like carts and users */
@-webkit-keyframes native-ajax-loading-animation {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}

@keyframes native-ajax-loading-animation {
0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    }
100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}

.native-sidebar .sidebar-section.loading {
    position: relative;
    }
.native-sidebar .sidebar-section.loading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.5);
    }
.native-sidebar .sidebar-section.loading:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    vertical-align: middle;
    border: 5px solid;
    border-color: #2e3b43 #2e3b43 transparent transparent;
    border-radius: 50%;
    height: 50px;
    margin-top: -30px;
    margin-left: -30px;
    width: 50px;
    -webkit-animation: native-ajax-loading-animation 1s linear infinite;
    animation: native-ajax-loading-animation 1s linear infinite;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    }
.native-sections {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
@media (min-width: 640px) {
.native-sections {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
}

.native-sidebar {
    margin-bottom: 35px;
    margin-left: 0;
    min-width: auto;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    }
@media (min-width: 640px) {
.native-sidebar {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-left: 35px;
    min-width: 30%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
}

.native-sidebar .sidebar-section {
    border: 1px solid #626262;
    padding: 20px;
    }
.native-sidebar h1 {
    margin: -20px -20px 20px;
    background: #626262;
    color: #fff;
    }
.native-sidebar .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    font-weight: bold;
    }
.native-sidebar .row.total {
    margin: 20px 0 0;
    font-size: 1.1764705882rem;
    }
.native-main {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }
.native-main .main-section,
.native-main .payment-confirm-section {
    border: 1px solid #626262;
    margin-bottom: 30px;
    padding: 15px;
    }
@media (min-width: 640px) {
.native-main .main-section,
.native-main .payment-confirm-section {
    padding: 30px;
    }
}

.native-main h1 {
    margin: -15px -15px 15px;
    background: #000;
    color: #fff;
    padding: 30px;
    }
@media (min-width: 640px) {
.native-main h1 {
    margin: -30px -30px 30px;
    }
}

.main-navigation .search-form {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
@media (max-width: 1279px) {
.main-navigation .search-form {
    margin-top: 20px;
    }
}

.main-navigation .search-form .search-icon {
    display: block;
    width: 21px;
    height: 21px;
    text-align: left;
    text-indent: -100000px;
    background: url(/theme/images/icons/search.png) center no-repeat;
    cursor: pointer;
    }
@media (max-width: 1279px) {
.main-navigation .search-form .search-icon {
    position: absolute;
    right: 0;
    }
}

@media (min-width: 1280px) {
.main-navigation .search-form .field {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    padding: 3px;
    background: #fff;
    }
}

@media (max-width: 1279px) {
.main-navigation .search-form .field {
    width: 100%;
    }
}

@media (max-width: 1279px) {
.main-navigation .search-form .field input {
    padding: 8px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e4dfce;
    text-transform: uppercase;
    }
}

.main-navigation .search-form .field.open {
    display: block;
    }
.content .searchForm {
    text-align: center;
    }
.content .searchForm label {
    display: block;
    text-align: center;
    }
.content .searchForm input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    max-width: -webkit-calc(100% - 263px);
    max-width: calc(100% - 263px);
    width: 300px;
    }
@media (max-width: 639px) {
.content .searchForm input[type="text"] {
    margin-bottom: 5px;
    max-width: 100%;
    width: 100%;
    }
}

.content .searchForm .button {
    vertical-align: middle;
    padding: 13px 35px;
    }
.search-results {
    border-top: 1px solid #626262;
    }
.search-results article {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #000;
    padding: 10px;
    }
.search-results article.has-image .search-content {
    width: -webkit-calc(100% - 615px);
    width: calc(100% - 615px);
    }
.search-results article h5 {
    margin-top: 20px;
    margin-bottom: 3px;
    }
.search-results article p {
    line-height: initial;
    }
.search-results article .search-image {
    display: block;
    height: auto;
    margin-right: 45px;
    max-width: 570px;
    }
.search-results article .search-image:after {
    display: none;
    }
.search-results article .search-image img {
    display: block;
    }
.search-results ul {
    margin-top: 10px;
    }
.search-results li a {
    display: inline;
    padding: 0;
    }
.sidebar.search-results img {
    float: none;
    margin: .5em 0;
    }
.Front-Page figure.slide.slick-slide.slick-current.slick-active:after {
    content: "";
    background-color: #242b2e;
    height: 150px;
    display: block;
    margin-top: -5px;
    }
.Front-Page .slide .background-image:after {
    background: -webkit-linear-gradient(0deg,#242a2e 0%,#242a2e 15%,rgba(255,255,255,0) 60%);
    background: linear-gradient(0deg,#242a2e 0%,#242a2e 15%,rgba(255,255,255,0) 60%);
    }
.Front-Page .main-content p {
    color: #2e3b43;
    }
.Front-Page .main-content h3 {
    color: #078682;
    font-weight: normal;
    text-transform: uppercase;
    }
.Front-Page .services-background {
    height: 610px;
    background-size: cover;
    background-position: center;
    background-image: -webkit-linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3));
    background-image: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3));
    color: #fff;
    }
.Front-Page .services-background h3 {
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    }
.Front-Page .services-background h2 {
    font-size: 2.7058823529rem;
    margin: 0;
    color: #fff;
    }
.Front-Page .key-highlights {
    margin-top: -130px;
    }
@media (max-width: 991px) {
.Front-Page .key-highlights {
    margin-top: 0;
    }
}

.Front-Page .home-highlight {
    background: #2e3b43e6;
    height: 150px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #fff;
    font-size: 1.4117647059rem;
    }
@media (max-width: 991px) {
.Front-Page .home-highlight {
    min-width: 445px;
    margin: 0 auto;
    }
}

@media (max-width: 574px) {
.Front-Page .home-highlight {
    min-width: 100%;
    margin: 0;
    }
}

.Front-Page .home-highlight .highlight-text {
    font-size: 1.1764705882rem;
    }
.Front-Page .home-highlight .highlight-icons {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    }
.Front-Page .home-highlight .highlight-icons img {
    width: 100%;
    object-fit: none;
    object-position: right;
    }
@media (max-width: 639px) {
.Front-Page .home-highlight .highlight-icons img {
    object-fit: scale-down;
    }
}

.Front-Page .services-content-container {
    margin-top: -18rem;
    }
.Front-Page .services-collection h2 {
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 30px;
    text-shadow: 1px -1px 2px rgba(0,0,0,.9);
    max-width: 250px;
    }
.Front-Page .service-individual:hover,
.Front-Page .service-individual:focus,
.Front-Page .service-individual:active {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    }
.Front-Page .service-individual img:hover,
.Front-Page .service-individual img:focus,
.Front-Page .service-individual img:active {
    -webkit-filter: brightness(70%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: .2s all;
    }

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJtYXBwaW5ncyI6IiIsInNvdXJjZXMiOltdLCJuYW1lcyI6W119 */
