/*
*––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
*  Copyright © 2021 casanaut GmbH
*  Do not use this software or replicate without permission of the owner.
*––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
*/

/* MISC ********************************************************************************************/

body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
/***** Fonts */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: sans-serif;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted gray;
  cursor: help;
}
mark,
ins {
  background: gray;
  text-decoration: none;
}
big {
  font-size: 125%;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: gray;
  color: black;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/***** Font Loading FOUT */
.wf-loading p, .wf-loading a, .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4 {
  visibility: hidden;
}
.wf-active p, .wf-active a, .wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4 {
  visibility: visible;
}
.wf-inactive p, .wf-inactive a, .wf-inactive h1, .wf-inactive h2, .wf-inactive h3, .wf-inactive h4 {
  visibility: visible;
}
/***** Links */
a:hover,
a:active {
  outline: 0;
}
/***** Elements */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  outline: none;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid gray;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/***** Interactions */
* {
  -webkit-tap-highlight-color: rgba(247, 247, 247, 0);
}
/***** CMS Branding*/
#ub_global_footer_content {
  display: none !important;
}

/***** Accessibility */
/***** Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /***** Above WP toolbar. */
}
/***** Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/***** Clearings */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
footer:before,
footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
footer:after {
  clear: both;
}

/* ************************************************************************************************************/
/* FLEXBOX GRID SYSTEM ****************************************************************************************/
/* ************************************************************************************************************/
.grid-wrap {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.grid-wrap.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.box.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

/* LG - DESKTOP  *************************************************************************************/

.box-lg,
.box-lg-1,
.box-lg-2,
.box-lg-3,
.box-lg-4,
.box-lg-5,
.box-lg-6,
.box-lg-7,
.box-lg-8,
.box-lg-9,
.box-lg-10,
.box-lg-11,
.box-lg-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.box-lg {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.box-lg-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.box-lg-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.box-lg-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.box-lg-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.box-lg-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.box-lg-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.box-lg-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.box-lg-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.box-lg-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.box-lg-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.box-lg-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.box-lg-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.offset-lg-0 {
  margin-left: 0%;
}

.offset-lg-1 {
  margin-left: 8.333%;
}

.offset-lg-2 {
  margin-left: 16.667%;
}

.offset-lg-3 {
  margin-left: 25%;
}

.offset-lg-4 {
  margin-left: 33.333%;
}

.offset-lg-5 {
  margin-left: 41.667%;
}

.offset-lg-6 {
  margin-left: 50%;
}

.offset-lg-7 {
  margin-left: 58.333%;
}

.offset-lg-8 {
  margin-left: 66.667%;
}

.offset-lg-9 {
  margin-left: 75%;
}

.offset-lg-10 {
  margin-left: 83.333%;
}

.offset-lg-11 {
  margin-left: 91.667%;
}

.justify-start-lg {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.justify-center-lg {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.justify-end-lg {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.align-top-lg {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.align-middle-lg {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.align-bottom-lg {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.space-around-lg {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.space-between-lg {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

/***** Gap padding system */

.space-xl .sec-wrap__inner.grid {
  padding-right: 0;
  padding-left: 0;
}
.space-xl .sec-wrap__inner.grid .box {
  padding: 0 80px;
  margin-bottom: 80px;
}

.space-lg .sec-wrap__inner.grid {
  padding-right: 0;
  padding-left: 0;
}
.space-lg .sec-wrap__inner.grid .box {
  padding: 0 40px;
  margin-bottom: 40px;
}

.space-md .sec-wrap__inner.grid {
  padding-right: 15px;
  padding-left: 15px;
}
.space-md .sec-wrap__inner.grid .box {
  padding: 0 20px;
  margin-bottom: 20px;
}

.space-sm .sec-wrap__inner.grid {
  padding-right: 25px;
  padding-left: 25px;
}
.space-sm .sec-wrap__inner.grid .box {
  padding: 0 10px;
  margin-bottom: 10px;
}

.space-xs .sec-wrap__inner.grid {
  padding-right: 30px;
  padding-left: 30px;
}
.space-xs .sec-wrap__inner.grid .box {
  padding: 0 5px;
  margin-bottom: 5px;
}


/* MD - TABLET *************************************************************************************/

@media only screen and (max-width: 880px) {

  .box-md,
  .box-md-1,
  .box-md-2,
  .box-md-3,
  .box-md-4,
  .box-md-5,
  .box-md-6,
  .box-md-7,
  .box-md-8,
  .box-md-9,
  .box-md-10,
  .box-md-11,
  .box-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .box-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .box-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .box-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .box-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .box-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .box-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .box-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .box-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .box-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .box-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .box-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .box-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .box-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.333%;
  }

  .offset-md-2 {
    margin-left: 16.667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333%;
  }

  .offset-md-5 {
    margin-left: 41.667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333%;
  }

  .offset-md-8 {
    margin-left: 66.667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333%;
  }

  .offset-md-11 {
    margin-left: 91.667%;
  }

  .justify-start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .justify-center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .justify-end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .align-top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .align-middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .align-bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .space-around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .space-between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

/* SM - MOBILE *************************************************************************************/

@media only screen and (max-width: 580px) {
  .container {
    width: 46rem;
  }

  .box-sm,
  .box-sm-1,
  .box-sm-2,
  .box-sm-3,
  .box-sm-4,
  .box-sm-5,
  .box-sm-6,
  .box-sm-7,
  .box-sm-8,
  .box-sm-9,
  .box-sm-10,
  .box-sm-11,
  .box-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .box-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .box-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .box-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .box-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .box-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .box-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .box-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .box-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .box-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .box-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .box-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .box-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .box-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.333%;
  }

  .offset-sm-2 {
    margin-left: 16.667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333%;
  }

  .offset-sm-5 {
    margin-left: 41.667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333%;
  }

  .offset-sm-8 {
    margin-left: 66.667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333%;
  }

  .offset-sm-11 {
    margin-left: 91.667%;
  }

  .justify-start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .justify-center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .justify-end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .align-top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .align-middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .align-bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .space-around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .space-between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  /* Gap padding system */

  .space-xl .sec-wrap__inner.grid {
    padding-right: 0;
    padding-left: 0;
  }
  .space-xl .sec-wrap__inner.grid .box {
    padding: 0 50px;
    margin-bottom: 50px;
  }

  .space-lg .sec-wrap__inner.grid {
    padding-right: 0;
    padding-left: 0;
  }
  .space-lg .sec-wrap__inner.grid .box {
    padding: 0 25px;
    margin-bottom: 25px;
  }

  .space-md .sec-wrap__inner.grid {
    padding-right: 10px;
    padding-left: 10px;
  }
  .space-md .sec-wrap__inner.grid .box {
    padding: 0 15px;
    margin-bottom: 15px;
  }

  .space-sm .sec-wrap__inner.grid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .space-sm .sec-wrap__inner.grid .box {
    padding: 0 10px;
    margin-bottom: 10px;
  }

  .space-xs .sec-wrap__inner.grid {
    padding-right: 20px;
    padding-left: 20px;
  }
  .space-xs .sec-wrap__inner.grid .box {
    padding: 0 5px;
    margin-bottom: 5px;
  }

}

/* XS - MINI MOBILE ****************************************************************************************/

@media only screen and (max-width: 370px) {

  .box-xs,
  .box-xs-1,
  .box-xs-2,
  .box-xs-3,
  .box-xs-4,
  .box-xs-5,
  .box-xs-6,
  .box-xs-7,
  .box-xs-8,
  .box-xs-9,
  .box-xs-10,
  .box-xs-11,
  .box-xs-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .box-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .box-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .box-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .box-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .box-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .box-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .box-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .box-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .box-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .box-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .box-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .box-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .box-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .offset-xs-0 {
    margin-left: 0%;
  }

  .offset-xs-1 {
    margin-left: 8.333%;
  }

  .offset-xs-2 {
    margin-left: 16.667%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .offset-xs-4 {
    margin-left: 33.333%;
  }

  .offset-xs-5 {
    margin-left: 41.667%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .offset-xs-7 {
    margin-left: 58.333%;
  }

  .offset-xs-8 {
    margin-left: 66.667%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .offset-xs-10 {
    margin-left: 83.333%;
  }

  .offset-xs-11 {
    margin-left: 91.667%;
  }

  .justify-start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .justify-center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .justify-end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .align-top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .align-middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .align-bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .space-around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .space-between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  /***** Gap padding system */

  .space-xl .sec-wrap__inner.grid {
    padding-right: 0;
    padding-left: 0;
  }
  .space-xl .sec-wrap__inner.grid .box {
    padding: 0 35px;
    margin-bottom: 35px;
  }

  .space-lg .sec-wrap__inner.grid {
    padding-right: 5px;
    padding-left: 5px;
  }
  .space-lg .sec-wrap__inner.grid .box {
    padding: 0 20px;
    margin-bottom: 20px;
  }

  .space-md .sec-wrap__inner.grid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .space-md .sec-wrap__inner.grid .box {
    padding: 0 10px;
    margin-bottom: 10px;
  }

  .space-sm .sec-wrap__inner.grid {
    padding-right: 20px;
    padding-left: 20px;
  }
  .space-sm .sec-wrap__inner.grid .box {
    padding: 0 5px;
    margin-bottom: 5px;
  }

  .space-xs .sec-wrap__inner.grid {
    padding-right: 22px;
    padding-left: 22px;
  }
  .space-xs .sec-wrap__inner.grid .box {
    padding: 0 3px;
    margin-bottom: 3px;
  }
}
/* ************************************************************************************************************/
/* ************************************************************************************************************/
