*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media print {
  html {
    font-size: 54%;
  }
}

@media screen and (max-width: 75em) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  color: #ECEFF0;
  background: -webkit-gradient(linear, left top, left bottom, from(#2c4448), to(#283d43));
  background: linear-gradient(180deg, #2c4448, #283d43);
  line-height: 1.6;
  font-weight: 400;
  min-height: 100vh;
}

@media only screen and (max-width: 44em) {
  body {
    background: #042328;
  }
}

@media print {
  body {
    background: white;
  }
}

.container {
  margin: 8rem auto;
  max-width: 120rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: [full-start] minmax(50%, 59rem) [half-size] minmax(50%, 59rem) [full-end];
      grid-template-columns: [full-start] minmax(50%, 59rem) [half-size] minmax(50%, 59rem) [full-end];
  -ms-grid-rows: 6.5rem (min-content)[3];
      grid-template-rows: 6.5rem repeat(3, -webkit-min-content);
      grid-template-rows: 6.5rem repeat(3, min-content);
  grid-gap: 1.5rem;
}

@media only screen and (max-width: 60em) {
  .container {
    margin: 0;
  }
}

@media only screen and (max-width: 44em) {
  .container {
    -ms-grid-rows: 6.5rem (min-content)[2] 1fr;
        grid-template-rows: 6.5rem repeat(2, -webkit-min-content) 1fr;
        grid-template-rows: 6.5rem repeat(2, min-content) 1fr;
    min-height: 100vh;
    grid-gap: 0;
    margin: 0;
  }
}

.container > * {
  -webkit-box-shadow: 7px 7px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 7px 7px 8px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 44em) {
  .container > * {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.main__container {
  grid-column: 1 / -1;
  min-height: 40rem;
  background-color: #042328;
  position: relative;
}

.main__content {
  max-width: 80rem;
  margin: auto;
  padding: 3rem 2rem 8rem;
}

.print__container {
  margin: 6rem auto 1px;
}

@media print {
  .print__container {
    width: 100%;
    margin: auto;
  }
}

.print__main {
  width: 210mm;
  height: 297mm;
  position: relative;
  background-color: white;
  padding: 3rem 3rem 9.5rem;
  margin: 0 auto 1px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: 8.5rem auto;
      grid-template-rows: 8.5rem auto;
  grid-row-gap: 7rem;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print {
  .print__main {
    background: white;
    grid-row-gap: 3rem;
  }
}

.print__footer {
  grid-column: 1 / -1;
  color: #2c4448;
  position: absolute;
  bottom: 10px;
  line-height: 1.2rem;
}

.print__footer > span {
  font-size: 0.9rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

.flex--right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.flex--jc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

.flex--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cards__header {
  margin: 8rem 2rem 3rem;
}

.cards__container {
  max-width: 140rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3rem 2rem;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cards__single {
  max-width: 38rem;
  background-color: white;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  margin: 2.5rem 3.5rem;
}

.cards__content {
  padding: 2.2rem;
}

.cards__img {
  display: block;
  width: 100%;
}

.cards__challenge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
}

.cards__success {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  fill: #1faa29;
  margin-left: 2rem;
}

.cards__thumbnails {
  max-height: 7rem;
}

.cards__thumbnails:hover {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.header__container {
  position: relative;
  background-color: #042328;
  grid-column: full-start / full-end;
  -ms-grid-row: 2;
  grid-row: 2;
  padding: 6.5rem 3rem 3rem;
}

@media only screen and (max-width: 60em) {
  .header__container {
    padding: 8.5rem 3rem 5rem;
  }
}

.header__text {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.like {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.like > * {
  color: #A2B3B4 !important;
}

.like__cta {
  font-weight: 300;
  font-size: 1.5rem;
  margin-top: 0;
}

.like__icon-heart {
  fill: currentColor;
  height: 2.8rem;
  width: 2.8rem;
  margin: 0 1rem -0.85rem;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

.like__icon-heart:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.like__counter {
  font-weight: bold;
  margin-top: 0;
}

.post__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 60rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post__meta {
  color: #A2B3B4;
  font-size: 1.3rem;
  margin: 4px 0.7rem 0;
}

.post__subheading {
  font-size: 2rem;
  text-transform: initial;
}

.app__container {
  background-color: #042328;
  grid-column: full-start / full-end;
  padding: 6.5rem 3rem 8.5rem;
}

@media only screen and (max-width: 60em) {
  .app__container {
    border-top: 1px double #283d43;
  }
}

.app__links {
  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;
}

.navbar__mobile {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
  grid-column: 1 / -1;
  background-color: #042328;
  height: 4.5rem;
  overflow: hidden;
  border-bottom: 5px solid #283d43;
  cursor: pointer;
}

@media only screen and (max-width: 44em) {
  .navbar__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.navbar__mobile-heading {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.navbar__mobile-active {
  background-color: #283d43;
}

.navbar {
  background-color: #ECEFF0;
  color: #042328;
  -ms-grid-row: 1;
  grid-row: 1;
  grid-column: full-start / full-end;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}

@media only screen and (max-width: 44em) {
  .navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  }
}

.navbar__logo {
  display: block;
}

.navbar__logo--icon {
  display: block;
  height: 4rem;
  width: 15rem;
  margin: 0;
}

@media only screen and (max-width: 44em) {
  .navbar__logo--icon {
    margin: 0.5rem 0 0 0rem;
  }
}

.navbar__navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: 100%;
}

@media only screen and (max-width: 44em) {
  .navbar__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 6rem;
    height: 5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.navbar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 44em) {
  .navbar__list {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    width: 100vw;
    height: 0vh;
    opacity: 0;
    visibility: hidden;
    background-color: #D2DDDE;
    z-index: 1000;
    margin-right: 0;
    top: 6.5rem;
    right: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

.navbar__list--alert {
  background: #283d43;
  border-radius: 9px;
  position: absolute;
  top: 0.5rem;
  right: 0.6rem;
  color: white;
  padding: 0 7px;
  font-size: 0.9rem;
  line-height: 1.8rem;
  z-index: 3;
}

.navbar__list-item {
  position: relative;
  top: -0.6rem;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 2.25rem;
  text-align: center;
}

@media only screen and (max-width: 44em) {
  .navbar__list-item {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    font-size: 2.1rem;
    margin: 1rem auto;
  }
}

@media only screen and (max-width: 44em) {
  .navbar__list-item:hover {
    -webkit-transform: none;
            transform: none;
  }
}

.navbar__list-item:hover .navbar__icon {
  opacity: 1;
  visibility: visible;
  top: 1.3rem;
}

@media only screen and (max-width: 44em) {
  .navbar__list-item:hover .navbar__icon {
    top: 0;
  }
}

.navbar__icon {
  display: block;
  margin: auto;
  position: relative;
  top: 0.9rem;
  width: 3.5rem;
  height: 3.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 44em) {
  .navbar__icon {
    width: 5.5rem;
    height: 5.5rem;
    position: relative;
    display: block;
    opacity: 1;
    top: 0;
  }
}

.navbar__link:link, .navbar__link:visited {
  text-decoration: none;
  color: currentColor;
}

.navbar__active {
  height: calc(100vh - 12.5rem);
  opacity: 1;
  visibility: visible;
}

.navbar__language--item {
  width: 4.7rem;
  height: 4.7rem;
  border: 1px solid #042328;
  padding: 0.2rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-radius: 100px;
}

.navbar__language--language__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background: transparent;
  font-size: 1rem;
  padding: 0;
  margin-top: 0;
  text-align: center;
}

.navbar__language--language__select option {
  background: #283d43;
  color: #ECEFF0;
}

.navbar__language--language__icon {
  display: block;
  fill: #042328;
  width: 3rem;
  height: 3rem;
}

.navbar__language--language__hr {
  width: 90%;
  border: none;
  border-top: 1px solid #042328;
  margin: -1.5px 0 1px 0;
}

@media only screen and (min-width: 44em) {
  #navbarClose {
    display: none;
  }
}

.slider {
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 44em) {
  .slider {
    display: block;
  }
}

.outer-lines {
  width: 3rem;
  height: 3rem;
  border-left: 1px solid #2c4448;
  border-right: 1px solid #2c4448;
  position: relative;
}

span.middle {
  display: block;
  border-left: 1px solid #2c4448;
  -webkit-transform: translateX(calc(50% - 0.1px));
          transform: translateX(calc(50% - 0.1px));
  height: 100%;
  width: 100%;
}

.slider1 {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #ECEFF0;
  border: 1px solid #2c4448;
  top: 20%;
  left: -4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slider1--active {
  top: 60%;
}

.slider2 {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #ECEFF0;
  border: 1px solid #2c4448;
  top: 64%;
  left: 8px;
  z-index: 10;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slider2--active {
  top: 20%;
}

.slider3 {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #ECEFF0;
  border: 1px solid #2c4448;
  top: 40%;
  right: -4px;
  z-index: 9;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slider3--active {
  top: 50%;
}

.calculator__front, .calculator__rear {
  background-color: #042328;
  padding: 2rem 0 1.3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  -ms-grid-rows: 7rem (min-content)[3] 1fr;
      grid-template-rows: 7rem repeat(3, -webkit-min-content) 1fr;
      grid-template-rows: 7rem repeat(3, min-content) 1fr;
  grid-row-gap: 4rem;
  justify-items: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media only screen and (max-width: 44em) {
  .calculator__front, .calculator__rear {
    -ms-grid-rows: (min-content)[3] 1fr;
        grid-template-rows: repeat(3, -webkit-min-content) 1fr;
        grid-template-rows: repeat(3, min-content) 1fr;
    grid-row-gap: 2rem;
    padding: 0rem 0 1.3rem;
  }
}

.calculator__front {
  grid-column: full-start / half-size;
}

@media only screen and (max-width: 44em) {
  .calculator__front {
    grid-column: full-start / full-end;
  }
}

.calculator__rear {
  grid-column: half-size / full-end;
}

@media only screen and (max-width: 44em) {
  .calculator__rear {
    grid-column: full-start / full-end;
  }
}

.calculator__subtitle {
  grid-column: 1 / -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: auto;
}

@media only screen and (max-width: 44em) {
  .calculator__subtitle {
    display: none;
  }
}

.calculator__accordion-section {
  width: 100%;
  grid-column: 1 / -1;
  border-bottom: 5px solid #283d43;
}

.calculator__mobile-heading {
  display: none;
}

@media only screen and (max-width: 44em) {
  .calculator__mobile-heading {
    display: block;
  }
}

.calculator__accordion {
  position: relative;
  cursor: pointer;
  padding: 0.25rem;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid #58676a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #042328;
}

.calculator__accordion:nth-child(1) {
  background-color: #ECEFF0;
}

.calculator__accordion:nth-child(3) {
  background-color: #D2DDDE;
}

.calculator__accordion:nth-child(5) {
  background-color: #A2B3B4;
}

.calculator__accordion::after {
  content: '+';
  font-weight: 300;
  font-size: 2.5rem;
  color: inherit;
  margin-left: 5px;
  position: absolute;
  top: 11%;
  right: 1.5rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.calculator__accordion-active {
  background-color: #ECEFF0 !important;
}

.calculator__accordion-active:after {
  content: "-";
}

.calculator__panel {
  padding: 0 2.5rem;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  border-top: none !important;
}

@media only screen and (max-width: 55em) {
  .calculator__panel {
    padding: 0 1.5rem;
  }
}

.calculator__panel--padding {
  padding: 0 2.5rem;
}

@media only screen and (max-width: 55em) {
  .calculator__panel--padding {
    padding: 0 1.5rem;
  }
}

.calculator__panel--subheading {
  padding: 1rem;
  border-bottom: 1px solid #283d43;
}

.calculator__options {
  margin: 0.7rem 0;
  position: relative;
  width: 100%;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.calculator__label {
  font-size: 1.5rem;
}

.input-panel {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-column-gap: 2.5rem;
  justify-items: center;
}

.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.select-wrapper {
  position: relative;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
}

.select-wrapper::after {
  content: "\f0dd";
  position: absolute;
  color: #ECEFF0;
  bottom: 1px;
  right: 0.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 2rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  line-height: 1;
  pointer-events: none;
}

.calculator__options > input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  background-color: #283d43;
  display: block;
  width: 100%;
  text-align: center;
  color: inherit;
  padding: 1.2rem 0;
  font-size: 2rem;
  position: relative;
  cursor: pointer;
  margin-top: 5px;
}

.calculator__options > input:focus {
  outline: 1px solid white;
}

.fluid {
  grid-column: 1 / -1;
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]:invalid {
  border-bottom: 2px solid #ECEFF0;
  -webkit-filter: saturate(0.6);
          filter: saturate(0.6);
}

.calculator__options > select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  background-color: #283d43;
  display: block;
  width: 100%;
  color: #ECEFF0;
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
  padding: 1.2rem 0;
  cursor: pointer;
  margin-top: 5px;
}

.calculator__options > select:focus {
  outline: 1px solid white;
}

[data-unit]::after {
  content: attr(data-unit);
  position: absolute;
  color: #D2DDDE;
  bottom: 0.8rem;
  right: 1.2rem;
  font-size: 1.55rem;
}

[data-type="select"]:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-right: 5px solid #ECEFF0;
  border-bottom: 5px solid #ECEFF0;
  border-left: 5px solid transparent;
  border-top: 5px solid transparent;
}

.pairedHoles__checkbox {
  -ms-grid-column: 1;
  grid-column: 1;
}

.confirm__box--front, .confirm__box--rear {
  grid-column: 1 / -1;
  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;
  margin: 0 auto;
  height: 9.4rem;
  -webkit-transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

@media only screen and (max-width: 28em) {
  .confirm__box--front, .confirm__box--rear {
    width: 100vw;
    position: fixed;
    z-index: 7;
    bottom: 0;
    background-color: #042328;
  }
}

@media only screen and (min-width: 44em) {
  .confirm__box--front, .confirm__box--rear {
    height: auto;
  }
}

@media only screen and (max-width: 28em) {
  .confirm__calculate {
    width: 100%;
    margin: 0 0;
    height: 6rem;
    font-size: 2.5rem !important;
  }
}

.confirm__reset {
  grid-column: 1 / -1;
}

@media only screen and (max-width: 28em) {
  .confirm__reset {
    margin-bottom: 0rem;
  }
}

.icon-calc {
  width: 5rem;
  height: 5rem;
  margin-right: 1.5rem;
  fill: currentColor;
}

.result__container {
  grid-column: 1 / -1;
  width: 90%;
  padding: 0.2rem 0 0.2rem;
}

@media only screen and (max-width: 28em) {
  .result__container {
    background-color: #042328;
    width: 100%;
    position: fixed;
    bottom: 6.1rem;
    z-index: 3;
  }
}

.result__calculation {
  background-color: #042328;
  border: 1px solid #ECEFF0;
  margin: 0.5rem auto 0;
  min-height: 7rem;
  min-width: 18rem;
  font-size: 1.55rem;
}

@media only screen and (max-width: 28em) {
  .result__calculation {
    min-height: 6rem;
  }
}

.result__elongation {
  background: #ECEFF0;
  color: #042328;
}

.result__elongation--icon {
  fill: #042328;
  width: 3.5rem;
  height: 3.5rem;
}

.result__elongation--text {
  font-size: 1.1rem;
}

.result__elongation--text > span {
  font-size: inherit;
}

.advanced__container {
  margin: 3rem auto 0rem;
  width: 15rem;
}

.advanced__container--text {
  text-align: center;
  font-size: 1.2rem;
  -webkit-filter: opacity(0.4);
          filter: opacity(0.4);
  margin: 0 0 4px 0;
}

.advanced__button {
  display: inline-block;
  position: relative;
  margin: 0 0.5rem;
  cursor: pointer;
  padding: 1px 7px;
}

.advanced__button:hover .helptip {
  visibility: visible;
  opacity: 1;
}

.advanced__button label {
  cursor: pointer;
}

.advanced__pro {
  border: 1px solid #ECEFF0;
  font-size: 1.25rem;
}

.advanced__lite {
  background-color: #283d43;
  font-size: 1.75rem;
}

.advanced__input {
  display: none;
  pointer-events: none;
}

.advanced-active {
  background-color: #ECEFF0;
  border: 1px solid #ECEFF0;
  color: #042328;
  font-size: 1.75rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.hubtype__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

.hubtype__header {
  margin: 0;
}

.copyright {
  display: block;
  width: 100%;
  background-color: #2c4448;
  text-align: center;
  line-height: 40px;
}

.calculations__btn {
  background-color: #ECEFF0;
  grid-column: 1 / -1;
  width: 100%;
  height: 6rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
}

.calculations__btn:hover {
  border: 1px solid #ECEFF0;
  background-color: #042328;
  color: #ECEFF0;
}

.calculations__btn:hover .calculations__icon {
  fill: #ECEFF0;
}

@media only screen and (max-width: 28em) {
  .calculations__btn {
    position: fixed;
    bottom: 0;
    left: 0;
  }
}

.calculations__icon {
  height: 6rem;
  width: 6rem;
  padding: 0.7rem;
}

.hub__info {
  max-width: 55rem;
  margin: 5.5rem auto;
  border: 1.5px solid #ECEFF0;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 28em) {
  .hub__info {
    margin: 0;
  }
}

.hub__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ECEFF0;
  padding: 0 3rem;
}

.hub__icon {
  width: 6rem;
  height: 6rem;
  color: #042328;
  margin-right: 1rem;
}

.hub__details {
  padding: 1rem 2rem;
  margin: auto;
}

.hub__img {
  position: relative;
}

.hub__instructions {
  background-color: #283d43;
  padding: 2rem 3rem;
  margin: 4rem auto 8rem;
  max-width: 80rem;
}

@media only screen and (max-width: 28em) {
  .hub__instructions {
    margin: 0 0 6rem;
  }
}

.hub__offsetStr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2.5rem;
}

.hub__wrapper {
  display: none;
  position: relative;
  margin: 3rem auto;
  padding: 0 2rem;
  max-width: 80rem;
}

.hub__label {
  font-size: 1.5rem;
}

.hub__data {
  position: absolute;
  white-space: nowrap;
}

.hub__button {
  width: 3.5rem;
  height: 3.5rem;
  color: #042328;
  background-color: #ECEFF0;
  line-height: 3.5rem;
  border-radius: 50%;
  font-size: 1.65rem;
  cursor: pointer;
}

@media only screen and (max-width: 28em) {
  .hub__button {
    width: 2.65rem;
    height: 2.65rem;
    line-height: 2.65rem;
    font-size: 1.3rem;
  }
}

.hub__button--L {
  position: absolute;
  top: 57%;
  left: 0%;
}

.hub__button--R {
  position: absolute;
  top: 57%;
  right: 0%;
}

.hub__button--WL {
  position: absolute;
  top: 28%;
  left: 38%;
}

.hub__button--WR {
  position: absolute;
  top: 20%;
  right: 44%;
}

.hub__button--A {
  position: absolute;
  top: 28%;
  left: 19%;
}

.hub__button--B {
  position: absolute;
  top: 20%;
  right: 25%;
}

.hub__button--W {
  position: absolute;
  top: 7%;
  left: 49%;
}

.hub__button--F {
  position: absolute;
  bottom: -1%;
  left: 44%;
}

.hub__button--O {
  position: absolute;
  bottom: 20%;
  left: 44%;
}

.hub__button--H {
  position: absolute;
  top: 23%;
  left: 4%;
}

.hub__button--L-fr {
  position: absolute;
  top: 55%;
  left: 2%;
}

.hub__button--R-fr {
  position: absolute;
  top: 55%;
  right: 2%;
}

.hub__button--WL-fr {
  position: absolute;
  top: 26%;
  left: 36%;
}

.hub__button--WR-fr {
  position: absolute;
  top: 26%;
  right: 36%;
}

.hub__button--A-fr {
  position: absolute;
  top: 26%;
  left: 18%;
}

.hub__button--B-fr {
  position: absolute;
  top: 26%;
  right: 19%;
}

.hub__button--W-fr {
  position: absolute;
  top: 10%;
  left: 48%;
}

.hub__button--F-fr {
  position: absolute;
  bottom: 6%;
  left: 48%;
}

.hub__button--O-fr {
  position: absolute;
  bottom: 24%;
  left: 44%;
}

.hub__button--H-fr {
  position: absolute;
  top: 30%;
  left: 6%;
}

.hub__button--L-fr-str {
  position: absolute;
  top: 55%;
  left: 3%;
}

.hub__button--R-fr-str {
  position: absolute;
  top: 55%;
  right: 3%;
}

.hub__button--WL-fr-str {
  position: absolute;
  top: 23%;
  left: 42%;
}

.hub__button--WR-fr-str {
  position: absolute;
  top: 23%;
  right: 37%;
}

.hub__button--A-fr-str {
  position: absolute;
  top: 23%;
  left: 24%;
}

.hub__button--B-fr-str {
  position: absolute;
  top: 23%;
  right: 19%;
}

.hub__button--W-fr-str {
  position: absolute;
  top: 11%;
  left: 47.5%;
}

.hub__button--F-fr-str {
  position: absolute;
  bottom: 3%;
  left: 53%;
}

.hub__button--O-fr-str {
  position: absolute;
  bottom: 20%;
  left: 52%;
}

.hub__button--HNDS-fr-str {
  position: absolute;
  top: 30%;
  left: 53%;
}

.hub__button--HDS-fr-str {
  position: absolute;
  top: 30%;
  left: 53%;
}

.hub__button--L-rear-str {
  position: absolute;
  top: 57%;
  left: 3%;
}

.hub__button--R-rear-str {
  position: absolute;
  top: 57%;
  right: 3%;
}

.hub__button--WL-rear-str {
  position: absolute;
  top: 24%;
  left: 38%;
}

.hub__button--WR-rear-str {
  position: absolute;
  top: 24%;
  right: 42%;
}

.hub__button--A-rear-str {
  position: absolute;
  top: 24%;
  left: 21%;
}

.hub__button--B-rear-str {
  position: absolute;
  top: 24%;
  right: 25%;
}

.hub__button--W-rear-str {
  position: absolute;
  top: 11%;
  left: 47.5%;
}

.hub__button--F-rear-str {
  position: absolute;
  bottom: 3%;
  left: 45%;
}

.hub__button--O-rear-str {
  position: absolute;
  bottom: 20%;
  left: 44%;
}

.hub__button--HNDS-rear-str {
  position: absolute;
  top: 30%;
  left: 53%;
}

.hub__button--HDS-rear-str {
  position: absolute;
  top: 30%;
  left: 53%;
}

.hub__modal-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  background-color: #ECEFF0;
  color: #042328;
}

#exportBtn {
  display: none;
}

.radio__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid #ECEFF0;
  padding: 0;
  margin: 1rem auto;
}

.radio__checkbox {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.radio__checkbox:checked + .radio__checkbox--label {
  background-color: #ECEFF0;
  color: #042328;
}

.radio__checkbox--label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  font-size: 1.6rem;
  padding: 0.3rem 2rem;
  background-color: #283d43;
  cursor: pointer;
}

@media only screen and (max-width: 28em) {
  .radio__checkbox--label {
    padding: initial;
  }
}

.hubMeasurements__wrapper {
  border: 1px solid #A2B3B4;
  padding: 0.5rem 1rem 0.3rem;
  display: inline-block;
  margin-bottom: 1rem;
}

.hubMeasurements__new {
  color: #A2B3B4;
  display: block;
  margin-bottom: -0.5rem;
}

.hubMeasurements__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hubMeasurements__title {
  font-size: 1.5rem;
}

.hubMeasurements__icon {
  fill: currentColor;
  width: 2.6rem;
  height: 2.6rem;
  display: inline-block;
  margin-left: 0.8rem;
}

.enter-data {
  margin-bottom: 11rem;
}

.wp__footer {
  -webkit-filter: opacity(0.6);
          filter: opacity(0.6);
}

.wp__footer--container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(min-content, max-content) 1fr;
      grid-template-columns: 1fr minmax(-webkit-min-content, -webkit-max-content) 1fr;
      grid-template-columns: 1fr minmax(min-content, max-content) 1fr;
}

.wp__footer--icon {
  fill: #ECEFF0;
  max-width: 17rem;
  height: 5.5rem;
  margin: 0 2rem;
}

.wp__footer--line {
  height: 1px;
  background-color: #ECEFF0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.wp__footer--text {
  color: #ECEFF0;
  font-size: 1.3rem;
}

.closing-remarks {
  grid-column: full-start / full-end;
  background-color: #A2B3B4;
  color: #042328;
  -ms-flex-item-align: end;
      align-self: end;
  height: 6.5rem;
  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;
  padding: 0.5rem;
}

@media only screen and (max-width: 28em) {
  .closing-remarks {
    height: 6rem;
    padding: initial;
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100vw;
    padding: 0.4rem;
  }
}

.powered-by {
  display: block;
}

.social__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.social__icon {
  display: block;
  margin: 0 2px;
  fill: #042328;
  padding: 0.25rem;
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
}

/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/montserrat-v13-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Light"), local("Montserrat-Light"), url("../fonts/montserrat-v13-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v13-latin-300.woff2") format("woff2"), url("../fonts/montserrat-v13-latin-300.woff") format("woff"), url("../fonts/montserrat-v13-latin-300.ttf") format("truetype"), url("../fonts/montserrat-v13-latin-300.svg#Montserrat") format("svg");
  /* Legacy iOS */
}

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/montserrat-v13-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/montserrat-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v13-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v13-latin-regular.woff") format("woff"), url("../fonts/montserrat-v13-latin-regular.ttf") format("truetype"), url("../fonts/montserrat-v13-latin-regular.svg#Montserrat") format("svg");
  /* Legacy iOS */
}

/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/montserrat-v13-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/montserrat-v13-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v13-latin-700.woff2") format("woff2"), url("../fonts/montserrat-v13-latin-700.woff") format("woff"), url("../fonts/montserrat-v13-latin-700.ttf") format("truetype"), url("../fonts/montserrat-v13-latin-700.svg#Montserrat") format("svg");
  /* Legacy iOS */
}

.bt {
  font-weight: bold !important;
}

.d-skin {
  color: #042328;
}

.l-skin {
  color: #ECEFF0;
}

.strong {
  font-weight: bold;
}

.heading-1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 3rem;
}

.heading-1--dark {
  color: #042328;
}

.heading-2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2.8rem;
}

.heading-2--dark {
  color: #042328;
}

.heading-3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2.4rem;
}

.heading-3--dark {
  color: #042328;
}

.heading-4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.1rem;
}

.heading-4--dark {
  color: #042328;
}

.heading-5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.65rem;
}

.heading-5--dark {
  color: #042328;
}

a {
  color: #ECEFF0;
  text-decoration: none;
}

ul, ol {
  margin: 1rem 0;
}

ul li, ol li {
  font-size: 1.5rem;
  margin-left: 3.5rem;
}

p {
  font-size: 1.6rem;
  margin-top: 1.2rem;
}

p.note {
  margin-left: 0.5rem;
  border-left: 2px solid #D2DDDE;
  padding-left: 1.5rem;
}

.subtitle {
  text-transform: none;
  font-size: 1.6rem;
}

.subtitle--dark {
  color: #ECEFF0 !important;
}

.subtitle--light {
  color: #2c4448 !important;
}

.ttfn {
  text-transform: none;
}

.txtc {
  text-align: center;
}

.txtr {
  text-align: right;
}

.txtl {
  text-align: left;
}

input, select, select > option {
  font-family: "Montserrat", sans-serif;
}

.btn, .btn:link, .btn:visited {
  border: 0;
  outline: 0;
  text-decoration: none;
  fill: currentColor;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  padding: 1rem 3.7rem;
  cursor: pointer;
}

.btn--block {
  display: block;
  width: 100%;
}

.btn-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn--icon > svg {
  width: 3.2rem;
  height: 3.2rem;
  fill: #042328;
  margin-right: 1rem;
}

.btn--light {
  color: #042328;
  background-color: #ECEFF0;
}

.btn--light:hover {
  background-color: transparent;
  border: 1px solid #ECEFF0;
  color: #ECEFF0;
}

.btn--dark {
  color: currentColor;
  background-color: #042328;
}

.btn--dark:hover {
  background-color: transparent;
  border: 1px solid #ECEFF0;
  color: #ECEFF0;
}

.btn-dark--1 {
  background-color: #A2B3B4;
}

.btn--medium {
  background-color: #A2B3B4;
  color: #283d43;
}

.btn--medium:hover {
  background-color: transparent;
  border: 1px solid #A2B3B4;
  color: #A2B3B4;
}

.btn--lg {
  padding: 1.2rem 6.5rem;
}

.btn--md {
  padding: 0.65rem 5rem;
}

.btn-text, .btn-text:link, .btn-text:visited, .btn-text--dark, .btn-text--dark:link, .btn-text--dark:visited {
  font-size: 1.6rem;
  display: inline;
  font-family: "Montserrat", sans-serif;
  color: currentColor;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}

.btn-text:hover::after, .btn-text:link:hover::after, .btn-text:visited:hover::after, .btn-text--dark:hover::after, .btn-text--dark:link:hover::after, .btn-text--dark:visited:hover::after {
  width: 100%;
}

.btn-text::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #283d43;
}

