@import url("https://use.typekit.net/ilg4maj.css");
.wg-container {
  font-family: "aktiv-grotesk", sans-serif;
  max-width: 1152px;
  margin: auto;
  font-size: 15px;
  font-weight: 400; }
  .wg-container .color-1 {
    color: #000 !important; }
  .wg-container .color-2 {
    color: #6ec800 !important; }
  .wg-container .color-3 {
    color: #eff0f2 !important; }
  .wg-container .color-white {
    color: white !important; }
  .wg-container .background-1 {
    background-color: #000 !important; }
  .wg-container .background-2 {
    background-color: #6ec800 !important; }
  .wg-container .background-3 {
    background-color: #eff0f2 !important; }
  .wg-container .background-white {
    background-color: white !important; }
  .wg-container .wg-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
  .wg-container .wg-col-6 {
    width: 50%; }
  .wg-container .wg-col-12 {
    width: 100%; }
  @media (min-width: 992px) {
    .wg-container .wg-col-lg-6 {
      width: 50%; } }
  .wg-container .wg-main-img {
    position: relative;
    width: 100%; }
    .wg-container .wg-main-img::after {
      content: '';
      padding-bottom: 80%;
      display: block; }
    .wg-container .wg-main-img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      max-width: 100%;
      display: block;
      object-fit: cover;
      object-position: 50% 50%; }
  .wg-container .wg-side-img {
    position: relative;
    width: 100%; }
    .wg-container .wg-side-img::after {
      content: '';
      padding-bottom: 60%;
      display: block; }
    .wg-container .wg-side-img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      max-width: 100%;
      display: block;
      object-fit: cover;
      object-position: 50% 50%; }
  .wg-container .wg-side-iframe {
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 60%;
    overflow: hidden; }
    .wg-container .wg-side-iframe .wg-iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: 0; }
  .wg-container .wg-header-1 {
    font-family: inherit;
    font-size: 2.2em;
    margin: 1em 0; }
  .wg-container .wg-header-2 {
    font-family: inherit;
    font-size: 1.3em;
    margin: 0.8em 0; }
  .wg-container .wg-header-3 {
    font-family: inherit;
    font-size: 1em;
    margin: 0.5em 0; }
  .wg-container .wg-paragraph-1 {
    font-family: inherit;
    font-size: 1em;
    line-height: 1.8em; }
  .wg-container .wg-strong {
    font-weight: 700; }
  .wg-container .wg-text-center {
    text-align: center; }
  .wg-container .wg-ul {
    font-family: inherit;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.2em;
    color: #000;
    text-decoration: none;
    list-style-type: none;
    margin: 0;
    padding: 0.3em 0; }
    .wg-container .wg-ul .wg-li {
      font-family: inherit;
      text-indent: 0;
      padding-bottom: 1em; }
      .wg-container .wg-ul .wg-li::before {
        content: "";
        display: inline-block;
        width: 0.5rem;
        height: 0.5rem;
        margin-right: 0.5rem;
        background-color: #6ec800; }
  .wg-container .wg-px-1 {
    padding: 0 1em; }
  .wg-container .wg-px-3 {
    padding: 0 2em; }
  .wg-container .wg-pe-1 {
    padding-right: 1em; }
  .wg-container .wg-ps-1 {
    padding-left: 1em; }
  @media (min-width: 992px) {
    .wg-container .wg-pe-lg-1 {
      padding-right: 1em; } }
  @media (min-width: 992px) {
    .wg-container .wg-ps-lg-1 {
      padding-left: 1em; } }
  .wg-container .wg-p-3 {
    padding: 2em; }
  .wg-container .wg-mt-3 {
    margin-top: 2em; }
  .wg-container .wg-mt-2 {
    margin-top: 1.5em; }
  .wg-container .wg-mt-3 {
    margin-top: 2em; }
  .wg-container .wg-overflow-h {
    overflow: hidden; }
  .wg-container .wg-h-100 {
    height: 100%; }
  .wg-container .wg-d-flex {
    display: flex; }
  .wg-container .wg-align-items-center {
    align-items: center; }
  .wg-container img {
    max-width: 100%; }

.color-1 {
  color: #000 !important; }

.color-2 {
  color: #6ec800 !important; }

.color-3 {
  color: #eff0f2 !important; }

.color-white {
  color: white !important; }

.background-1 {
  background-color: #000 !important; }

.background-2 {
  background-color: #6ec800 !important; }

.background-3 {
  background-color: #eff0f2 !important; }

.background-white {
  background-color: white !important; }
