@font-face {
  font-family: Ubuntu;
  src: url('../fonts/Ubuntu-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu;
  src: url('../fonts/Ubuntu-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu;
  src: url('../fonts/Ubuntu-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.navbar {
  z-index: 5;
  background-image: linear-gradient(#032240, #032240);
  position: sticky;
  top: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: 150px;
}

.nav-menu-wrapper {
  color: #fff;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #00ff81;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #00ff81;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.section {
  background-image: url('../images/TW-The-Company-1.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  height: 70vh;
  padding-right: 5rem;
  display: flex;
}

.body {
  background-image: linear-gradient(#032440, #032440);
}

.image {
  width: auto;
}

.div-block {
  width: 40%;
}

.heading {
  color: #fff;
  text-align: right;
  font-family: Ubuntu, sans-serif;
  font-weight: 500;
}

.press-releases {
  color: #fff;
  text-align: center;
  font-family: Ubuntu, sans-serif;
  font-weight: 500;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.div-block-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.text-block {
  color: #fff;
  width: 100%;
  height: 50%;
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
}

.div-block-4 {
  background-image: linear-gradient(#00ff80, #00ff80);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 150px;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.text-block-2 {
  color: #032440;
  text-align: center;
}

.text-block-3 {
  color: #012440;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Ubuntu, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-3._2rem {
  margin-top: 0;
}

.text-block-3.media-kit {
  color: #fff;
  background-image: linear-gradient(#032440, #032440);
}

.text-block-3.media-kit:hover {
  color: #032440;
  background-image: linear-gradient(#00ff80, #00ff80);
}

.link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(#00ff80, #00ff80);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.link-block.b2 {
  background-image: linear-gradient(#fff, #fff);
  margin-top: 5rem;
}

.link-block.b2:hover {
  background-image: linear-gradient(#00ff80, #00ff80);
}

.link-block.white {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#00ff80, #00ff80);
}

.link-block.press {
  background-image: linear-gradient(#fff, #fff);
}

.link-block.brand-assets {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.link-block.pdf {
  width: 180px;
}

.section-3 {
  background-image: url('../images/separator-green-press.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.div-block-5 {
  background-image: url('../images/Mockup-Brand-Asset-1.jpg'), linear-gradient(#fff, #fff);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 100%, auto;
  border-radius: 20px;
  width: 80%;
  height: 380px;
  margin-top: 4rem;
  display: flex;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 5rem;
  display: flex;
}

.heading-2 {
  color: #032440;
  font-family: Ubuntu, sans-serif;
}

.media-kit {
  justify-content: center;
  align-items: center;
  width: 150px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.div-block-7 {
  width: 100%;
}

.section-4 {
  background-image: url('../images/Mockup-Brand-Asset-3-1-1.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 80vh;
  margin-top: 2rem;
  display: flex;
}

.form-block {
  display: flex;
}

.div-block-8 {
  background-image: linear-gradient(#fff, #fff);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  left: 150px;
}

.div-block-9 {
  justify-content: space-between;
  align-items: center;
  width: 40%;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
  left: 150px;
}

.text-block-4 {
  color: #00ff80;
  font-family: Ubuntu, sans-serif;
  font-weight: 500;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  font-family: Ubuntu, sans-serif;
}

.div-block-10 {
  flex-flow: column;
  display: flex;
}

.image-2 {
  width: 150px;
}

.form-block-2 {
  width: 80%;
}

.div-block-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-13 {
  flex-flow: column;
  display: flex;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.submit-button {
  color: #00ff80;
  background-color: #fff;
  border: 2px solid #00ff80;
  border-radius: 5px;
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
}

.text-field, .text-field-2, .textarea {
  color: #000;
  font-family: Ubuntu, sans-serif;
  font-weight: 500;
}

.section-5 {
  background-image: url('../images/separator-white-press.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
  bottom: 2rem;
}

.div-block-14 {
  background-image: linear-gradient(#fff, #fff);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 1.8rem;
  display: flex;
}

.text-block-5 {
  color: #032440;
  font-family: Ubuntu, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.div-block-15 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-end center;
  margin-top: 1rem;
  display: flex;
}

.image-3, .image-4, .image-5 {
  width: 200px;
}

.footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 54px 420px;
  text-decoration: none;
  display: flex;
}

.container {
  grid-column-gap: 59.4px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  padding-top: 27px;
  padding-bottom: 27px;
  padding-right: .08px;
  text-decoration: none;
  display: flex;
}

.container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 1px;
  text-decoration: none;
  display: flex;
}

.container-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 225.44px;
  text-decoration: none;
  display: flex;
}

.link {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 3px;
  text-decoration: none;
  display: flex;
}

._01-2-png {
  object-fit: cover;
}

.container-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 89.22px;
  padding-right: 89.24px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.container-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 14.9px;
  padding-left: 7.53px;
  padding-right: 7.53px;
  text-decoration: none;
  display: flex;
}

.link-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 23.8px;
  text-decoration: none;
}

.heading-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 52.14px;
  padding-right: 52.16px;
  text-decoration: none;
  display: flex;
}

.container-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 14.9px;
  padding-left: 86.82px;
  padding-right: 86.84px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.container-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 31px;
  padding-bottom: 3px;
  text-decoration: none;
  display: flex;
}

.heading-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 18.43px;
  padding-right: 18.43px;
  text-decoration: none;
  display: flex;
}

.container-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 196.13px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.container-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 225.44px;
  padding: 26.69px 20px 17px;
  text-decoration: none;
  display: flex;
}

.container-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  padding-top: 4px;
  padding-bottom: 27px;
  text-decoration: none;
  display: flex;
}

.container-11 {
  grid-row-gap: 28.79px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 1px;
  text-decoration: none;
  display: flex;
}

.list {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 8px;
  padding-left: 484px;
  padding-right: 484px;
  text-decoration: none;
  display: flex;
}

.item {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-right: 8px;
  text-decoration: none;
  display: flex;
}

.link-3 {
  border-radius: 3px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32px;
  text-decoration: none;
  display: flex;
}

.container-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.item-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.container-13 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: .9px;
  padding-left: 245.33px;
  padding-right: 245.34px;
  text-decoration: none;
  display: flex;
}

.footer-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 54px 420px;
  text-decoration: none;
  display: flex;
}

.container-14 {
  grid-column-gap: 59.4px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  padding-top: 27px;
  padding-bottom: 27px;
  padding-right: .08px;
  text-decoration: none;
  display: flex;
}

.container-15 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 1px;
  text-decoration: none;
  display: flex;
}

.container-16 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 225.44px;
  text-decoration: none;
  display: flex;
}

.link-4 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 3px;
  text-decoration: none;
  display: flex;
}

.container-17 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 7.53px;
  padding-right: 7.53px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 23.8px;
  text-decoration: none;
}

.heading-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 52.14px;
  padding-right: 52.16px;
  text-decoration: none;
  display: flex;
}

.container-18 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 86.82px;
  padding-right: 86.84px;
  text-decoration: none;
  display: flex;
}

.container-19 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 31px;
  padding-bottom: 3px;
  text-decoration: none;
  display: flex;
}

.heading-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 18.43px;
  padding-right: 18.43px;
  text-decoration: none;
  display: flex;
}

.container-20 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 196.13px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.container-21 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 225.44px;
  padding: 26.69px 20px 17px;
  text-decoration: none;
  display: flex;
}

.container-22 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  padding-top: 4px;
  padding-bottom: 27px;
  text-decoration: none;
  display: flex;
}