.btn-text--dark::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1e2e33;
}

.btn-text::after, .btn-text--dark::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #D2DDDE;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mrg-mdb {
  margin-bottom: 3rem;
}

.mrg-lg {
  margin-top: 4rem;
}

.mrg-auto {
  margin: auto;
}

.mrg-top0 {
  margin-top: 0;
}

.mrg-smlt {
  margin-top: 1rem;
}

.mrg-mdt {
  margin-top: 2.5rem;
}

.mrg-mdb {
  margin-bottom: 3rem;
}

.mrg-lg {
  margin-top: 4rem;
}

.mrg-auto {
  margin-left: auto;
  margin-right: auto;
}

.mrg-autol {
  margin-left: auto;
}

.mrg-top0 {
  margin-top: 0;
}

.mrg-md {
  margin: 2.5rem;
}

.lwc {
  text-transform: lowercase;
}

.manual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
}

.manual__icon {
  width: 2.8rem;
  height: 2.8rem;
  fill: #ECEFF0;
}

#fader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  pointer-events: none;
  background-color: #283d43;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

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

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

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

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

#fader.fade-out {
  opacity: 0;
  -webkit-animation-name: fade-out;
          animation-name: fade-out;
}

#fader.fade-in {
  opacity: 1;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}

a, a:link, a:visited {
  text-decoration: none;
}

