.announcement-wrapper {
  display: contents;
}
 
.announcement-thq-announcement-elm {
  gap: var(--dl-layout-space-halfunit);
  flex: 1;
  cursor: pointer;
  display: flex;
  position: relative;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: 16px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  padding-bottom: 12px;
  justify-content: center;
  background-color: #375EE0;
}
 
.announcement-thq-announcement-elm:hover {
  box-shadow: 5px 5px 10px 0px #d4d4d4;
}
 
.announcement-thq-title-elm {
  color: #8AEDE8;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
 
.announcement-thq-button-elm {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
  border-color: #8AEDE8;
  flex-direction: row;
  padding-bottom: 4px;
  border-bottom-width: 1px;
}
 
.announcement-thq-button-text-elm {
  color: rgb(138, 237, 232);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}
 
.announcementroot-class-name {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name1 {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name2 {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name3 {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name4 {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name5 {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name6 {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name7 {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name8 {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name9 {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name10 {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name11 {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name12 {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name13 {
  flex: 0 0 auto;
  width: 100%;
}
 
@media(max-width: 1600px) {
  .announcement-thq-title-elm {
    font-size: 10px;
  }
  .announcement-thq-button-text-elm {
    font-size: 10px;
  }
  .announcementroot-class-name3 {
    max-width: 100%;
  }
  .announcementroot-class-name11 {
    max-width: 100%;
  }
  .announcementroot-class-name12 {
    max-width: 100%;
  }
  .announcementroot-class-name13 {
    max-width: 100%;
  }
}
 
@media(max-width: 479px) {
  .announcement-thq-announcement-elm {
    width: 100%;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: column;
  }
  .announcement-thq-title-elm {
    color: rgb(138, 237, 232);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
  }
  .announcement-thq-button-text-elm {
    color: rgb(138, 237, 232);
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    text-decoration: none;
  }
}

.navbar-wrapper {
  display: contents;
}
 
.navbar-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar-thq-navbar-interactive-elm {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: space-between;
}
 
.navbar-navlink1 {
  display: contents;
}
 
.navbar-image1 {
  height: 3rem;
  object-fit: cover;
  text-decoration: none;
}
 
.navbar-navlink2 {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  padding-left: var(--dl-layout-space-halfunit);
  text-decoration: none;
}
 
.navbar-thq-desktop-menu-elm {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.navbar-thq-links-elm1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.navbar-thq-link1-elm1 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  text-decoration: none;
}
 
.navbar-thq-dropdown-elm1 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-layout-radius-radius2);
}
 
.navbar-thq-dropdown-toggle-elm1 {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: 0px;
  border-radius: var(--dl-layout-radius-radius2);
  padding-right: 0px;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.navbar-text10 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  font-size: 12px;
  font-style: normal;
  text-align: center;
  font-family: "Poppins";
  font-weight: 600;
  margin-right: 4px;
  vertical-align: middle;
}
 
.navbar-thq-dropdown-arrow-elm {
  transition: 0.3s;
}
 
.navbar-icon10 {
  width: 18px;
  height: 18px;
  transition: 0.3s;
}
 
.navbar-thq-dropdown-list-elm {
  left: 0%;
  width: max-content;
  display: none;
  z-index: 100;
  position: absolute;
  min-width: 100%;
  transition: 0.3s;
  align-items: stretch;
  border-color: #D9D9D9;
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius4);
  flex-direction: column;
  list-style-type: none;
  background-color: var(--dl-color-gray-white);
  list-style-position: inside;
}
 
.navbar-thq-dropdown-elm2 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-layout-radius-radius2);
}
 
.navbar-thq-dropdown-toggle-elm2 {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius4);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  text-decoration: none;
}
 
.navbar-thq-dropdown-toggle-elm2:hover {
  fill: #fff;
  color: #fff;
  background-color: #eae8e1;
}
 
.navbar-text11 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.navbar-thq-dropdown-elm3 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-layout-radius-radius2);
}
 
.navbar-thq-dropdown-toggle-elm3 {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius4);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  text-decoration: none;
}
 
.navbar-thq-dropdown-toggle-elm3:hover {
  fill: #fff;
  color: #fff;
  background-color: #eae8e1;
}
 
.navbar-text12 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.navbar-thq-dropdown-elm4 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-layout-radius-radius2);
}
 
.navbar-thq-dropdown-toggle-elm4 {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius4);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  text-decoration: none;
}
 
.navbar-thq-dropdown-toggle-elm4:hover {
  fill: #fff;
  color: #fff;
  background-color: #eae8e1;
}
 
.navbar-text13 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.navbar-thq-link3-elm1 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  text-decoration: none;
}
 
.navbar-thq-link4-elm1 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  text-decoration: none;
}
 
.navbar-thq-link5-elm1 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  text-decoration: none;
}
 
.navbar-thq-buttons-elm1 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.navbar-thq-action1-elm1 {
  display: flex;
  border-width: 0px;
  flex-direction: row;
  text-decoration: none;
  background-color: var(--dl-color-gray-black);
}
 
.navbar-text14 {
  font-size: 11px;
}
 
.navbar-thq-burger-menu-elm {
  display: none;
}
 