.container-23 {
  grid-row-gap: 28.79px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 1px;
  text-decoration: none;
  display: flex;
}

.item-3 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-right: 8px;
  text-decoration: none;
  display: flex;
}

.link-5 {
  border-radius: 3px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32px;
  text-decoration: none;
  display: flex;
}

.container-24 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.container-25 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: .9px;
  padding-left: 245.33px;
  padding-right: 245.34px;
  text-decoration: none;
  display: flex;
}

.section-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
}

.image-6 {
  width: 200px;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body-2 {
  background-image: linear-gradient(#032440, #032440);
  margin-bottom: 4rem;
}

.section-7 {
  grid-column-gap: 71px;
  grid-row-gap: 71px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin: 2rem 5% 8rem;
  display: grid;
}

.div-block-17 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-18 {
  width: 40%;
}

.div-block-19 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  display: flex;
}

.image-7 {
  border-radius: 7px;
  width: 100%;
}

.heading-9 {
  color: #00ff80;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
}

.div-block-20 {
  height: 40%;
}

.section-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.div-block-21 {
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  height: 70%;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  width: 80%;
  height: 30%;
  display: flex;
}

.image-8 {
  width: 150px;
}

.link-block-2 {
  text-decoration: none;
}

.link-6 {
  color: #fff;
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link-6.bold {
  font-weight: 700;
}

.div-block-23 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-24 {
  padding-bottom: 1rem;
}

.div-block-25 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9 {
  width: 150px;
  margin-bottom: 1rem;
}

.image-10 {
  width: 150px;
}

.div-block-26 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.text-block-6 {
  color: #fff;
  text-align: center;
}

.div-block-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
  position: static;
  inset: -11% 0% auto;
}

.image-12 {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 25px;
  display: block;
}

.section-9 {
  background-image: url('../images/TW-The-Company-1.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  height: 70vh;
  padding-right: 5rem;
  display: flex;
}

.div-block-28 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.image-13 {
  width: auto;
}

.heading-10 {
  color: #fff;
  text-align: right;
  font-family: Ubuntu, sans-serif;
  font-weight: 500;
}

.body-3 {
  background-color: #032240;
}

.logo-guidelines {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 4rem;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  box-shadow: 0 -4px 5px #0003;
}

.logo-guidelines.green {
  box-shadow: none;
  background-image: linear-gradient(#0bfb81, #0bfb81);
  margin-top: 0;
}

.logo-guidelines._3 {
  box-shadow: none;
  margin-top: 0;
}

.div-block-29 {
  width: 100%;
}

.div-block-30 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  color: #fff;
  background-image: linear-gradient(#fff, #fff);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
}

.div-block-30.green {
  background-image: linear-gradient(#0bfb81, #0bfb81);
}

.heading-11 {
  color: #032240;
}

.div-block-31 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block-3 {
  text-align: center;
  background-image: linear-gradient(#022440, #022440);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.link-block-3:hover {
  background-image: linear-gradient(#07365c, #07365c);
}

.text-block-7 {
  color: #fff;
  text-align: center;
  font-family: Ubuntu, sans-serif;
  font-size: 27px;
  font-weight: 700;
}

.section-10 {
  width: auto;
  height: auto;
  margin-bottom: 6rem;
  position: relative;
}

.code-embed {
  position: static;
}

.image-14 {
  transform-style: preserve-3d;
  border-radius: 7px;
}

.image-14:hover {
  transform: scale3d(1none, 1none, 1none);
  box-shadow: 0 2px 5px #00ff80;
}

.image-15 {
  border-radius: 7px;
}

.image-15:hover {
  box-shadow: 0 2px 5px #00ff80;
}

.image-16 {
  border-radius: 7px;
}

.image-16:hover {
  box-shadow: 0 2px 5px #00ff80;
}

.success-message {
  background-color: #00ff80;
}

.text-block-8 {
  color: #032440;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  background-image: radial-gradient(circle, #000000a1 48%, #032440), url('../images/Headers-and-photos.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.heading-12 {
  color: #00ff80;
  font-family: Ubuntu, sans-serif;
  font-size: 40px;
}

.text-block-9 {
  color: #00ff80;
  font-family: Ubuntu, sans-serif;
}

.image-17 {
  width: 20%;
}

.text-block-10 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.banner_trigger {
  display: none;
}

.prefs_space-medium {
  margin-bottom: 2.5rem;
}

.prefs_label {
  color: #00fe81;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.prefs_form {
  background-color: #0c1825;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.prefs_text-4 {
  color: #fff;
  font-size: .75rem;
}

.banner_button-4 {
  color: #03223f;
  text-align: center;
  background-color: #00fe81;
  border: 0 solid #fff;
  border-top: 2px solid #000;
  border-radius: 0 0 7px;
  width: 50%;
  min-width: 8.75rem;
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-size: 1rem;
  font-weight: 700;
}

.banner_button-4.button-alt {
  color: #0c1825;
  -webkit-text-stroke-color: red;
  background-color: #f5f5f5;
  border-width: 2px 0 0;
  border-color: #000 #141c13 #141c13;
  border-radius: 0 0 0 7px;
  font-weight: 400;
}

.banner_text-link-2 {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.prefs_content-4 {
  background-color: #03223f;
  height: 100%;
  padding: 2.5rem 2rem;
  display: block;
  overflow: scroll;
}

.prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.banner_component-6 {
  z-index: 998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #03223f;
  border: 1px solid #fff;
  border-radius: 7px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-top: .5rem;
  display: none;
  position: fixed;
  inset: auto 0% 3% 3%;
}

.prefs_close-2 {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.prefs_space-small {
  margin-bottom: .75rem;
}

.prefs_button-4 {
  color: #03223f;
  background-color: #00fe81;
  border: 2px solid #fff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.prefs_button-4.button-alt {
  color: #0c1825;
  background-color: #fff;
  border-color: #141c13;
}

.prefs_trigger {
  display: none;
}

.prefs_component-5 {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-32 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 1rem;
  padding-left: 1rem;
  display: flex;
}

.banner_container-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 62.5rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.prefs_submit-hide {
  display: none;
}

.prefs_title-3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.banner_buttons-wrapper-2 {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.prefs_close-icon-4 {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  display: block;
}

.prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.banner_text-4 {
  color: #fff;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.prefs_checkbox-label {
  display: none;
}

.prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.text-block-11 {
  color: #fff;
  margin-top: 30px;
  font-family: Ubuntu, sans-serif;
  font-size: 20px;
}

.div-block-33 {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-18 {
  width: 70px;
}

.text-block-12, .text-block-13 {
  color: #fff;
  font-family: Ubuntu, sans-serif;
}

.div-block-35 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-14, .text-block-15 {
  color: #fff;
  font-family: Ubuntu, sans-serif;
}

.image-19 {
  width: 70px;
}

.text-block-16 {
  color: #00ff80;
  margin-bottom: 30px;
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  text-decoration: underline;
}

@media screen and (min-width: 1920px) {
  .prefs_button-4.button-alt {
    border-color: #111c0e;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
    display: none;
  }

  .nav-menu {
    background-color: #032240;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    background-color: #0000;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
  }

  .icon {
    color: #fff;
  }

  .section {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .image {
    width: 200px;
  }

  .div-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .section-2 {
    background-image: none;
  }

  .div-block-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    width: 500px;
  }

  .div-block-5 {
    height: 300px;
  }

  .div-block-8, .div-block-9 {
    width: 80%;
    left: auto;
  }

  .div-block-14 {
    margin-top: 1rem;
  }

  .text-block-5 {
    text-align: center;
    line-height: 25px;
  }

  .div-block-15 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-7 {
    grid-template-columns: 1fr;
  }

  .div-block-17 {
    flex-flow: column;
  }

  .div-block-18 {
    width: 80%;
  }

  .div-block-19 {
    justify-content: space-around;
    align-items: center;
  }

  .div-block-21 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
  }

  .div-block-25 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-27 {
    top: -6%;
  }

  .section-9 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .div-block-28 {
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .image-13 {
    width: 200px;
  }

  .logo-guidelines {
    flex-flow: column;
    margin-bottom: 2rem;
  }

  .div-block-30 {
    width: 100%;
    margin-bottom: 15px;
  }

  .div-block-30.green {
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .div-block-31 {
    justify-content: center;
    align-items: center;
  }

  .image-14, .image-15, .image-16 {
    width: 100%;
  }

  .utility-page-content {
    width: 80%;
  }

  .banner_trigger {
    display: none;
  }

  .banner_component-6 {
    width: 50%;
  }

  .banner_container-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .banner_buttons-wrapper-2 {
    margin-top: 1rem;
  }

  .banner_text-4 {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .div-block-5 {
    height: 200px;
  }

  .div-block-6 {
    margin-left: 2rem;
  }

  .div-block-8, .div-block-9 {
    width: 80%;
  }

  .div-block-15 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
    display: grid;
  }

  .div-block-28 {
    width: 80%;
  }

  .image-17 {
    width: 40%;
  }

  .banner_component-6 {
    width: 70%;
  }

  .banner_container-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .prefs_title-3 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .section {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .div-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .heading {
    display: flex;
  }

  .text-block {
    text-align: center;
  }

  .div-block-5 {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/Mockup-Brand-Asset-1.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
  }

  .div-block-8 {
    width: 80%;
  }

  .div-block-14 {
    margin-top: 0;
  }

  .div-block-15 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
    display: grid;
  }

  .div-block-18, .div-block-19 {
    width: 80%;
  }

  .heading-9 {
    text-align: center;
  }

  .image-11 {
    width: 80%;
  }

  .section-9 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .div-block-28 {
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .image-13 {
    width: 200px;
  }

  .heading-10, .bold-text {
    text-align: center;
  }

  .image-17 {
    width: 80%;
  }

  .banner_button-4 {
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .prefs_content-4 {
    padding: 1.5rem;
  }

  .banner_component-6 {
    width: 100%;
    bottom: 0%;
    left: 0%;
  }

  .prefs_button-4 {
    margin-bottom: .5rem;
  }

  .prefs_component-5 {
    padding: 1.5rem;
  }

  .banner_buttons-wrapper-2 {
    text-align: center;
  }

  .div-block-33 {
    flex-flow: column;
  }
}


@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}