.hide {
  display: none !important;
}

.btn-active {
  border-bottom: 1px solid #ECEFF0;
}

.checkbox-container--front, .checkbox-container--rear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0.5rem 1.5rem;
}

@media only screen and (max-width: 28em) {
  .checkbox-container--front, .checkbox-container--rear {
    height: 4rem;
  }
}

.checkbox-btn {
  position: relative;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  height: 1.8rem;
  width: 3rem;
  border: 1px solid #ECEFF0;
  background-color: transparent;
}

.checkbox-btn::before {
  content: "";
  background-color: #58676a;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.checkbox-btn:checked::before {
  content: "";
  background-color: #ECEFF0;
  top: 0.3rem;
  left: 1.5rem;
}

label.accept-terms {
  margin: 0 0.7rem 0 1rem;
  font-size: 1.5rem;
}

button {
  border: 0;
}

.hubtype__radio-label {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  z-index: 9;
  color: #A2B3B4;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  padding-left: 3rem;
}

.hubtype__radio-button {
  display: inline-block;
  border: 1px solid #ECEFF0;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 1px;
}

.hubtype__radio-button::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #58676a;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hubtype__radio-input:checked + .hubtype__radio-label .hubtype__radio-button::after {
  background-color: #ECEFF0;
}

.hubtype__radio-input:checked + .hubtype__radio-label {
  color: #ECEFF0;
}