.navbar-icon12 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar-thq-mobile-menu-elm {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: absolute;
  transform: translateX(100%);
  transition: 0.5s;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar-thq-nav-elm {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar-thq-top-elm {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.navbar-navlink6 {
  display: contents;
}
 
.navbar-image2 {
  width: auto;
  height: 3rem;
  object-fit: cover;
  text-decoration: none;
}
 
.navbar-thq-close-menu-elm {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar-icon14 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar-thq-links-elm2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar-thq-link1-elm2 {
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  text-decoration: none;
}
 
.navbar-thq-link2-elm1 {
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  text-decoration: none;
}
 
.navbar-thq-link2-elm2 {
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  text-decoration: none;
}
 
.navbar-thq-link2-elm3 {
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  text-decoration: none;
}
 
.navbar-thq-link3-elm2 {
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  text-decoration: none;
}
 
.navbar-thq-link4-elm2 {
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  text-decoration: none;
}
 
.navbar-thq-link5-elm2 {
  font-size: 12px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  text-decoration: none;
}
 
.navbar-thq-buttons-elm2 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  margin-top: var(--dl-layout-space-twounits);
  align-items: center;
  flex-direction: row;
}
 
.navbar-thq-action1-elm2 {
  border-width: 0px;
  background-color: var(--dl-color-gray-black);
}
 
.navbar-thq-icon-group-elm {
  gap: var(--dl-layout-space-twounits);
  display: flex;
}
 
.contact-fragment18 {
  display: contents;
}
 
.contact-text18 {
  display: inline-block;
}
 
.contact-fragment12 {
  display: contents;
}
 
.contact-text12 {
  display: inline-block;
}
 
.contact-fragment22 {
  display: contents;
}
 
.contact-text22 {
  display: inline-block;
}
 
.contact-fragment20 {
  display: contents;
}
 
.contact-text20 {
  display: inline-block;
}
 
.contact-fragment21 {
  display: contents;
}
 
.contact-text21 {
  display: inline-block;
}
 
.contact-fragment19 {
  display: contents;
}
 
.contact-text19 {
  display: inline-block;
}
 
.contact-fragment13 {
  display: contents;
}
 
.contact-text13 {
  display: inline-block;
}
 
.contact-fragment16 {
  display: contents;
}
 
.contact-text16 {
  display: inline-block;
}
 
.contact-fragment10 {
  display: contents;
}
 
.contact-text10 {
  display: inline-block;
}
 
.contact-fragment17 {
  display: contents;
}
 
.contact-text17 {
  display: inline-block;
}
 
.contact-fragment11 {
  display: contents;
}
 
.contact-text11 {
  display: inline-block;
}
 
.contact-fragment15 {
  display: contents;
}
 
.contact-text15 {
  display: inline-block;
}
 
.contact-fragment14 {
  display: contents;
}
 
.contact-text14 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 

 
.navbarroot-class-name9 {
  background-color: white;
}
 
@media(max-width: 1600px) {
  .navbar-container {
    background-color: var(--dl-color-gray-white);
  }
  .navbar-image1 {
    width: auto;
    height: 3rem;
  }
  .navbar-navlink2 {
    padding-left: var(--dl-layout-space-halfunit);
  }
  .navbar-thq-link1-elm1 {
    font-size: 12px;
    font-family: Poppins;
  }
  .navbar-thq-dropdown-toggle-elm1 {
    padding-right: 0px;
  }
  .navbar-text10 {
    fill: var(--dl-color-gray-black);
    color: var(--dl-color-gray-black);
    font-style: normal;
    font-weight: 600;
  }
  .navbar-thq-dropdown-list-elm {
    left: 0%;
    display: none;
  }
  .navbar-text11 {
    fill: var(--dl-color-gray-black);
    color: var(--dl-color-gray-black);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
  }
  .navbar-text12 {
    fill: var(--dl-color-gray-black);
    color: var(--dl-color-gray-black);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
  }
  .navbar-text13 {
    fill: var(--dl-color-gray-black);
    color: var(--dl-color-gray-black);
    font-style: normal;
    font-weight: 600;
  }
  .navbar-thq-link3-elm1 {
    font-size: 12px;
    font-family: Poppins;
  }
  .navbar-thq-link4-elm1 {
    font-size: 12px;
    font-family: Poppins;
  }
  .navbar-thq-link5-elm1 {
    font-size: 12px;
    font-family: Poppins;
  }
  .navbar-thq-action1-elm1 {
    border-width: 0px;
    border-radius: var(--dl-layout-radius-buttonradius);
    background-color: var(--dl-color-gray-black);
  }
  .navbar-text14 {
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
  }
  .contact-text12 {
    font-family: Poppins;
  }
  .contact-text20 {
    font-family: Poppins;
  }
  .contact-text21 {
    font-family: Poppins;
  }
  .contact-text13 {
    font-family: Poppins;
  }
  .contact-text16 {
    font-size: 12px;
    font-family: Poppins;
  }
  .contact-text10 {
    font-size: 13px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 700;
    letter-spacing: 0px;
  }
  .contact-text11 {
    font-family: Poppins;
  }
  .contact-text15 {
    font-family: Poppins;
  }
  .contact-text14 {
    font-family: Poppins;
  }
  .navbarroot-class-name9 {
    background-color: transparent;
  }
}
 
@media(max-width: 767px) {
  .navbar-thq-navbar-interactive-elm {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .navbar-navlink2 {
    width: 100%;
  }
  .navbar-thq-desktop-menu-elm {
    display: none;
  }
  .navbar-thq-burger-menu-elm {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .navbar-thq-navbar-interactive-elm {
    padding: var(--dl-layout-space-unit);
    padding-left: 16px;
    padding-right: 16px;
  }
  .navbar-image1 {
    width: auto;
  }
  .navbar-navlink2 {
    width: 100%;
    display: none;
  }
  .navbar-thq-mobile-menu-elm {
    padding: var(--dl-layout-space-unit);
  }
  .navbar-text15 {
    font-size: 10px;
  }
}

.contact10-wrapper {
  display: contents;
}
 
.contact10-container1 {
  display: flex;
  position: relative;
  flex-direction: column;
}
 
.contact10-thq-max-width-elm {
  align-self: center;
}
 
.contact10-thq-content-elm1 {
  width: 100%;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: flex-start;
}
 
.contact10-thq-content-elm2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact10-thq-content-elm3 {
  width: 100%;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.contact10-container2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.contact10-container3 {
  width: 684px;
  height: 385px;
  display: flex;
  align-items: center;
  background-size: cover;
  justify-content: center;
  background-image: url('https://images.unsplash.com/photo-1588694926280-3ae414d06ccb?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDEzfHxjbHVqfGVufDB8fHx8MTcxNjI4NjI4N3ww&ixlib=rb-4.0.3&w=1400');
  background-position: center;
}
 
.contact10-text1 {
  text-align: center;
  font-family: "Poppins";
}
 
.contact10-container4 {
  flex: 0 0 auto;
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
 
.contact10-container5 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.contact10-container6 {
  width: 684px;
  height: 385px;
  display: flex;
  align-items: center;
  background-size: cover;
  justify-content: center;
  background-image: url('https://images.unsplash.com/photo-1571979195097-59d223315d89?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDMxfHxidWNoYXJlc3R8ZW58MHx8fHwxNzE2Mjg2MzE3fDA&ixlib=rb-4.0.3&w=1400');
  background-position: center;
}
 
.contact10-text2 {
  text-align: center;
}
 
.contact10-container7 {
  flex: 0 0 auto;
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
 
.contact-fragment23 {
  display: contents;
}
 
.contact-text36 {
  display: inline-block;
}
 
.contact-fragment24 {
  display: contents;
}
 
.contact-text37 {
  display: inline-block;
}
 
.contact-fragment25 {
  display: contents;
}
 
.contact-text38 {
  display: inline-block;
}
 

 
@media(max-width: 1600px) {
  .contact10-container3 {
    background-size: cover;
    background-image: url("https://images.unsplash.com/photo-1706756141866-52687362b7af?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDgyfHxNYWRyaWR8ZW58MHx8fHwxNzY3NjQ4MjY5fDA&ixlib=rb-4.1.0&w=1400");
  }
  .contact10-container6 {
    background-size: cover;
    background-image: url("https://images.unsplash.com/photo-1615472669810-e72da447b314?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDM5fHxTYW8lMjBQYXVsb3xlbnwwfHx8fDE3Njc2NDgwNDR8MA&ixlib=rb-4.1.0&w=1400");
  }
  .contact10-text2 {
    font-family: Poppins;
  }
  .contact-text37 {
    font-family: Poppins;
  }
}
 
@media(max-width: 1200px) {
  .contact10-thq-max-width-elm {
    width: 1036px;
    max-width: var(--dl-layout-size-maxwidth);
  }
  .contact10-thq-content-elm1 {
    width: auto;
  }
  .contact10-thq-content-elm3 {
    width: 100%;
  }
  .contact10-container3 {
    width: 423px;
  }
  .contact10-container6 {
    width: 508px;
  }
}
 
@media(max-width: 991px) {
  .contact10-thq-max-width-elm {
    width: 100%;
  }
  .contact10-thq-content-elm1 {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .contact10-thq-content-elm2 {
    width: 100%;
  }
  .contact10-thq-text-elm {
    width: 100%;
  }
  .contact10-thq-content-elm3 {
    position: relative;
    align-items: center;
    flex-direction: column;
  }
}
 
@media(max-width: 767px) {
  .contact10-thq-content-elm1 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .contact10-container3 {
    width: 100%;
  }
  .contact10-container6 {
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .contact10-container3 {
    width: 478px;
  }
  .contact10-container7 {
    border-width: 1px;
  }
}

.faq-wrapper {
  display: contents;
}
 
.faq-thq-faq-elm {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 16px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  background-color: #F3F5FA;
}
 
.faq-thq-content-elm1 {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
}
 
.faq-thq-header-elm {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.faq-thq-tag-elm {
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
  background-color: #D6F1F0;
}
 
.faq-text10 {
  font-style: normal;
  font-weight: 500;
}
 
.faq-thq-heading-elm {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.faq-text11 {
  width: 100%;
  font-size: 40px;
  max-width: 600px;
  font-style: normal;
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 56px;
}
 
.faq-accordion1 {
  width: 100%;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  flex-direction: column;
}
 
.faq-thq-trigger-elm1 {
  cursor: pointer;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #D9D9D9;
}
 
.faq-thq-summary-elm1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.faq-thq-icon-container-elm1 {
  transition: transform 0.3s ease-in-out;
}
 
.faq-container1 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.faq-accordion2 {
  width: 100%;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  flex-direction: column;
}
 
.faq-thq-trigger-elm2 {
  cursor: pointer;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #D9D9D9;
}
 
.faq-thq-summary-elm2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.faq-thq-icon-container-elm2 {
  transition: transform 0.3s ease-in-out;
}
 
.faq-container2 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.faq-accordion3 {
  width: 100%;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  flex-direction: column;
}
 
.faq-thq-trigger-elm3 {
  cursor: pointer;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #D9D9D9;
}
 
.faq-thq-summary-elm3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.faq-thq-icon-container-elm3 {
  transition: transform 0.3s ease-in-out;
}
 
.faq-container3 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.faq-accordion4 {
  width: 100%;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  flex-direction: column;
}
 
.faq-thq-trigger-elm4 {
  cursor: pointer;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #D9D9D9;
}
 
.faq-thq-summary-elm4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.faq-thq-icon-container-elm4 {
  transition: transform 0.3s ease-in-out;
}
 
.faq-container4 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.faq-accordion5 {
  width: 100%;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  flex-direction: column;
}
 
.faq-thq-trigger-elm5 {
  cursor: pointer;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #D9D9D9;
}
 
.faq-thq-summary-elm5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.faq-thq-icon-container-elm5 {
  transition: transform 0.3s ease-in-out;
}
 
.faq-container5 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.faq-accordion6 {
  width: 100%;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  flex-direction: column;
}
 
.faq-thq-trigger-elm6 {
  cursor: pointer;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #D9D9D9;
}
 
.faq-thq-summary-elm6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.faq-thq-icon-container-elm6 {
  transition: transform 0.3s ease-in-out;
}
 
.faq-container6 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.faq-accordion7 {
  width: 100%;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  flex-direction: column;
}
 
.faq-thq-trigger-elm7 {
  cursor: pointer;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #D9D9D9;
}
 
.faq-thq-summary-elm7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.faq-thq-icon-container-elm7 {
  transition: transform 0.3s ease-in-out;
}
 
.faq-container7 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.contact-fragment28 {
  display: contents;
}
 
.contact-text43 {
  display: inline-block;
}
 
.contact-fragment27 {
  display: contents;
}
 
.contact-text42 {
  display: inline-block;
}
 
.contact-fragment31 {
  display: contents;
}
 
.contact-text46 {
  display: inline-block;
}
 
.contact-fragment41 {
  display: contents;
}
 
.contact-text56 {
  display: inline-block;
}
 
.contact-fragment36 {
  display: contents;
}
 
.contact-text51 {
  display: inline-block;
}
 
.contact-fragment26 {
  display: contents;
}
 
.contact-text39 {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
}
 
.contact-fragment37 {
  display: contents;
}
 
.contact-text52 {
  display: inline-block;
}
 
.contact-fragment32 {
  display: contents;
}
 
.contact-text47 {
  display: inline-block;
}
 
.contact-fragment35 {
  display: contents;
}
 
.contact-text50 {
  display: inline-block;
}
 
.contact-fragment40 {
  display: contents;
}
 
.contact-text55 {
  display: inline-block;
}
 
.contact-fragment39 {
  display: contents;
}
 
.contact-text54 {
  display: inline-block;
}
 
.contact-fragment38 {
  display: contents;
}
 
.contact-text53 {
  display: inline-block;
}
 
.contact-fragment29 {
  display: contents;
}
 
.contact-text44 {
  display: inline-block;
}
 
.contact-fragment33 {
  display: contents;
}
 
.contact-text48 {
  display: inline-block;
}
 
.contact-fragment30 {
  display: contents;
}
 
.contact-text45 {
  display: inline-block;
}
 
.contact-fragment34 {
  display: contents;
}
 
.contact-text49 {
  display: inline-block;
}
 

 

 

 

 

 

 

 
@media(max-width: 1600px) {
  .faq-text11 {
    width: 100%;
    font-size: 40px;
    max-width: 100%;
    align-self: flex-start;
    font-style: normal;
    text-align: center;
    font-family: Poppins;
    font-weight: 600;
    line-height: 56px;
  }
  .faq-thq-trigger-elm1 {
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
    background-color: var(--dl-color-theme-secondary1);
  }
  .faq-text12 {
    font-size: 1.0em;
    font-style: normal;
    font-weight: 600;
  }
  .faq-text13 {
    font-size: 14px;
    line-height: 1.8;
  }
  .faq-thq-trigger-elm2 {
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
    background-color: var(--dl-color-theme-secondary1);
  }
  .faq-text14 {
    font-size: 1.0em;
    font-style: normal;
    font-weight: 600;
  }
  .faq-text15 {
    font-size: 14px;
    line-height: 1.8;
  }
  .faq-thq-trigger-elm3 {
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
    background-color: var(--dl-color-theme-secondary1);
  }
  .faq-text16 {
    font-size: 1.0em;
    font-style: normal;
    font-weight: 600;
  }
  .faq-container3 {
    height: 143px;
  }
  .faq-text17 {
    font-size: 14px;
    line-height: 1.8;
  }
  .faq-thq-trigger-elm4 {
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
    background-color: var(--dl-color-theme-secondary1);
  }
  .faq-text18 {
    font-size: 1.0em;
    font-style: normal;
    font-weight: 600;
  }
  .faq-container4 {
    height: 135px;
  }
  .faq-text19 {
    font-size: 14px;
    line-height: 1.8;
  }
  .faq-thq-trigger-elm5 {
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
    background-color: var(--dl-color-theme-secondary1);
  }
  .faq-text20 {
    font-size: 1.0em;
    font-style: normal;
    font-weight: 600;
  }
  .faq-container5 {
    margin-bottom: var(--dl-layout-space-unit);
  }
  .faq-text21 {
    font-size: 14px;
    line-height: 1.8;
  }
  .faq-thq-trigger-elm6 {
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
    background-color: var(--dl-color-theme-secondary1);
  }
  .faq-text22 {
    font-size: 1.0em;
    font-style: normal;
    font-weight: 600;
  }
  .faq-container6 {
    margin-bottom: 12px;
  }
  .faq-text23 {
    font-size: 14px;
    line-height: 1.8;
  }
  .faq-thq-trigger-elm7 {
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
    background-color: var(--dl-color-theme-secondary1);
  }
  .faq-text24 {
    font-size: 1.0em;
    font-style: normal;
    font-weight: 600;
  }
  .faq-container7 {
    height: 162px;
  }
  .faq-text25 {
    font-size: 14px;
    line-height: 1.8;
  }
}
 
@media(max-width: 767px) {
  .faq-thq-faq-elm {
    width: 100%;
  }
  .faq-thq-content-elm1 {
    gap: var(--dl-layout-space-twounits);
  }
  .faq-text10 {
    font-size: 14px;
  }
  .faq-text11 {
    font-size: 32px;
    line-height: 44px;
  }
  .contact-text39 {
    font-size: 14px;
  }
}

.get-started-cta-wrapper {
  display: contents;
}
 
.get-started-cta-thq-get-started-elm {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  background-color: #375EE0;
}
 
.get-started-cta-thq-content-elm {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  max-width: 600px;
  align-items: center;
  flex-direction: column;
}
 
.get-started-cta-thq-heading-elm {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.get-started-cta-text1 {
  color: #C1FFFC;
  font-size: 64px;
  font-style: normal;
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
}
 
.get-started-cta-text2 {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  font-family: Poppins;
  line-height: 30px;
}
 
.get-started-cta-thq-hero-buttons-elm {
  gap: var(--dl-layout-space-unit);
  display: flex;
  z-index: 15;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.get-started-cta-link {
  display: contents;
}
 
.get-started-cta-thq-ios-btn-elm {
  gap: var(--dl-layout-space-halfunit);
  fill: white;
  color: white;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  text-decoration: none;
  background-color: #000000;
}
 
.get-started-cta-thq-ios-btn-elm:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
 
.get-started-cta-thq-caption-elm1 {
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
 
.get-started-cta-navlink {
  display: contents;
}
 
.get-started-cta-thq-android-btn-elm {
  gap: var(--dl-layout-space-halfunit);
  fill: white;
  color: white;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  text-decoration: none;
  background-color: #000000;
}
 
.get-started-cta-thq-android-btn-elm:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
 
.get-started-cta-thq-caption-elm2 {
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
 
.contact-fragment43 {
  display: contents;
}
 
.contact-text61 {
  display: inline-block;
}
 
.contact-fragment45 {
  display: contents;
}
 
.contact-text63 {
  display: inline-block;
}
 
.contact-fragment42 {
  display: contents;
}
 
.contact-text57 {
  display: inline-block;
}
 
.contact-fragment44 {
  display: contents;
}
 
.contact-text62 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 
@media(max-width: 1600px) {
  .get-started-cta-thq-get-started-elm {
    height: 591px;
  }
  .get-started-cta-text1 {
    color: rgb(193, 255, 252);
    font-size: 64px;
    font-style: normal;
    text-align: center;
    font-family: Poppins;
    font-weight: 600;
  }
  .get-started-cta-text2 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-style: normal;
    text-align: center;
    font-family: Poppins;
    font-weight: 600;
    line-height: 30px;
  }
  .get-started-cta-thq-ios-btn-elm {
    width: 213px;
  }
  .get-started-cta-thq-caption-elm1 {
    font-size: 12px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
  }
  .get-started-cta-thq-android-btn-elm {
    width: 187px;
  }
  .get-started-cta-thq-caption-elm2 {
    font-size: 12px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
  }
}
 
@media(max-width: 991px) {
  .get-started-cta-thq-get-started-elm {
    padding-top: var(--dl-layout-space-fourunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .get-started-cta-thq-content-elm {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .get-started-cta-thq-heading-elm {
    gap: var(--dl-layout-space-halfunit);
  }
  .get-started-cta-text1 {
    font-size: 40px;
  }
  .get-started-cta-text2 {
    font-size: 18px;
  }
  .get-started-ct-aroot-class-name6 {
    height: auto;
  }
}
 
@media(max-width: 767px) {
  .get-started-cta-thq-get-started-elm {
    display: none;
  }
  .get-started-ct-aroot-class-name6 {
    display: flex;
  }
}
 
@media(max-width: 479px) {
  .get-started-cta-thq-hero-buttons-elm {
    width: 100%;
    flex-direction: column;
  }
  .get-started-cta-thq-ios-btn-elm {
    width: 100%;
  }
  .get-started-cta-thq-android-btn-elm {
    width: 100%;
  }
}

.social-wrapper {
  display: contents;
}
 
.social-thq-social-elm {
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-unit);
  position: relative;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
  background-color: rgba(236, 233, 234, 0.2);
}
 
.social-thq-social-elm:hover {
  background-color: rgba(236, 233, 234, 0.6);
}
 
.social-link {
  text-decoration: none;
}
 
.contact-fragment53 {
  display: contents;
}
 
.contact-text73 {
  display: inline-block;
}
 
.contact-fragment55 {
  display: contents;
}
 
.contact-text90 {
  display: inline-block;
}
 
.footer-fragment10 {
  display: contents;
}
 
.footer-text12 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 1600px) {
  .social-thq-social-elm {
    width: auto;
    height: auto;
    padding: var(--dl-layout-space-unit);
    padding-top: var(--dl-layout-space-halfunit);
    margin-right: 0px;
    padding-left: var(--dl-layout-space-halfunit);
    padding-right: var(--dl-layout-space-halfunit);
    padding-bottom: var(--dl-layout-space-halfunit);
  }
  .social-link {
    width: auto;
    height: auto;
    font-size: 10px;
  }
  .contact-text90 {
    font-size: 10px;
  }
}
 
@media(max-width: 767px) {
  .social-thq-social-elm {
    padding: 12px;
  }
}

.footer-wrapper {
  display: contents;
}
 
.footer-thq-footer-elm {
  gap: var(--dl-layout-space-threeunits);
  color: white;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  background-color: #000000;
}
 
.footer-thq-content-elm {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.footer-container1 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
 
.footer-container2 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
 
.footer-thq-information-elm {
  gap: var(--dl-layout-space-unit);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.footer-thq-heading-elm {
  gap: 0;
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: 265px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.footer-image {
  width: 75px;
  height: 57px;
  object-fit: cover;
}
 
.footer-text10 {
  width: auto;
  font-size: 14px;
  font-family: Poppins;
  line-height: 21px;
}
 
.footer-text11 {
  margin-top: var(--dl-layout-space-unit);
}
 
.footer-thq-socials-elm {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: 265px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
 
.footer-link {
  display: contents;
}
 
.footer-component {
  text-decoration: none;
}
 
.footer-fragment10 {
  display: contents;
}
 
.footer-text12 {
  display: inline-block;
}
 
.footer-container3 {
  flex: 0 0 auto;
  display: flex;
  margin-top: 55px;
  align-items: flex-start;
  margin-bottom: 0px;
  flex-direction: column;
}
 
.footer-text14 {
  margin-top: var(--dl-layout-space-unit);
}
 
.footer-thq-links-elm {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  z-index: 15;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
 
.footer-thq-column-elm1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.footer-thq-header-elm1 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 30px;
}
 
.footer-thq-link-elm10 {
  color: #C4C4C4;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
  text-decoration: none;
}
 
.footer-thq-link-elm10:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-thq-link-elm11 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
  text-decoration: none;
}
 
.footer-thq-link-elm11:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-thq-link-elm12 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
  text-decoration: none;
}
 
.footer-thq-link-elm12:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-thq-link-elm13 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
  text-decoration: none;
}
 
.footer-thq-link-elm13:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-thq-column-elm2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.footer-thq-header-elm2 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 30px;
}
 
.footer-thq-link-elm14 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
  text-decoration: none;
}
 
.footer-thq-link-elm14:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-thq-link-elm15 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
  text-decoration: none;
}
 
.footer-thq-link-elm15:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-thq-link-elm16 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
  text-decoration: none;
}
 
.footer-thq-link-elm16:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-thq-link-elm17 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
  text-decoration: none;
}
 
.footer-thq-link-elm17:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-thq-link-elm18 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
  text-decoration: none;
}
 
.footer-thq-link-elm18:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-container4 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  justify-content: center;
}
 
.footer-text15 {
  color: #C4C4C4;
  width: 100%;
  font-size: 10px;
  max-width: 1200px;
  line-height: 21px;
}
 
.footer-thq-link-elm19 {
  color: rgb(196, 196, 196);
  width: 15%;
  cursor: pointer;
  height: auto;
  display: block;
  font-size: 10px;
  align-self: stretch;
  text-align: right;
  transition: 0.3s;
  line-height: 21px;
  text-decoration: none;
}
 
.footer-thq-link-elm19:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-thq-link-elm20 {
  color: rgb(196, 196, 196);
  width: 20%;
  cursor: pointer;
  font-size: 10px;
  text-align: right;
  transition: 0.3s;
  line-height: 21px;
  text-decoration: none;
}
 
.footer-thq-link-elm20:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.contact-fragment59 {
  display: contents;
}
 
.contact-text94 {
  display: inline-block;
}
 
.contact-fragment53 {
  display: contents;
}
 
.contact-text73 {
  display: inline-block;
}
 
.contact-fragment46 {
  display: contents;
}
 
.contact-text64 {
  display: inline-block;
}
 
.contact-fragment56 {
  display: contents;
}
 
.contact-text91 {
  display: inline-block;
}
 
.contact-fragment57 {
  display: contents;
}
 
.contact-text92 {
  display: inline-block;
}
 
.contact-fragment58 {
  display: contents;
}
 
.contact-text93 {
  display: inline-block;
}
 
.contact-fragment54 {
  display: contents;
}
 
.contact-text78 {
  display: inline-block;
}
 
.contact-fragment48 {
  display: contents;
}
 
.contact-text66 {
  display: inline-block;
}
 
.contact-fragment61 {
  display: contents;
}
 
.contact-text99 {
  display: inline-block;
}
 
.contact-fragment63 {
  display: contents;
}
 
.contact-text101 {
  display: inline-block;
}
 
.contact-fragment49 {
  display: contents;
}
 
.contact-text69 {
  display: inline-block;
}
 
.contact-fragment55 {
  display: contents;
}
 
.contact-text90 {
  display: inline-block;
}
 
.contact-fragment52 {
  display: contents;
}
 
.contact-text72 {
  display: inline-block;
}
 
.contact-fragment60 {
  display: contents;
}
 
.contact-text98 {
  display: inline-block;
}
 
.contact-fragment51 {
  display: contents;
}
 
.contact-text71 {
  display: inline-block;
}
 
.contact-fragment47 {
  display: contents;
}
 
.contact-text65 {
  display: inline-block;
}
 
.contact-fragment50 {
  display: contents;
}
 
.contact-text70 {
  display: inline-block;
}
 
.contact-fragment62 {
  display: contents;
}
 
.contact-text100 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 

 
@media(max-width: 1600px) {
  .footer-image {
    width: 75px;
    height: 40px;
    padding-left: 0px;
  }
  .footer-text10 {
    font-size: 11px;
    font-family: Poppins;
    line-height: 12px;
    padding-top: var(--dl-layout-space-halfunit);
    padding-left: 5px;
  }
  .footer-text11 {
    margin-top: var(--dl-layout-space-oneandhalfunits);
    text-align: left;
    margin-left: 5px;
    margin-bottom: 0px;
  }
  .footer-thq-socials-elm {
    padding-left: 0px;
  }
  .footer-container3 {
    flex: 1;
    width: 331px;
    max-width: 360px;
    align-self: stretch;
    margin-top: var(--dl-layout-space-twounits);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    justify-content: flex-start;
  }
  .footer-text13 {
    font-size: 12px;
    margin-top: var(--dl-layout-space-halfunit);
  }
  .footer-text14 {
    margin-top: var(--dl-layout-space-oneandhalfunits);
    text-align: left;
    margin-left: 0px;
  }
  .footer-text15 {
    color: rgb(196, 196, 196);
    width: 100%;
    font-size: 10px;
    max-width: 1200px;
    line-height: 21px;
  }
  .footer-thq-link-elm19 {
    width: 100%;
    font-size: 10px;
    max-width: var(--dl-layout-size-xxlarge);
  }
  .footer-thq-link-elm20 {
    width: 100%;
    font-size: 10px;
    max-width: 200px;
  }
  .contact-text94 {
    font-size: 10px;
  }
  .contact-text79 {
    font-weight: 700;
  }
  .contact-text80 {
    font-weight: 700;
  }
  .contact-text81 {
    font-weight: 700;
  }
  .contact-text82 {
    font-weight: 700;
  }
  .contact-text90 {
    font-size: 10px;
  }
}
 
@media(max-width: 1200px) {
  .footer-container3 {
    margin-top: var(--dl-layout-space-twounits);
  }
  .footer-text13 {
    font-size: 11px;
  }
  .footer-container4 {
    width: 100%;
    height: auto;
    justify-content: flex-start;
  }
  .footer-text15 {
    width: 100%;
    font-size: 10px;
  }
  .footer-thq-link-elm19 {
    width: 100%;
    height: 100%;
    font-size: 10px;
  }
  .footer-thq-link-elm20 {
    width: 325px;
    height: auto;
    display: flex;
    font-size: 10px;
    padding-left: 0px;
    padding-right: 0px;
    justify-content: flex-end;
  }
}
 
@media(max-width: 991px) {
  .footer-thq-footer-elm {
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .footer-container3 {
    margin-top: var(--dl-layout-space-threeunits);
    margin-bottom: 0px;
  }
  .footer-text13 {
    font-size: 10px;
    margin-top: 0px;
  }
  .footer-text14 {
    margin-top: var(--dl-layout-space-halfunit);
    margin-left: 0px;
  }
  .footer-thq-link-elm19 {
    width: 20%;
  }
  .footer-thq-link-elm20 {
    width: 30%;
  }
}
 
@media(max-width: 767px) {
  .footer-thq-footer-elm {
    gap: var(--dl-layout-space-twounits);
  }
  .footer-thq-content-elm {
    gap: var(--dl-layout-space-threeunits);
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer-thq-information-elm {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .footer-thq-heading-elm {
    gap: var(--dl-layout-space-halfunit);
  }
  .footer-text10 {
    font-size: 12px;
    line-height: 18px;
  }
  .footer-thq-socials-elm {
    gap: var(--dl-layout-space-halfunit);
  }
  .footer-container3 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .footer-thq-links-elm {
    gap: var(--dl-layout-space-oneandhalfunits);
    width: 100%;
    flex-direction: column;
  }
  .footer-thq-header-elm1 {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-thq-header-elm2 {
    font-size: 16px;
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .footer-thq-links-elm {
    width: 100%;
    flex-direction: column;
  }
}

.contact-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
}
 
.contact-thq-header-elm {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.contact-thq-heading-elm {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.contact-thq-notification-elm {
  width: 100%;
}
 
.contact-component1 {
  text-decoration: none;
}
 
.contact-fragment10 {
  display: contents;
}
 
.contact-text10 {
  display: inline-block;
}
 
.contact-fragment11 {
  display: contents;
}
 
.contact-text11 {
  display: inline-block;
}
 
.contact-fragment12 {
  display: contents;
}
 
.contact-text12 {
  display: inline-block;
}
 
.contact-fragment13 {
  display: contents;
}
 
.contact-text13 {
  display: inline-block;
}
 
.contact-fragment14 {
  display: contents;
}
 
.contact-text14 {
  display: inline-block;
}
 
.contact-fragment15 {
  display: contents;
}
 
.contact-text15 {
  display: inline-block;
}
 
.contact-fragment16 {
  display: contents;
}
 
.contact-text16 {
  display: inline-block;
}
 
.contact-fragment17 {
  display: contents;
}
 
.contact-text17 {
  display: inline-block;
}
 
.contact-fragment18 {
  display: contents;
}
 
.contact-text18 {
  display: inline-block;
}
 
.contact-fragment19 {
  display: contents;
}
 
.contact-text19 {
  display: inline-block;
}
 
.contact-fragment20 {
  display: contents;
}
 
.contact-text20 {
  display: inline-block;
}
 
.contact-fragment21 {
  display: contents;
}
 
.contact-text21 {
  display: inline-block;
}
 
.contact-fragment22 {
  display: contents;
}
 
.contact-text22 {
  display: inline-block;
}
 
.contact-thq-hero-elm {
  width: 100%;
  height: 746px;
  display: flex;
  position: relative;
  max-width: auto;
  align-self: center;
  align-items: center;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
}
 
.contact-container2 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.contact-thq-title-elm {
  width: 100%;
  display: flex;
  font-size: 64px;
  max-width: var(--dl-layout-size-maxwidth);
  font-style: normal;
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 76px;
  justify-content: center;
}
 
.contact-thq-mission-elm {
  gap: 200px;
  flex: 0 0 auto;
  height: 500px;
  display: flex;
  max-width: auto;
  align-self: stretch;
  max-height: auto;
  justify-content: center;
  background-color: var(--dl-color-gray-black);
}
 
.contact-container3 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  max-width: 600px;
  justify-content: center;
  background-color: var(--dl-color-gray-black);
}
 
.contact-text24 {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  width: 100%;
  display: flex;
  align-self: center;
  justify-content: center;
}
 
.contact-container4 {
  flex: 0 0 auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
}
 
.contact-thq-text-elm {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  width: auto;
  display: flex;
  font-size: 28px;
  max-width: auto;
  align-self: center;
  flex-direction: column;
}
 
.contact-fragment23 {
  display: contents;
}
 
.contact-text36 {
  display: inline-block;
}
 
.contact-fragment24 {
  display: contents;
}
 
.contact-text37 {
  display: inline-block;
}
 
.contact-fragment25 {
  display: contents;
}
 
.contact-text38 {
  display: inline-block;
}
 
.contact-thq-container-elm {
  width: 100%;
  height: 609px;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-self: center;
  align-items: flex-start;
  justify-content: center;
}
 
.contact-container5 {
  width: 1448px;
  height: 492px;
  display: flex;
  max-width: auto;
  align-items: center;
  background-size: cover;
  justify-content: center;
  background-image: url('https://play.teleporthq.io/static/svg/default-img.svg');
  background-position: center;
}
 
.contact-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--dl-layout-radius-radius8);
}
 
.contact-fragment26 {
  display: contents;
}
 
.contact-text39 {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
}
 
.contact-fragment27 {
  display: contents;
}
 
.contact-text42 {
  display: inline-block;
}
 
.contact-fragment28 {
  display: contents;
}
 
.contact-text43 {
  display: inline-block;
}
 
.contact-fragment29 {
  display: contents;
}
 
.contact-text44 {
  display: inline-block;
}
 
.contact-fragment30 {
  display: contents;
}
 
.contact-text45 {
  display: inline-block;
}
 
.contact-fragment31 {
  display: contents;
}
 
.contact-text46 {
  display: inline-block;
}
 
.contact-fragment32 {
  display: contents;
}
 
.contact-text47 {
  display: inline-block;
}
 
.contact-fragment33 {
  display: contents;
}
 
.contact-text48 {
  display: inline-block;
}
 
.contact-fragment34 {
  display: contents;
}
 
.contact-text49 {
  display: inline-block;
}
 
.contact-fragment35 {
  display: contents;
}
 
.contact-text50 {
  display: inline-block;
}
 
.contact-fragment36 {
  display: contents;
}
 
.contact-text51 {
  display: inline-block;
}
 
.contact-fragment37 {
  display: contents;
}
 
.contact-text52 {
  display: inline-block;
}
 
.contact-fragment38 {
  display: contents;
}
 
.contact-text53 {
  display: inline-block;
}
 
.contact-fragment39 {
  display: contents;
}
 
.contact-text54 {
  display: inline-block;
}
 
.contact-fragment40 {
  display: contents;
}
 
.contact-text55 {
  display: inline-block;
}
 
.contact-fragment41 {
  display: contents;
}
 
.contact-text56 {
  display: inline-block;
}
 
.contact-thq-sections-elm {
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
}
 
.contact-fragment42 {
  display: contents;
}
 
.contact-text57 {
  display: inline-block;
}
 
.contact-fragment43 {
  display: contents;
}
 
.contact-text61 {
  display: inline-block;
}
 
.contact-fragment44 {
  display: contents;
}
 
.contact-text62 {
  display: inline-block;
}
 
.contact-fragment45 {
  display: contents;
}
 
.contact-text63 {
  display: inline-block;
}
 
.contact-fragment46 {
  display: contents;
}
 
.contact-text64 {
  display: inline-block;
}
 
.contact-fragment47 {
  display: contents;
}
 
.contact-text65 {
  display: inline-block;
}
 
.contact-fragment48 {
  display: contents;
}
 
.contact-text66 {
  display: inline-block;
}
 
.contact-fragment49 {
  display: contents;
}
 
.contact-text69 {
  display: inline-block;
}
 
.contact-fragment50 {
  display: contents;
}
 
.contact-text70 {
  display: inline-block;
}
 
.contact-fragment51 {
  display: contents;
}
 
.contact-text71 {
  display: inline-block;
}
 
.contact-fragment52 {
  display: contents;
}
 
.contact-text72 {
  display: inline-block;
}
 
.contact-fragment53 {
  display: contents;
}
 
.contact-text73 {
  display: inline-block;
}
 
.contact-fragment54 {
  display: contents;
}
 
.contact-text78 {
  display: inline-block;
}
 
.contact-fragment55 {
  display: contents;
}
 
.contact-text90 {
  display: inline-block;
}
 
.contact-fragment56 {
  display: contents;
}
 
.contact-text91 {
  display: inline-block;
}
 
.contact-fragment57 {
  display: contents;
}
 
.contact-text92 {
  display: inline-block;
}
 
.contact-fragment58 {
  display: contents;
}
 
.contact-text93 {
  display: inline-block;
}
 
.contact-fragment59 {
  display: contents;
}
 
.contact-text94 {
  display: inline-block;
}
 
.contact-fragment60 {
  display: contents;
}
 
.contact-text98 {
  display: inline-block;
}
 
.contact-fragment61 {
  display: contents;
}
 
.contact-text99 {
  display: inline-block;
}
 
.contact-fragment62 {
  display: contents;
}
 
.contact-text100 {
  display: inline-block;
}
 
.contact-fragment63 {
  display: contents;
}
 
.contact-text101 {
  display: inline-block;
}
 
@media(max-width: 1600px) {
  .contact-container1 {
    border-color: var(--dl-color-gray-black);
    border-width: 1px;
  }
  .contact-thq-header-elm {
    height: auto;
  }
  .contact-text10 {
    font-size: 13px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 700;
    letter-spacing: 0px;
  }
  .contact-text11 {
    font-family: Poppins;
  }
  .contact-text12 {
    font-family: Poppins;
  }
  .contact-text13 {
    font-family: Poppins;
  }
  .contact-text14 {
    font-family: Poppins;
  }
  .contact-text15 {
    font-family: Poppins;
  }
  .contact-text16 {
    font-size: 12px;
    font-family: Poppins;
  }
  .contact-text20 {
    font-family: Poppins;
  }
  .contact-text21 {
    font-family: Poppins;
  }
  .contact-thq-hero-elm {
    flex: auto;
    width: 100%;
    height: 722px;
    display: flex;
    position: static;
    max-width: var(--dl-layout-size-maxwidth);
    align-self: center;
    margin-bottom: 0px;
  }
  .contact-container2 {
    gap: 6px;
    flex: 1;
    width: 100%;
    height: auto;
    max-width: var(--dl-layout-size-maxwidth);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .contact-thq-title-elm {
    width: 100%;
    height: auto;
    display: flex;
    font-size: 64px;
    max-width: var(--dl-layout-size-maxwidth);
    font-style: normal;
    max-height: 100%;
    text-align: center;
    align-items: stretch;
    font-family: Poppins;
    font-weight: 600;
    line-height: 76px;
    flex-direction: column;
    justify-content: center;
  }
  .contact-thq-mission-elm {
    gap: var(--dl-layout-space-sixunits);
    width: 100%;
    height: 356px;
    z-index: 0;
    max-width: auto;
    margin-top: 0px;
    margin-left: 0px;
    border-width: 0px;
    margin-bottom: 0px;
    background-color: #000000;
  }
  .contact-container3 {
    fill: var(--dl-color-gray-500);
    color: var(--dl-color-gray-500);
    width: 646px;
    height: auto;
    min-width: auto;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    flex-direction: row;
    justify-content: center;
  }
  .contact-text24 {
    fill: var(--dl-color-theme-secondary1);
    color: var(--dl-color-gray-700);
    width: 100%;
    height: auto;
    display: flex;
    font-size: 24px;
    align-self: center;
    padding-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    justify-content: center;
  }
  .contact-text25 {
    fill: var(--dl-color-theme-secondary1);
    width: 100%;
    height: auto;
    display: flex;
    align-self: center;
    padding-top: var(--dl-layout-space-oneandhalfunits);
    margin-right: 0px;
    margin-bottom: 0px;
    justify-content: center;
  }
  .contact-container4 {
    width: auto;
    display: flex;
    align-self: center;
    flex-direction: column;
  }
  .contact-thq-text-elm {
    fill: var(--dl-color-theme-secondary1);
    color: rgb(255, 255, 255);
    width: 100%;
    display: flex;
    font-size: 24px;
    max-width: 600px;
    align-self: center;
    font-style: inherit;
    text-align: left;
    font-family: Poppins;
    font-weight: 500;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: column;
    padding-bottom: 00px;
    justify-content: space-between;
  }
  .contact-text29 {
    fill: var(--dl-color-theme-secondary1);
    width: 100%;
    display: flex;
    max-width: 600px;
    align-self: center;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: row;
    padding-bottom: 00px;
  }
  .contact-text37 {
    font-family: Poppins;
  }
  .contact-thq-container-elm {
    width: 100%;
    height: 646px;
    max-width: var(--dl-layout-size-maxwidth);
    align-self: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .contact-container5 {
    width: 1076px;
    height: auto;
    max-width: auto;
    align-self: center;
    margin-bottom: 0px;
  }
  .contact-image {
    width: var(--dl-layout-size-maxwidth);
    height: 524px;
    margin-top: 0px;
    border-radius: 24px;
  }
  .contact-text79 {
    font-weight: 700;
  }
  .contact-text80 {
    font-weight: 700;
  }
  .contact-text81 {
    font-weight: 700;
  }
  .contact-text82 {
    font-weight: 700;
  }
  .contact-text90 {
    font-size: 10px;
  }
  .contact-text94 {
    font-size: 10px;
  }
}
 
@media(max-width: 1200px) {
  .contact-thq-title-elm {
    width: 930px;
    font-size: 48px;
  }
  .contact-thq-mission-elm {
    height: 390px;
  }
  .contact-container3 {
    width: auto;
    height: 258px;
    align-self: center;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .contact-text24 {
    height: 71px;
    font-size: 24px;
    align-self: flex-start;
    padding-bottom: 0px;
  }
  .contact-text25 {
    height: 71px;
    font-size: 24px;
    align-self: flex-start;
    padding-bottom: 0px;
  }
  .contact-thq-text-elm {
    fill: var(--dl-color-theme-secondary1);
    color: var(--dl-color-theme-secondary1);
    font-size: 18px;
    align-self: flex-end;
    padding-top: 0px;
  }
  .contact-text29 {
    font-size: 18px;
    align-self: flex-end;
    padding-top: 0px;
  }
  .contact-thq-sections-elm {
    height: 136px;
    padding-right: 0px;
  }
}
 
@media(max-width: 991px) {
  .contact-thq-hero-elm {
    flex-direction: column;
  }
  .contact-thq-title-elm {
    font-size: 48px;
    text-align: center;
    line-height: 58px;
  }
  .contact-thq-text-elm {
    fill: var(--dl-color-theme-secondary1);
    color: var(--dl-color-theme-secondary1);
    font-size: 18px;
  }
  .contact-text29 {
    font-size: 18px;
  }
}
 
@media(max-width: 767px) {
  .contact-thq-title-elm {
    font-size: 40px;
    line-height: 48px;
  }
  .contact-container3 {
    width: auto;
  }
  .contact-thq-container-elm {
    height: auto;
  }
  .contact-container5 {
    width: 80%;
  }
  .contact-text39 {
    font-size: 14px;
  }
}
 
@media(max-width: 479px) {
  .contact-container2 {
    width: auto;
    max-width: 100%;
  }
  .contact-thq-title-elm {
    width: 479px;
    max-width: auto;
    align-self: center;
    margin-right: 0px;
  }
  .contact-text23 {
    text-align: center;
  }
  .contact-thq-mission-elm {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .contact-container3 {
    height: auto;
    max-width: auto;
    align-self: center;
    margin-top: var(--dl-layout-space-sixunits);
    margin-right: 0px;
    padding-left: 2px;
    flex-direction: column;
  }
  .contact-text24 {
    width: 100%;
    height: auto;
    align-self: center;
  }
  .contact-text25 {
    width: 479px;
    height: auto;
  }
  .contact-container4 {
    width: 100%;
    margin-bottom: var(--dl-layout-space-fiveunits);
  }
  .contact-thq-text-elm {
    width: auto;
    height: auto;
    font-size: 16px;
    max-width: auto;
    align-self: center;
  }
  .contact-text29 {
    width: auto;
    height: auto;
    font-size: 16px;
    max-width: auto;
  }
  .contact-container5 {
    height: auto;
  }
  .contact-image {
    width: 478px;
    display: flex;
  }
}
