/* Utilities */
.hidden, .service-cards .service-card:not(:hover) .hover-visible, .backdrop:not(.show) {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.g-fade-relative {
  position: relative;
}

._flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

._flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.w-content {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.text-blue-gradient {
  background: linear-gradient(265.08deg, #0193ff 2%, #063bff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 64rem) {
  /* lg-something means this condition will work if screen size is smaller than given width */
  /* lg-md-something this condition will work if screen size is greater than given width */
  .lg-hidden {
    display: none !important;
  }
  ._lg-ms-auto {
    margin-left: auto;
  }
  ._lg-align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 64rem) {
  .lg-m-hidden {
    display: none !important;
  }
}

/* Base */
/* Colors */
.text-blue {
  color: #0193ff;
}

.border-blue {
  border: 1px solid #0193ff;
}

.hover-blue {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hover-blue:hover {
  color: #0193ff !important;
}

.bg-blue {
  background: #0193ff;
}

.bg-blue--before::before {
  background: #0193ff;
}

.text-dark-blue-02 {
  color: #063bff;
}

.border-dark-blue-02 {
  border: 1px solid #063bff;
}

.hover-dark-blue-02 {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hover-dark-blue-02:hover {
  color: #063bff !important;
}

.bg-dark-blue-02 {
  background: #063bff;
}

.bg-dark-blue-02--before::before {
  background: #063bff;
}

.text-light-blue {
  color: #009dff;
}

.border-light-blue {
  border: 1px solid #009dff;
}

.hover-light-blue {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hover-light-blue:hover {
  color: #009dff !important;
}

.bg-light-blue {
  background: #009dff;
}

.bg-light-blue--before::before {
  background: #009dff;
}

.text-blue-gradient {
  color: linear-gradient(265.08deg, #0193ff 2%, #063bff 100%);
}

.border-blue-gradient {
  border: 1px solid linear-gradient(265.08deg, #0193ff 2%, #063bff 100%);
}

.hover-blue-gradient {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hover-blue-gradient:hover {
  color: linear-gradient(265.08deg, #0193ff 2%, #063bff 100%) !important;
}

.bg-blue-gradient {
  background: linear-gradient(265.08deg, #0193ff 2%, #063bff 100%);
}

.bg-blue-gradient--before::before {
  background: linear-gradient(265.08deg, #0193ff 2%, #063bff 100%);
}

.text-dark-blue {
  color: #122242;
}

.border-dark-blue {
  border: 1px solid #122242;
}

.hover-dark-blue {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hover-dark-blue:hover {
  color: #122242 !important;
}

.bg-dark-blue {
  background: #122242;
}

.bg-dark-blue--before::before {
  background: #122242;
}

.text-dark-blue-03 {
  color: #0131ff;
}

.border-dark-blue-03 {
  border: 1px solid #0131ff;
}

.hover-dark-blue-03 {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hover-dark-blue-03:hover {
  color: #0131ff !important;
}

.bg-dark-blue-03 {
  background: #0131ff;
}

.bg-dark-blue-03--before::before {
  background: #0131ff;
}

.text-grey-04 {
  color: rgba(46, 63, 96, 0.4);
}

.border-grey-04 {
  border: 1px solid rgba(46, 63, 96, 0.4);
}

.hover-grey-04 {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hover-grey-04:hover {
  color: rgba(46, 63, 96, 0.4) !important;
}

.bg-grey-04 {
  background: rgba(46, 63, 96, 0.4);
}

.bg-grey-04--before::before {
  background: rgba(46, 63, 96, 0.4);
}

.text-grey-05 {
  color: #596680;
}

.border-grey-05 {
  border: 1px solid #596680;
}

.hover-grey-05 {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hover-grey-05:hover {
  color: #596680 !important;
}

.bg-grey-05 {
  background: #596680;
}

.bg-grey-05--before::before {
  background: #596680;
}

.text-grey-04-light {
  color: rgba(149, 159, 177, 0.4);
}

.border-grey-04-light {
  border: 1px solid rgba(149, 159, 177, 0.4);
}

.hover-grey-04-light {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hover-grey-04-light:hover {
  color: rgba(149, 159, 177, 0.4) !important;
}

.bg-grey-04-light {
  background: rgba(149, 159, 177, 0.4);
}

.bg-grey-04-light--before::before {
  background: rgba(149, 159, 177, 0.4);
}

.text-grey-03 {
  color: #d3d7df;
}

.border-grey-03 {
  border: 1px solid #d3d7df;
}

.hover-grey-03 {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hover-grey-03:hover {
  color: #d3d7df !important;
}

.bg-grey-03 {
  background: #d3d7df;
}

.bg-grey-03--before::before {
  background: #d3d7df;
}

.text-grey-02 {
  color: #eceef1;
}

.border-grey-02 {
  border: 1px solid #eceef1;
}

.hover-grey-02 {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hover-grey-02:hover {
  color: #eceef1 !important;
}

.bg-grey-02 {
  background: #eceef1;
}

.bg-grey-02--before::before {
  background: #eceef1;
}

.text-grey-01 {
  color: #f8f8fa;
}

.border-grey-01 {
  border: 1px solid #f8f8fa;
}

.hover-grey-01 {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hover-grey-01:hover {
  color: #f8f8fa !important;
}

.bg-grey-01 {
  background: #f8f8fa;
}

.bg-grey-01--before::before {
  background: #f8f8fa;
}

.text-grey-06 {
  color: #adb5c6;
}

.border-grey-06 {
  border: 1px solid #adb5c6;
}

.hover-grey-06 {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hover-grey-06:hover {
  color: #adb5c6 !important;
}

.bg-grey-06 {
  background: #adb5c6;
}

.bg-grey-06--before::before {
  background: #adb5c6;
}

.text-white {
  color: #fff;
}

.border-white {
  border: 1px solid #fff;
}

.hover-white {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hover-white:hover {
  color: #fff !important;
}

.bg-white {
  background: #fff;
}

.bg-white--before::before {
  background: #fff;
}

/* Colors */
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  src: url("../../assets/fonts/Montserrat-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  src: url("../../assets/fonts/Montserrat-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  src: url("../../assets/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: normal;
  src: url("../../assets/fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  src: url("../../assets/fonts/Montserrat-Medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  src: url("../../assets/fonts/Montserrat-Light.ttf") format("truetype");
  font-display: swap;
}

.g-title__lg--regular {
  display: block;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

@media screen and (max-width: 48rem) {
  .g-title__lg--regular {
    line-height: 2rem;
    font-size: 2rem;
  }
}

.g-title__lg--bold {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

@media screen and (max-width: 48rem) {
  .g-title__lg--bold {
    line-height: 2rem;
    font-size: 2rem;
  }
}

.g-title__md--bold {
  display: block;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.25rem;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

@media screen and (max-width: 48rem) {
  .g-title__md--bold {
    line-height: 1.75rem;
    font-size: 1.5rem;
  }
}

.g-title__md--regular {
  display: block;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.25rem;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

@media screen and (max-width: 48rem) {
  .g-title__md--regular {
    line-height: 1.75rem;
    font-size: 1.5rem;
  }
}

.g-title__sm--bold {
  display: block;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.5rem;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

@media screen and (max-width: 48rem) {
  .g-title__sm--bold {
    line-height: 1.875rem;
    font-size: 1.25rem;
  }
}

.g-subtitle--bold {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
  letter-spacing: normal;
  text-transform: none;
}

@media screen and (max-width: 48rem) {
  .g-subtitle--bold {
    line-height: 1.6875rem;
    font-size: 1.125rem;
  }
}

.g-text__lg--regular {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: normal;
  text-transform: none;
}

.g-text__md--regular {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8125rem;
  letter-spacing: normal;
  text-transform: none;
}

@media screen and (max-width: 48rem) {
  .g-text__md--regular {
    line-height: 1.5rem;
    font-size: 0.9375rem;
  }
}

.g-text__md--bold {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: normal;
  text-transform: none;
}

.g-text__sm--regular {
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: normal;
  text-transform: none;
}

.g-text__sm--bold {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: normal;
  text-transform: none;
}

.g-text__xs--medium {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: normal;
  text-transform: none;
}

.g-caption {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: normal;
  text-transform: none;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  outline: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: "Montserrat", sans-serif !important;
}

* *:focus {
  outline: none;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

html {
  font-size: 16px;
}

body {
  font-family: "Montserrat", sans-serif !important;
  background-color: #fff;
  color: #122242;
}

@media screen and (min-width: 992px) {
  html {
    font-size: calc(100vw / 1920 * 20);
  }
}

.btn,
.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:focus,
.form-control:focus {
  text-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

ul {
  padding-left: 0;
  list-style: none;
}

address {
  margin-bottom: 0;
}

a {
  text-decoration: none !important;
}

p {
  margin-bottom: 0;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

.g-fluid {
  width: 100%;
}

.mt-sm {
  margin-top: 1rem;
}

.ml-sm {
  margin-left: 1rem;
}

.mb-sm {
  margin-bottom: 1rem;
}

.mr-sm {
  margin-right: 1rem;
}

.my-sm {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-sm {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mt-md {
  margin-top: 1.75rem;
}

.ml-md {
  margin-left: 1.75rem;
}

.mb-md {
  margin-bottom: 1.75rem;
}

.mr-md {
  margin-right: 1.75rem;
}

.my-md {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.mx-md {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.mt-xl {
  margin-top: 4.6875rem;
}

.ml-xl {
  margin-left: 4.6875rem;
}

.mb-xl {
  margin-bottom: 4.6875rem;
}

.mr-xl {
  margin-right: 4.6875rem;
}

.my-xl {
  margin-top: 4.6875rem;
  margin-bottom: 4.6875rem;
}

.mx-xl {
  margin-left: 4.6875rem;
  margin-right: 4.6875rem;
}

/* Blocks */
.filter-section {
  margin-top: auto;
  position: relative;
  z-index: 1022;
}

.filter-section__wrapper {
  -webkit-box-shadow: 0px 8px 17px -5px #eff3f9;
          box-shadow: 0px 8px 17px -5px #eff3f9;
  border-radius: 0.3125rem;
  background-color: #fff;
  min-height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem 1.25rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4] auto;
      grid-template-columns: repeat(4, 1fr) auto;
  grid-gap: 1.25rem;
}

.section {
  margin-top: 9.375rem;
}

.section-title {
  margin-bottom: 3.75rem;
}

/* Components */
.g-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  border-radius: 0.25rem;
  min-width: 10.625rem;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.25rem;
  display: inline-block;
  text-align: center;
}

.g-btn__main {
  background: linear-gradient(265.08deg, #0193ff 2%, #063bff 100%);
  color: #fff !important;
}

.g-btn__secondary {
  background: linear-gradient(265.08deg, #0193ff 2%, #063bff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  position: relative;
  position: relative;
}

.g-btn__secondary:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.g-btn__secondary:before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  background-color: #fff;
  z-index: -1;
  border-radius: inherit;
}

.g-btn__secondary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(265.08deg, #0193ff 2%, #063bff 100%);
  z-index: -2;
  border-radius: inherit;
}

.g-banner {
  padding: 7.5rem 0 10.625rem;
  color: #fff;
  background: transparent url("../../assets/svgs/Union.png") no-repeat;
  background-position: calc(50% + 14.375rem);
}

.g-banner__content {
  max-width: 28.125rem;
}

.g-banner .g-text__lg--regular {
  margin-top: 1rem;
  padding-right: 3.75rem;
}

.g-banner-img {
  position: absolute;
  top: -3.125rem;
  left: auto;
  right: 20rem;
  bottom: 0rem;
  z-index: 1021;
  -webkit-transition: z-index 0.3s linear;
  transition: z-index 0.3s linear;
}

.g-banner-img img {
  max-height: 100%;
  pointer-events: none;
}

.g-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.g-select .select2 {
  width: 100% !important;
}

.g-select .select2-selection__arrow {
  background: transparent url("../../assets/svgs/chevron-down-blue.svg") no-repeat center;
  height: 100% !important;
  margin-right: 1.25rem;
}

.g-select .select2-selection__arrow b {
  display: none;
}

.g-select .select2 * {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.g-select .select2-container--open .select2-selection {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem !important;
}

.g-select .select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(540deg);
          transform: rotate(540deg);
}

.g-select .select2-container--open.select2-container--above .select2-selection {
  -webkit-box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.06);
}

.g-select .select2-container--open.select2-container--below .select2-selection {
  -webkit-box-shadow: 0 -4px 4px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 0 -4px 4px 2px rgba(0, 0, 0, 0.06);
}

.g-select .select2-search__field {
  background: #f7f7f7 url("../../assets/svgs/search.svg") no-repeat 95% center;
  border-radius: 0.25rem !important;
  border: none !important;
  outline: none !important;
  color: #000 !important;
  font-size: 0.75rem !important;
  padding: 0.75rem 1.875rem 0.75rem 0.625rem !important;
  margin-bottom: 0.9375rem;
}

.g-select .select2 .select2-selection {
  border: none;
  outline: none;
  background-color: #fff;
  height: auto;
  padding: 0.625rem 1.25rem 0.625rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g-select .select2 .select2-selection__rendered {
  color: rgba(46, 63, 96, 0.4) !important;
}

.g-select__label {
  color: rgba(46, 63, 96, 0.4);
  font-size: 0.9375rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.125rem;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}

.select2-dropdown {
  border: none !important;
  outline: none !important;
  border-radius: 0.25rem;
  padding: 0.625rem 1.5625rem 0.9375rem;
  -webkit-animation: fade-in 0.3s linear;
          animation: fade-in 0.3s linear;
}

.select2-dropdown--below {
  -webkit-box-shadow: 0 6px 4px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 0 6px 4px 2px rgba(0, 0, 0, 0.06);
}

.select2-dropdown--above {
  -webkit-box-shadow: 0 -6px 4px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 0 -6px 4px 2px rgba(0, 0, 0, 0.06);
}

.select2-dropdown .select2-results__option {
  font-size: 0.75rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.625rem;
  color: rgba(46, 63, 96, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select2-dropdown .select2-results__option:hover {
  background-color: #fff !important;
  color: #0193ff !important;
}

.select2-dropdown .select2-results__options {
  scrollbar-width: thin;
  scrollbar-color: #596680 #d3d7df;
}

.select2-dropdown .select2-results__options::-webkit-scrollbar {
  width: 0.3125rem;
}

.select2-dropdown .select2-results__options::-webkit-scrollbar-track {
  background: #d3d7df;
  border-radius: 3.125rem;
}

.select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  background: #596680;
  border-radius: 3.125rem;
}

.select2-dropdown .select2-results__option--highlighted,
.select2-dropdown .select2-results__option--selected {
  background-color: #fff !important;
  color: #0193ff !important;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

.g-link {
  color: #122242;
  line-height: 1.8125rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(2%, #0193ff), to(#063bff));
  background-image: linear-gradient(transparent calc(1.8125rem/1.4), #0193ff 2%, #063bff 100%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.g-link:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(2%, #0193ff), to(#063bff));
  background-image: linear-gradient(transparent calc(1.8125rem/1.55), #0193ff 2%, #063bff 100%);
}

ul.g-list {
  list-style: none;
  padding-left: 1.5625rem;
}

ul.g-list li {
  position: relative;
}

ul.g-list li:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.125rem;
  margin-left: -1.5625rem;
  color: #0193ff;
  background: linear-gradient(265.08deg, #0193ff 2%, #063bff 100%);
  top: 0.625rem;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
}

ul.g-list li + li {
  margin-top: 0.375rem;
}

.g-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #122242;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 1.25rem !important;
}

.g-card:hover {
  -webkit-box-shadow: 0px 4px 20px rgba(89, 102, 128, 0.1);
          box-shadow: 0px 4px 20px rgba(89, 102, 128, 0.1);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.g-card__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.g-card--lg .g-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.875rem;
  margin: 1.5625rem 0 0;
}

.g-card--lg .g-card__text {
  font-size: 0.9375rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5rem;
  margin: 1.5625rem 0 0;
}

.g-card--sm .g-card__title {
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5rem;
  margin: 1.5625rem 0 0;
}

.service-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(21.875rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(21.875rem, 1fr));
  grid-gap: 1.875rem;
}

.service-cards.on-ui {
  margin: 9.375rem 0;
}

.service-cards .service-card {
  position: relative;
  background-color: #f8f8fa;
  border-radius: 0.625rem;
  padding: 1.25rem 2.5rem 1.25rem;
  min-height: 14.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.service-cards .service-card .hover-visible {
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.service-cards .service-card:not(:hover) .hover-visible {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

.service-cards .service-card:hover {
  background-color: #063bff;
  color: #fff;
}

.service-cards .service-card:hover img,
.service-cards .service-card:hover svg {
  max-width: 2.5rem;
}

.service-cards .service-card:hover span {
  margin-top: auto;
}

.service-cards .service-card:hover .service-card__img {
  top: -0.625rem;
  left: 1.875rem;
  right: auto;
  bottom: auto;
}

.service-cards .service-card:hover svg path {
  fill: #fff;
}

.service-cards .service-card__img {
  position: absolute;
  top: -1.25rem;
  left: 2.25rem;
  right: auto;
  bottom: auto;
  max-width: 6.25rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.service-cards .service-card__img svg,
.service-cards .service-card__img img {
  width: 100%;
}

.service-cards .service-card__body {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service-cards .service-card__body span path {
  fill: #adb5c6;
}

.service-cards .service-card__title {
  max-width: 7.5rem;
}

.service-cards .service-card__text {
  max-width: 15.625rem;
}

.g-dropdown {
  position: relative;
}

.dropdown-menu {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.dropdown-menu.show {
  position: absolute;
  display: block;
  clip: auto;
  height: auto;
  position: absolute;
  -webkit-clip-path: none;
          clip-path: none;
  white-space: normal;
  width: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: fade-in 0.2s linear forwards;
          animation: fade-in 0.2s linear forwards;
  z-index: 1022;
}

.dropdown-menu.show ~ div .g-banner-img {
  z-index: 1019;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.user-dropdown__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.user-dropdown__btn img {
  max-width: 1.75rem;
}

.user-dropdown__title {
  font-size: 1.25rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.875rem;
  margin-left: 0.5rem;
}

.user-dropdown .dropdown-menu {
  background-color: #f8f8fa;
  color: #000;
  border: none;
  padding: 1.5rem 0;
  min-width: 12.5rem;
}

.user-dropdown .dropdown-item {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.user-dropdown .dropdown-item:hover, .user-dropdown .dropdown-item:focus {
  background-color: #0193ff;
  color: #fff;
}

/* Layouts */
.g-container {
  width: 100%;
  margin: 0 auto;
  max-width: calc(100% - 7.8125rem * 2);
}

@media screen and (min-width: 120rem) {
  .g-container {
    max-width: calc(100% - 9.6875rem * 2);
  }
}

@media screen and (max-width: 64rem) {
  .g-container {
    max-width: calc(100% - 3.90625rem * 2);
  }
}

@media screen and (max-width: 48rem) {
  .g-container {
    max-width: calc(100% - 1.5625rem * 2);
  }
}

.g-container__md {
  width: 100%;
  margin: 0 auto;
  max-width: calc(100% - 12.5rem * 2);
}

.g-container__lg {
  width: 100%;
  margin: 0 auto;
  max-width: calc(100% - 20rem * 2);
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -1.25rem;
}

.grid-gap > * {
  margin-bottom: 1.875rem;
}

.grid--no-gap {
  margin: 0;
}

.grid--no-gap > * {
  padding: 0 !important;
}

.grid--1 > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  padding: 0 1.25rem;
}

@media only screen and (min-width: 320px) {
  .grid--xxs-1 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 480px) {
  .grid--xs-1 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 568px) {
  .grid--sm-1 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 640px) {
  .grid--ms-1 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .grid--md-1 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .grid--def-1 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1280px) {
  .grid--lg-1 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1366px) {
  .grid--xl-1 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1440px) {
  .grid--xxl-1 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1560px) {
  .grid--mg-1 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1668px) {
  .grid--xmg-1 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1920px) {
  .grid--hd-1 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}

.grid--2 > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  padding: 0 1.25rem;
}

@media only screen and (min-width: 320px) {
  .grid--xxs-2 > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 480px) {
  .grid--xs-2 > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 568px) {
  .grid--sm-2 > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 640px) {
  .grid--ms-2 > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .grid--md-2 > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  .grid--def-2 > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 1280px) {
  .grid--lg-2 > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 1366px) {
  .grid--xl-2 > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 1440px) {
  .grid--xxl-2 > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 1560px) {
  .grid--mg-2 > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 1668px) {
  .grid--xmg-2 > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 1920px) {
  .grid--hd-2 > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}

.grid--3 > * {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%;
  padding: 0 1.25rem;
}

@media only screen and (min-width: 320px) {
  .grid--xxs-3 > * {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}

@media only screen and (min-width: 480px) {
  .grid--xs-3 > * {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}

@media only screen and (min-width: 568px) {
  .grid--sm-3 > * {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}

@media only screen and (min-width: 640px) {
  .grid--ms-3 > * {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}

@media only screen and (min-width: 768px) {
  .grid--md-3 > * {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}

@media only screen and (min-width: 1024px) {
  .grid--def-3 > * {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}

@media only screen and (min-width: 1280px) {
  .grid--lg-3 > * {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}

@media only screen and (min-width: 1366px) {
  .grid--xl-3 > * {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}

@media only screen and (min-width: 1440px) {
  .grid--xxl-3 > * {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}

@media only screen and (min-width: 1560px) {
  .grid--mg-3 > * {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}

@media only screen and (min-width: 1668px) {
  .grid--xmg-3 > * {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}

@media only screen and (min-width: 1920px) {
  .grid--hd-3 > * {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}

.grid--4 > * {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  width: 25%;
  max-width: 25%;
  padding: 0 1.25rem;
}

@media only screen and (min-width: 320px) {
  .grid--xxs-4 > * {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 480px) {
  .grid--xs-4 > * {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 568px) {
  .grid--sm-4 > * {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 640px) {
  .grid--ms-4 > * {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 768px) {
  .grid--md-4 > * {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 1024px) {
  .grid--def-4 > * {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 1280px) {
  .grid--lg-4 > * {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 1366px) {
  .grid--xl-4 > * {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 1440px) {
  .grid--xxl-4 > * {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 1560px) {
  .grid--mg-4 > * {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 1668px) {
  .grid--xmg-4 > * {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 1920px) {
  .grid--hd-4 > * {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}

.grid--5 > * {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  width: 20%;
  max-width: 20%;
  padding: 0 1.25rem;
}

@media only screen and (min-width: 320px) {
  .grid--xxs-5 > * {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}

@media only screen and (min-width: 480px) {
  .grid--xs-5 > * {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}

@media only screen and (min-width: 568px) {
  .grid--sm-5 > * {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}

@media only screen and (min-width: 640px) {
  .grid--ms-5 > * {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}

@media only screen and (min-width: 768px) {
  .grid--md-5 > * {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}

@media only screen and (min-width: 1024px) {
  .grid--def-5 > * {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}

@media only screen and (min-width: 1280px) {
  .grid--lg-5 > * {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}

@media only screen and (min-width: 1366px) {
  .grid--xl-5 > * {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}

@media only screen and (min-width: 1440px) {
  .grid--xxl-5 > * {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}

@media only screen and (min-width: 1560px) {
  .grid--mg-5 > * {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}

@media only screen and (min-width: 1668px) {
  .grid--xmg-5 > * {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}

@media only screen and (min-width: 1920px) {
  .grid--hd-5 > * {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}

.grid--6 > * {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  width: 16.66667%;
  max-width: 16.66667%;
  padding: 0 1.25rem;
}

@media only screen and (min-width: 320px) {
  .grid--xxs-6 > * {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
}

@media only screen and (min-width: 480px) {
  .grid--xs-6 > * {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
}

@media only screen and (min-width: 568px) {
  .grid--sm-6 > * {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
}

@media only screen and (min-width: 640px) {
  .grid--ms-6 > * {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
}

@media only screen and (min-width: 768px) {
  .grid--md-6 > * {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
}

@media only screen and (min-width: 1024px) {
  .grid--def-6 > * {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
}

@media only screen and (min-width: 1280px) {
  .grid--lg-6 > * {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
}

@media only screen and (min-width: 1366px) {
  .grid--xl-6 > * {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
}

@media only screen and (min-width: 1440px) {
  .grid--xxl-6 > * {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
}

@media only screen and (min-width: 1560px) {
  .grid--mg-6 > * {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
}

@media only screen and (min-width: 1668px) {
  .grid--xmg-6 > * {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
}

@media only screen and (min-width: 1920px) {
  .grid--hd-6 > * {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
}

.grid--7 > * {
  -ms-flex-preferred-size: 14.28571%;
      flex-basis: 14.28571%;
  width: 14.28571%;
  max-width: 14.28571%;
  padding: 0 1.25rem;
}

@media only screen and (min-width: 320px) {
  .grid--xxs-7 > * {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    width: 14.28571%;
    max-width: 14.28571%;
  }
}

@media only screen and (min-width: 480px) {
  .grid--xs-7 > * {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    width: 14.28571%;
    max-width: 14.28571%;
  }
}

@media only screen and (min-width: 568px) {
  .grid--sm-7 > * {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    width: 14.28571%;
    max-width: 14.28571%;
  }
}

@media only screen and (min-width: 640px) {
  .grid--ms-7 > * {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    width: 14.28571%;
    max-width: 14.28571%;
  }
}

@media only screen and (min-width: 768px) {
  .grid--md-7 > * {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    width: 14.28571%;
    max-width: 14.28571%;
  }
}

@media only screen and (min-width: 1024px) {
  .grid--def-7 > * {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    width: 14.28571%;
    max-width: 14.28571%;
  }
}

@media only screen and (min-width: 1280px) {
  .grid--lg-7 > * {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    width: 14.28571%;
    max-width: 14.28571%;
  }
}

@media only screen and (min-width: 1366px) {
  .grid--xl-7 > * {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    width: 14.28571%;
    max-width: 14.28571%;
  }
}

@media only screen and (min-width: 1440px) {
  .grid--xxl-7 > * {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    width: 14.28571%;
    max-width: 14.28571%;
  }
}

@media only screen and (min-width: 1560px) {
  .grid--mg-7 > * {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    width: 14.28571%;
    max-width: 14.28571%;
  }
}

@media only screen and (min-width: 1668px) {
  .grid--xmg-7 > * {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    width: 14.28571%;
    max-width: 14.28571%;
  }
}

@media only screen and (min-width: 1920px) {
  .grid--hd-7 > * {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    width: 14.28571%;
    max-width: 14.28571%;
  }
}

.grid--8 > * {
  -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
  width: 12.5%;
  max-width: 12.5%;
  padding: 0 1.25rem;
}

@media only screen and (min-width: 320px) {
  .grid--xxs-8 > * {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }
}

@media only screen and (min-width: 480px) {
  .grid--xs-8 > * {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }
}

@media only screen and (min-width: 568px) {
  .grid--sm-8 > * {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }
}

@media only screen and (min-width: 640px) {
  .grid--ms-8 > * {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }
}

@media only screen and (min-width: 768px) {
  .grid--md-8 > * {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }
}

@media only screen and (min-width: 1024px) {
  .grid--def-8 > * {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }
}

@media only screen and (min-width: 1280px) {
  .grid--lg-8 > * {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }
}

@media only screen and (min-width: 1366px) {
  .grid--xl-8 > * {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }
}

@media only screen and (min-width: 1440px) {
  .grid--xxl-8 > * {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }
}

@media only screen and (min-width: 1560px) {
  .grid--mg-8 > * {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }
}

@media only screen and (min-width: 1668px) {
  .grid--xmg-8 > * {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }
}

@media only screen and (min-width: 1920px) {
  .grid--hd-8 > * {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }
}

.grid--9 > * {
  -ms-flex-preferred-size: 11.11111%;
      flex-basis: 11.11111%;
  width: 11.11111%;
  max-width: 11.11111%;
  padding: 0 1.25rem;
}

@media only screen and (min-width: 320px) {
  .grid--xxs-9 > * {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    width: 11.11111%;
    max-width: 11.11111%;
  }
}

@media only screen and (min-width: 480px) {
  .grid--xs-9 > * {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    width: 11.11111%;
    max-width: 11.11111%;
  }
}

@media only screen and (min-width: 568px) {
  .grid--sm-9 > * {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    width: 11.11111%;
    max-width: 11.11111%;
  }
}

@media only screen and (min-width: 640px) {
  .grid--ms-9 > * {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    width: 11.11111%;
    max-width: 11.11111%;
  }
}

@media only screen and (min-width: 768px) {
  .grid--md-9 > * {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    width: 11.11111%;
    max-width: 11.11111%;
  }
}

@media only screen and (min-width: 1024px) {
  .grid--def-9 > * {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    width: 11.11111%;
    max-width: 11.11111%;
  }
}

@media only screen and (min-width: 1280px) {
  .grid--lg-9 > * {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    width: 11.11111%;
    max-width: 11.11111%;
  }
}

@media only screen and (min-width: 1366px) {
  .grid--xl-9 > * {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    width: 11.11111%;
    max-width: 11.11111%;
  }
}

@media only screen and (min-width: 1440px) {
  .grid--xxl-9 > * {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    width: 11.11111%;
    max-width: 11.11111%;
  }
}

@media only screen and (min-width: 1560px) {
  .grid--mg-9 > * {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    width: 11.11111%;
    max-width: 11.11111%;
  }
}

@media only screen and (min-width: 1668px) {
  .grid--xmg-9 > * {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    width: 11.11111%;
    max-width: 11.11111%;
  }
}

@media only screen and (min-width: 1920px) {
  .grid--hd-9 > * {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    width: 11.11111%;
    max-width: 11.11111%;
  }
}

.grid--10 > * {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  width: 10%;
  max-width: 10%;
  padding: 0 1.25rem;
}

@media only screen and (min-width: 320px) {
  .grid--xxs-10 > * {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    width: 10%;
    max-width: 10%;
  }
}

@media only screen and (min-width: 480px) {
  .grid--xs-10 > * {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    width: 10%;
    max-width: 10%;
  }
}

@media only screen and (min-width: 568px) {
  .grid--sm-10 > * {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    width: 10%;
    max-width: 10%;
  }
}

@media only screen and (min-width: 640px) {
  .grid--ms-10 > * {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    width: 10%;
    max-width: 10%;
  }
}

@media only screen and (min-width: 768px) {
  .grid--md-10 > * {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    width: 10%;
    max-width: 10%;
  }
}

@media only screen and (min-width: 1024px) {
  .grid--def-10 > * {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    width: 10%;
    max-width: 10%;
  }
}

@media only screen and (min-width: 1280px) {
  .grid--lg-10 > * {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    width: 10%;
    max-width: 10%;
  }
}

@media only screen and (min-width: 1366px) {
  .grid--xl-10 > * {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    width: 10%;
    max-width: 10%;
  }
}

@media only screen and (min-width: 1440px) {
  .grid--xxl-10 > * {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    width: 10%;
    max-width: 10%;
  }
}

@media only screen and (min-width: 1560px) {
  .grid--mg-10 > * {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    width: 10%;
    max-width: 10%;
  }
}

@media only screen and (min-width: 1668px) {
  .grid--xmg-10 > * {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    width: 10%;
    max-width: 10%;
  }
}

@media only screen and (min-width: 1920px) {
  .grid--hd-10 > * {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    width: 10%;
    max-width: 10%;
  }
}

.grid--11 > * {
  -ms-flex-preferred-size: 9.09091%;
      flex-basis: 9.09091%;
  width: 9.09091%;
  max-width: 9.09091%;
  padding: 0 1.25rem;
}

@media only screen and (min-width: 320px) {
  .grid--xxs-11 > * {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    width: 9.09091%;
    max-width: 9.09091%;
  }
}

@media only screen and (min-width: 480px) {
  .grid--xs-11 > * {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    width: 9.09091%;
    max-width: 9.09091%;
  }
}

@media only screen and (min-width: 568px) {
  .grid--sm-11 > * {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    width: 9.09091%;
    max-width: 9.09091%;
  }
}

@media only screen and (min-width: 640px) {
  .grid--ms-11 > * {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    width: 9.09091%;
    max-width: 9.09091%;
  }
}

@media only screen and (min-width: 768px) {
  .grid--md-11 > * {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    width: 9.09091%;
    max-width: 9.09091%;
  }
}

@media only screen and (min-width: 1024px) {
  .grid--def-11 > * {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    width: 9.09091%;
    max-width: 9.09091%;
  }
}

@media only screen and (min-width: 1280px) {
  .grid--lg-11 > * {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    width: 9.09091%;
    max-width: 9.09091%;
  }
}

@media only screen and (min-width: 1366px) {
  .grid--xl-11 > * {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    width: 9.09091%;
    max-width: 9.09091%;
  }
}

@media only screen and (min-width: 1440px) {
  .grid--xxl-11 > * {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    width: 9.09091%;
    max-width: 9.09091%;
  }
}

@media only screen and (min-width: 1560px) {
  .grid--mg-11 > * {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    width: 9.09091%;
    max-width: 9.09091%;
  }
}

@media only screen and (min-width: 1668px) {
  .grid--xmg-11 > * {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    width: 9.09091%;
    max-width: 9.09091%;
  }
}

@media only screen and (min-width: 1920px) {
  .grid--hd-11 > * {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    width: 9.09091%;
    max-width: 9.09091%;
  }
}

.grid--12 > * {
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
  width: 8.33333%;
  max-width: 8.33333%;
  padding: 0 1.25rem;
}

@media only screen and (min-width: 320px) {
  .grid--xxs-12 > * {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
}

@media only screen and (min-width: 480px) {
  .grid--xs-12 > * {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
}

@media only screen and (min-width: 568px) {
  .grid--sm-12 > * {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
}

@media only screen and (min-width: 640px) {
  .grid--ms-12 > * {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
}

@media only screen and (min-width: 768px) {
  .grid--md-12 > * {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
}

@media only screen and (min-width: 1024px) {
  .grid--def-12 > * {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
}

@media only screen and (min-width: 1280px) {
  .grid--lg-12 > * {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
}

@media only screen and (min-width: 1366px) {
  .grid--xl-12 > * {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
}

@media only screen and (min-width: 1440px) {
  .grid--xxl-12 > * {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
}

@media only screen and (min-width: 1560px) {
  .grid--mg-12 > * {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
}

@media only screen and (min-width: 1668px) {
  .grid--xmg-12 > * {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
}

@media only screen and (min-width: 1920px) {
  .grid--hd-12 > * {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
}

.grid--auto > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  width: auto;
  max-width: none;
}

@media only screen and (min-width: 320px) {
  .grid--xxs-auto > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 480px) {
  .grid--xs-auto > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 568px) {
  .grid--sm-auto > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 640px) {
  .grid--ms-auto > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 768px) {
  .grid--md-auto > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 1024px) {
  .grid--def-auto > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 1280px) {
  .grid--lg-auto > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 1366px) {
  .grid--xl-auto > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 1440px) {
  .grid--xxl-auto > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 1560px) {
  .grid--mg-auto > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 1668px) {
  .grid--xmg-auto > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 1920px) {
  .grid--hd-auto > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: auto;
    max-width: none;
  }
}

.gcell {
  min-width: 1px;
  min-height: 1px;
}

.gcell--auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  width: auto;
  max-width: none;
}

@media only screen and (min-width: 320px) {
  .gcell--xxs-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 480px) {
  .gcell--xs-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 568px) {
  .gcell--sm-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 640px) {
  .gcell--ms-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 768px) {
  .gcell--md-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 1024px) {
  .gcell--def-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 1280px) {
  .gcell--lg-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 1366px) {
  .gcell--xl-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 1440px) {
  .gcell--xxl-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 1560px) {
  .gcell--mg-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 1668px) {
  .gcell--xmg-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 1920px) {
  .gcell--hd-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: auto;
    max-width: none;
  }
}

.gcell--1 {
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
  width: 8.33333%;
  max-width: 8.33333%;
}

.gcell--2 {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  width: 16.66667%;
  max-width: 16.66667%;
}

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

.gcell--4 {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%;
}

.gcell--5 {
  -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
  width: 41.66667%;
  max-width: 41.66667%;
}

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

.gcell--7 {
  -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
  width: 58.33333%;
  max-width: 58.33333%;
}

.gcell--8 {
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
  width: 66.66667%;
  max-width: 66.66667%;
}

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

.gcell--10 {
  -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
  width: 83.33333%;
  max-width: 83.33333%;
}

.gcell--11 {
  -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
  width: 91.66667%;
  max-width: 91.66667%;
}

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

.gcell--1-of-5 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  width: 20%;
  max-width: 20%;
}

.gcell--4-of-5 {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  width: 80%;
  max-width: 80%;
}

@media only screen and (min-width: 320px) {
  .gcell--xxs-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
  .gcell--xxs-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
  .gcell--xxs-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
  .gcell--xxs-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
  .gcell--xxs-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }
  .gcell--xxs-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
  .gcell--xxs-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }
  .gcell--xxs-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }
  .gcell--xxs-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    width: 75%;
    max-width: 75%;
  }
  .gcell--xxs-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }
  .gcell--xxs-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }
  .gcell--xxs-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  .gcell--xxs-1-of-5 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
  .gcell--xxs-4-of-5 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    width: 80%;
    max-width: 80%;
  }
}

@media only screen and (min-width: 480px) {
  .gcell--xs-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
  .gcell--xs-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
  .gcell--xs-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
  .gcell--xs-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
  .gcell--xs-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }
  .gcell--xs-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
  .gcell--xs-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }
  .gcell--xs-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }
  .gcell--xs-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    width: 75%;
    max-width: 75%;
  }
  .gcell--xs-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }
  .gcell--xs-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }
  .gcell--xs-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  .gcell--xs-1-of-5 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
  .gcell--xs-4-of-5 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    width: 80%;
    max-width: 80%;
  }
}

@media only screen and (min-width: 568px) {
  .gcell--sm-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
  .gcell--sm-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
  .gcell--sm-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
  .gcell--sm-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
  .gcell--sm-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }
  .gcell--sm-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
  .gcell--sm-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }
  .gcell--sm-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }
  .gcell--sm-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    width: 75%;
    max-width: 75%;
  }
  .gcell--sm-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }
  .gcell--sm-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }
  .gcell--sm-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  .gcell--sm-1-of-5 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
  .gcell--sm-4-of-5 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    width: 80%;
    max-width: 80%;
  }
}

@media only screen and (min-width: 640px) {
  .gcell--ms-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
  .gcell--ms-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
  .gcell--ms-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
  .gcell--ms-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
  .gcell--ms-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }
  .gcell--ms-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
  .gcell--ms-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }
  .gcell--ms-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }
  .gcell--ms-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    width: 75%;
    max-width: 75%;
  }
  .gcell--ms-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }
  .gcell--ms-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }
  .gcell--ms-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  .gcell--ms-1-of-5 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
  .gcell--ms-4-of-5 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    width: 80%;
    max-width: 80%;
  }
}

@media only screen and (min-width: 768px) {
  .gcell--md-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
  .gcell--md-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
  .gcell--md-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
  .gcell--md-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
  .gcell--md-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }
  .gcell--md-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
  .gcell--md-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }
  .gcell--md-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }
  .gcell--md-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    width: 75%;
    max-width: 75%;
  }
  .gcell--md-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }
  .gcell--md-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }
  .gcell--md-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  .gcell--md-1-of-5 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
  .gcell--md-4-of-5 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    width: 80%;
    max-width: 80%;
  }
}

@media only screen and (min-width: 1024px) {
  .gcell--def-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
  .gcell--def-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
  .gcell--def-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
  .gcell--def-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
  .gcell--def-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }
  .gcell--def-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
  .gcell--def-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }
  .gcell--def-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }
  .gcell--def-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    width: 75%;
    max-width: 75%;
  }
  .gcell--def-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }
  .gcell--def-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }
  .gcell--def-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  .gcell--def-1-of-5 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
  .gcell--def-4-of-5 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    width: 80%;
    max-width: 80%;
  }
}

@media only screen and (min-width: 1280px) {
  .gcell--lg-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
  .gcell--lg-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
  .gcell--lg-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
  .gcell--lg-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
  .gcell--lg-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }
  .gcell--lg-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
  .gcell--lg-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }
  .gcell--lg-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }
  .gcell--lg-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    width: 75%;
    max-width: 75%;
  }
  .gcell--lg-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }
  .gcell--lg-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }
  .gcell--lg-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  .gcell--lg-1-of-5 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
  .gcell--lg-4-of-5 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    width: 80%;
    max-width: 80%;
  }
}

@media only screen and (min-width: 1366px) {
  .gcell--xl-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
  .gcell--xl-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
  .gcell--xl-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
  .gcell--xl-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
  .gcell--xl-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }
  .gcell--xl-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
  .gcell--xl-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }
  .gcell--xl-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }
  .gcell--xl-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    width: 75%;
    max-width: 75%;
  }
  .gcell--xl-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }
  .gcell--xl-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }
  .gcell--xl-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  .gcell--xl-1-of-5 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
  .gcell--xl-4-of-5 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    width: 80%;
    max-width: 80%;
  }
}

@media only screen and (min-width: 1440px) {
  .gcell--xxl-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
  .gcell--xxl-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
  .gcell--xxl-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
  .gcell--xxl-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
  .gcell--xxl-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }
  .gcell--xxl-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
  .gcell--xxl-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }
  .gcell--xxl-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }
  .gcell--xxl-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    width: 75%;
    max-width: 75%;
  }
  .gcell--xxl-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }
  .gcell--xxl-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }
  .gcell--xxl-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  .gcell--xxl-1-of-5 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
  .gcell--xxl-4-of-5 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    width: 80%;
    max-width: 80%;
  }
}

@media only screen and (min-width: 1560px) {
  .gcell--mg-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
  .gcell--mg-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
  .gcell--mg-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
  .gcell--mg-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
  .gcell--mg-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }
  .gcell--mg-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
  .gcell--mg-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }
  .gcell--mg-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }
  .gcell--mg-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    width: 75%;
    max-width: 75%;
  }
  .gcell--mg-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }
  .gcell--mg-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }
  .gcell--mg-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  .gcell--mg-1-of-5 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
  .gcell--mg-4-of-5 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    width: 80%;
    max-width: 80%;
  }
}

@media only screen and (min-width: 1668px) {
  .gcell--xmg-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
  .gcell--xmg-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
  .gcell--xmg-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
  .gcell--xmg-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
  .gcell--xmg-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }
  .gcell--xmg-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
  .gcell--xmg-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }
  .gcell--xmg-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }
  .gcell--xmg-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    width: 75%;
    max-width: 75%;
  }
  .gcell--xmg-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }
  .gcell--xmg-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }
  .gcell--xmg-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  .gcell--xmg-1-of-5 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
  .gcell--xmg-4-of-5 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    width: 80%;
    max-width: 80%;
  }
}

@media only screen and (min-width: 1920px) {
  .gcell--hd-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }
  .gcell--hd-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }
  .gcell--hd-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
  .gcell--hd-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
  .gcell--hd-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }
  .gcell--hd-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
  .gcell--hd-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }
  .gcell--hd-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }
  .gcell--hd-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    width: 75%;
    max-width: 75%;
  }
  .gcell--hd-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }
  .gcell--hd-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }
  .gcell--hd-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  .gcell--hd-1-of-5 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
  .gcell--hd-4-of-5 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    width: 80%;
    max-width: 80%;
  }
}

.g-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 0.625rem;
}

.g-nav__brand {
  position: relative;
}

.g-nav__brand img {
  max-width: 12.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.g-nav__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.g-nav .hamburger-btn {
  margin-left: 4.375rem;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0.5rem 1.25rem;
}

.g-nav .hamburger-btn span {
  display: block;
  width: 1.75rem;
  height: 0.25rem;
  background-color: #122242;
}

.g-nav .hamburger-btn span:not(:last-child) {
  margin: 0 0 0.3125rem;
}

.sticky-nav * {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.sticky-nav.is-sticky {
  -webkit-box-shadow: 0px 8px 20px rgba(85, 137, 240, 0.13);
          box-shadow: 0px 8px 20px rgba(85, 137, 240, 0.13);
}

.sticky-nav.is-sticky ~ div .g-banner-img {
  z-index: 1018;
}

.sticky-nav.is-sticky ~ div .filter-section {
  z-index: 1019;
}

.sticky-nav.is-sticky .g-nav {
  height: 75px;
  margin: 0 -3.75rem;
}

.sticky-nav.is-sticky .g-nav__brand img {
  max-width: 9.375rem;
}

.sticky-nav.is-sticky .g-nav .g-btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.g-footer {
  background-color: #122242;
  padding: 3.125rem 0 3.75rem;
  margin-top: 9.375rem;
}

.g-footer__brand {
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.g-footer__brand img {
  max-width: 14.375rem;
  max-height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.g-footer__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 3.75rem;
  margin-bottom: 2.5rem;
  position: relative;
}

.g-footer__grid:before {
  content: "";
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: 0rem;
  height: 0.0625rem;
  width: 100%;
  background: linear-gradient(265.08deg, #0193ff 2%, #063bff 100%);
}

.g-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.g-footer__menu li + li {
  margin-left: 0.625rem;
}

.g-footer__menu a {
  display: block;
  padding: 0.3125rem 2.1875rem;
}

.g-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 5.625rem;
}

.g-footer__social-account-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.g-footer__social-account-links li + li {
  margin-left: 0.875rem;
}

.g-footer__social-account-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  color: #0193ff;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.g-footer__social-account-links a:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.g-menu {
  position: fixed;
  top: 0rem;
  left: auto;
  right: 0rem;
  bottom: 0rem;
  max-width: 37.5rem;
  width: 100%;
  margin-left: auto;
  height: 100%;
  /* I have given much more z-index than usual because of sticky top z-index. That is 1020 */
  z-index: 1023;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 2.5rem;
}

.g-menu__container {
  max-width: 23.75rem;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.g-menu:not(.show) {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.g-menu__close {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.6875rem;
  background-color: #fff;
  border: none;
  outline: none;
}

.g-menu__list {
  margin-top: 2.1875rem;
}

.g-menu__list a {
  padding: 0.625rem 0;
}

.g-menu__list li + li {
  margin-top: 1.25rem;
}

.g-menu .languages {
  margin: 1.25rem 0 3.75rem;
  border-top: 1px solid #d3d7df;
  border-bottom: 1px solid #d3d7df;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 6.25rem;
  padding: 0.625rem 3.4375rem;
}

.g-menu .languages a {
  font-size: 1.25rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.875rem;
  color: #122242;
  text-transform: uppercase;
}

.g-menu .languages a.active {
  color: #d3d7df;
}

.backdrop {
  position: fixed;
  top: 0rem;
  left: auto;
  right: 0rem;
  bottom: 0rem;
  z-index: 1021;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 34, 66, 0.6);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.backdrop:not(.show) {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

/* Pages */
.g-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-height: 11.25rem;
}

.g-header:before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  right: 0rem;
  bottom: auto;
  height: calc(100% - 3.75rem);
  z-index: -1;
}

.colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 18.75rem 0 6.25rem;
}

.colors .color {
  width: 7.1875rem;
  height: 7.1875rem;
  margin: 0 1.625rem 1.625rem 0;
}

.buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(210px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  grid-gap: 2.25rem;
  margin-bottom: 7.5rem;
}

.buttons .button-group {
  border: 1px dashed #7b61ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem;
  border-radius: 0.3125rem;
}

.articles {
  margin-top: 8.125rem;
}

.about {
  max-width: 48.125rem;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
/*# sourceMappingURL=main.css.map */