.hubtype__radio-input {
  visibility: hidden;
}

textarea {
  font-family: "Montserrat", sans-serif;
  padding: 0.4rem;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.textarea--light {
  background-color: #ECEFF0;
  border: 1px solid #A2B3B4;
}

@media print {
  .textarea--light {
    background-color: white;
  }
}

.textarea--light:focus {
  border: 1px solid #042328;
}

.close__btn {
  position: absolute;
  width: 6rem;
  height: 6rem;
  background-color: #A2B3B4;
  padding: 0.5rem;
  top: 1px;
  right: 1px;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

@media only screen and (max-width: 44em) {
  .close__btn {
    position: fixed;
    width: 100vw;
    top: initial;
    left: 0;
    bottom: 0;
    height: 6rem;
    background-color: #ECEFF0;
  }
}

.close__icon {
  display: block;
  width: 5rem;
  height: 5rem;
  background-color: #042328;
  border-radius: 50%;
  fill: #ECEFF0;
  padding: 0.5rem;
  margin: auto;
}

@media only screen and (max-width: 44em) {
  .close__icon {
    fill: #042328;
    background-color: transparent;
    padding-bottom: 0 0  0.5rem 0;
  }
}

.minimise {
  visibility: hidden;
  opacity: 0;
  height: 0vh;
}

.helptip {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 24rem;
  top: 135%;
  left: calc(50% - 12rem);
  background-color: #283d43;
  color: #ECEFF0;
  font-size: 1.3rem;
  padding: 5px;
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 100;
}

.helptip::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: inherit;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -5px;
  left: calc(50% - 5px);
}

.validate__modal {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 61, 67, 0.85)), to(rgba(40, 61, 67, 0.9)));
  background: linear-gradient(rgba(40, 61, 67, 0.85), rgba(40, 61, 67, 0.9));
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.validate__content {
  background-color: #042328;
  position: relative;
  border: 1px solid #ECEFF0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 80rem;
  padding: 2rem;
}

.validate__hide {
  height: 0vh;
  opacity: 0;
  visibility: hidden;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #c3d2d3;
}

