.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-without-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f7fa;
  border: 1px solid #aaa;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 12px 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.button {
  color: #000;
  background-color: #0a970030;
  border: 3px solid #0a9700;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.button:hover {
  color: #fff;
  background-color: #0a9700;
}

.button-2, .button-3 {
  font-size: 18px;
}

.button-4 {
  color: #000;
  background-color: #e220203b;
  border: 3px solid #e22020;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.button-4:hover {
  color: #fff;
  background-color: #e22020;
}

.body-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-main {
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.f-navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5% 0;
  display: flex;
}

.f-logo {
  width: 250px;
}

.text-block-4 {
  flex: 0 auto;
  width: 190px;
}

.f-navigation-button-secondary {
  color: #160042;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .2s;
  display: flex;
}

.f-navigation-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.f-navigation-r {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-button-neutral-copy {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #023064;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-right: 10px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-copy:hover {
  background-color: #0168c7;
}

.f-section-large {
  object-fit: fill;
  background-color: #023064;
  margin-top: 10px;
  padding: 60px 5% 50px;
  position: relative;
}

.f-paragraph-large {
  color: #cecece;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.bold-text-top {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}

.bold-text-3 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.bold-text-4 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.f-container-regular {
  text-align: center;
  width: 100%;
  max-width: 1146px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-container-regular-learning {
  text-align: center;
  width: 100%;
  max-width: 1146px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-25 {
  margin-bottom: 24px;
}

.f-header-wrapper-left {
  max-width: 800px;
}

.bold-text {
  color: #00264c;
}

.f-paragraph-large-2 {
  color: #000;
  text-align: left;
  letter-spacing: -.02em;
  white-space: normal;
  word-break: normal;
  min-width: 0;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 18px;
  line-height: 23px;
}

.f-section-large-2 {
  padding: 30px 5% 40px;
  position: relative;
}

.list-item {
  text-align: left;
  width: 60%;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 18px;
}

.list {
  margin-bottom: 0;
}

.f-container-regular-about-co {
  text-align: center;
  width: 100%;
  max-width: 1146px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
}

.f-h1-heading-2 {
  color: #023064;
  text-align: left;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.2;
}

.list-item-2 {
  text-align: left;
  width: 60%;
  padding-bottom: 10px;
  font-size: 18px;
}

.f-container-regular-speakers {
  text-align: center;
  width: 100%;
  max-width: 1146px;
  margin: 40px auto 0;
  position: relative;
}

.list-item-3 {
  text-align: left;
  padding-bottom: 10px;
  font-size: 18px;
}

.div-block-3 {
  object-fit: fill;
  background-color: #8f8f8f36;
  padding-top: 30px;
  padding-bottom: 0;
  position: static;
}

.div {
  padding-bottom: 20px;
  padding-right: 0;
}

.code-embed {
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.f-paragraph-large-3 {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.div-block {
  padding-top: 0;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.f-section-regular {
  margin-bottom: 0;
  padding: 0 5%;
  position: relative;
}

.f-heading-detail-small {
  color: #e4e6f1;
  text-align: left;
  letter-spacing: .08em;
  text-transform: uppercase;
  width: auto;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 24px;
}

.text-span-3 {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.text-span-3:hover {
  color: #8a8a8a;
}

.text-span-3:active {
  color: #fff;
}

.div-block-2 {
  text-align: center;
  background-color: #023064;
  padding-top: 20px;
  padding-bottom: 40px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.heading-2-copy-copy {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  text-indent: 0;
  width: 60%;
  margin: 10px auto;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: block;
}

.heading-2-copy-copy:active {
  color: #fff;
}

.heading-6 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.html-embed {
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.html-embed.pink {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  width: 35px;
  transition: all .2s;
}

.html-embed.pink {
  transition: all .2s;
}

.html-embed.pink {
  height: 35px;
  transition: all .2s;
}

.html-embed.pink:hover {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .f-navigation {
    position: relative;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation-r {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-menu-button {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .hero-without-image {
    padding: 60px 15px;
  }

  .f-navigation-button-secondary {
    display: none;
  }

  .f-section-large, .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h1-heading-2 {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .heading-2-copy-copy {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .heading {
    text-align: left;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 25px;
    display: block;
  }

  .button, .button-4 {
    font-size: 14px;
  }

  .heading-main {
    font-size: 25px;
  }

  .image {
    order: -9999;
    display: block;
  }

  .f-paragraph-large {
    text-align: center;
  }

  .bold-text-top, .bold-text-4 {
    text-align: center;
    font-size: 17px;
  }

  .list-item {
    width: 100%;
  }

  .f-h1-heading-2 {
    font-size: 30px;
  }

  .list-item-2 {
    width: 100%;
  }

  .f-paragraph-large-3 {
    font-size: 16px;
  }

  .f-heading-detail-small {
    text-align: left;
    font-size: 17px;
  }

  .heading-2-copy-copy {
    width: 100%;
    padding-left: 30px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_30540362-75a0-18ea-5584-4514deaa7534-7c6108e5, #w-node-_30540362-75a0-18ea-5584-4514deaa754b-7c6108e5, #w-node-_30540362-75a0-18ea-5584-4514deaa7558-7c6108e5, #w-node-_30540362-75a0-18ea-5584-4514deaa7567-7c6108e5, #w-node-ca3fc4c3-9dd9-ccc7-e7f6-98df71fe3d41-7c6108e5, #w-node-e67f8745-70c7-f84c-6d0d-3c12a970e3aa-7c6108e5 {
    order: -9999;
  }
}


