html {
  height: 100%;
  height: -webkit-fill-available;
}

body {
  margin: 0;
  height: 100%;
  height: -webkit-fill-available;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2d2d2d;
  font-family: "Quicksand", foco, sans-serif !important;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  overflow-x: hidden;
  /*   @include breakpoint($max, $pre-lg) {
    font-size: clamp(1.0625rem, 1.0625rem + 0vw, 1.0625rem);
  } */
}
body .page-header {
  padding: 0;
  margin: 0 0 30px;
  margin: 0 0 3rem;
  border: 0 none;
  color: #222222;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 34px;
  line-height: 3.4rem;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  body .page-header {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: 600;
  }
}

a,
em {
  word-wrap: break-word;
}

a:focus {
  outline: 0 none;
}

@font-face {
  font-family: "irt-full";
  src: url("../fonts/irt-full/irt-full.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.glyphs-htz {
  font-family: "irt-full";
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/montserrat-latin-ext-100-900-italic.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/montserrat-latin-100-900-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/montserrat-latin-ext-100-900.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/montserrat-latin-100-900.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/quicksand-latin-ext-300-700.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/quicksand-latin-300-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@media screen and (max-width: 1199px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
@media screen and (max-width: 991px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media screen and (max-width: 479px) {
  .text-xs-left {
    text-align: left;
  }
  .text-xs-right {
    text-align: right;
  }
  .text-xs-center {
    text-align: center;
  }
  .text-xs-justify {
    text-align: justify;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", foco, sans-serif;
  margin: 0;
}

.container {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}

h2,
.title {
  font-family: "Montserrat", foco, sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  /* @include breakpoint($max, $pre-lg) {
    font-size: clamp(1.25rem, 0.1349rem + 2.3202vw, 1.875rem);
  } */
}
@media screen and (max-width: 767px) {
  h2,
  .title {
    font-size: 20px;
    line-height: 20px;
  }
}

h4.subtitle,
.h4-subtitle {
  font-family: "Montserrat", foco, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  /* @include breakpoint($max, $pre-lg) {
    font-size: clamp(0.9375rem, 0.826rem + 0.232vw, 1rem);
  } */
}
@media screen and (max-width: 767px) {
  h4.subtitle,
  .h4-subtitle {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
  }
}

.heading-info {
  font-family: "Quicksand", foco, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  /* @include breakpoint($max, $pre-lg) {
    font-size: clamp(1.0625rem, 1.0625rem + 0vw, 1.0625rem);
  } */
}
/*# sourceMappingURL=typography.css.map */