.article__container {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 42% 1fr;
      grid-template-columns: 42% 1fr;
  margin: 3rem 0;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media only screen and (max-width: 28em) {
  .article__container {
    display: block;
  }
}

.article__container::after {
  content: "";
  height: 3.5px;
  width: 0;
  background-color: #ECEFF0;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.article__container:hover::after {
  width: 100%;
}

.article__container:hover .article__figcaption .article__figcaption--cover {
  opacity: 1;
}

.article__figcaption {
  position: relative;
  border: 1px solid #283d43;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.article__figcaption::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.article__figcaption--cover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(4, 35, 40, 0.85);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article__published {
  text-align: center;
  width: 6rem;
  height: 6rem;
  padding: 0.5rem;
  border: 1px solid #ECEFF0;
  font-size: 3rem;
}

.article__published--date {
  font-size: 1.5rem;
  margin-top: 5px;
}

.article__published--author {
  font-size: 1.7rem;
  margin-top: 2.2rem;
}

.article__hr {
  border-top: 1px solid #ECEFF0;
  width: 20%;
  margin: 2rem auto;
}

.article__badge {
  display: block;
  padding: 0.5rem;
  background-color: #ECEFF0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.article__icon {
  display: block;
  height: 5.5rem;
  width: 5.5rem;
}

@media only screen and (max-width: 44em) {
  .article__icon {
    margin: auto;
  }
}

.article__details {
  background-color: #283d43;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article__excerpt {
  font-size: 1.5rem;
}

.article__date {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}

.article__read-more {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  margin-top: 1.9rem;
  font-size: 1.75rem;
}

.article__read-more:hover .article__read-more-icon {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.article__read-more-text {
  position: relative;
  width: 10.5rem;
  margin: auto;
}

.article__read-more-text::after {
  content: "";
  height: 1.5px;
  width: 0;
  background-color: #ECEFF0;
  position: absolute;
  bottom: 1px;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.article__read-more-text:hover::after {
  width: 100%;
}

.article__read-more-icon {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  fill: currentColor;
  margin-left: 0.4rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.article__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article__avatar {
  width: 11rem;
  height: 11rem;
}

.article__about {
  margin-left: 20px;
}

.article__about-title {
  font-weight: 500;
  font-size: 2rem;
  text-transform: uppercase;
}

.article__about-subtitle {
  font-weight: 400;
  font-size: 1.55rem;
}

.article__about-quote {
  font-style: italic;
  font-size: 1.4rem;
  display: block;
}

.mrg-auto {
  margin: auto;
}

.share__panel {
  float: right;
  position: -webkit-sticky;
  position: sticky;
  margin: 0 5px 0 auto;
  top: 20rem;
  width: 5.5rem;
  list-style: none;
}

.share__panel:hover .share__links li.share__link {
  opacity: 1;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  margin: 0;
}

.share__panel:hover .share__links li.share__link:nth-of-type(4) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.share__panel:hover .share__links li.share__link:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.share__panel:hover .share__links li.share__link:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.share__panel:hover .share__links li.share__link:nth-of-type(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media only screen and (max-width: 44em) {
  .share__panel {
    position: fixed;
    top: initial;
    bottom: 6rem;
    right: 1rem;
  }
}

.share__links {
  list-style: none;
}

.share__links li.share__link {
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.share__links li.share__link:nth-of-type(1) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.share__links li.share__link:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.share__links li.share__link:nth-of-type(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.share__links li.share__link:nth-of-type(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media only screen and (min-width: 44em) {
  .share__links li.share__link {
    opacity: 1;
  }
}

.share__button {
  display: block;
  margin: 5px 0;
  fill: #D2DDDE;
  background-color: #2c4448;
  padding: 0.35rem;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.share__button:hover {
  background-color: #A2B3B4;
  fill: #283d43;
}

.share__mobile {
  margin: 0;
}

@media only screen and (min-width: 44em) {
  .share__mobile {
    visibility: hidden;
    opacity: 0;
  }
}

.subscribe__wrapper {
  max-width: 75rem;
  margin: 3rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 44em) {
  .subscribe__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.subscribe__input {
  margin: 0;
}

.subscribe__email {
  text-align: left !important;
  padding-left: 1rem !important;
  font-size: 1.8rem !important;
}

.subscribe__btn {
  margin-left: 5px;
}

@media screen and (max-width: 44em) {
  .subscribe__btn {
    margin: 5px 0;
  }
}

.tablesimport__wrapper {
  max-width: 90rem;
  margin: auto;
}

.tablesimport__single {
  margin: 1.5rem 0;
}

.tablesimport__table {
  max-width: calc(100vw - 5rem);
  overflow: auto;
}

table tr:nth-child(even) {
  background-color: #283d43;
}

.t--dark tr:nth-child(even) {
  background-color: #042328;
}

table tr.tr__accent {
  background-color: #ECEFF0;
  color: #042328;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table tr {
  font-size: 1.5rem;
}

table td {
  padding: 5px 2.5rem;
}

table th {
  font-weight: 400;
  font-size: 1.65rem;
  padding-bottom: 4px;
}

.files__table {
  background-color: #283d43;
  border: 1px solid #283d43;
}

.files__table > tr:not(:first-of-type) {
  border-top: 1px solid #042328;
}

.files__table > tr > td {
  padding: 3px 0.5rem;
}

.files__table > tr:nth-child(1n + 1) {
  background-color: #283d43;
}

.files__table > tr:nth-child(1n + 1) > td:not(:last-of-type) {
  border-right: 1px solid #042328;
}

.files__table > tr:nth-child(2n + 1) td {
  background-color: #042328;
}

.files__table > tr:nth-child(2n + 1) td:not(:last-of-type) {
  border-right: 1px solid #283d43 !important;
}

.files__table > tr > th {
  font-size: 1.4rem;
  background-color: #ECEFF0;
  color: #042328;
  padding: 3px 0.5rem;
}

.files__table > tr > th:not(:last-of-type) {
  border-right: 1px solid #042328 !important;
}

.files__table > tr {
  font-size: 1.3rem;
}

@media only screen and (max-width: 44em) {
  .files__table > tr {
    font-size: 1.15rem;
  }
}

.accordion__accordion-section {
  width: 100%;
  grid-column: 1 / -1;
  border-bottom: 5px solid #283d43;
  border-top: 5px solid #283d43;
}

.accordion__accordion {
  position: relative;
  cursor: pointer;
  padding: 0.25rem;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid #58676a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #042328;
  background-color: #789092;
}

.accordion__accordion:nth-child(1) {
  background-color: #ECEFF0;
}

.accordion__accordion:nth-child(3) {
  background-color: #D2DDDE;
}

.accordion__accordion:nth-child(5) {
  background-color: #A2B3B4;
}

.accordion__accordion::after {
  content: '+';
  font-weight: 300;
  font-size: 2.5rem;
  color: inherit;
  margin-left: 5px;
  position: absolute;
  top: 11%;
  right: 1.5rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion__accordion-active {
  background-color: #ECEFF0 !important;
}

.accordion__accordion-active:after {
  content: "-";
}

.accordion__panel {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  border-top: none !important;
  border-right: 1px solid #2c4448;
  border-left: 1px solid #2c4448;
}

@media only screen and (max-width: 55em) {
  .accordion__panel {
    padding: 0 1.5rem;
  }
}

.accordion__panel-padding {
  padding: 1.2rem 1rem;
}

.accordion__icon {
  width: 5rem;
  height: 5rem;
  margin-right: 1.5rem;
  fill: currentColor;
}

.testimonial__box {
  background-color: white;
  color: #042328;
  padding: 2rem;
  position: relative;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
  width: 90%;
  max-width: 60rem;
  margin: 2rem auto 2rem;
}

.testimonial__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2.3rem;
  border-top: 1.3rem solid white;
  border-right: 1.3rem solid white;
  border-left: 1.3rem solid transparent;
  border-bottom: 1.3rem solid transparent;
}

.testimonial__box::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: 0;
  border-bottom: 1rem solid #042328;
  border-right: 1rem solid #042328;
  border-left: 1rem solid transparent;
  border-top: 1rem solid transparent;
}

.testimonial__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonial__text {
  font-size: 2.2rem;
  margin: 0;
  font-style: italic;
}

.testimonial__name {
  font-weight: bold;
}

.testimonial__name, .testimonial__meta {
  text-align: right;
  font-size: 1.7rem;
  margin: 0;
}

.testimonial__logo {
  display: block;
  max-width: 50px;
  margin-left: 11px;
}

@media screen and (max-width: 44em) {
  .testimonial__logo {
    max-width: 30px;
  }
}

@media screen and (max-width: 44em) {
  .seenon__desktop {
    display: none;
  }
}

.seenon__mobile {
  margin-top: 0 !important;
  margin-bottom: 7.5rem;
  grid-column: 1/-1;
}

@media screen and (min-width: 55em) {
  .seenon__mobile {
    display: none;
  }
}

.seenon__wrapper {
  margin-top: 4rem;
  opacity: 0.65;
}

.seenon__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}

.seenon__seenon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 34rem;
  max-width: 80%;
}

.seenon__seenon--text {
  text-align: center;
  font-size: 1.2rem;
  white-space: nowrap;
  margin: 0 1.3rem;
}

.seenon__seenon--divider {
  height: 1px;
  width: 100%;
  background: #ECEFF0;
}

.seenon__logo {
  margin: 0 2rem;
  max-height: 4rem;
  max-width: 12rem;
  fill: #ECEFF0;
}

.stats__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stats__icon {
  width: 8rem;
  height: 8rem;
  fill: #ECEFF0;
}

.stats__number {
  font-weight: bold;
  font-size: 5.5rem;
  line-height: 1;
}

.stats__explained {
  font-size: 1.4rem;
}

.community__socials--icon {
  fill: #ECEFF0;
  width: 4rem;
  height: 4rem;
}

@media screen and (max-width: 44em) {
  .community__socials--icon {
    width: 3.2rem;
    height: 3.2rem;
  }
}

.clickable {
  cursor: pointer;
}

.dropdown__menu, .dropdown__submenu, .dropdownGroup__menu, .dropdownGroup__submenu {
  position: relative;
  cursor: pointer;
  padding: 1rem;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid #ECEFF0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ECEFF0;
  border-bottom: 1px solid #283d43;
}

.dropdown__menu:first-of-type, .dropdown__submenu:first-of-type, .dropdownGroup__menu:first-of-type, .dropdownGroup__submenu:first-of-type {
  border-top: 1px solid #283d43;
}

.dropdown__menu::after, .dropdown__submenu::after, .dropdownGroup__menu::after, .dropdownGroup__submenu::after {
  position: absolute;
  top: calc(50% - 0.75rem);
  right: 1rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-image: url("../img/arrow-down-light.png");
  background-size: cover;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.dropdown__menu-active::after, .dropdown__submenu-active::after, .dropdownGroup__menu-active::after, .dropdownGroup__submenu-active::after {
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}

.dropdown__submenu, .dropdownGroup__submenu {
  padding-left: 2rem;
}

.dropdown__panel, .dropdownGroup__panel {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  border-top: none !important;
}

.dropdown__panel-padding, .dropdownGroup__panel-padding {
  padding: 1.2rem 1.5rem;
}

.dropdown__icon, .dropdownGroup__icon {
  fill: #ECEFF0;
  width: 3rem;
  height: 3rem;
}

.dropdown__icon--active, .dropdownGroup__icon--active {
  fill: #ECEFF0;
  margin-left: 2.5rem;
}

.dropdown__selectedmenu--active, .dropdownGroup__selectedmenu--active {
  border-left: 5px solid #ECEFF0;
  background-color: rgba(255, 50, 100, 0.15);
}

.dropdown__title, .dropdownGroup__title {
  margin-left: 1rem;
}

.disclaimer__container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #042328;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.disclaimer__content {
  position: relative;
  border: 1px solid #ECEFF0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 80rem;
  padding: 2rem;
}

.disclaimer__call {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #ECEFF0;
  color: #042328;
  cursor: pointer;
  position: relative;
}

.disclaimer__call:after {
  visibility: hidden;
  content: attr(data-helptip);
  position: absolute;
  background-color: #ECEFF0;
  color: #042328;
  padding: 0.2rem 0.5rem;
  bottom: -3rem;
  left: 0;
  font-size: 1rem;
  white-space: nowrap;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  z-index: 300;
}

.disclaimer__call:hover::after {
  visibility: visible;
}

.disclaimer__hide {
  height: 0vh;
  opacity: 0;
  visibility: hidden;
}

.tooltip__icon, .blank__icon, .modal__icon, .success__icon, .newsletter__icon {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  background-color: #ECEFF0;
  color: #042328;
  border-radius: 50%;
  margin-right: 5px;
  cursor: pointer;
}

.tooltip__modal, .blank__modal, .modal__modal, .success__modal, .newsletter__modal {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 61, 67, 0.9)), to(rgba(40, 61, 67, 0.95)));
  background: linear-gradient(rgba(40, 61, 67, 0.9), rgba(40, 61, 67, 0.95));
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tooltip__main, .blank__main, .modal__main, .success__main, .newsletter__main {
  display: block;
  position: relative;
  padding: 4rem 2rem;
  width: 100%;
  background-color: #042328;
}

@media screen and (min-width: 44em) {
  .tooltip__main, .blank__main, .modal__main, .success__main, .newsletter__main {
    max-width: 58rem;
    padding: 4rem 7rem;
  }
}

.tooltip__notes, .blank__notes, .modal__notes, .success__notes, .newsletter__notes {
  padding: 0 1rem;
}

.tooltip__img, .blank__img, .modal__img, .success__img, .newsletter__img {
  position: relative;
  display: block;
  min-width: 100%;
  max-width: 55rem;
}

.tooltip__hide, .blank__hide, .modal__hide, .success__hide, .newsletter__hide {
  height: 0vh;
  opacity: 0;
  visibility: hidden;
}

.tooltip__icon {
  position: relative;
}

.tooltip__icon:after {
  visibility: hidden;
  content: attr(data-helptip);
  position: absolute;
  background-color: #ECEFF0;
  color: #042328;
  padding: 0.2rem 0.5rem;
  bottom: -3rem;
  left: 0;
  font-size: 1rem;
  white-space: nowrap;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  z-index: 300;
}

.tooltip__icon:hover::after {
  visibility: visible;
}

.blank__modal-icon {
  fill: #ECEFF0;
  width: 8rem;
  height: 8rem;
  display: block;
  margin: auto;
}

.blank__return {
  font-size: 1.35rem;
  position: absolute;
  top: -2.3rem;
  left: 0.5rem;
}

.modalBottom__wrapper {
  background-color: #042328;
  position: fixed;
  z-index: 20;
  bottom: -8rem;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 2.3rem;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  -webkit-box-shadow: 1px 1px 7px rgba(255, 255, 255, 0.3);
          box-shadow: 1px 1px 7px rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 44em) {
  .modalBottom__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    bottom: -19rem;
  }
}

.modalBottom__wrapper--active {
  bottom: 0;
}

.modalBottom__close {
  position: absolute;
  top: -5px;
  right: 10px;
}

.modalBottom__buttons {
  margin-right: 2rem;
}

@media screen and (max-width: 44em) {
  .modalBottom__buttons {
    margin: 1rem 0 0 0;
  }
}

.modalBottom__preferences {
  margin-right: 2rem;
}

.newsletter__main {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 35, 40, 0.84))), url("../img/newsletter/wheelbuilding header blur.jpg") no-repeat center center;
  background: linear-gradient(rgba(4, 35, 40, 0.84)), url("../img/newsletter/wheelbuilding header blur.jpg") no-repeat center center;
  background-size: cover;
}

.newsletter__mainApp {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 35, 40, 0.84))), url("https://app.spokecalc.io/img/landing/landing-tenapp.jpg") no-repeat center center;
  background: linear-gradient(rgba(4, 35, 40, 0.84)), url("https://app.spokecalc.io/img/landing/landing-tenapp.jpg") no-repeat center center;
  background-size: cover;
}

