@font-face {
  font-family: "effra_bold";
  src: url("../fonts/effra/Effra_Std_Bd.ttf");
}
@font-face {
  font-family: "effra_bold_italic";
  src: url("../fonts/effra/Effra_Std_BdIt.ttf");
}
@font-face {
  font-family: "effra_medium";
  src: url("../fonts/effra/Effra_Std_Md.ttf");
}
@font-face {
  font-family: "effra_medium_italic";
  src: url("../fonts/effra/Effra_Std_MdIt.ttf");
}
@font-face {
  font-family: "effra_regular";
  src: url("../fonts/effra/Effra_Std_Rg.ttf");
}
@font-face {
  font-family: "effra_light";
  src: url("../fonts/effra/Effra_Std_Lt.ttf");
}
@font-face {
  font-family: "effra_light_italic";
  src: url("../fonts/effra/Effra_Std_LtIt.ttf");
}
html {
  font-size: 10px;
  font-family: "effra_regular", sans-serif;
}
html body {
  margin: 0;
  overflow: auto !important;
}
html body * {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

p {
  font-family: "effra_regular", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "effra_bold", sans-serif;
  line-height: 1;
}

h1 {
  font-size: 8.8rem;
}

h2 {
  font-size: 5.4rem;
}

h3 {
  font-size: 4.5rem;
}

h4 {
  font-size: 3.7rem;
}

h5 {
  font-size: 3.2rem;
}

h6 {
  font-size: 2.8rem;
}

ul li, ol li {
  font-family: "effra_regular", sans-serif;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.page-breadcrumbs {
  background-color: #0B8CD7;
}
.page-breadcrumbs .content-wrapper {
  width: 85%;
  max-width: 1604px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 1.3rem 0;
}
.page-breadcrumbs .content-wrapper a, .page-breadcrumbs .content-wrapper span {
  font-family: "effra_regular", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #FFFFFF;
  text-transform: uppercase;
}
.page-breadcrumbs .content-wrapper a.current, .page-breadcrumbs .content-wrapper span.current {
  font-family: "effra_bold", sans-serif;
}
.page-breadcrumbs .content-wrapper span.delimiter {
  opacity: 0.4;
  padding: 0 1rem;
}
.page-breadcrumbs .content-wrapper a {
  opacity: 0.75;
  transition: opacity 0.25s ease-in-out;
}
.page-breadcrumbs .content-wrapper a:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}

.checkbox-container {
  display: inline;
  position: relative;
  padding-left: 3.8rem;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 2rem;
  color: #2E3142;
  font-family: "effra_regular", sans-serif;
  font-weight: normal;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  background-color: #FFFFFF;
}
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.9rem;
  top: 0.4rem;
  width: 0.7rem;
  height: 1.3rem;
  border: solid #0B8CD7;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-container input:checked ~ .checkmark {
  background-color: #FFFFFF;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.radio-container {
  display: inline;
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 2.4rem;
  cursor: pointer;
  font-size: 2rem;
  color: #2E3142;
  font-family: "effra_regular", sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  background-color: #FFFFFF;
  border-radius: 100%;
  border: none;
}
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.3rem;
  top: 0.3rem;
  width: 1.8rem;
  height: 1.8rem;
  border: none;
  background: #0B8CD7;
  border-radius: 100%;
}
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.radio-container input:checked ~ .checkmark {
  background-color: #FFFFFF;
}
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

@media only screen and (max-width: 1600px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 8px;
  }
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: 7px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  h1 {
    font-size: 4.9rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.6rem;
  }
  h4 {
    font-size: 2.2rem;
  }
  h5 {
    font-size: 2rem;
  }
  h6 {
    font-size: 1.8rem;
  }
  .page-breadcrumbs .content-wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }
}
button.button-rounded {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  min-width: 17.3rem;
  min-height: 5.4rem;
  padding: 1rem 2.5rem;
  font-family: "effra_bold", sans-serif;
  font-size: 2.3rem;
  font-weight: normal;
  color: #FFFFFF;
  outline: none;
  cursor: pointer;
  transition: all 200ms linear;
}
button.button-rounded:hover {
  background-color: #FFFFFF;
  color: #0B8CD7;
}
button.button-rounded:focus, button.button-rounded:active {
  outline: none;
}
button.button-rounded.white {
  background-color: #FFFFFF;
  color: #0B8CD7;
}
button.button-rounded.white:hover {
  background-color: transparent;
  color: #FFFFFF;
}
button.button-rounded.blue {
  border-color: #0B8CD7;
  background-color: #0B8CD7;
  color: #FFFFFF;
}
button.button-rounded.blue:hover {
  background-color: transparent;
  color: #0B8CD7;
}

