/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 1, templates/g5_helium/custom/scss/_abstracts.scss */
.noMarginPaddingTopBottom .g-content {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 7, templates/g5_helium/custom/scss/_abstracts.scss */
.vertical-list .g-grid > * {
  flex-basis: 100%;
  width: 100%;
}
/* line 12, templates/g5_helium/custom/scss/_abstracts.scss */
/* line 24, templates/g5_helium/custom/scss/_abstracts.scss */
/* line 31, templates/g5_helium/custom/scss/_abstracts.scss */
/* line 200, templates/g5_helium/custom/scss/_abstracts.scss */
@-webkit-keyframes pulse {
  /* line 202, templates/g5_helium/custom/scss/_abstracts.scss */
  0% {
    -webkit-box-shadow: 0 0 0 0 #eeba4a;
  }
  /* line 205, templates/g5_helium/custom/scss/_abstracts.scss */
  100% {
    -webkit-box-shadow: 0 0 0 20px transparent;
  }
}
@-moz-keyframes pulse {
  /* line 210, templates/g5_helium/custom/scss/_abstracts.scss */
  0% {
    -moz-box-shadow: 0 0 0 0 #eeba4a;
  }
  /* line 213, templates/g5_helium/custom/scss/_abstracts.scss */
  100% {
    -moz-box-shadow: 0 0 0 20px transparent;
  }
}
@-o-keyframes pulse {
  /* line 218, templates/g5_helium/custom/scss/_abstracts.scss */
  0% {
    -o-box-shadow: 0 0 0 0 #eeba4a;
  }
  /* line 221, templates/g5_helium/custom/scss/_abstracts.scss */
  100% {
    -o-box-shadow: 0 0 0 20px transparent;
  }
}
@-ms-keyframes pulse {
  /* line 226, templates/g5_helium/custom/scss/_abstracts.scss */
  0% {
    box-shadow: 0 0 0 0 #eeba4a;
  }
  /* line 229, templates/g5_helium/custom/scss/_abstracts.scss */
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}
@keyframes pulse {
  /* line 234, templates/g5_helium/custom/scss/_abstracts.scss */
  0% {
    box-shadow: 0 0 0 0 #eeba4a;
  }
  /* line 237, templates/g5_helium/custom/scss/_abstracts.scss */
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}
/* line 243, templates/g5_helium/custom/scss/_abstracts.scss */
@-webkit-keyframes rotate {
  /* line 245, templates/g5_helium/custom/scss/_abstracts.scss */
  0% {
    -webkit-transform: rotate(0deg);
  }
  /* line 248, templates/g5_helium/custom/scss/_abstracts.scss */
  100% {
    -webkit-transform: rotate(30deg);
  }
}
@-moz-keyframes rotate {
  /* line 253, templates/g5_helium/custom/scss/_abstracts.scss */
  0% {
    -moz-transform: rotate(0deg);
  }
  /* line 256, templates/g5_helium/custom/scss/_abstracts.scss */
  100% {
    -moz-transform: rotate(30deg);
  }
}
@-o-keyframes rotate {
  /* line 261, templates/g5_helium/custom/scss/_abstracts.scss */
  0% {
    -o-transform: rotate(0deg);
  }
  /* line 264, templates/g5_helium/custom/scss/_abstracts.scss */
  100% {
    -o-transform: rotate(30deg);
  }
}
@-ms-keyframes rotate {
  /* line 269, templates/g5_helium/custom/scss/_abstracts.scss */
  0% {
    -ms-transform: rotate(0deg);
  }
  /* line 272, templates/g5_helium/custom/scss/_abstracts.scss */
  100% {
    -ms-transform: rotate(30deg);
  }
}
@keyframes rotate {
  /* line 277, templates/g5_helium/custom/scss/_abstracts.scss */
  0% {
    transform: rotate(0deg);
  }
  /* line 280, templates/g5_helium/custom/scss/_abstracts.scss */
  100% {
    transform: rotate(30deg);
  }
}
/* line 1, templates/g5_helium/custom/scss/_base.scss */
body {
  line-height: 1.25;
  word-break: break-word;
  text-align: left;
  max-width: 120rem;
  margin: 0 auto;
}
/* line 8, templates/g5_helium/custom/scss/_base.scss */
#g-container-main {
  min-height: 100vh;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 12, templates/g5_helium/custom/scss/_base.scss */
.direction-column .g-item {
  width: 100%;
  flex-basis: 100%;
}
/* line 17, templates/g5_helium/custom/scss/_base.scss */
h1 {
  font-weight: bold;
}
/* line 17, templates/g5_helium/custom/scss/_base.scss */
h2 {
  font-weight: bold;
}
/* line 17, templates/g5_helium/custom/scss/_base.scss */
h3 {
  font-weight: bold;
}
/* line 17, templates/g5_helium/custom/scss/_base.scss */
h4 {
  font-weight: bold;
}
/* line 17, templates/g5_helium/custom/scss/_base.scss */
h5 {
  font-weight: bold;
}
/* line 17, templates/g5_helium/custom/scss/_base.scss */
h6 {
  font-weight: bold;
}
/* line 21, templates/g5_helium/custom/scss/_base.scss */
h1 {
  font-size: 3rem;
}
@media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
  /* line 152, templates/g5_helium/custom/scss/_abstracts.scss */
  h1 {
    font-size: 2rem;
  }
}
@media only all and (max-width: 30rem) {
  /* line 157, templates/g5_helium/custom/scss/_abstracts.scss */
  h1 {
    font-size: 1.85rem;
  }
}
/* line 31, templates/g5_helium/custom/scss/_base.scss */
h2 {
  font-size: 2.5rem;
}
@media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
  h2 {
    font-size: 1.85rem;
  }
}
@media only all and (max-width: 30rem) {
  h2 {
    font-size: 1.5rem;
  }
}
/* line 41, templates/g5_helium/custom/scss/_base.scss */
h3 {
  font-size: 2rem;
}
@media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
  h3 {
    font-size: 1.375rem;
  }
}
@media only all and (max-width: 30rem) {
  h3 {
    font-size: 1.25rem;
  }
}
/* line 52, templates/g5_helium/custom/scss/_base.scss */
h4 {
  font-size: 2rem;
}
@media only all and (max-width: 767px) {
  /* line 167, templates/g5_helium/custom/scss/_abstracts.scss */
  h4 {
    font-size: 1.25rem;
  }
}
/* line 52, templates/g5_helium/custom/scss/_base.scss */
h5 {
  font-size: 2rem;
}
@media only all and (max-width: 767px) {
  h5 {
    font-size: 1.25rem;
  }
}
/* line 52, templates/g5_helium/custom/scss/_base.scss */
h6 {
  font-size: 2rem;
}
@media only all and (max-width: 767px) {
  h6 {
    font-size: 1.25rem;
  }
}
/* line 60, templates/g5_helium/custom/scss/_base.scss */
form {
  margin-bottom: 0;
}
/* line 63, templates/g5_helium/custom/scss/_base.scss */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  padding: 0.5rem 1rem;
}
/* line 69, templates/g5_helium/custom/scss/_base.scss */
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
/* line 77, templates/g5_helium/custom/scss/_base.scss */
table tr {
  padding: 0.35em;
}
/* line 80, templates/g5_helium/custom/scss/_base.scss */
table th, table td {
  padding: 0.625em;
  text-align: center;
}
/* line 84, templates/g5_helium/custom/scss/_base.scss */
table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only all and (max-width: 767px) {
  table {
    border: 0;
  }
  /* line 92, templates/g5_helium/custom/scss/_base.scss */
  table thead {
    display: none;
  }
  /* line 95, templates/g5_helium/custom/scss/_base.scss */
  table tr {
    display: block;
    margin-bottom: 0.625em;
  }
  /* line 99, templates/g5_helium/custom/scss/_base.scss */
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    width: 100% !important;
  }
  /* line 104, templates/g5_helium/custom/scss/_base.scss */
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}
/* line 2, templates/g5_helium/custom/scss/components/_components.scss */
.def-button, .btn-primary, .button, .btn, input.button {
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 1rem 2rem;
  border-radius: 0.25rem;
  color: #fff;
  background: #eeba4a;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
/* line 14, templates/g5_helium/custom/scss/components/_components.scss */
.def-button:hover, .btn-primary:hover, .button:hover, .btn:hover, input.button:hover {
  background: #eaa81b;
}
/* line 17, templates/g5_helium/custom/scss/components/_components.scss */
.def-button.button-style-1, .btn-primary.button-style-1, .button.button-style-1, .btn.button-style-1, input.button.button-style-1 {
  background-color: #f8f9fa;
  color: #212529;
}
/* line 21, templates/g5_helium/custom/scss/components/_components.scss */
.def-button.button-style-1:hover, .btn-primary.button-style-1:hover, .button.button-style-1:hover, .btn.button-style-1:hover, input.button.button-style-1:hover {
  background-color: #dae0e5;
}
/* line 27, templates/g5_helium/custom/scss/components/_components.scss */
.g-offcanvas-toggle {
  width: initial;
  height: initial;
}
/* line 31, templates/g5_helium/custom/scss/components/_components.scss */
.g-offcanvas-open .g-offcanvas-toggle {
  color: #eeba4a;
}
/* line 34, templates/g5_helium/custom/scss/components/_components.scss */
.g-offcanvas-toggle[aria-expanded="true"] .fa-bars:before {
  content: "\f00d";
}
/* line 39, templates/g5_helium/custom/scss/components/_components.scss */
/* line 44, templates/g5_helium/custom/scss/components/_components.scss */
#search-container #offlajn-ajax-tile-results {
  position: fixed;
  width: 100%;
  max-width: 66.25rem;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 52, templates/g5_helium/custom/scss/components/_components.scss */
#search-container #offlajn-ajax-tile-results #offlajn-ajax-search-results-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-around;
  max-height: 18.75rem;
  overflow-y: auto;
}
/* line 58, templates/g5_helium/custom/scss/components/_components.scss */
@media only all and (max-width: 30rem) {
  #search-container #offlajn-ajax-tile-results .offlajn-paginators {
    display: none;
  }
}
/* line 65, templates/g5_helium/custom/scss/components/_components.scss */
#search-container .close-window {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  border: 0.125rem solid;
  border-radius: 50%;
  cursor: pointer;
}
/* line 79, templates/g5_helium/custom/scss/components/_components.scss */
#search-container .close-window:hover {
  color: #eeba4a;
}
/* line 83, templates/g5_helium/custom/scss/components/_components.scss */
#search-container .search-module {
  max-width: 31.25rem;
  width: 90%;
}
/* line 87, templates/g5_helium/custom/scss/components/_components.scss */
#search-container .search-module div[id ^= "offlajn-ajax-search"] {
  max-width: 31.25rem;
  width: 100% !important;
}
/* line 91, templates/g5_helium/custom/scss/components/_components.scss */
#search-container .search-module input[id ^= "search-area"] {
  border: none;
  box-shadow: none;
  width: 100%;
  max-width: 31.25rem;
  height: 3.125rem;
  font: 300 1.5rem Roboto;
  color: #555;
  padding-left: 3rem;
}
/* line 101, templates/g5_helium/custom/scss/components/_components.scss */
#search-container .search-module input[id ^= "suggestion-area"] {
  border-radius: 0.25rem;
  width: 100%;
  max-width: 31.25rem;
  height: 3.125rem;
}
/* line 107, templates/g5_helium/custom/scss/components/_components.scss */
#search-container .search-module div[id ^= "ajax-search-button"] .magnifier {
  height: 3.125rem;
  background: url('../images/icons/search_red.svg') center no-repeat;
  margin-left: 0.75rem;
}
/* line 115, templates/g5_helium/custom/scss/components/_components.scss */
/* line 117, templates/g5_helium/custom/scss/components/_components.scss */
.checkbox-outer input[type="checkbox"] {
  display: none;
}
/* line 120, templates/g5_helium/custom/scss/components/_components.scss */
.checkbox-outer input[type="checkbox"]:checked + .checkbox::before {
  content: "\f00c";
}
/* line 124, templates/g5_helium/custom/scss/components/_components.scss */
.checkbox-outer .checkbox {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #eeba4a;
  border: 0.125rem solid #eeba4a;
  border-radius: 0.35rem;
  padding: 0.125rem;
  vertical-align: middle;
  margin-right: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
  min-height: initial;
  font-size: 0.813rem;
}
/* line 2, templates/g5_helium/custom/scss/components/_particles.scss */
.video_block {
  display: inline-block;
}
/* line 7, templates/g5_helium/custom/scss/components/_particles.scss */
.video_block .su-photo-panel {
  position: relative;
}
/* line 11, templates/g5_helium/custom/scss/components/_particles.scss */
.video_block .su-photo-panel-content {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 19, templates/g5_helium/custom/scss/components/_particles.scss */
.video_block .play-icon {
  position: relative;
  cursor: pointer;
  min-width: 5rem;
  min-height: 5rem;
}
/* line 25, templates/g5_helium/custom/scss/components/_particles.scss */
.video_block .play-icon::before {
  content: '';
  background: rgba(255, 255, 255, 0.6);
  height: 5rem;
  width: 5rem;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 1.25rem 0.19rem rgba(51, 51, 51, 0.8);
  -webkit-transition: 0.1s ease;
  -moz-transition: 0.1s ease;
  -ms-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
  z-index: 1;
}
/* line 41, templates/g5_helium/custom/scss/components/_particles.scss */
.video_block .play-icon::after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  display: block;
  border-style: solid;
  border-width: 1.25rem 0 1.25rem 2.5rem;
  margin: -1.25rem 0 0 -0.94rem;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
/* line 58, templates/g5_helium/custom/scss/components/_particles.scss */
.video_block:hover .play-icon::before {
  background: rgba(238, 238, 238, 0.8);
  box-shadow: 0 0 0.625rem 0.188rem rgba(51, 51, 51, 0.8);
  width: 6.25rem;
  height: 6.25rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 68, templates/g5_helium/custom/scss/components/_particles.scss */
.created {
  font-size: 0.75rem;
  color: #c8c8c8;
  font-weight: lighter;
}
/* line 73, templates/g5_helium/custom/scss/components/_particles.scss */
.created a {
  display: block;
  padding-left: 0.5rem;
}
/* line 78, templates/g5_helium/custom/scss/components/_particles.scss */
.created p {
  margin: 0;
  line-height: normal;
  font-size: 0.75rem;
  color: #000;
}
/* line 87, templates/g5_helium/custom/scss/components/_particles.scss */
/* line 91, templates/g5_helium/custom/scss/components/_particles.scss */
#g-navigation #to-top-container .g-main-nav .g-toplevel {
  line-height: 2.525;
}
/* line 95, templates/g5_helium/custom/scss/components/_particles.scss */
#to-top-container .g-main-nav .g-toplevel > li {
  cursor: initial;
}
/* line 98, templates/g5_helium/custom/scss/components/_particles.scss */
.vertical-menu #to-top-container .g-main-nav .g-toplevel > li {
  width: 100%;
}
/* line 105, templates/g5_helium/custom/scss/components/_particles.scss */
/* line 107, templates/g5_helium/custom/scss/components/_particles.scss */
.g-contentlist.with-gunter .g-item {
  padding: 0 1rem 1rem 0;
}
/* line 111, templates/g5_helium/custom/scss/components/_particles.scss */
.g-contentlist .item-wrap {
  display: block;
}
/* line 118, templates/g5_helium/custom/scss/components/_particles.scss */
.block-logo-h {
  margin-bottom: 3.75rem;
}
@media only all and (max-width: 767px) {
  .block-logo-h {
    margin-bottom: 0;
  }
}
/* line 123, templates/g5_helium/custom/scss/components/_particles.scss */
.block-logo-h a {
  display: flex;
  align-items: center;
}
@media only all and (max-width: 767px) {
  .block-logo-h a {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
/* line 132, templates/g5_helium/custom/scss/components/_particles.scss */
.block-logo-h .image {
  margin-right: 1.875rem;
}
@media only all and (max-width: 767px) {
  .block-logo-h .image {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
/* line 139, templates/g5_helium/custom/scss/components/_particles.scss */
.block-logo-h .slogan {
  color: #a86b00;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5rem;
}
/* line 148, templates/g5_helium/custom/scss/components/_particles.scss */
/* line 149, templates/g5_helium/custom/scss/components/_particles.scss */
.lang-block .g-content {
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 153, templates/g5_helium/custom/scss/components/_particles.scss */
.lang-block .mod-languages {
  display: flex;
  align-items: center;
}
@media only all and (max-width: 767px) {
  .lang-block .mod-languages {
    justify-content: center;
  }
}
/* line 159, templates/g5_helium/custom/scss/components/_particles.scss */
.lang-block .mod-languages .lang-inline {
  margin-right: 0.625rem;
}
/* line 161, templates/g5_helium/custom/scss/components/_particles.scss */
.lang-block .mod-languages .lang-inline li {
  margin-left: 0;
}
/* line 165, templates/g5_helium/custom/scss/components/_particles.scss */
/* line 166, templates/g5_helium/custom/scss/components/_particles.scss */
.lang-block .mod-languages .posttext p {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
/* line 176, templates/g5_helium/custom/scss/components/_particles.scss */
/* line 177, templates/g5_helium/custom/scss/components/_particles.scss */
.block-ver .g-content {
  margin-top: 0;
}
/* line 179, templates/g5_helium/custom/scss/components/_particles.scss */
.block-ver .g-content img {
  margin-right: 1rem;
}
/* line 182, templates/g5_helium/custom/scss/components/_particles.scss */
.block-ver .g-content a {
  color: #fff !important;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
}
@media only all and (max-width: 767px) {
  .block-ver .g-content a {
    justify-content: center;
    margin-right: 1rem;
  }
}
/* line 197, templates/g5_helium/custom/scss/components/_particles.scss */
@media only all and (max-width: 767px) {
  .block-text-footer {
    text-align: center;
  }
}
/* line 201, templates/g5_helium/custom/scss/components/_particles.scss */
.block-text-footer .content {
  font-size: 0.75rem;
  color: #5a5a5a;
}
/* line 206, templates/g5_helium/custom/scss/components/_particles.scss */
.logo-seo {
  align-self: flex-end;
}
/* line 208, templates/g5_helium/custom/scss/components/_particles.scss */
/* line 209, templates/g5_helium/custom/scss/components/_particles.scss */
.logo-seo .created a {
  display: flex;
  align-items: center;
}
@media only all and (max-width: 767px) {
  .logo-seo .created a {
    justify-content: center;
  }
}
/* line 216, templates/g5_helium/custom/scss/components/_particles.scss */
.logo-seo .created a p {
  color: #aaa;
  font-size: 0.625rem;
  line-height: 0.5rem;
}
/* line 221, templates/g5_helium/custom/scss/components/_particles.scss */
.logo-seo .created a img {
  margin-right: 0.5rem;
}
/* line 229, templates/g5_helium/custom/scss/components/_particles.scss */
.top-column {
  display: flex;
}
@media only all and (max-width: 1199px) {
  .top-column {
    flex-direction: column;
  }
}
@media only all and (max-width: 767px) {
  .top-column {
    padding-left: 0.5rem;
  }
}
/* line 237, templates/g5_helium/custom/scss/components/_particles.scss */
.top-column .block-info {
  width: 50%;
  padding-right: 1.25rem;
  padding-top: 2.75rem;
}
@media only all and (max-width: 1199px) {
  .top-column .block-info {
    width: 100%;
    padding-top: 0;
  }
}
/* line 245, templates/g5_helium/custom/scss/components/_particles.scss */
.top-column .block-info .content {
  color: #5a5a5a;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
}
/* line 252, templates/g5_helium/custom/scss/components/_particles.scss */
.top-column .block-form {
  width: 50%;
}
@media only all and (max-width: 1199px) {
  .top-column .block-form {
    width: 100%;
    padding-top: 1rem;
  }
}
/* line 258, templates/g5_helium/custom/scss/components/_particles.scss */
.top-column .block-form .form-title {
  font-size: 1.5rem;
  color: #a86b00;
  margin-bottom: 1rem;
}
/* line 263, templates/g5_helium/custom/scss/components/_particles.scss */
.top-column .block-form input {
  min-width: 11.5rem;
  max-width: 11rem !important;
  background-color: #f2f2f2 !important;
  border: none;
}
/* line 269, templates/g5_helium/custom/scss/components/_particles.scss */
.top-column .block-form textarea {
  min-width: 23.7rem;
  min-height: 13.75rem;
  background: #f2f2f2;
  border: none;
}
@media only all and (max-width: 388px) {
  .top-column .block-form textarea {
    min-width: 18.7rem;
  }
}
/* line 278, templates/g5_helium/custom/scss/components/_particles.scss */
/* line 279, templates/g5_helium/custom/scss/components/_particles.scss */
.top-column .block-form .field-wrap:nth-child(1) input {
  margin-right: 0.75rem;
}
/* line 283, templates/g5_helium/custom/scss/components/_particles.scss */
.top-column .block-form .submit-button-wrap input {
  background: #eeba4a !important;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  color: #fff;
  min-width: max-content;
  border-radius: 5px;
}
/* line 293, templates/g5_helium/custom/scss/components/_particles.scss */
.bottom-column {
  margin-top: 1.75rem;
}
@media only all and (max-width: 479px) {
}
/* line 2, templates/g5_helium/custom/scss/layouts/_layouts.scss */
/* line 3, templates/g5_helium/custom/scss/layouts/_layouts.scss */
.row::before, .row::after {
  display: none;
}
/* line 8, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-header {
  padding-top: 0.3125rem;
  padding-left: 4.375rem;
  padding-bottom: 0.3125rem;
}
@media only all and (max-width: 767px) {
  #g-header {
    padding-left: 0;
  }
}
/* line 16, templates/g5_helium/custom/scss/layouts/_layouts.scss */
/* line 17, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-container-main .g-container {
  padding-left: 2.375rem;
}
@media only all and (max-width: 959px) {
  #g-container-main .g-container {
    padding-left: 0;
  }
}
/* line 22, templates/g5_helium/custom/scss/layouts/_layouts.scss */
/* line 23, templates/g5_helium/custom/scss/layouts/_layouts.scss */
@media only all and (max-width: 959px) {
  #g-container-main .g-container .g-grid .g-block:nth-child(2) {
    flex: 0 100%;
  }
}
/* line 31, templates/g5_helium/custom/scss/layouts/_layouts.scss */
@media only all and (max-width: 959px) {
  #g-aside {
    padding: 0;
  }
}
/* line 35, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-aside .g-main-nav .g-active.g-dropdown {
  position: relative;
}
/* line 38, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-aside .g-content {
  padding-top: 0;
  margin-top: 0;
  /* padding-left: 0;
   margin-left: 0;*/
  margin-right: 0;
}
/* line 46, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-aside .g-toplevel {
  display: flex;
  flex-direction: column;
}
/* line 49, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-aside .g-toplevel li, #g-aside .g-toplevel a {
  color: #eeba4a;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
}
/* line 55, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-aside .g-toplevel a {
  line-height: 1.25rem;
}
/* line 58, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-aside .g-toplevel li.active > a, #g-aside .g-toplevel li:hover, #g-aside .g-toplevel a:hover {
  color: #a86b00;
}
/* line 62, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-aside .g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator:after {
  content: url('../../../../images/Icon.svg');
  vertical-align: middle;
  padding-left: 1.25rem;
}
/* line 67, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-aside .g-main-nav .g-toplevel > li.g-parent.g-selected > .g-menu-item-container > .g-menu-parent-indicator:after {
  content: url('../../../../images/Icon.svg');
  vertical-align: middle;
  padding-left: 1.25rem;
}
/* line 72, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-aside .g-main-nav .g-dropdown {
  position: relative;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
/* line 80, templates/g5_helium/custom/scss/layouts/_layouts.scss */
/* line 81, templates/g5_helium/custom/scss/layouts/_layouts.scss */
@media only all and (max-width: 767px) {
  .contacts-page #g-mainbar .g-content {
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
  }
}
/* line 90, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-mainbar {
  background: url('../../../../images/line-r.svg') no-repeat top left;
  margin-top: 1.25rem;
  padding-top: 1.625rem;
  padding-bottom: 7.3rem;
}
@media only all and (max-width: 959px) {
  #g-mainbar {
    background: none;
  }
}
/* line 98, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-mainbar .g-content {
  padding-top: 0;
  margin-top: 0;
  padding-left: 0.625rem;
}
/* line 105, templates/g5_helium/custom/scss/layouts/_layouts.scss */
/* line 106, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-mainbar .page-header h2 {
  margin-top: 0;
  color: #eeba4a;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 0.875rem;
}
@media only all and (max-width: 959px) {
  #g-mainbar .page-header h2 {
    text-align: center;
  }
}
@media only all and (max-width: 30rem) {
  #g-mainbar .page-header h2 {
    font-size: 1.4rem;
  }
}
/* line 121, templates/g5_helium/custom/scss/layouts/_layouts.scss */
#g-footer {
  padding-top: 0;
  padding-left: 5rem;
  background: url('../../../../images/line-t.svg') no-repeat top center;
  padding-bottom: 1.25rem;
}
@media only all and (max-width: 1199px) {
  #g-footer {
    padding-left: 0;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  /* line 142, templates/g5_helium/custom/scss/_abstracts.scss */
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-1 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1%;
    -moz-flex: 0 1%;
    -ms-flex: 0 1%;
    flex: 0 1%;
    width: 1%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-2 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 2%;
    -moz-flex: 0 2%;
    -ms-flex: 0 2%;
    flex: 0 2%;
    width: 2%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 3%;
    -moz-flex: 0 3%;
    -ms-flex: 0 3%;
    flex: 0 3%;
    width: 3%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 4%;
    -moz-flex: 0 4%;
    -ms-flex: 0 4%;
    flex: 0 4%;
    width: 4%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 5%;
    -moz-flex: 0 5%;
    -ms-flex: 0 5%;
    flex: 0 5%;
    width: 5%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 6%;
    -moz-flex: 0 6%;
    -ms-flex: 0 6%;
    flex: 0 6%;
    width: 6%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 7%;
    -moz-flex: 0 7%;
    -ms-flex: 0 7%;
    flex: 0 7%;
    width: 7%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 8%;
    -moz-flex: 0 8%;
    -ms-flex: 0 8%;
    flex: 0 8%;
    width: 8%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 9%;
    -moz-flex: 0 9%;
    -ms-flex: 0 9%;
    flex: 0 9%;
    width: 9%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 10%;
    -moz-flex: 0 10%;
    -ms-flex: 0 10%;
    flex: 0 10%;
    width: 10%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 11%;
    -moz-flex: 0 11%;
    -ms-flex: 0 11%;
    flex: 0 11%;
    width: 11%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 12%;
    -moz-flex: 0 12%;
    -ms-flex: 0 12%;
    flex: 0 12%;
    width: 12%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-13 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 13%;
    -moz-flex: 0 13%;
    -ms-flex: 0 13%;
    flex: 0 13%;
    width: 13%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-14 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 14%;
    -moz-flex: 0 14%;
    -ms-flex: 0 14%;
    flex: 0 14%;
    width: 14%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-15 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 15%;
    -moz-flex: 0 15%;
    -ms-flex: 0 15%;
    flex: 0 15%;
    width: 15%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-16 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 16%;
    -moz-flex: 0 16%;
    -ms-flex: 0 16%;
    flex: 0 16%;
    width: 16%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-17 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 17%;
    -moz-flex: 0 17%;
    -ms-flex: 0 17%;
    flex: 0 17%;
    width: 17%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-18 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 18%;
    -moz-flex: 0 18%;
    -ms-flex: 0 18%;
    flex: 0 18%;
    width: 18%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-19 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 19%;
    -moz-flex: 0 19%;
    -ms-flex: 0 19%;
    flex: 0 19%;
    width: 19%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-20 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 20%;
    -moz-flex: 0 20%;
    -ms-flex: 0 20%;
    flex: 0 20%;
    width: 20%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-21 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 21%;
    -moz-flex: 0 21%;
    -ms-flex: 0 21%;
    flex: 0 21%;
    width: 21%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-22 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 22%;
    -moz-flex: 0 22%;
    -ms-flex: 0 22%;
    flex: 0 22%;
    width: 22%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-23 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 23%;
    -moz-flex: 0 23%;
    -ms-flex: 0 23%;
    flex: 0 23%;
    width: 23%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-24 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 24%;
    -moz-flex: 0 24%;
    -ms-flex: 0 24%;
    flex: 0 24%;
    width: 24%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-25 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 25%;
    -moz-flex: 0 25%;
    -ms-flex: 0 25%;
    flex: 0 25%;
    width: 25%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-26 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 26%;
    -moz-flex: 0 26%;
    -ms-flex: 0 26%;
    flex: 0 26%;
    width: 26%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-27 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 27%;
    -moz-flex: 0 27%;
    -ms-flex: 0 27%;
    flex: 0 27%;
    width: 27%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-28 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 28%;
    -moz-flex: 0 28%;
    -ms-flex: 0 28%;
    flex: 0 28%;
    width: 28%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-29 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 29%;
    -moz-flex: 0 29%;
    -ms-flex: 0 29%;
    flex: 0 29%;
    width: 29%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-30 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 30%;
    -moz-flex: 0 30%;
    -ms-flex: 0 30%;
    flex: 0 30%;
    width: 30%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-31 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 31%;
    -moz-flex: 0 31%;
    -ms-flex: 0 31%;
    flex: 0 31%;
    width: 31%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-32 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 32%;
    -moz-flex: 0 32%;
    -ms-flex: 0 32%;
    flex: 0 32%;
    width: 32%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-33 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 33%;
    -moz-flex: 0 33%;
    -ms-flex: 0 33%;
    flex: 0 33%;
    width: 33%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-34 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 34%;
    -moz-flex: 0 34%;
    -ms-flex: 0 34%;
    flex: 0 34%;
    width: 34%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-35 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 35%;
    -moz-flex: 0 35%;
    -ms-flex: 0 35%;
    flex: 0 35%;
    width: 35%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-36 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 36%;
    -moz-flex: 0 36%;
    -ms-flex: 0 36%;
    flex: 0 36%;
    width: 36%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-37 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 37%;
    -moz-flex: 0 37%;
    -ms-flex: 0 37%;
    flex: 0 37%;
    width: 37%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-38 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 38%;
    -moz-flex: 0 38%;
    -ms-flex: 0 38%;
    flex: 0 38%;
    width: 38%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-39 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 39%;
    -moz-flex: 0 39%;
    -ms-flex: 0 39%;
    flex: 0 39%;
    width: 39%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-40 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 40%;
    -moz-flex: 0 40%;
    -ms-flex: 0 40%;
    flex: 0 40%;
    width: 40%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-41 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 41%;
    -moz-flex: 0 41%;
    -ms-flex: 0 41%;
    flex: 0 41%;
    width: 41%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-42 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 42%;
    -moz-flex: 0 42%;
    -ms-flex: 0 42%;
    flex: 0 42%;
    width: 42%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-43 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 43%;
    -moz-flex: 0 43%;
    -ms-flex: 0 43%;
    flex: 0 43%;
    width: 43%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-44 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 44%;
    -moz-flex: 0 44%;
    -ms-flex: 0 44%;
    flex: 0 44%;
    width: 44%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-45 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 45%;
    -moz-flex: 0 45%;
    -ms-flex: 0 45%;
    flex: 0 45%;
    width: 45%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-46 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 46%;
    -moz-flex: 0 46%;
    -ms-flex: 0 46%;
    flex: 0 46%;
    width: 46%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-47 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 47%;
    -moz-flex: 0 47%;
    -ms-flex: 0 47%;
    flex: 0 47%;
    width: 47%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-48 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 48%;
    -moz-flex: 0 48%;
    -ms-flex: 0 48%;
    flex: 0 48%;
    width: 48%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-49 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 49%;
    -moz-flex: 0 49%;
    -ms-flex: 0 49%;
    flex: 0 49%;
    width: 49%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-50 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 50%;
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    width: 50%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-51 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 51%;
    -moz-flex: 0 51%;
    -ms-flex: 0 51%;
    flex: 0 51%;
    width: 51%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-52 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 52%;
    -moz-flex: 0 52%;
    -ms-flex: 0 52%;
    flex: 0 52%;
    width: 52%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-53 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 53%;
    -moz-flex: 0 53%;
    -ms-flex: 0 53%;
    flex: 0 53%;
    width: 53%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-54 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 54%;
    -moz-flex: 0 54%;
    -ms-flex: 0 54%;
    flex: 0 54%;
    width: 54%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-55 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 55%;
    -moz-flex: 0 55%;
    -ms-flex: 0 55%;
    flex: 0 55%;
    width: 55%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-56 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 56%;
    -moz-flex: 0 56%;
    -ms-flex: 0 56%;
    flex: 0 56%;
    width: 56%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-57 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 57%;
    -moz-flex: 0 57%;
    -ms-flex: 0 57%;
    flex: 0 57%;
    width: 57%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-58 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 58%;
    -moz-flex: 0 58%;
    -ms-flex: 0 58%;
    flex: 0 58%;
    width: 58%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-59 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 59%;
    -moz-flex: 0 59%;
    -ms-flex: 0 59%;
    flex: 0 59%;
    width: 59%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-60 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 60%;
    -moz-flex: 0 60%;
    -ms-flex: 0 60%;
    flex: 0 60%;
    width: 60%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-61 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 61%;
    -moz-flex: 0 61%;
    -ms-flex: 0 61%;
    flex: 0 61%;
    width: 61%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-62 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 62%;
    -moz-flex: 0 62%;
    -ms-flex: 0 62%;
    flex: 0 62%;
    width: 62%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-63 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 63%;
    -moz-flex: 0 63%;
    -ms-flex: 0 63%;
    flex: 0 63%;
    width: 63%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-64 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 64%;
    -moz-flex: 0 64%;
    -ms-flex: 0 64%;
    flex: 0 64%;
    width: 64%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-65 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 65%;
    -moz-flex: 0 65%;
    -ms-flex: 0 65%;
    flex: 0 65%;
    width: 65%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-66 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 66%;
    -moz-flex: 0 66%;
    -ms-flex: 0 66%;
    flex: 0 66%;
    width: 66%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-67 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 67%;
    -moz-flex: 0 67%;
    -ms-flex: 0 67%;
    flex: 0 67%;
    width: 67%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-68 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 68%;
    -moz-flex: 0 68%;
    -ms-flex: 0 68%;
    flex: 0 68%;
    width: 68%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-69 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 69%;
    -moz-flex: 0 69%;
    -ms-flex: 0 69%;
    flex: 0 69%;
    width: 69%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-70 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 70%;
    -moz-flex: 0 70%;
    -ms-flex: 0 70%;
    flex: 0 70%;
    width: 70%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-71 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 71%;
    -moz-flex: 0 71%;
    -ms-flex: 0 71%;
    flex: 0 71%;
    width: 71%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-72 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 72%;
    -moz-flex: 0 72%;
    -ms-flex: 0 72%;
    flex: 0 72%;
    width: 72%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-73 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 73%;
    -moz-flex: 0 73%;
    -ms-flex: 0 73%;
    flex: 0 73%;
    width: 73%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-74 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 74%;
    -moz-flex: 0 74%;
    -ms-flex: 0 74%;
    flex: 0 74%;
    width: 74%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-75 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 75%;
    -moz-flex: 0 75%;
    -ms-flex: 0 75%;
    flex: 0 75%;
    width: 75%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-76 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 76%;
    -moz-flex: 0 76%;
    -ms-flex: 0 76%;
    flex: 0 76%;
    width: 76%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-77 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 77%;
    -moz-flex: 0 77%;
    -ms-flex: 0 77%;
    flex: 0 77%;
    width: 77%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-78 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 78%;
    -moz-flex: 0 78%;
    -ms-flex: 0 78%;
    flex: 0 78%;
    width: 78%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-79 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 79%;
    -moz-flex: 0 79%;
    -ms-flex: 0 79%;
    flex: 0 79%;
    width: 79%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-80 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 80%;
    -moz-flex: 0 80%;
    -ms-flex: 0 80%;
    flex: 0 80%;
    width: 80%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-81 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 81%;
    -moz-flex: 0 81%;
    -ms-flex: 0 81%;
    flex: 0 81%;
    width: 81%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-82 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 82%;
    -moz-flex: 0 82%;
    -ms-flex: 0 82%;
    flex: 0 82%;
    width: 82%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-83 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 83%;
    -moz-flex: 0 83%;
    -ms-flex: 0 83%;
    flex: 0 83%;
    width: 83%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-84 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 84%;
    -moz-flex: 0 84%;
    -ms-flex: 0 84%;
    flex: 0 84%;
    width: 84%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-85 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 85%;
    -moz-flex: 0 85%;
    -ms-flex: 0 85%;
    flex: 0 85%;
    width: 85%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-86 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 86%;
    -moz-flex: 0 86%;
    -ms-flex: 0 86%;
    flex: 0 86%;
    width: 86%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-87 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 87%;
    -moz-flex: 0 87%;
    -ms-flex: 0 87%;
    flex: 0 87%;
    width: 87%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-88 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 88%;
    -moz-flex: 0 88%;
    -ms-flex: 0 88%;
    flex: 0 88%;
    width: 88%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-89 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 89%;
    -moz-flex: 0 89%;
    -ms-flex: 0 89%;
    flex: 0 89%;
    width: 89%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-90 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 90%;
    -moz-flex: 0 90%;
    -ms-flex: 0 90%;
    flex: 0 90%;
    width: 90%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-91 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 91%;
    -moz-flex: 0 91%;
    -ms-flex: 0 91%;
    flex: 0 91%;
    width: 91%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-92 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 92%;
    -moz-flex: 0 92%;
    -ms-flex: 0 92%;
    flex: 0 92%;
    width: 92%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-93 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 93%;
    -moz-flex: 0 93%;
    -ms-flex: 0 93%;
    flex: 0 93%;
    width: 93%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-94 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 94%;
    -moz-flex: 0 94%;
    -ms-flex: 0 94%;
    flex: 0 94%;
    width: 94%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-95 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 95%;
    -moz-flex: 0 95%;
    -ms-flex: 0 95%;
    flex: 0 95%;
    width: 95%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-96 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 96%;
    -moz-flex: 0 96%;
    -ms-flex: 0 96%;
    flex: 0 96%;
    width: 96%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-97 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 97%;
    -moz-flex: 0 97%;
    -ms-flex: 0 97%;
    flex: 0 97%;
    width: 97%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-98 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 98%;
    -moz-flex: 0 98%;
    -ms-flex: 0 98%;
    flex: 0 98%;
    width: 98%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-99 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 99%;
    -moz-flex: 0 99%;
    -ms-flex: 0 99%;
    flex: 0 99%;
    width: 99%;
    max-width: initial;
  }
  /* line 4, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-100 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
    max-width: initial;
  }
  /* line 8, templates/g5_helium/custom/scss/_responsive.scss */
  .l-size-33-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 33.3333%;
    -moz-flex: 0 33.3333%;
    -ms-flex: 0 33.3333%;
    flex: 0 33.3333%;
    width: 33.3333%;
    max-width: initial;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  /* line 147, templates/g5_helium/custom/scss/_abstracts.scss */
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-1 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1%;
    -moz-flex: 0 1%;
    -ms-flex: 0 1%;
    flex: 0 1%;
    width: 1%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-2 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 2%;
    -moz-flex: 0 2%;
    -ms-flex: 0 2%;
    flex: 0 2%;
    width: 2%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 3%;
    -moz-flex: 0 3%;
    -ms-flex: 0 3%;
    flex: 0 3%;
    width: 3%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 4%;
    -moz-flex: 0 4%;
    -ms-flex: 0 4%;
    flex: 0 4%;
    width: 4%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 5%;
    -moz-flex: 0 5%;
    -ms-flex: 0 5%;
    flex: 0 5%;
    width: 5%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 6%;
    -moz-flex: 0 6%;
    -ms-flex: 0 6%;
    flex: 0 6%;
    width: 6%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 7%;
    -moz-flex: 0 7%;
    -ms-flex: 0 7%;
    flex: 0 7%;
    width: 7%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 8%;
    -moz-flex: 0 8%;
    -ms-flex: 0 8%;
    flex: 0 8%;
    width: 8%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 9%;
    -moz-flex: 0 9%;
    -ms-flex: 0 9%;
    flex: 0 9%;
    width: 9%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 10%;
    -moz-flex: 0 10%;
    -ms-flex: 0 10%;
    flex: 0 10%;
    width: 10%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 11%;
    -moz-flex: 0 11%;
    -ms-flex: 0 11%;
    flex: 0 11%;
    width: 11%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 12%;
    -moz-flex: 0 12%;
    -ms-flex: 0 12%;
    flex: 0 12%;
    width: 12%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-13 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 13%;
    -moz-flex: 0 13%;
    -ms-flex: 0 13%;
    flex: 0 13%;
    width: 13%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-14 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 14%;
    -moz-flex: 0 14%;
    -ms-flex: 0 14%;
    flex: 0 14%;
    width: 14%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-15 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 15%;
    -moz-flex: 0 15%;
    -ms-flex: 0 15%;
    flex: 0 15%;
    width: 15%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-16 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 16%;
    -moz-flex: 0 16%;
    -ms-flex: 0 16%;
    flex: 0 16%;
    width: 16%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-17 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 17%;
    -moz-flex: 0 17%;
    -ms-flex: 0 17%;
    flex: 0 17%;
    width: 17%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-18 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 18%;
    -moz-flex: 0 18%;
    -ms-flex: 0 18%;
    flex: 0 18%;
    width: 18%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-19 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 19%;
    -moz-flex: 0 19%;
    -ms-flex: 0 19%;
    flex: 0 19%;
    width: 19%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-20 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 20%;
    -moz-flex: 0 20%;
    -ms-flex: 0 20%;
    flex: 0 20%;
    width: 20%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-21 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 21%;
    -moz-flex: 0 21%;
    -ms-flex: 0 21%;
    flex: 0 21%;
    width: 21%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-22 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 22%;
    -moz-flex: 0 22%;
    -ms-flex: 0 22%;
    flex: 0 22%;
    width: 22%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-23 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 23%;
    -moz-flex: 0 23%;
    -ms-flex: 0 23%;
    flex: 0 23%;
    width: 23%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-24 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 24%;
    -moz-flex: 0 24%;
    -ms-flex: 0 24%;
    flex: 0 24%;
    width: 24%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-25 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 25%;
    -moz-flex: 0 25%;
    -ms-flex: 0 25%;
    flex: 0 25%;
    width: 25%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-26 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 26%;
    -moz-flex: 0 26%;
    -ms-flex: 0 26%;
    flex: 0 26%;
    width: 26%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-27 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 27%;
    -moz-flex: 0 27%;
    -ms-flex: 0 27%;
    flex: 0 27%;
    width: 27%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-28 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 28%;
    -moz-flex: 0 28%;
    -ms-flex: 0 28%;
    flex: 0 28%;
    width: 28%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-29 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 29%;
    -moz-flex: 0 29%;
    -ms-flex: 0 29%;
    flex: 0 29%;
    width: 29%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-30 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 30%;
    -moz-flex: 0 30%;
    -ms-flex: 0 30%;
    flex: 0 30%;
    width: 30%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-31 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 31%;
    -moz-flex: 0 31%;
    -ms-flex: 0 31%;
    flex: 0 31%;
    width: 31%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-32 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 32%;
    -moz-flex: 0 32%;
    -ms-flex: 0 32%;
    flex: 0 32%;
    width: 32%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-33 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 33%;
    -moz-flex: 0 33%;
    -ms-flex: 0 33%;
    flex: 0 33%;
    width: 33%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-34 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 34%;
    -moz-flex: 0 34%;
    -ms-flex: 0 34%;
    flex: 0 34%;
    width: 34%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-35 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 35%;
    -moz-flex: 0 35%;
    -ms-flex: 0 35%;
    flex: 0 35%;
    width: 35%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-36 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 36%;
    -moz-flex: 0 36%;
    -ms-flex: 0 36%;
    flex: 0 36%;
    width: 36%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-37 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 37%;
    -moz-flex: 0 37%;
    -ms-flex: 0 37%;
    flex: 0 37%;
    width: 37%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-38 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 38%;
    -moz-flex: 0 38%;
    -ms-flex: 0 38%;
    flex: 0 38%;
    width: 38%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-39 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 39%;
    -moz-flex: 0 39%;
    -ms-flex: 0 39%;
    flex: 0 39%;
    width: 39%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-40 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 40%;
    -moz-flex: 0 40%;
    -ms-flex: 0 40%;
    flex: 0 40%;
    width: 40%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-41 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 41%;
    -moz-flex: 0 41%;
    -ms-flex: 0 41%;
    flex: 0 41%;
    width: 41%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-42 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 42%;
    -moz-flex: 0 42%;
    -ms-flex: 0 42%;
    flex: 0 42%;
    width: 42%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-43 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 43%;
    -moz-flex: 0 43%;
    -ms-flex: 0 43%;
    flex: 0 43%;
    width: 43%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-44 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 44%;
    -moz-flex: 0 44%;
    -ms-flex: 0 44%;
    flex: 0 44%;
    width: 44%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-45 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 45%;
    -moz-flex: 0 45%;
    -ms-flex: 0 45%;
    flex: 0 45%;
    width: 45%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-46 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 46%;
    -moz-flex: 0 46%;
    -ms-flex: 0 46%;
    flex: 0 46%;
    width: 46%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-47 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 47%;
    -moz-flex: 0 47%;
    -ms-flex: 0 47%;
    flex: 0 47%;
    width: 47%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-48 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 48%;
    -moz-flex: 0 48%;
    -ms-flex: 0 48%;
    flex: 0 48%;
    width: 48%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-49 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 49%;
    -moz-flex: 0 49%;
    -ms-flex: 0 49%;
    flex: 0 49%;
    width: 49%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-50 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 50%;
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    width: 50%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-51 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 51%;
    -moz-flex: 0 51%;
    -ms-flex: 0 51%;
    flex: 0 51%;
    width: 51%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-52 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 52%;
    -moz-flex: 0 52%;
    -ms-flex: 0 52%;
    flex: 0 52%;
    width: 52%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-53 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 53%;
    -moz-flex: 0 53%;
    -ms-flex: 0 53%;
    flex: 0 53%;
    width: 53%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-54 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 54%;
    -moz-flex: 0 54%;
    -ms-flex: 0 54%;
    flex: 0 54%;
    width: 54%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-55 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 55%;
    -moz-flex: 0 55%;
    -ms-flex: 0 55%;
    flex: 0 55%;
    width: 55%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-56 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 56%;
    -moz-flex: 0 56%;
    -ms-flex: 0 56%;
    flex: 0 56%;
    width: 56%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-57 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 57%;
    -moz-flex: 0 57%;
    -ms-flex: 0 57%;
    flex: 0 57%;
    width: 57%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-58 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 58%;
    -moz-flex: 0 58%;
    -ms-flex: 0 58%;
    flex: 0 58%;
    width: 58%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-59 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 59%;
    -moz-flex: 0 59%;
    -ms-flex: 0 59%;
    flex: 0 59%;
    width: 59%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-60 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 60%;
    -moz-flex: 0 60%;
    -ms-flex: 0 60%;
    flex: 0 60%;
    width: 60%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-61 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 61%;
    -moz-flex: 0 61%;
    -ms-flex: 0 61%;
    flex: 0 61%;
    width: 61%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-62 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 62%;
    -moz-flex: 0 62%;
    -ms-flex: 0 62%;
    flex: 0 62%;
    width: 62%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-63 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 63%;
    -moz-flex: 0 63%;
    -ms-flex: 0 63%;
    flex: 0 63%;
    width: 63%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-64 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 64%;
    -moz-flex: 0 64%;
    -ms-flex: 0 64%;
    flex: 0 64%;
    width: 64%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-65 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 65%;
    -moz-flex: 0 65%;
    -ms-flex: 0 65%;
    flex: 0 65%;
    width: 65%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-66 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 66%;
    -moz-flex: 0 66%;
    -ms-flex: 0 66%;
    flex: 0 66%;
    width: 66%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-67 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 67%;
    -moz-flex: 0 67%;
    -ms-flex: 0 67%;
    flex: 0 67%;
    width: 67%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-68 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 68%;
    -moz-flex: 0 68%;
    -ms-flex: 0 68%;
    flex: 0 68%;
    width: 68%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-69 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 69%;
    -moz-flex: 0 69%;
    -ms-flex: 0 69%;
    flex: 0 69%;
    width: 69%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-70 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 70%;
    -moz-flex: 0 70%;
    -ms-flex: 0 70%;
    flex: 0 70%;
    width: 70%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-71 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 71%;
    -moz-flex: 0 71%;
    -ms-flex: 0 71%;
    flex: 0 71%;
    width: 71%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-72 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 72%;
    -moz-flex: 0 72%;
    -ms-flex: 0 72%;
    flex: 0 72%;
    width: 72%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-73 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 73%;
    -moz-flex: 0 73%;
    -ms-flex: 0 73%;
    flex: 0 73%;
    width: 73%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-74 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 74%;
    -moz-flex: 0 74%;
    -ms-flex: 0 74%;
    flex: 0 74%;
    width: 74%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-75 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 75%;
    -moz-flex: 0 75%;
    -ms-flex: 0 75%;
    flex: 0 75%;
    width: 75%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-76 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 76%;
    -moz-flex: 0 76%;
    -ms-flex: 0 76%;
    flex: 0 76%;
    width: 76%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-77 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 77%;
    -moz-flex: 0 77%;
    -ms-flex: 0 77%;
    flex: 0 77%;
    width: 77%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-78 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 78%;
    -moz-flex: 0 78%;
    -ms-flex: 0 78%;
    flex: 0 78%;
    width: 78%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-79 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 79%;
    -moz-flex: 0 79%;
    -ms-flex: 0 79%;
    flex: 0 79%;
    width: 79%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-80 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 80%;
    -moz-flex: 0 80%;
    -ms-flex: 0 80%;
    flex: 0 80%;
    width: 80%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-81 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 81%;
    -moz-flex: 0 81%;
    -ms-flex: 0 81%;
    flex: 0 81%;
    width: 81%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-82 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 82%;
    -moz-flex: 0 82%;
    -ms-flex: 0 82%;
    flex: 0 82%;
    width: 82%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-83 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 83%;
    -moz-flex: 0 83%;
    -ms-flex: 0 83%;
    flex: 0 83%;
    width: 83%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-84 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 84%;
    -moz-flex: 0 84%;
    -ms-flex: 0 84%;
    flex: 0 84%;
    width: 84%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-85 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 85%;
    -moz-flex: 0 85%;
    -ms-flex: 0 85%;
    flex: 0 85%;
    width: 85%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-86 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 86%;
    -moz-flex: 0 86%;
    -ms-flex: 0 86%;
    flex: 0 86%;
    width: 86%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-87 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 87%;
    -moz-flex: 0 87%;
    -ms-flex: 0 87%;
    flex: 0 87%;
    width: 87%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-88 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 88%;
    -moz-flex: 0 88%;
    -ms-flex: 0 88%;
    flex: 0 88%;
    width: 88%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-89 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 89%;
    -moz-flex: 0 89%;
    -ms-flex: 0 89%;
    flex: 0 89%;
    width: 89%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-90 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 90%;
    -moz-flex: 0 90%;
    -ms-flex: 0 90%;
    flex: 0 90%;
    width: 90%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-91 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 91%;
    -moz-flex: 0 91%;
    -ms-flex: 0 91%;
    flex: 0 91%;
    width: 91%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-92 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 92%;
    -moz-flex: 0 92%;
    -ms-flex: 0 92%;
    flex: 0 92%;
    width: 92%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-93 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 93%;
    -moz-flex: 0 93%;
    -ms-flex: 0 93%;
    flex: 0 93%;
    width: 93%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-94 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 94%;
    -moz-flex: 0 94%;
    -ms-flex: 0 94%;
    flex: 0 94%;
    width: 94%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-95 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 95%;
    -moz-flex: 0 95%;
    -ms-flex: 0 95%;
    flex: 0 95%;
    width: 95%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-96 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 96%;
    -moz-flex: 0 96%;
    -ms-flex: 0 96%;
    flex: 0 96%;
    width: 96%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-97 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 97%;
    -moz-flex: 0 97%;
    -ms-flex: 0 97%;
    flex: 0 97%;
    width: 97%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-98 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 98%;
    -moz-flex: 0 98%;
    -ms-flex: 0 98%;
    flex: 0 98%;
    width: 98%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-99 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 99%;
    -moz-flex: 0 99%;
    -ms-flex: 0 99%;
    flex: 0 99%;
    width: 99%;
    max-width: initial;
  }
  /* line 15, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-100 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
    max-width: initial;
  }
  /* line 19, templates/g5_helium/custom/scss/_responsive.scss */
  .t-size-33-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 33.3333%;
    -moz-flex: 0 33.3333%;
    -ms-flex: 0 33.3333%;
    flex: 0 33.3333%;
    width: 33.3333%;
    max-width: initial;
  }
}
@media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-1 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1%;
    -moz-flex: 0 1%;
    -ms-flex: 0 1%;
    flex: 0 1%;
    width: 1%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-2 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 2%;
    -moz-flex: 0 2%;
    -ms-flex: 0 2%;
    flex: 0 2%;
    width: 2%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 3%;
    -moz-flex: 0 3%;
    -ms-flex: 0 3%;
    flex: 0 3%;
    width: 3%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 4%;
    -moz-flex: 0 4%;
    -ms-flex: 0 4%;
    flex: 0 4%;
    width: 4%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 5%;
    -moz-flex: 0 5%;
    -ms-flex: 0 5%;
    flex: 0 5%;
    width: 5%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 6%;
    -moz-flex: 0 6%;
    -ms-flex: 0 6%;
    flex: 0 6%;
    width: 6%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 7%;
    -moz-flex: 0 7%;
    -ms-flex: 0 7%;
    flex: 0 7%;
    width: 7%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 8%;
    -moz-flex: 0 8%;
    -ms-flex: 0 8%;
    flex: 0 8%;
    width: 8%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 9%;
    -moz-flex: 0 9%;
    -ms-flex: 0 9%;
    flex: 0 9%;
    width: 9%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 10%;
    -moz-flex: 0 10%;
    -ms-flex: 0 10%;
    flex: 0 10%;
    width: 10%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 11%;
    -moz-flex: 0 11%;
    -ms-flex: 0 11%;
    flex: 0 11%;
    width: 11%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 12%;
    -moz-flex: 0 12%;
    -ms-flex: 0 12%;
    flex: 0 12%;
    width: 12%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-13 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 13%;
    -moz-flex: 0 13%;
    -ms-flex: 0 13%;
    flex: 0 13%;
    width: 13%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-14 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 14%;
    -moz-flex: 0 14%;
    -ms-flex: 0 14%;
    flex: 0 14%;
    width: 14%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-15 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 15%;
    -moz-flex: 0 15%;
    -ms-flex: 0 15%;
    flex: 0 15%;
    width: 15%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-16 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 16%;
    -moz-flex: 0 16%;
    -ms-flex: 0 16%;
    flex: 0 16%;
    width: 16%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-17 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 17%;
    -moz-flex: 0 17%;
    -ms-flex: 0 17%;
    flex: 0 17%;
    width: 17%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-18 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 18%;
    -moz-flex: 0 18%;
    -ms-flex: 0 18%;
    flex: 0 18%;
    width: 18%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-19 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 19%;
    -moz-flex: 0 19%;
    -ms-flex: 0 19%;
    flex: 0 19%;
    width: 19%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-20 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 20%;
    -moz-flex: 0 20%;
    -ms-flex: 0 20%;
    flex: 0 20%;
    width: 20%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-21 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 21%;
    -moz-flex: 0 21%;
    -ms-flex: 0 21%;
    flex: 0 21%;
    width: 21%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-22 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 22%;
    -moz-flex: 0 22%;
    -ms-flex: 0 22%;
    flex: 0 22%;
    width: 22%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-23 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 23%;
    -moz-flex: 0 23%;
    -ms-flex: 0 23%;
    flex: 0 23%;
    width: 23%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-24 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 24%;
    -moz-flex: 0 24%;
    -ms-flex: 0 24%;
    flex: 0 24%;
    width: 24%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-25 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 25%;
    -moz-flex: 0 25%;
    -ms-flex: 0 25%;
    flex: 0 25%;
    width: 25%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-26 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 26%;
    -moz-flex: 0 26%;
    -ms-flex: 0 26%;
    flex: 0 26%;
    width: 26%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-27 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 27%;
    -moz-flex: 0 27%;
    -ms-flex: 0 27%;
    flex: 0 27%;
    width: 27%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-28 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 28%;
    -moz-flex: 0 28%;
    -ms-flex: 0 28%;
    flex: 0 28%;
    width: 28%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-29 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 29%;
    -moz-flex: 0 29%;
    -ms-flex: 0 29%;
    flex: 0 29%;
    width: 29%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-30 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 30%;
    -moz-flex: 0 30%;
    -ms-flex: 0 30%;
    flex: 0 30%;
    width: 30%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-31 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 31%;
    -moz-flex: 0 31%;
    -ms-flex: 0 31%;
    flex: 0 31%;
    width: 31%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-32 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 32%;
    -moz-flex: 0 32%;
    -ms-flex: 0 32%;
    flex: 0 32%;
    width: 32%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-33 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 33%;
    -moz-flex: 0 33%;
    -ms-flex: 0 33%;
    flex: 0 33%;
    width: 33%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-34 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 34%;
    -moz-flex: 0 34%;
    -ms-flex: 0 34%;
    flex: 0 34%;
    width: 34%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-35 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 35%;
    -moz-flex: 0 35%;
    -ms-flex: 0 35%;
    flex: 0 35%;
    width: 35%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-36 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 36%;
    -moz-flex: 0 36%;
    -ms-flex: 0 36%;
    flex: 0 36%;
    width: 36%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-37 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 37%;
    -moz-flex: 0 37%;
    -ms-flex: 0 37%;
    flex: 0 37%;
    width: 37%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-38 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 38%;
    -moz-flex: 0 38%;
    -ms-flex: 0 38%;
    flex: 0 38%;
    width: 38%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-39 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 39%;
    -moz-flex: 0 39%;
    -ms-flex: 0 39%;
    flex: 0 39%;
    width: 39%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-40 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 40%;
    -moz-flex: 0 40%;
    -ms-flex: 0 40%;
    flex: 0 40%;
    width: 40%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-41 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 41%;
    -moz-flex: 0 41%;
    -ms-flex: 0 41%;
    flex: 0 41%;
    width: 41%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-42 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 42%;
    -moz-flex: 0 42%;
    -ms-flex: 0 42%;
    flex: 0 42%;
    width: 42%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-43 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 43%;
    -moz-flex: 0 43%;
    -ms-flex: 0 43%;
    flex: 0 43%;
    width: 43%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-44 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 44%;
    -moz-flex: 0 44%;
    -ms-flex: 0 44%;
    flex: 0 44%;
    width: 44%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-45 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 45%;
    -moz-flex: 0 45%;
    -ms-flex: 0 45%;
    flex: 0 45%;
    width: 45%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-46 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 46%;
    -moz-flex: 0 46%;
    -ms-flex: 0 46%;
    flex: 0 46%;
    width: 46%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-47 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 47%;
    -moz-flex: 0 47%;
    -ms-flex: 0 47%;
    flex: 0 47%;
    width: 47%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-48 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 48%;
    -moz-flex: 0 48%;
    -ms-flex: 0 48%;
    flex: 0 48%;
    width: 48%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-49 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 49%;
    -moz-flex: 0 49%;
    -ms-flex: 0 49%;
    flex: 0 49%;
    width: 49%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-50 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 50%;
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    width: 50%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-51 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 51%;
    -moz-flex: 0 51%;
    -ms-flex: 0 51%;
    flex: 0 51%;
    width: 51%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-52 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 52%;
    -moz-flex: 0 52%;
    -ms-flex: 0 52%;
    flex: 0 52%;
    width: 52%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-53 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 53%;
    -moz-flex: 0 53%;
    -ms-flex: 0 53%;
    flex: 0 53%;
    width: 53%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-54 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 54%;
    -moz-flex: 0 54%;
    -ms-flex: 0 54%;
    flex: 0 54%;
    width: 54%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-55 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 55%;
    -moz-flex: 0 55%;
    -ms-flex: 0 55%;
    flex: 0 55%;
    width: 55%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-56 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 56%;
    -moz-flex: 0 56%;
    -ms-flex: 0 56%;
    flex: 0 56%;
    width: 56%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-57 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 57%;
    -moz-flex: 0 57%;
    -ms-flex: 0 57%;
    flex: 0 57%;
    width: 57%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-58 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 58%;
    -moz-flex: 0 58%;
    -ms-flex: 0 58%;
    flex: 0 58%;
    width: 58%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-59 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 59%;
    -moz-flex: 0 59%;
    -ms-flex: 0 59%;
    flex: 0 59%;
    width: 59%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-60 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 60%;
    -moz-flex: 0 60%;
    -ms-flex: 0 60%;
    flex: 0 60%;
    width: 60%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-61 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 61%;
    -moz-flex: 0 61%;
    -ms-flex: 0 61%;
    flex: 0 61%;
    width: 61%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-62 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 62%;
    -moz-flex: 0 62%;
    -ms-flex: 0 62%;
    flex: 0 62%;
    width: 62%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-63 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 63%;
    -moz-flex: 0 63%;
    -ms-flex: 0 63%;
    flex: 0 63%;
    width: 63%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-64 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 64%;
    -moz-flex: 0 64%;
    -ms-flex: 0 64%;
    flex: 0 64%;
    width: 64%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-65 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 65%;
    -moz-flex: 0 65%;
    -ms-flex: 0 65%;
    flex: 0 65%;
    width: 65%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-66 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 66%;
    -moz-flex: 0 66%;
    -ms-flex: 0 66%;
    flex: 0 66%;
    width: 66%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-67 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 67%;
    -moz-flex: 0 67%;
    -ms-flex: 0 67%;
    flex: 0 67%;
    width: 67%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-68 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 68%;
    -moz-flex: 0 68%;
    -ms-flex: 0 68%;
    flex: 0 68%;
    width: 68%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-69 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 69%;
    -moz-flex: 0 69%;
    -ms-flex: 0 69%;
    flex: 0 69%;
    width: 69%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-70 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 70%;
    -moz-flex: 0 70%;
    -ms-flex: 0 70%;
    flex: 0 70%;
    width: 70%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-71 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 71%;
    -moz-flex: 0 71%;
    -ms-flex: 0 71%;
    flex: 0 71%;
    width: 71%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-72 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 72%;
    -moz-flex: 0 72%;
    -ms-flex: 0 72%;
    flex: 0 72%;
    width: 72%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-73 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 73%;
    -moz-flex: 0 73%;
    -ms-flex: 0 73%;
    flex: 0 73%;
    width: 73%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-74 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 74%;
    -moz-flex: 0 74%;
    -ms-flex: 0 74%;
    flex: 0 74%;
    width: 74%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-75 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 75%;
    -moz-flex: 0 75%;
    -ms-flex: 0 75%;
    flex: 0 75%;
    width: 75%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-76 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 76%;
    -moz-flex: 0 76%;
    -ms-flex: 0 76%;
    flex: 0 76%;
    width: 76%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-77 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 77%;
    -moz-flex: 0 77%;
    -ms-flex: 0 77%;
    flex: 0 77%;
    width: 77%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-78 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 78%;
    -moz-flex: 0 78%;
    -ms-flex: 0 78%;
    flex: 0 78%;
    width: 78%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-79 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 79%;
    -moz-flex: 0 79%;
    -ms-flex: 0 79%;
    flex: 0 79%;
    width: 79%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-80 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 80%;
    -moz-flex: 0 80%;
    -ms-flex: 0 80%;
    flex: 0 80%;
    width: 80%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-81 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 81%;
    -moz-flex: 0 81%;
    -ms-flex: 0 81%;
    flex: 0 81%;
    width: 81%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-82 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 82%;
    -moz-flex: 0 82%;
    -ms-flex: 0 82%;
    flex: 0 82%;
    width: 82%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-83 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 83%;
    -moz-flex: 0 83%;
    -ms-flex: 0 83%;
    flex: 0 83%;
    width: 83%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-84 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 84%;
    -moz-flex: 0 84%;
    -ms-flex: 0 84%;
    flex: 0 84%;
    width: 84%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-85 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 85%;
    -moz-flex: 0 85%;
    -ms-flex: 0 85%;
    flex: 0 85%;
    width: 85%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-86 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 86%;
    -moz-flex: 0 86%;
    -ms-flex: 0 86%;
    flex: 0 86%;
    width: 86%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-87 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 87%;
    -moz-flex: 0 87%;
    -ms-flex: 0 87%;
    flex: 0 87%;
    width: 87%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-88 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 88%;
    -moz-flex: 0 88%;
    -ms-flex: 0 88%;
    flex: 0 88%;
    width: 88%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-89 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 89%;
    -moz-flex: 0 89%;
    -ms-flex: 0 89%;
    flex: 0 89%;
    width: 89%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-90 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 90%;
    -moz-flex: 0 90%;
    -ms-flex: 0 90%;
    flex: 0 90%;
    width: 90%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-91 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 91%;
    -moz-flex: 0 91%;
    -ms-flex: 0 91%;
    flex: 0 91%;
    width: 91%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-92 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 92%;
    -moz-flex: 0 92%;
    -ms-flex: 0 92%;
    flex: 0 92%;
    width: 92%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-93 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 93%;
    -moz-flex: 0 93%;
    -ms-flex: 0 93%;
    flex: 0 93%;
    width: 93%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-94 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 94%;
    -moz-flex: 0 94%;
    -ms-flex: 0 94%;
    flex: 0 94%;
    width: 94%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-95 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 95%;
    -moz-flex: 0 95%;
    -ms-flex: 0 95%;
    flex: 0 95%;
    width: 95%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-96 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 96%;
    -moz-flex: 0 96%;
    -ms-flex: 0 96%;
    flex: 0 96%;
    width: 96%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-97 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 97%;
    -moz-flex: 0 97%;
    -ms-flex: 0 97%;
    flex: 0 97%;
    width: 97%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-98 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 98%;
    -moz-flex: 0 98%;
    -ms-flex: 0 98%;
    flex: 0 98%;
    width: 98%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-99 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 99%;
    -moz-flex: 0 99%;
    -ms-flex: 0 99%;
    flex: 0 99%;
    width: 99%;
    max-width: initial;
  }
  /* line 26, templates/g5_helium/custom/scss/_responsive.scss */
  body .m-size-100 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
    max-width: initial;
  }
  /* line 30, templates/g5_helium/custom/scss/_responsive.scss */
  .p-size-33-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 33.3333%;
    -moz-flex: 0 33.3333%;
    -ms-flex: 0 33.3333%;
    flex: 0 33.3333%;
    width: 33.3333%;
    max-width: initial;
  }
}
@media only all and (max-width: 30rem) {
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-1 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1%;
    -moz-flex: 0 1%;
    -ms-flex: 0 1%;
    flex: 0 1%;
    width: 1%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-2 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 2%;
    -moz-flex: 0 2%;
    -ms-flex: 0 2%;
    flex: 0 2%;
    width: 2%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 3%;
    -moz-flex: 0 3%;
    -ms-flex: 0 3%;
    flex: 0 3%;
    width: 3%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 4%;
    -moz-flex: 0 4%;
    -ms-flex: 0 4%;
    flex: 0 4%;
    width: 4%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 5%;
    -moz-flex: 0 5%;
    -ms-flex: 0 5%;
    flex: 0 5%;
    width: 5%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 6%;
    -moz-flex: 0 6%;
    -ms-flex: 0 6%;
    flex: 0 6%;
    width: 6%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 7%;
    -moz-flex: 0 7%;
    -ms-flex: 0 7%;
    flex: 0 7%;
    width: 7%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 8%;
    -moz-flex: 0 8%;
    -ms-flex: 0 8%;
    flex: 0 8%;
    width: 8%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 9%;
    -moz-flex: 0 9%;
    -ms-flex: 0 9%;
    flex: 0 9%;
    width: 9%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 10%;
    -moz-flex: 0 10%;
    -ms-flex: 0 10%;
    flex: 0 10%;
    width: 10%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 11%;
    -moz-flex: 0 11%;
    -ms-flex: 0 11%;
    flex: 0 11%;
    width: 11%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 12%;
    -moz-flex: 0 12%;
    -ms-flex: 0 12%;
    flex: 0 12%;
    width: 12%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-13 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 13%;
    -moz-flex: 0 13%;
    -ms-flex: 0 13%;
    flex: 0 13%;
    width: 13%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-14 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 14%;
    -moz-flex: 0 14%;
    -ms-flex: 0 14%;
    flex: 0 14%;
    width: 14%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-15 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 15%;
    -moz-flex: 0 15%;
    -ms-flex: 0 15%;
    flex: 0 15%;
    width: 15%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-16 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 16%;
    -moz-flex: 0 16%;
    -ms-flex: 0 16%;
    flex: 0 16%;
    width: 16%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-17 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 17%;
    -moz-flex: 0 17%;
    -ms-flex: 0 17%;
    flex: 0 17%;
    width: 17%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-18 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 18%;
    -moz-flex: 0 18%;
    -ms-flex: 0 18%;
    flex: 0 18%;
    width: 18%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-19 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 19%;
    -moz-flex: 0 19%;
    -ms-flex: 0 19%;
    flex: 0 19%;
    width: 19%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-20 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 20%;
    -moz-flex: 0 20%;
    -ms-flex: 0 20%;
    flex: 0 20%;
    width: 20%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-21 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 21%;
    -moz-flex: 0 21%;
    -ms-flex: 0 21%;
    flex: 0 21%;
    width: 21%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-22 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 22%;
    -moz-flex: 0 22%;
    -ms-flex: 0 22%;
    flex: 0 22%;
    width: 22%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-23 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 23%;
    -moz-flex: 0 23%;
    -ms-flex: 0 23%;
    flex: 0 23%;
    width: 23%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-24 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 24%;
    -moz-flex: 0 24%;
    -ms-flex: 0 24%;
    flex: 0 24%;
    width: 24%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-25 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 25%;
    -moz-flex: 0 25%;
    -ms-flex: 0 25%;
    flex: 0 25%;
    width: 25%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-26 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 26%;
    -moz-flex: 0 26%;
    -ms-flex: 0 26%;
    flex: 0 26%;
    width: 26%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-27 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 27%;
    -moz-flex: 0 27%;
    -ms-flex: 0 27%;
    flex: 0 27%;
    width: 27%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-28 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 28%;
    -moz-flex: 0 28%;
    -ms-flex: 0 28%;
    flex: 0 28%;
    width: 28%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-29 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 29%;
    -moz-flex: 0 29%;
    -ms-flex: 0 29%;
    flex: 0 29%;
    width: 29%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-30 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 30%;
    -moz-flex: 0 30%;
    -ms-flex: 0 30%;
    flex: 0 30%;
    width: 30%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-31 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 31%;
    -moz-flex: 0 31%;
    -ms-flex: 0 31%;
    flex: 0 31%;
    width: 31%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-32 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 32%;
    -moz-flex: 0 32%;
    -ms-flex: 0 32%;
    flex: 0 32%;
    width: 32%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-33 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 33%;
    -moz-flex: 0 33%;
    -ms-flex: 0 33%;
    flex: 0 33%;
    width: 33%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-34 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 34%;
    -moz-flex: 0 34%;
    -ms-flex: 0 34%;
    flex: 0 34%;
    width: 34%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-35 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 35%;
    -moz-flex: 0 35%;
    -ms-flex: 0 35%;
    flex: 0 35%;
    width: 35%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-36 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 36%;
    -moz-flex: 0 36%;
    -ms-flex: 0 36%;
    flex: 0 36%;
    width: 36%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-37 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 37%;
    -moz-flex: 0 37%;
    -ms-flex: 0 37%;
    flex: 0 37%;
    width: 37%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-38 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 38%;
    -moz-flex: 0 38%;
    -ms-flex: 0 38%;
    flex: 0 38%;
    width: 38%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-39 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 39%;
    -moz-flex: 0 39%;
    -ms-flex: 0 39%;
    flex: 0 39%;
    width: 39%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-40 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 40%;
    -moz-flex: 0 40%;
    -ms-flex: 0 40%;
    flex: 0 40%;
    width: 40%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-41 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 41%;
    -moz-flex: 0 41%;
    -ms-flex: 0 41%;
    flex: 0 41%;
    width: 41%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-42 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 42%;
    -moz-flex: 0 42%;
    -ms-flex: 0 42%;
    flex: 0 42%;
    width: 42%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-43 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 43%;
    -moz-flex: 0 43%;
    -ms-flex: 0 43%;
    flex: 0 43%;
    width: 43%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-44 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 44%;
    -moz-flex: 0 44%;
    -ms-flex: 0 44%;
    flex: 0 44%;
    width: 44%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-45 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 45%;
    -moz-flex: 0 45%;
    -ms-flex: 0 45%;
    flex: 0 45%;
    width: 45%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-46 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 46%;
    -moz-flex: 0 46%;
    -ms-flex: 0 46%;
    flex: 0 46%;
    width: 46%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-47 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 47%;
    -moz-flex: 0 47%;
    -ms-flex: 0 47%;
    flex: 0 47%;
    width: 47%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-48 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 48%;
    -moz-flex: 0 48%;
    -ms-flex: 0 48%;
    flex: 0 48%;
    width: 48%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-49 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 49%;
    -moz-flex: 0 49%;
    -ms-flex: 0 49%;
    flex: 0 49%;
    width: 49%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-50 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 50%;
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    width: 50%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-51 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 51%;
    -moz-flex: 0 51%;
    -ms-flex: 0 51%;
    flex: 0 51%;
    width: 51%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-52 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 52%;
    -moz-flex: 0 52%;
    -ms-flex: 0 52%;
    flex: 0 52%;
    width: 52%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-53 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 53%;
    -moz-flex: 0 53%;
    -ms-flex: 0 53%;
    flex: 0 53%;
    width: 53%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-54 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 54%;
    -moz-flex: 0 54%;
    -ms-flex: 0 54%;
    flex: 0 54%;
    width: 54%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-55 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 55%;
    -moz-flex: 0 55%;
    -ms-flex: 0 55%;
    flex: 0 55%;
    width: 55%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-56 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 56%;
    -moz-flex: 0 56%;
    -ms-flex: 0 56%;
    flex: 0 56%;
    width: 56%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-57 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 57%;
    -moz-flex: 0 57%;
    -ms-flex: 0 57%;
    flex: 0 57%;
    width: 57%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-58 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 58%;
    -moz-flex: 0 58%;
    -ms-flex: 0 58%;
    flex: 0 58%;
    width: 58%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-59 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 59%;
    -moz-flex: 0 59%;
    -ms-flex: 0 59%;
    flex: 0 59%;
    width: 59%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-60 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 60%;
    -moz-flex: 0 60%;
    -ms-flex: 0 60%;
    flex: 0 60%;
    width: 60%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-61 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 61%;
    -moz-flex: 0 61%;
    -ms-flex: 0 61%;
    flex: 0 61%;
    width: 61%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-62 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 62%;
    -moz-flex: 0 62%;
    -ms-flex: 0 62%;
    flex: 0 62%;
    width: 62%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-63 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 63%;
    -moz-flex: 0 63%;
    -ms-flex: 0 63%;
    flex: 0 63%;
    width: 63%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-64 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 64%;
    -moz-flex: 0 64%;
    -ms-flex: 0 64%;
    flex: 0 64%;
    width: 64%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-65 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 65%;
    -moz-flex: 0 65%;
    -ms-flex: 0 65%;
    flex: 0 65%;
    width: 65%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-66 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 66%;
    -moz-flex: 0 66%;
    -ms-flex: 0 66%;
    flex: 0 66%;
    width: 66%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-67 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 67%;
    -moz-flex: 0 67%;
    -ms-flex: 0 67%;
    flex: 0 67%;
    width: 67%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-68 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 68%;
    -moz-flex: 0 68%;
    -ms-flex: 0 68%;
    flex: 0 68%;
    width: 68%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-69 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 69%;
    -moz-flex: 0 69%;
    -ms-flex: 0 69%;
    flex: 0 69%;
    width: 69%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-70 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 70%;
    -moz-flex: 0 70%;
    -ms-flex: 0 70%;
    flex: 0 70%;
    width: 70%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-71 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 71%;
    -moz-flex: 0 71%;
    -ms-flex: 0 71%;
    flex: 0 71%;
    width: 71%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-72 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 72%;
    -moz-flex: 0 72%;
    -ms-flex: 0 72%;
    flex: 0 72%;
    width: 72%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-73 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 73%;
    -moz-flex: 0 73%;
    -ms-flex: 0 73%;
    flex: 0 73%;
    width: 73%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-74 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 74%;
    -moz-flex: 0 74%;
    -ms-flex: 0 74%;
    flex: 0 74%;
    width: 74%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-75 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 75%;
    -moz-flex: 0 75%;
    -ms-flex: 0 75%;
    flex: 0 75%;
    width: 75%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-76 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 76%;
    -moz-flex: 0 76%;
    -ms-flex: 0 76%;
    flex: 0 76%;
    width: 76%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-77 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 77%;
    -moz-flex: 0 77%;
    -ms-flex: 0 77%;
    flex: 0 77%;
    width: 77%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-78 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 78%;
    -moz-flex: 0 78%;
    -ms-flex: 0 78%;
    flex: 0 78%;
    width: 78%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-79 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 79%;
    -moz-flex: 0 79%;
    -ms-flex: 0 79%;
    flex: 0 79%;
    width: 79%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-80 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 80%;
    -moz-flex: 0 80%;
    -ms-flex: 0 80%;
    flex: 0 80%;
    width: 80%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-81 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 81%;
    -moz-flex: 0 81%;
    -ms-flex: 0 81%;
    flex: 0 81%;
    width: 81%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-82 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 82%;
    -moz-flex: 0 82%;
    -ms-flex: 0 82%;
    flex: 0 82%;
    width: 82%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-83 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 83%;
    -moz-flex: 0 83%;
    -ms-flex: 0 83%;
    flex: 0 83%;
    width: 83%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-84 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 84%;
    -moz-flex: 0 84%;
    -ms-flex: 0 84%;
    flex: 0 84%;
    width: 84%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-85 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 85%;
    -moz-flex: 0 85%;
    -ms-flex: 0 85%;
    flex: 0 85%;
    width: 85%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-86 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 86%;
    -moz-flex: 0 86%;
    -ms-flex: 0 86%;
    flex: 0 86%;
    width: 86%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-87 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 87%;
    -moz-flex: 0 87%;
    -ms-flex: 0 87%;
    flex: 0 87%;
    width: 87%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-88 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 88%;
    -moz-flex: 0 88%;
    -ms-flex: 0 88%;
    flex: 0 88%;
    width: 88%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-89 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 89%;
    -moz-flex: 0 89%;
    -ms-flex: 0 89%;
    flex: 0 89%;
    width: 89%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-90 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 90%;
    -moz-flex: 0 90%;
    -ms-flex: 0 90%;
    flex: 0 90%;
    width: 90%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-91 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 91%;
    -moz-flex: 0 91%;
    -ms-flex: 0 91%;
    flex: 0 91%;
    width: 91%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-92 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 92%;
    -moz-flex: 0 92%;
    -ms-flex: 0 92%;
    flex: 0 92%;
    width: 92%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-93 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 93%;
    -moz-flex: 0 93%;
    -ms-flex: 0 93%;
    flex: 0 93%;
    width: 93%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-94 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 94%;
    -moz-flex: 0 94%;
    -ms-flex: 0 94%;
    flex: 0 94%;
    width: 94%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-95 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 95%;
    -moz-flex: 0 95%;
    -ms-flex: 0 95%;
    flex: 0 95%;
    width: 95%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-96 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 96%;
    -moz-flex: 0 96%;
    -ms-flex: 0 96%;
    flex: 0 96%;
    width: 96%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-97 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 97%;
    -moz-flex: 0 97%;
    -ms-flex: 0 97%;
    flex: 0 97%;
    width: 97%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-98 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 98%;
    -moz-flex: 0 98%;
    -ms-flex: 0 98%;
    flex: 0 98%;
    width: 98%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-99 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 99%;
    -moz-flex: 0 99%;
    -ms-flex: 0 99%;
    flex: 0 99%;
    width: 99%;
    max-width: initial;
  }
  /* line 36, templates/g5_helium/custom/scss/_responsive.scss */
  body .sm-size-100 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
    max-width: initial;
  }
  /* line 40, templates/g5_helium/custom/scss/_responsive.scss */
  .sm-size-33-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 33.3333%;
    -moz-flex: 0 33.3333%;
    -ms-flex: 0 33.3333%;
    flex: 0 33.3333%;
    width: 33.3333%;
    max-width: initial;
  }
}
/* line 45, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 75rem) {
  /* line 137, templates/g5_helium/custom/scss/_abstracts.scss */
  .d-center {
    text-align: center;
  }
}
/* line 50, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .l-center {
    text-align: center;
  }
}
/* line 55, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .t-center {
    text-align: center;
  }
}
/* line 60, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
  .m-center {
    text-align: center;
  }
}
/* line 65, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (max-width: 30rem) {
  .sm-center {
    text-align: center;
  }
}
/* line 71, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 75rem) {
  .d-right {
    text-align: right;
  }
}
/* line 76, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .l-right {
    text-align: right;
  }
}
/* line 81, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .t-right {
    text-align: right;
  }
}
/* line 86, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
  .m-right {
    text-align: right;
  }
}
/* line 91, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (max-width: 30rem) {
  .sm-right {
    text-align: right;
  }
}
/* line 97, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 75rem) {
  .d-left {
    text-align: left;
  }
}
/* line 102, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .l-left {
    text-align: left;
  }
}
/* line 107, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .t-left {
    text-align: left;
  }
}
/* line 112, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
  .m-left {
    text-align: left;
  }
}
/* line 117, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (max-width: 30rem) {
  .sm-left {
    text-align: left;
  }
}
/* line 123, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 75rem) {
  .d-nopaddingtop .g-content {
    padding-top: 0;
  }
}
/* line 128, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .l-nopaddingtop .g-content {
    padding-top: 0;
  }
}
/* line 133, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .t-nopaddingtop .g-content {
    padding-top: 0;
  }
}
/* line 138, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
  .m-nopaddingtop .g-content {
    padding-top: 0;
  }
}
/* line 143, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (max-width: 30rem) {
  .sm-nopaddingtop .g-content {
    padding-top: 0;
  }
}
/* line 149, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 75rem) {
  .d-nopaddingbottom .g-content {
    padding-bottom: 0;
  }
}
/* line 154, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .l-nopaddingbottom .g-content {
    padding-bottom: 0;
  }
}
/* line 159, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .t-nopaddingbottom .g-content {
    padding-bottom: 0;
  }
}
/* line 164, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
  .m-nopaddingbottom .g-content {
    padding-bottom: 0;
  }
}
/* line 169, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (max-width: 30rem) {
  .sm-nopaddingbottom .g-content {
    padding-bottom: 0;
  }
}
/* line 175, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 75rem) {
  .d-nopaddingleft .g-content {
    padding-left: 0;
  }
}
/* line 180, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .l-nopaddingleft .g-content {
    padding-left: 0;
  }
}
/* line 185, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .t-nopaddingleft .g-content {
    padding-left: 0;
  }
}
/* line 190, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
  .m-nopaddingleft .g-content {
    padding-left: 0;
  }
}
/* line 195, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (max-width: 30rem) {
  .sm-nopaddingleft .g-content {
    padding-left: 0;
  }
}
/* line 201, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 75rem) {
  .d-nopaddingright .g-content {
    padding-right: 0;
  }
}
/* line 206, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .l-nopaddingright .g-content {
    padding-right: 0;
  }
}
/* line 211, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .t-nopaddingright .g-content {
    padding-right: 0;
  }
}
/* line 216, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
  .m-nopaddingright .g-content {
    padding-right: 0;
  }
}
/* line 221, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (max-width: 30rem) {
  .sm-nopaddingright .g-content {
    padding-right: 0;
  }
}
/* line 227, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 75rem) {
  .d-nomargintop .g-content {
    margin-top: 0;
  }
}
/* line 232, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .l-nomargintop .g-content {
    margin-top: 0;
  }
}
/* line 237, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .t-nomargintop .g-content {
    margin-top: 0;
  }
}
/* line 242, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
  .m-nomargintop .g-content {
    margin-top: 0;
  }
}
/* line 247, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (max-width: 30rem) {
  .sm-nomargintop .g-content {
    margin-top: 0;
  }
}
/* line 253, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 75rem) {
  .d-nomarginbottom .g-content {
    margin-bottom: 0;
  }
}
/* line 258, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .l-nomarginbottom .g-content {
    margin-bottom: 0;
  }
}
/* line 263, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .t-nomarginbottom .g-content {
    margin-bottom: 0;
  }
}
/* line 268, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
  .m-nomarginbottom .g-content {
    margin-bottom: 0;
  }
}
/* line 273, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (max-width: 30rem) {
  .sm-nomarginbottom .g-content {
    margin-bottom: 0;
  }
}
/* line 279, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 75rem) {
  .d-nomarginright .g-content {
    margin-right: 0;
  }
}
/* line 284, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .l-nomarginright .g-content {
    margin-right: 0;
  }
}
/* line 289, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .t-nomarginright .g-content {
    margin-right: 0;
  }
}
/* line 294, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
  .m-nomarginright .g-content {
    margin-right: 0;
  }
}
/* line 299, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (max-width: 30rem) {
  .sm-nomarginright .g-content {
    margin-right: 0;
  }
}
/* line 305, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 75rem) {
  .d-nomarginleft .g-content {
    margin-left: 0;
  }
}
/* line 310, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .l-nomarginleft .g-content {
    margin-left: 0;
  }
}
/* line 315, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .t-nomarginleft .g-content {
    margin-left: 0;
  }
}
/* line 320, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (min-width: 30.063rem) and (max-width: 47.938rem) {
  .m-nomarginleft .g-content {
    margin-left: 0;
  }
}
/* line 325, templates/g5_helium/custom/scss/_responsive.scss */
@media only all and (max-width: 30rem) {
  .sm-nomarginleft .g-content {
    margin-left: 0;
  }
}
/* line 11, templates/g5_helium/custom/scss/custom.scss */
.button-send {
  padding: 0.8rem 1rem;
  border-radius: 5px;
  font-size: 1rem;
  color: #fff;
  background: #eeba4a;
}
/* line 18, templates/g5_helium/custom/scss/custom.scss */
/* line 20, templates/g5_helium/custom/scss/custom.scss */
.obr .seoclick-forms .field-wrap:not(.submit-button-wrap) input:not(.checkbox), .obr .seoclick-forms .field-wrap textarea {
  max-width: 90%;
}
/* line 23, templates/g5_helium/custom/scss/custom.scss */
.obr .seoclick-forms .field-wrap label {
  max-width: 100%;
}
/* line 30, templates/g5_helium/custom/scss/custom.scss */
.lang-translele {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
@media only all and (max-width: 767px) {
  .lang-translele {
    justify-content: center;
  }
}
/* line 38, templates/g5_helium/custom/scss/custom.scss */
.lang-translele .g-title {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  max-width: 12rem;
  margin-left: 0.6rem;
}
/* line 46, templates/g5_helium/custom/scss/custom.scss */
.lang-translele a.flag img {
  width: auto;
  height: auto;
}
/* line 50, templates/g5_helium/custom/scss/custom.scss */
.lang-translele a.flag {
  margin-right: 0.5rem;
}
@media only all and (max-width: 767px) {
  .lang-translele a.flag {
    margin-right: 0.6rem;
  }
}
/*# sourceMappingURL=custom_11.css.map */