.newsletter__text {
  font-size: 1.9rem;
}

.newsletter__input {
  background: transparent !important;
  border: 1px solid #ECEFF0 !important;
}

.popup__modal {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 61, 67, 0.9)), to(rgba(40, 61, 67, 0.95)));
  background: linear-gradient(rgba(40, 61, 67, 0.9), rgba(40, 61, 67, 0.95));
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.popup__main {
  display: block;
  position: relative;
  width: 100%;
  background-color: #042328;
}

@media screen and (min-width: 44em) {
  .popup__main {
    max-width: 100rem;
  }
}

.popup__hide {
  height: 0vh;
  opacity: 0;
  visibility: hidden;
}

.popup__msg {
  background-color: #ECEFF0;
  color: #042328;
  text-align: center;
}

.popup__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55% 45%;
      grid-template-columns: 55% 45%;
  padding: 2rem 3rem;
}

@media screen and (max-width: 44em) {
  .popup__content {
    display: initial;
    padding: 0;
  }
}

.popup__img {
  width: 100%;
}

.popup__details {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
}

.calculation__container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #283d43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 28em) {
  .calculation__container {
    min-height: 100vh;
    overflow: scroll;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.calculation__main {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 120rem;
  padding: 2rem;
  background-color: #042328;
  margin-bottom: 1px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr))[3];
      grid-template-columns: repeat(3, minmax(30rem, 1fr));
  grid-row-gap: 4rem;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 28em) {
  .calculation__main {
    -ms-grid-columns: minmax(30rem, 1fr);
        grid-template-columns: minmax(30rem, 1fr);
  }
}

.calculation__heading {
  grid-column: 1 / -1;
}

.calculation__subheading {
  margin: 0;
}

.input__container {
  position: relative;
  -ms-grid-column: 1;
  grid-column: 1;
  border: 1px solid #283d43;
}

.input__container table {
  min-width: 34rem;
  border-collapse: collapse;
}

.input__container table tr.input__th {
  background-color: #283d43;
}

.input__container table tr.input__th--dark {
  color: #ECEFF0;
}

.input__container table td {
  padding: 0 1rem;
  font-size: 1.55rem;
}