@media screen and (max-width: 768px) {
  button.button-rounded {
    font-size: 2.2rem;
  }
}
html body .infographics-widget {
  width: 100%;
  max-width: 50rem;
  border: 1px solid #C4C4C4;
  border-radius: 1rem;
  background-color: #FFFFFF;
  margin: 3.7rem 0;
}
html body .infographics-widget .widget-row {
  display: flex;
  border-bottom: 1px solid #C4C4C4;
}
html body .infographics-widget .widget-row:last-child {
  border-bottom: none;
}
html body .infographics-widget .widget-row .image-wrapper {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
html body .infographics-widget .widget-row .image-wrapper span.currency {
  position: absolute;
  z-index: 2;
  color: #2E3142;
  font-size: 3.6rem;
  line-height: 1;
  font-family: "effra_bold", sans-serif;
  margin-right: 0.25rem;
}
html body .infographics-widget .widget-row .image-wrapper img {
  max-width: 7rem;
  max-height: 5.6rem;
  z-index: 1;
}
html body .infographics-widget .widget-row h4 {
  color: #2E3142;
  font-size: 4.5rem;
  line-height: 1;
  font-family: "effra_bold", sans-serif;
  margin: 3rem 0;
  padding-left: 2.5rem;
}
html body .infographics-widget .widget-row h4 span.blue {
  color: #0078C1;
}
html body .infographics-widget .widget-row .text-wrapper {
  width: 75%;
  padding: 2.5rem 0;
}
html body .infographics-widget .widget-row .text-wrapper span.title {
  font-size: 2rem;
  line-height: 1;
  display: block;
  font-family: "effra_bold", sans-serif;
  color: #2E3142;
  text-transform: uppercase;
}
html body .infographics-widget .widget-row .text-wrapper span.value {
  font-size: 4rem;
  line-height: 1;
  display: block;
  font-family: "effra_bold", sans-serif;
  color: #0B8CD7;
}

@media (max-width: 1080px) {
  html body .infographics-widget .widget-row .text-wrapper span.value {
    font-size: 4rem;
  }
}
@media (max-width: 960px) {
  html body .infographics-widget .widget-row h4 {
    font-size: 3.75rem;
  }
  html body .infographics-widget .widget-row .text-wrapper span.value {
    font-size: 3rem;
  }
  html body .infographics-widget .widget-row .image-wrapper img {
    max-width: 5rem;
    max-height: 4.5rem;
  }
}
@media (max-width: 800px) {
  html body .infographics-widget .widget-row h4 {
    font-size: 3.25rem;
  }
  html body .infographics-widget .widget-row .text-wrapper span.value {
    font-size: 2.75rem;
  }
}
@media (max-width: 768px) {
  html body .infographics-widget {
    max-width: 100%;
  }
  html body .infographics-widget .widget-row h4 {
    font-size: 3.5rem;
  }
  html body .infographics-widget .widget-row .text-wrapper span.value {
    font-size: 3.5rem;
  }
  html body .infographics-widget .widget-row .image-wrapper img {
    max-width: 6rem;
    max-height: 5.5rem;
  }
}
@media (max-width: 450px) {
  html body .infographics-widget {
    max-width: 100%;
  }
  html body .infographics-widget .widget-row h4 {
    font-size: 3.25rem;
  }
  html body .infographics-widget .widget-row .text-wrapper span.title {
    font-size: 1.75rem;
  }
  html body .infographics-widget .widget-row .text-wrapper span.value {
    font-size: 3rem;
  }
  html body .infographics-widget .widget-row .image-wrapper img {
    max-width: 5rem;
    max-height: 4.5rem;
  }
}
@media (max-width: 375px) {
  html body .infographics-widget {
    max-width: 100%;
  }
  html body .infographics-widget .widget-row h4 {
    font-size: 3rem;
  }
  html body .infographics-widget .widget-row .text-wrapper span.title {
    font-size: 1.6rem;
  }
  html body .infographics-widget .widget-row .text-wrapper span.value {
    font-size: 2.75rem;
  }
  html body .infographics-widget .widget-row .image-wrapper img {
    max-width: 4.5rem;
    max-height: 3.75rem;
  }
  html body .infographics-widget .widget-row .image-wrapper span.currency {
    font-size: 2.75rem;
  }
}

/*# sourceMappingURL=infographics.css.map */