.input__bg {
  position: absolute;
  top: -1.2rem;
  right: -1.2rem;
  background-color: #042328;
  width: 101%;
  height: 101%;
  z-index: 0;
  -webkit-transition: all 1s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: all 1s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.input__main {
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: all 1s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.input__main--dark {
  border: 1px solid #042328;
}

.input__main--light {
  border: 1px solid #ECEFF0;
}

.output__container {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-column-align: center;
      justify-self: center;
  max-width: 28rem;
}

@media only screen and (max-width: 28em) {
  .output__container {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}

.output__label {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}

.output__input {
  border: none;
  background-color: #ECEFF0;
  display: block;
  text-transform: lowercase;
  padding: 1rem 1.6rem;
}

.output__elongation {
  border: 1px solid #ECEFF0;
  padding: 0 0.4rem;
}

.output__elongation--icon {
  fill: #ECEFF0;
  width: 3.5rem;
  height: 3.5rem;
}

.radar__box {
  -ms-grid-column: 1;
  grid-column: 1;
}

.radar__chart {
  width: 67%;
  margin: auto;
  margin-bottom: 1.5rem;
}

.radar__icon {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 44em) {
  .radar__icon {
    width: 37vw;
    margin: auto;
  }
}

.radar__values-front, .radar__values-rear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: auto;
  margin-top: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.radar__values-left, .radar__values-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.radar__values-output {
  background-color: transparent;
  border: none;
  outline: none;
  line-height: 1.1;
}

.radar__values-unit {
  text-transform: none;
}

.tension__box {
  padding: 1.5rem 1.5rem 0;
  width: 100%;
}

.tension__front {
  width: 80%;
  margin: auto;
}

.tension-graph {
  border-left: 1px solid #A2B3B4;
  padding: 2rem 1rem;
}

.tension-graph span {
  display: block;
  font-size: 1.3rem;
  padding: 3px 6px;
}

.tension-graph span > * {
  display: inline;
}

.tension-graph--left {
  background-color: #A2B3B4;
  width: 30%;
  margin-bottom: 1rem;
  -webkit-transition: width 0.7s ease-in-out;
  transition: width 0.7s ease-in-out;
}

.tension-graph--right {
  background-color: #58676a;
  width: 30%;
  -webkit-transition: width 0.7s ease-in-out;
  transition: width 0.7s ease-in-out;
}

.tension-graph--left-p {
  background-color: #042328;
  width: 60%;
  margin-bottom: 1rem;
  -webkit-transition: width 0.7s ease-in-out;
  transition: width 0.7s ease-in-out;
}

.tension-graph--right-p {
  background-color: #283d43;
  width: 100%;
  -webkit-transition: width 0.7s ease-in-out;
  transition: width 0.7s ease-in-out;
}

.bracing__box {
  padding: 4rem 0;
}

@media only screen and (max-width: 28em) {
  .bracing__box {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}

.bracing__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bracing__icon {
  width: 6.5rem;
  margin-right: 1rem;
  fill: currentColor;
}

.bracing__details {
  font-size: 1.5rem;
  margin-left: 1rem;
}

.bracing__details > * {
  margin-bottom: 1rem;
}

.faq__container {
  grid-column: 1 / -1;
  background-color: #042328;
  counter-reset: faq;
}

.faq__section {
  margin: auto;
  margin-top: 3rem;
  max-width: 80rem;
  padding: 3rem 0 6rem;
}

@media only screen and (max-width: 60em) {
  .faq__section {
    width: 100%;
  }
}

.faq__accordion {
  position: relative;
  background-color: #283d43;
  padding: 0.8rem 1.3rem;
  margin-bottom: 1px;
  counter-increment: faq;
  cursor: pointer;
}

.faq__accordion::before {
  position: absolute;
  top: -2px;
  left: -8px;
  font-size: 1.2rem;
}

.faq__accordion::after {
  content: '+';
  font-weight: 300;
  font-size: 2.5rem;
  color: inherit;
  margin-left: 5px;
  position: absolute;
  top: 5%;
  right: 1.5rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.faq__accordion-active:after {
  content: "-";
}

.faq__panel {
  background-color: #042328;
  font-size: 1.5rem;
  max-height: 0;
  overflow: hidden;
  padding: 0 3.5rem;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.faq__panel > *:not(:first-child) {
  margin-bottom: 2rem;
}

.faq__panel > *:only-child {
  margin-bottom: 2rem;
}

.btn__question {
  color: #042328;
}

.about__container {
  min-height: 60rem;
  grid-column: full-start / full-end;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(30rem, 1fr) 30%;
      grid-template-columns: minmax(30rem, 1fr) 30%;
  grid-column-gap: 2rem;
}

@media screen and (max-width: 44em) {
  .about__container {
    grid-column-gap: 0;
    -ms-grid-columns: minmax(30rem, 1fr);
        grid-template-columns: minmax(30rem, 1fr);
  }
}

.about__content {
  background-color: #042328;
}

.about__content .about__description {
  max-width: 65rem;
  padding: 1rem 3rem;
  margin: auto;
}

@media screen and (max-width: 44em) {
  .about__content .about__description {
    padding: 0 2rem;
  }
}

.about__sidebar {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 35, 40, 0.5)), to(rgba(4, 35, 40, 0.6))), url("../img/about.jpg") center center;
  background: linear-gradient(rgba(4, 35, 40, 0.5), rgba(4, 35, 40, 0.6)), url("../img/about.jpg") center center;
  background-size: cover;
  min-height: 40rem;
}

.author__container {
  margin-top: 5.5rem;
  background-color: #283d43;
  max-width: 60rem;
  margin-left: auto;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 28em) {
  .author__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.author__hello {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-right: 2rem;
}

.author__hello > p {
  font-size: 1.5rem;
}

.author__author {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 28em) {
  .author__author {
    margin-top: 2rem;
  }
}

.author__author img {
  display: block;
  width: 80%;
  max-width: 10rem;
  margin: auto;
}

.author__title {
  margin-top: 0;
  font-size: 1.3rem;
  color: #D2DDDE;
}

.hiw__container {
  grid-column: 1 / -1;
  padding: 0 0 2rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 44em) {
  .hiw__container {
    padding: 0 3rem 2rem;
  }
}

.hiw__screens {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  grid-gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hiw__screen {
  display: block;
  width: 100%;
  border: 1px solid #ECEFF0;
  margin: auto;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.hiw__screen-section {
  margin: 1rem 0 3rem;
}

.hiw__faq {
  grid-column: -1/1;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.screen__number {
  border: 1px solid #ECEFF0;
  line-height: 8rem;
  width: 8rem;
  margin: 4rem auto 1rem;
  font-size: 3.5rem;
}

.screen__details {
  margin-top: 0;
}

.read__container {
  grid-column: 1 / -1;
  background-color: #042328;
  min-height: 40rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(30rem, 40rem) 1fr;
      grid-template-columns: minmax(30rem, 40rem) 1fr;
  grid-gap: 1rem;
}

.read__box {
  padding: 3rem;
  border-right: 1px solid #ECEFF0;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr min-content 1fr;
      grid-template-rows: 1fr -webkit-min-content 1fr;
      grid-template-rows: 1fr min-content 1fr;
  -ms-grid-columns: minmax(min-content, max-content);
      grid-template-columns: minmax(-webkit-min-content, -webkit-max-content);
      grid-template-columns: minmax(min-content, max-content);
}

@media only screen and (max-width: 44em) {
  .read__box {
    border: none;
    grid-column: 1 / -1;
  }
}

.read__icon {
  position: absolute;
  top: 3px;
  left: 3px;
  fill: currentColor;
  background-color: #283d43;
  height: 6rem;
  width: 6rem;
}

.read__title {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.read__btn {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  margin-top: 3rem;
  margin-bottom: 5rem;
  -ms-grid-column-align: center;
      justify-self: center;
}

.read__browser {
  padding: 5rem 2.5rem;
}

@media only screen and (max-width: 44em) {
  .read__browser {
    grid-column: 1 / -1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

.read__photo {
  display: block;
  width: 100%;
}

.print__fullWidth {
  grid-column: 1 / -1;
  width: 100%;
}

.print__heading {
  grid-column: 1 / -1;
}

.print__subheading {
  margin: 0;
}

.print__meta {
  margin: 0 1rem;
  font-size: 1.3rem;
}

.print__meta > span {
  font-size: 1.3rem;
}

.print__values {
  margin-left: auto;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  border: 1px solid #042328;
}

.print__details {
  color: #042328;
  border: 1px solid #042328;
}

.print__details--table tbody td {
  padding: 0 1rem;
}

.print__details--table tbody tr {
  background-color: white !important;
}

.print__details--table > tbody {
  font-size: 13.5px;
}

.print__fullWidth {
  grid-column: 1 / -1;
  width: 100%;
}

.print__logo {
  grid-column: 1 / -1;
  display: block;
  width: 19rem;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: black;
}

.print__logo--img {
  max-height: 3.5rem;
}

.print__icon {
  width: 4rem;
  height: 4rem;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media print {
  .print__icon {
    display: none;
  }
}

.print__tension {
  width: 80%;
}

.print__bracing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  width: 80%;
}

.print__button {
  display: block !important;
  width: 100%;
  max-width: 210mm;
  margin: auto;
  background-color: white;
}

@media print {
  .print__button {
    display: none;
  }
}

.print__graphs {
  grid-column: 1 / -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.print__graphs > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.print__wheeldata--graphs {
  grid-column: 1 / -1;
  width: 100%;
}

.print__bracing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.print__bracing--icon {
  width: 9.5rem;
  margin-right: 1rem;
  fill: currentColor;
}

.weight__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #283d43;
}

.weight__box table {
  font-size: 1.5rem;
  border-collapse: collapse;
}

.weight__box table td {
  padding: 0.2rem 1.5rem;
}

.weight__icon {
  width: 4rem;
  height: 4rem;
  fill: currentColor;
}

.weight__header {
  background-color: #283d43;
}

.page__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page__details--table > tbody {
  font-size: 1.4rem;
}

.page__details--table > tbody tr td {
  padding: 0 1rem;
}

.page__meta {
  margin: 0 1rem;
  font-size: 1.3rem;
}

.page__conversion--table tr td {
  padding: 1rem 1.7rem !important;
  font-size: 1.6rem;
}

.page__conversion {
  grid-column: 4/-1;
}

.conversion__details {
  color: #042328;
  border: 1px solid #042328;
  padding: 2rem;
}

.printTenSheet, .printWheelData, .printTenChart {
  color: black;
  position: relative;
  width: 210mm;
  height: 297mm;
  background-color: white;
  padding: 2rem 4rem 9rem;
  margin: 0 auto 1px;
  display: -ms-grid;
  display: grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: 2.5rem 6.5rem minmax(min-content, max-content) auto;
      grid-template-rows: 2.5rem 6.5rem minmax(-webkit-min-content, -webkit-max-content) auto;
      grid-template-rows: 2.5rem 6.5rem minmax(min-content, max-content) auto;
}

.printTenSheet__created, .printWheelData__created, .printTenChart__created {
  grid-column: 1/-1;
  -ms-grid-column-align: end;
      justify-self: end;
}

.printTenSheet__created > span, .printWheelData__created > span, .printTenChart__created > span {
  font-size: 1.3rem;
}

.printTenSheet__heading, .printWheelData__heading, .printTenChart__heading {
  grid-column: 1/-1;
}

.printTenSheet__wheel, .printWheelData__wheel, .printTenChart__wheel {
  font-weight: bold;
}

.printTenSheet__wheel > span, .printWheelData__wheel > span, .printTenChart__wheel > span {
  font-size: 1.35rem;
}

.printTenSheet__summary--wrapper, .printWheelData__summary--wrapper, .printTenChart__summary--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
}

.printTenSheet__summary--item, .printWheelData__summary--item, .printTenChart__summary--item {
  width: 100%;
  max-width: 315px;
  border: 1px solid #283d43;
}

.printTenSheet__summary--divider, .printWheelData__summary--divider, .printTenChart__summary--divider {
  width: 2px;
  background: #dadada;
  height: 100px;
}

.printTenSheet__summary--th, .printWheelData__summary--th, .printTenChart__summary--th {
  padding: 0.6rem 1.3rem;
  background: #283d43;
  color: white;
  font-weight: bold;
  font-size: 14px;
}

.printTenSheet__summary--content, .printWheelData__summary--content, .printTenChart__summary--content {
  padding: 0.6rem 1.3rem;
}

.printTenSheet__summary--content > div, .printWheelData__summary--content > div, .printTenChart__summary--content > div {
  line-height: 1.25;
  font-size: 13.5px;
}

.printTenSheet__summary--content > div > span, .printWheelData__summary--content > div > span, .printTenChart__summary--content > div > span {
  font-size: 13.5px;
}

.printTenSheet__details, .printWheelData__details, .printTenChart__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.printTenSheet__details--table, .printWheelData__details--table, .printTenChart__details--table {
  max-width: 230px;
  margin-right: 12px;
}

.printTenSheet__details--heading, .printWheelData__details--heading, .printTenChart__details--heading {
  font-size: 13px;
  font-weight: bold;
}

.printTenSheet__details--th, .printWheelData__details--th, .printTenChart__details--th {
  background: #283d43;
  color: white;
  font-weight: 500;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 18px 53px 80px;
      grid-template-columns: 18px 53px 80px;
  text-align: center;
  padding: 3px 4px !important;
  font-size: 10.5px;
}

.printTenSheet__details--content, .printWheelData__details--content, .printTenChart__details--content {
  border: 1px solid #283d43;
}

.printTenSheet__details--row, .printWheelData__details--row, .printTenChart__details--row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 18px 53px 80px;
      grid-template-columns: 18px 53px 80px;
  padding: 2px 4px !important;
  font-size: 10.5px;
}

.printTenSheet__radar, .printWheelData__radar, .printTenChart__radar {
  height: 420px;
  width: 385px;
}

.printTenSheet__footer, .printWheelData__footer, .printTenChart__footer {
  position: absolute;
  bottom: 8px;
  left: 35px;
  right: 35px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(min-content, max-content) 1fr;
      grid-template-columns: 1fr minmax(-webkit-min-content, -webkit-max-content) 1fr;
      grid-template-columns: 1fr minmax(min-content, max-content) 1fr;
}

.printTenSheet__footer--line, .printWheelData__footer--line, .printTenChart__footer--line {
  height: 1px;
  background: #dadada;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.printTenSheet__footer--logo, .printWheelData__footer--logo, .printTenChart__footer--logo {
  font-size: 10px;
  margin: 20px 25px 0;
}

.printTenSheet__footer--img, .printWheelData__footer--img, .printTenChart__footer--img {
  display: block;
  margin: auto;
  max-height: 27px;
  margin-top: 3px;
}

.printTenSheet__footer--links, .printWheelData__footer--links, .printTenChart__footer--links {
  margin: 0;
  font-size: 9px;
  line-height: 1.3;
}

.printTenSheet__assembledBy, .printWheelData__assembledBy, .printTenChart__assembledBy {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.printTenSheet__client, .printWheelData__client, .printTenChart__client {
  grid-column: 5/-1;
  padding: 0 15px 0;
  border-left: 3px solid #042328;
}

.printTenSheet__client--span, .printWheelData__client--span, .printTenChart__client--span {
  display: block;
  line-height: 1.3;
  font-size: 13.5px;
}

.printTenSheet__client--span > span, .printWheelData__client--span > span, .printTenChart__client--span > span {
  font-size: 13.5px;
}

.printTenSheet__client--heading, .printWheelData__client--heading, .printTenChart__client--heading {
  font-size: 14.5px;
  font-weight: bold;
  text-transform: uppercase;
}

.printTenSheet__line--th, .printWheelData__line--th, .printTenChart__line--th {
  color: white;
  font-weight: 500;
}

.printTenSheet__line--th > th, .printWheelData__line--th > th, .printTenChart__line--th > th {
  background: #283d43;
  font-size: 10.5px;
  padding: 3px 4px !important;
}

.printTenSheet__line--row, .printWheelData__line--row, .printTenChart__line--row {
  font-size: 10.5px;
}

.printTenSheet__line--row > td, .printWheelData__line--row > td, .printTenChart__line--row > td {
  font-size: 10.5px;
  padding: 3px 4px !important;
}

.printTenSheet__lineCharts, .printWheelData__lineCharts, .printTenChart__lineCharts {
  margin-left: 20px;
}

.printTenSheet__specs--table, .printWheelData__specs--table, .printTenChart__specs--table {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
  margin-right: 25px;
}

.printTenSheet__specs--output, .printWheelData__specs--output, .printTenChart__specs--output {
  grid-column: 5 / -1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.printTenSheet__table, .printWheelData__table, .printTenChart__table {
  border: 1px solid black;
}

.printTenSheet__table > tr > th, .printWheelData__table > tr > th, .printTenChart__table > tr > th {
  background: #283d43;
  color: white;
  font-weight: 500;
  font-size: 13px;
  padding: 4px 0;
}

.printTenSheet__table > tr, .printWheelData__table > tr, .printTenChart__table > tr {
  font-size: 13px;
}

.printTenSheet__bracing--details > p, .printWheelData__bracing--details > p, .printTenChart__bracing--details > p {
  font-size: 12px;
  margin: 0;
}

.printTenSheet__bracing--details > p > span, .printWheelData__bracing--details > p > span, .printTenChart__bracing--details > p > span {
  font-size: 12px;
}

.printTenSheet__table--wrapper, .printWheelData__table--wrapper, .printTenChart__table--wrapper {
  max-width: 350px;
  border: 1px solid #283d43;
  margin: 0.8rem auto;
}

.printTenSheet__table--header, .printWheelData__table--header, .printTenChart__table--header {
  padding: 0.6rem 1.3rem;
  background: #283d43;
  color: white;
  font-weight: bold;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.printTenSheet__table--header > div, .printWheelData__table--header > div, .printTenChart__table--header > div {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.printTenSheet__table--row, .printWheelData__table--row, .printTenChart__table--row {
  padding: 0.6rem 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.printTenSheet__table--row > div, .printWheelData__table--row > div, .printTenChart__table--row > div {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  font-size: 14px;
}

.wbc__qr--identifier {
  margin-top: 0;
  font-size: 8.5px;
  text-align: center;
}

.wbc__lacing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wbc__lacing--side {
  width: 100%;
}

.wbc__lacing--side:first-of-type {
  margin-right: 1.5rem;
}

.wbc__lacing--sidename {
  font-size: 1.2rem;
}

.wbc__lacing--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #283d43;
}

.wbc__lacing--info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  background: #283d43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 10px;
}

.wbc__lacing--icon {
  fill: white;
  width: 4.5rem;
  height: 4.5rem;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.wbc__lacing--numbers {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wbc__lacing--details {
  font-size: 1.2rem;
  color: white;
}

.wbc__spoke--length {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  font-size: 2.35rem;
  padding: 2px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wbc__additionals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
}

.wbc__additionals--icon {
  fill: #283d43;
  display: block;
  width: 4.2rem;
  height: 4.2rem;
}

.wbc__additionals--text {
  font-size: 13.5px;
  margin-left: 5px;
}

.wbc__categories--heading {
  font-size: 1.3rem;
}

.wbc__categories--item {
  margin-right: 1rem;
  font-size: 1.35rem;
}

.wbc__assembledBy {
  grid-column: 5/-1;
  border: 1px solid black;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 90px;
  padding: 1px 10px 10px;
}

.wbc__assembledBy--logo {
  display: block;
  margin: 10px auto 5px;
  max-width: 155px;
  max-height: 50px;
}

.wbc__assembledBy--bikeshopname {
  font-size: 11.5px;
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.1;
}

.wbc__assembledBy--bikeshoplocation {
  font-size: 9px;
  line-height: 1.1;
}

.tencalc__frontWheel, .tencalc__rearWheel {
  position: relative;
  background-color: #042328;
  padding: 2rem 0 1.3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  -ms-grid-rows: 7rem (min-content)[3] 1fr;
      grid-template-rows: 7rem repeat(3, -webkit-min-content) 1fr;
      grid-template-rows: 7rem repeat(3, min-content) 1fr;
  grid-row-gap: 4rem;
  justify-items: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media only screen and (max-width: 44em) {
  .tencalc__frontWheel, .tencalc__rearWheel {
    -ms-grid-rows: (min-content)[3] 1fr;
        grid-template-rows: repeat(3, -webkit-min-content) 1fr;
        grid-template-rows: repeat(3, min-content) 1fr;
    grid-row-gap: 2rem;
    padding: 0rem 0 1.3rem;
  }
}

.tencalc__frontWheel {
  grid-column: full-start / half-size;
}

@media only screen and (max-width: 44em) {
  .tencalc__frontWheel {
    grid-column: full-start / full-end;
  }
}

.tencalc__rearWheel {
  grid-column: full-start / half-size;
}

@media only screen and (max-width: 44em) {
  .tencalc__rearWheel {
    grid-column: full-start / full-end;
  }
}

.tencalc__calculateBtn {
  grid-column: 1 / -1;
  margin-bottom: 5rem;
}

.tencalc__resultContainer {
  grid-column: 1 / -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding: 0.5rem 0;
}

@media only screen and (min-width: 44em) {
  .tencalc__detailsBtn {
    position: absolute;
    bottom: 0;
  }
}

.tencalc__manual {
  grid-column: half-size / full-end;
  background-color: #042328;
}

@media only screen and (max-width: 44em) {
  .tencalc__manual {
    grid-column: full-start / full-end;
    background-color: #283d43;
  }
}

.tencalc__guidelines {
  padding: 3.5rem 3rem 2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media only screen and (max-width: 44em) {
  .tencalc__guidelines {
    padding: 2rem 3rem 2rem;
  }
}

.tencalc__hr {
  width: 60%;
  grid-column: 1 / -1;
  margin: 4rem auto 2rem;
  border-top: 1px solid #ECEFF0;
}

@media only screen and (min-width: 44em) {
  .tencalc__hr {
    display: none;
  }
}

.tencalc__inputContainer {
  -ms-grid-column: 3;
  grid-column: 3;
}

.tencalc__radarChart {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 2;
  grid-row: 2;
}

.tc__wrapper {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.5rem 0 0;
}

.tc__label, .tc__input {
  display: inline-block !important;
  width: 20rem;
  text-align: center;
  font-size: 1.6rem;
}

.tc__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tc__heading > p {
  width: 20rem;
  margin-bottom: 1rem;
}

.tc__reading--dynamic {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 44% 44% 1fr;
  grid-template-columns: 44% 44% 1fr;
  grid-gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tc__icon {
  cursor: pointer;
  width: 2.7rem;
  height: 2.7rem;
  fill: #ECEFF0;
}

input.tc__input {
  -moz-appearance: textfield;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block !important;
  width: 20rem;
  margin-top: 5px;
  padding: 1.2rem 1rem;
  text-align: center;
  font-size: 1.6rem;
  outline: none;
  border: none;
  background-color: #283d43;
  text-align: center;
  color: inherit;
  font-size: 1.7rem;
  position: relative;
  cursor: pointer;
}

.landing__gallery--wrapper {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

@media screen and (max-width: 44em) {
  .landing__gallery--wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.landing__gallery--wrapper::-webkit-scrollbar {
  display: none;
}

.landing__gallery--item {
  position: relative;
  border: 1px solid #042328;
  cursor: pointer;
  max-height: 185px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.landing__gallery--item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(43, 66, 70, 0.45);
  z-index: 2;
}

.landing__gallery--thumbnail {
  display: block;
  max-height: 185px;
}

@media screen and (max-width: 44em) {
  .landing__gallery--thumbnail {
    max-height: 105px;
  }
}

.landing__gallery--follow {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  background: rgba(255, 255, 255, 0.85);
  font-size: 1.1rem;
  line-height: 1.4;
  border-radius: 7px;
  z-index: 2;
  color: #042328;
  width: 13.5rem;
  padding: 0;
  height: 4rem;
}

.landing__gallery--follow__icon {
  fill: #042328;
  width: 5.5rem;
  height: 5.5rem;
}

.landing__gallery--hashtext {
  margin: 2px 0.8rem;
  color: #ECEFF0;
  font-size: 1.35rem;
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
}

@media screen and (max-width: 44em) {
  .landing__gallery--hashtext {
    font-size: 1.1rem;
  }
}

.landing__articles--item {
  border-bottom: 1px solid #283d43;
  padding: 1.5rem;
}

.landing__articles--iconbox {
  background-color: #283d43;
  width: 6.3rem;
  height: 6.3rem;
  border-radius: 100%;
  padding: 0.5rem;
}

.landing__articles--icon {
  fill: #ECEFF0;
}

.landing__articles--details {
  margin-left: 1.5rem;
}

.landing__articles--details--date {
  color: #ECEFF0;
  font-size: 1.15rem;
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
}

.landing__articles--details--title {
  margin-top: -2px;
}

.landing__articles--details--subtitle {
  font-size: 1.35rem;
}

.image__modal {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 61, 67, 0.9)), to(rgba(40, 61, 67, 0.95)));
  background: linear-gradient(rgba(40, 61, 67, 0.9), rgba(40, 61, 67, 0.95));
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 8rem 0;
  overflow-y: scroll;
}

@media screen and (max-width: 44em) {
  .image__modal {
    padding: 0;
  }
}

.image__main {
  display: block;
  position: relative;
  width: 100%;
  background-color: #042328;
}

@media screen and (min-width: 44em) {
  .image__main {
    max-width: 95rem;
  }
}

.image__hide {
  height: 0vh;
  opacity: 0;
  visibility: hidden;
}
/*# sourceMappingURL=main.css.map */