.navbar1-wrapper {
  display: contents;
}
 
.navbar1-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
 
.navbar1-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);
  border-radius: var(--dl-layout-radius-radius4);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-twounits);
  background-size: cover;
  justify-content: space-between;
  background-image: url("public/nav%20bg.jpg");
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--dl-layout-radius-inputradius);
  border-bottom-right-radius: var(--dl-layout-radius-inputradius);
}
 
.navbar1-navlink1 {
  display: contents;
}
 
.navbar1-image {
  width: 200px;
  object-fit: cover;
  text-decoration: none;
}
 
.navbar1-thq-desktop-menu-elm {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
 
.navbar1-thq-buttons-elm1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: stretch;
  flex-direction: row;
  justify-content: flex-end;
}
 
.navbar1-thq-action2-elm10 {
  color: #ffffff;
  display: flex;
  align-self: stretch;
  transition: 0.3s;
  align-items: center;
  border-color: #ffffff;
  border-width: 0px;
  padding-left: var(--dl-layout-space-unit);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: row;
  background-color: #ff852b;
}
 
.navbar1-thq-action2-elm10:hover {
  border-color: #d90000;
  background-color: #d90000;
}
 
.navbar1-thq-action2-elm10:active {
  color: #ffffff;
  border-color: #d90000;
  background-color: #d90000;
}
 
.navbar1-text10 {
  font-size: 16px;
  align-self: center;
  font-family: "Fira Sans";
}
 
.navbar1-thq-action2-elm11 {
  color: #ffffff;
  display: flex;
  transition: 0.3s;
  border-width: 0px;
  padding-left: var(--dl-layout-space-unit);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: row;
  background-color: #ff852b;
}
 
.navbar1-thq-action2-elm11:hover {
  border-color: #d90000;
  background-color: #d90000;
}
 
.navbar1-thq-action2-elm11:active {
  color: #ffffff;
  border-color: #d90000;
  background-color: #D90000;
}
 
.navbar1-thq-text-elm1 {
  font-size: 17px;
  text-align: center;
  font-family: "Agenda-Regular";
}
 
.navbar1-thq-dropdown1 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  align-self: center;
  transition: 0.3s;
  border-width: 0px;
  padding-left: var(--dl-layout-space-halfunit);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-halfunit);
  background-color: #ff852b;
}
 
.navbar1-thq-dropdown1:hover {
  background-color: #d90000;
}
 
.navbar1-thq-dropdown-toggle-elm1 {
  fill: #ffffff;
  color: #ffffff;
  width: 100%;
  display: inline-flex;
  align-items: center;
  padding-top: 0px;
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius2);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: 0px;
}
 
.navbar1-text11 {
  font-size: 17px;
  text-align: center;
  font-family: "Agenda-Regular";
  margin-right: 4px;
  vertical-align: middle;
}
 
.navbar1-thq-dropdown-list-elm1 {
  left: 0%;
  width: 100%;
  display: none;
  z-index: 999999;
  position: absolute;
  min-width: 100%;
  margin-top: 11px;
  transition: 0.3s;
  align-items: stretch;
  border-color: transparent;
  border-width: 1px;
  border-radius: var(--dl-layout-radius-buttonradius);
  margin-bottom: 0px;
  flex-direction: column;
  list-style-type: none;
  list-style-position: inside;
}
 
.navbar1-thq-dropdown-elm1 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-layout-radius-buttonradius);
  margin-bottom: 5px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar1-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);
}
 
.navbar1-thq-dropdown-toggle-elm2:hover {
  fill: #fff;
  color: #fff;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-color: #d90000;
}
 
.navbar1-thq-overview-elm1 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
 
.navbar1-thq-dropdown-elm2 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar1-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-buttonradius);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.navbar1-thq-dropdown-toggle-elm3:hover {
  fill: #fff;
  color: #fff;
  background-color: #d90000;
}
 
.navbar1-text12 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
 
.navbar1-thq-action2-elm12 {
  color: #ffffff;
  display: flex;
  transition: 0.3s;
  border-color: #ffffff;
  border-width: 0px;
  padding-left: var(--dl-layout-space-unit);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: row;
  background-color: #ff852b;
}
 
.navbar1-thq-action2-elm12:hover {
  border-color: #d90000;
  background-color: #d90000;
}
 
.navbar1-thq-action2-elm12:active {
  color: #ffffff;
  border-color: #d90000;
  background-color: #D90000;
}
 
.navbar1-text13 {
  font-size: 17px;
  text-align: center;
  font-family: "Agenda-Regular";
}
 
.navbar1-text14 {
  display: none;
  font-size: 12px;
  font-family: "Arial";
}
 
.navbar1-thq-dropdown2 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  align-self: center;
  transition: 0.3s;
  border-width: 0px;
  padding-left: var(--dl-layout-space-halfunit);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-halfunit);
  background-color: #ff852b;
}
 
.navbar1-thq-dropdown2:hover {
  background-color: #d90000;
}
 
.navbar1-thq-dropdown-toggle-elm4 {
  fill: #ffffff;
  color: #ffffff;
  width: 100%;
  display: inline-flex;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius2);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.navbar1-text15 {
  font-size: 17px;
  text-align: center;
  font-family: "Agenda-Regular";
  margin-right: 4px;
  vertical-align: middle;
}
 
.navbar1-thq-dropdown-list-elm2 {
  left: 0%;
  width: 100%;
  display: none;
  z-index: 999999;
  position: absolute;
  min-width: 100%;
  margin-top: 11px;
  transition: 0.3s;
  align-items: stretch;
  border-color: transparent;
  border-width: 1px;
  border-radius: var(--dl-layout-radius-buttonradius);
  margin-bottom: 0px;
  flex-direction: column;
  list-style-type: none;
  list-style-position: inside;
}
 
.navbar1-thq-dropdown-elm3 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-layout-radius-buttonradius);
  margin-bottom: 5px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar1-thq-dropdown-toggle-elm5 {
  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);
}
 
.navbar1-thq-dropdown-toggle-elm5:hover {
  fill: #fff;
  color: #fff;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-color: #d90000;
}
 
.navbar1-thq-overview-elm2 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
 
.navbar1-thq-dropdown-elm4 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar1-thq-dropdown-toggle-elm6 {
  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-buttonradius);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.navbar1-thq-dropdown-toggle-elm6:hover {
  fill: #fff;
  color: #fff;
  background-color: #d90000;
}
 
.navbar1-text16 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
 
.navbar1-thq-action2-elm13 {
  color: #ffffff;
  display: flex;
  transition: 0.3s;
  border-color: #ffffff;
  border-width: 0px;
  padding-left: var(--dl-layout-space-unit);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: row;
  background-color: #ff852b;
}
 
.navbar1-thq-action2-elm13:hover {
  border-color: #d90000;
  background-color: #d90000;
}
 
.navbar1-thq-action2-elm13:active {
  color: #ffffff;
  border-color: #d90000;
  background-color: #D90000;
}
 
.navbar1-text17 {
  font-size: 17px;
  text-align: center;
  font-family: "Agenda-Regular";
}
 
.navbar1-text18 {
  display: none;
  font-size: 12px;
  font-family: "Arial";
}
 
.navbar1-thq-burger-menu-elm {
  display: none;
}
 
.navbar1-icon1 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar1-thq-mobile-menu-elm {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar1-thq-nav-elm {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar1-thq-top-elm {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.navbar1-navlink2 {
  display: contents;
}
 
.navbar1-thq-logo-elm {
  height: 3rem;
  text-decoration: none;
}
 
.navbar1-thq-close-menu-elm {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar1-icon3 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar1-thq-buttons-elm2 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: stretch;
  flex-direction: row;
  justify-content: flex-end;
}
 
.navbar1-thq-action2-elm14 {
  color: #ffffff;
  display: flex;
  transition: 0.3s;
  border-color: #ffffff;
  padding-left: var(--dl-layout-space-unit);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: row;
}
 
.navbar1-thq-action2-elm14:active {
  color: #ffffff;
  border-color: #d90000;
  background-color: #D90000;
}
 
.navbar1-text19 {
  font-size: 10px;
  font-family: "Arial";
}
 
.navbar1-thq-action2-elm15 {
  color: #ffffff;
  display: flex;
  transition: 0.3s;
  border-color: #ffffff;
  padding-left: var(--dl-layout-space-unit);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: row;
}
 
.navbar1-thq-action2-elm15:active {
  color: #ffffff;
  border-color: #d90000;
  background-color: #D90000;
}
 
.navbar1-text20 {
  font-size: 10px;
  font-family: "Arial";
}
 
.navbar1-text21 {
  font-size: 10px;
  font-family: "Arial";
}
 
.navbar1-thq-action2-elm16 {
  color: #ffffff;
  display: flex;
  transition: 0.3s;
  border-color: #ffffff;
  padding-left: var(--dl-layout-space-unit);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: row;
}
 
.navbar1-thq-action2-elm16:active {
  color: #ffffff;
  border-color: #d90000;
  background-color: #D90000;
}
 
.navbar1-thq-text-elm2 {
  display: none;
  flex-wrap: wrap;
  font-size: 10px;
}
 
.navbar1-thq-text-elm3 {
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  font-family: "Arial";
}
 
.navbar1-thq-action2-elm17 {
  color: #ffffff;
  display: flex;
  transition: 0.3s;
  border-color: #ffffff;
  padding-left: var(--dl-layout-space-unit);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: row;
}
 
.navbar1-thq-action2-elm17:active {
  color: #ffffff;
  border-color: #d90000;
  background-color: #D90000;
}
 
.navbar1-thq-text-elm4 {
  display: none;
  flex-wrap: wrap;
  font-size: 10px;
}
 
.navbar1-thq-text-elm5 {
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  font-family: "Arial";
}
 
.navbar1-thq-action2-elm18 {
  color: #ffffff;
  display: flex;
  transition: 0.3s;
  border-color: #ffffff;
  padding-left: var(--dl-layout-space-unit);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: row;
}
 
.navbar1-thq-action2-elm18:active {
  color: #ffffff;
  border-color: #d90000;
  background-color: #D90000;
}
 
.navbar1-text22 {
  display: none;
  font-size: 10px;
}
 
.navbar1-text23 {
  font-size: 10px;
  font-family: "Arial";
}
 
.navbar1-thq-action2-elm19 {
  color: #ffffff;
  display: flex;
  transition: 0.3s;
  border-color: #ffffff;
  padding-left: var(--dl-layout-space-unit);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: row;
}
 
.navbar1-thq-action2-elm19:active {
  color: #ffffff;
  border-color: #d90000;
  background-color: #D90000;
}
 
.navbar1-text24 {
  font-size: 10px;
  font-family: "Arial";
}
 
.navbar1-thq-action2-elm20 {
  color: #ffffff;
  display: flex;
  transition: 0.3s;
  border-color: #ffffff;
  padding-left: var(--dl-layout-space-unit);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: row;
}
 
.navbar1-thq-action2-elm20:active {
  color: #ffffff;
  border-color: #d90000;
  background-color: #D90000;
}
 
.navbar1-text25 {
  font-size: 10px;
  font-family: "Arial";
}
 
.navbar1-thq-action2-elm21 {
  color: #ffffff;
  display: flex;
  transition: 0.3s;
  border-color: #ffffff;
  padding-left: var(--dl-layout-space-unit);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: row;
}
 
.navbar1-thq-action2-elm21:active {
  color: #ffffff;
  border-color: #d90000;
  background-color: #D90000;
}
 
.navbar1-text26 {
  display: none;
  font-size: 10px;
}
 
.navbar1-thq-text-elm6 {
  font-size: 10px;
  font-family: "Arial";
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text110 {
  display: inline-block;
  font-size: 16px;
  font-family: "Fira Sans";
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text124 {
  display: inline-block;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text168 {
  display: inline-block;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text155 {
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text108 {
  display: inline-block;
  font-family: "Agenda-Regular";
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text100 {
  display: inline-block;
  font-size: 16px;
  font-family: "Fira Sans";
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text171 {
  display: inline-block;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text114 {
  display: inline-block;
  font-size: 16px;
  font-family: "Fira Sans";
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text154 {
  display: inline-block;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text131 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text106 {
  display: inline-block;
  font-size: 16px;
  font-family: "Fira Sans";
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text127 {
  display: inline-block;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text147 {
  display: inline-block;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text136 {
  display: inline-block;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text105 {
  display: inline-block;
  font-family: "Agenda-Regular";
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text132 {
  display: inline-block;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text159 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text109 {
  display: inline-block;
  font-size: 16px;
  font-family: "Fira Sans";
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text141 {
  display: inline-block;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text151 {
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text107 {
  display: inline-block;
  font-family: "Agenda-Regular";
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text119 {
  display: inline-block;
  font-size: 16px;
  font-family: "Fira Sans";
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text162 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text104 {
  display: inline-block;
  font-family: "Agenda-Regular";
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text123 {
  display: inline-block;
}
 
.navbar1root-class-name1 {
  top: 0;
  z-index: 10;
  position: sticky;
  margin-bottom: -50px;
}
 
.navbar1root-class-name2 {
  top: 0;
  z-index: 10;
  position: sticky;
  margin-bottom: -50px;
}
 
.navbar1root-class-name3 {
  top: 0;
  z-index: 10;
  position: sticky;
  margin-bottom: -50px;
}
 
.navbar1root-class-name4 {
  top: 0;
  z-index: 10;
  position: sticky;
  margin-bottom: -50px;
}
 
.navbar1root-class-name5 {
  top: 0;
  z-index: 10;
  position: sticky;
  margin-bottom: -50px;
}
 
.navbar1root-class-name6 {
  top: 0;
  z-index: 10;
  position: sticky;
  margin-bottom: -50px;
}
 
.navbar1root-class-name7 {
  top: 0;
  z-index: 10;
  position: sticky;
  margin-bottom: -50px;
}
 
.navbar1root-class-name8 {
  top: 0;
  z-index: 10;
  position: sticky;
  margin-bottom: -50px;
}
 
.navbar1root-class-name9 {
  top: 0;
  z-index: 10;
  position: sticky;
  margin-bottom: -50px;
}
 
.navbar1root-class-name10 {
  top: 0;
  z-index: 10;
  position: sticky;
  margin-bottom: -50px;
}
 
.navbar1root-class-name11 {
  margin-bottom: -12px;
}
 
@media(max-width: 1600px) {
  .navbar1-thq-navbar-interactive-elm {
    padding-top: var(--dl-layout-space-unit);
    border-radius: var(--dl-layout-radius-radius4);
    padding-bottom: var(--dl-layout-space-unit);
    border-top-left-radius: var(--dl-layout-radius-radius2);
    border-top-right-radius: var(--dl-layout-radius-radius2);
    border-bottom-left-radius: var(--dl-layout-radius-inputradius);
    border-bottom-right-radius: var(--dl-layout-radius-inputradius);
  }
  .navbar1-image {
    width: 12%;
    max-width: 30%;
  }
  .navbar1-thq-action2-elm10 {
    padding-top: 5px;
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
    padding-bottom: 5px;
  }
  .navbar1-text10 {
    font-size: 12px;
  }
  .navbar1-thq-action2-elm11 {
    padding-top: 5px;
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
    padding-bottom: 5px;
  }
  .navbar1-thq-text-elm1 {
    font-size: 13px;
  }
  .navbar1-thq-dropdown1 {
    height: 100%;
    align-self: center;
    padding-top: 5px;
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
    padding-bottom: 5px;
  }
  .navbar1-thq-dropdown-toggle-elm1 {
    height: 100%;
    padding: 0px;
  }
  .navbar1-text11 {
    font-size: 13px;
  }
  .navbar1-thq-dropdown-elm1 {
    margin-bottom: 2px;
  }
  .navbar1-thq-overview-elm1 {
    font-size: 13px;
    font-family: Agenda-Regular;
  }
  .navbar1-text12 {
    font-size: 13px;
    font-family: Agenda-Regular;
  }
  .navbar1-thq-action2-elm12 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar1-text13 {
    display: flex;
    font-size: 13px;
  }
  .navbar1-text14 {
    display: none;
  }
  .navbar1-thq-dropdown2 {
    height: 100%;
    align-self: center;
    padding-top: 5px;
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
    padding-bottom: 5px;
  }
  .navbar1-thq-dropdown-toggle-elm4 {
    height: 100%;
    padding: 0px;
  }
  .navbar1-text15 {
    font-size: 13px;
  }
  .navbar1-thq-dropdown-elm3 {
    margin-bottom: 2px;
  }
  .navbar1-thq-overview-elm2 {
    font-size: 13px;
    font-family: Agenda-Regular;
  }
  .navbar1-text16 {
    font-size: 13px;
    font-family: Agenda-Regular;
  }
  .navbar1-thq-action2-elm13 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar1-text17 {
    display: flex;
    font-size: 13px;
  }
  .navbar1-text18 {
    display: none;
  }
  .navbar1-thq-text-elm2 {
    display: flex;
    flex-wrap: wrap;
    align-self: center;
  }
  .navbar1-thq-text-elm3 {
    display: none;
    flex-wrap: wrap;
    align-self: center;
  }
  .navbar1-thq-text-elm4 {
    display: flex;
    flex-wrap: wrap;
    align-self: center;
  }
  .navbar1-thq-text-elm5 {
    display: none;
    flex-wrap: wrap;
    align-self: center;
  }
  .navbar1-text22 {
    display: flex;
  }
  .navbar1-text23 {
    display: none;
  }
  .navbar1-text26 {
    display: flex;
  }
  .navbar1-thq-text-elm6 {
    display: none;
  }
  .home-text110 {
    font-size: 14px;
    font-family: Fira Sans;
  }
  .home-text100 {
    font-size: 14px;
    font-family: Fira Sans;
  }
  .home-text114 {
    font-size: 14px;
    font-family: Fira Sans;
  }
  .home-text106 {
    font-size: 14px;
    font-family: Fira Sans;
  }
  .home-text109 {
    font-size: 14px;
    font-family: Fira Sans;
  }
  .home-text107 {
    font-family: Agenda-Regular;
  }
  .home-text119 {
    font-size: 14px;
    font-family: Fira Sans;
  }
  .home-text104 {
    font-family: Agenda-Regular;
  }
  .navbar1root-class-name11 {
    margin-bottom: -15px;
  }
}
 
@media(max-width: 991px) {
  .navbar1-image {
    width: 20%;
  }
  .navbar1-thq-desktop-menu-elm {
    display: none;
  }
  .navbar1-thq-burger-menu-elm {
    display: flex;
    z-index: 10;
    align-items: center;
    justify-content: flex-end;
  }
  .navbar1-icon1 {
    fill: #696a6e;
    width: 10%;
    height: 10%;
    display: block;
    align-self: center;
  }
  .navbar1-thq-mobile-menu-elm {
    height: 100vh;
    z-index: 10;
    background-color: #ff852b;
  }
  .navbar1-thq-close-menu-elm {
    justify-content: flex-end;
  }
  .navbar1-icon3 {
    fill: #ffffff;
    width: 10%;
    height: 10%;
  }
  .navbar1-thq-buttons-elm2 {
    width: auto;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
  }
  .navbar1-thq-action2-elm14 {
    width: 100%;
    height: 100%;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .navbar1-text19 {
    font-size: 12px;
    font-family: Agenda-Regular;
  }
  .navbar1-thq-action2-elm15 {
    width: 100%;
    height: 100%;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .navbar1-text20 {
    display: none;
  }
  .navbar1-text21 {
    font-size: 12px;
    font-family: Agenda-Regular;
  }
  .navbar1-thq-action2-elm16 {
    width: 100%;
    height: 100%;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .navbar1-thq-text-elm2 {
    display: none;
  }
  .navbar1-thq-text-elm3 {
    display: flex;
    font-size: 12px;
    font-family: Agenda-Regular;
  }
  .navbar1-thq-action2-elm17 {
    width: 100%;
    height: 100%;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .navbar1-thq-text-elm4 {
    display: none;
  }
  .navbar1-thq-text-elm5 {
    display: flex;
    font-size: 12px;
    font-family: Agenda-Regular;
  }
  .navbar1-thq-action2-elm18 {
    width: 100%;
    height: 100%;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .navbar1-text22 {
    display: none;
  }
  .navbar1-text23 {
    display: flex;
    font-size: 12px;
    font-family: Agenda-Regular;
  }
  .navbar1-thq-action2-elm19 {
    width: 100%;
    height: 100%;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .navbar1-text24 {
    font-size: 12px;
    font-family: Agenda-Regular;
  }
  .navbar1-thq-action2-elm20 {
    width: 100%;
    height: 100%;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .navbar1-text25 {
    font-size: 12px;
    font-family: Agenda-Regular;
  }
  .navbar1-thq-action2-elm21 {
    height: 100%;
    align-self: stretch;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .navbar1-text26 {
    display: none;
  }
  .navbar1-thq-text-elm6 {
    display: flex;
    font-size: 12px;
    font-family: Agenda-Regular;
  }
  .navbar1root-class-name1 {
    margin-bottom: -30px;
  }
  .navbar1root-class-name2 {
    margin-bottom: -30px;
  }
  .navbar1root-class-name3 {
    margin-bottom: -30px;
  }
  .navbar1root-class-name4 {
    margin-bottom: -30px;
  }
  .navbar1root-class-name5 {
    margin-bottom: -30px;
  }
  .navbar1root-class-name6 {
    margin-bottom: -30px;
  }
  .navbar1root-class-name7 {
    margin-bottom: -30px;
  }
  .navbar1root-class-name8 {
    margin-bottom: -30px;
  }
  .navbar1root-class-name9 {
    margin-bottom: -30px;
  }
  .navbar1root-class-name10 {
    margin-bottom: -30px;
  }
}
 
@media(max-width: 479px) {
  .navbar1-thq-navbar-interactive-elm {
    padding: var(--dl-layout-space-unit);
    padding-right: 16px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: var(--dl-layout-radius-inputradius);
    border-bottom-right-radius: var(--dl-layout-radius-inputradius);
  }
  .navbar1-image {
    width: 25%;
  }
  .navbar1-icon1 {
    fill: #696a6e;
  }
  .navbar1-thq-mobile-menu-elm {
    padding: var(--dl-layout-space-unit);
    z-index: 10;
  }
  .navbar1-thq-buttons-elm2 {
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
  }
  .navbar1-thq-action2-elm14 {
    height: 100%;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .navbar1-text19 {
    font-size: 12px;
    font-family: Agenda-Bold;
  }
  .navbar1-thq-action2-elm15 {
    height: 100%;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .navbar1-text20 {
    display: none;
    font-size: 8px;
  }
  .navbar1-text21 {
    font-size: 12px;
    font-family: Agenda-Bold;
  }
  .navbar1-thq-action2-elm16 {
    height: 100%;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .navbar1-thq-text-elm2 {
    display: none;
    font-size: 12px;
  }
  .navbar1-thq-text-elm3 {
    display: flex;
    font-size: 12px;
    font-family: Agenda-Bold;
  }
  .navbar1-thq-action2-elm17 {
    height: 100%;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .navbar1-thq-text-elm4 {
    display: none;
    font-size: 12px;
  }
  .navbar1-thq-text-elm5 {
    display: flex;
    font-size: 12px;
    font-family: Agenda-Bold;
  }
  .navbar1-thq-action2-elm18 {
    height: 100%;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .navbar1-text22 {
    display: none;
    font-size: 12px;
  }
  .navbar1-text23 {
    display: flex;
    font-size: 12px;
    font-family: Agenda-Bold;
  }
  .navbar1-thq-action2-elm19 {
    height: 100%;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .navbar1-text24 {
    font-size: 12px;
    font-family: Agenda-Bold;
  }
  .navbar1-thq-action2-elm20 {
    height: 100%;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .navbar1-text25 {
    font-size: 12px;
    font-family: Agenda-Bold;
  }
  .navbar1-thq-action2-elm21 {
    height: 100%;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .navbar1-text26 {
    display: none;
    font-size: 12px;
  }
  .navbar1-thq-text-elm6 {
    display: flex;
    font-size: 12px;
    font-family: Agenda-Bold;
  }
  .navbar1root-class-name1 {
    margin-bottom: -30px;
  }
  .navbar1root-class-name2 {
    margin-bottom: -30px;
  }
  .navbar1root-class-name3 {
    margin-bottom: -30px;
  }
  .navbar1root-class-name4 {
    margin-bottom: -30px;
  }
  .navbar1root-class-name5 {
    margin-bottom: -20px;
  }
  .navbar1root-class-name6 {
    margin-bottom: -30px;
  }
  .navbar1root-class-name7 {
    margin-bottom: -30px;
  }
  .navbar1root-class-name8 {
    margin-bottom: -20px;
  }
  .navbar1root-class-name9 {
    margin-bottom: -20px;
  }
  .navbar1root-class-name10 {
    margin-bottom: -20px;
  }
}

.cta3-wrapper {
  display: contents;
}
 
.cta3-container {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.cta3-thq-max-width-elm {
  gap: 80px;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  max-width: var(--dl-layout-size-maxwidth);
  align-self: center;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.cta3-thq-container-elm {
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
 
.cta3-thq-placeholder-image-elm {
  width: 862px;
  height: 100%;
  display: none;
  flex-grow: 1;
  background-size: contain;
  background-image: url("https://play.teleporthq.io/static/svg/placeholders/no-image.svg");
  background-repeat: no-repeat;
  background-position: center;
}
 
.cta3-thq-column-elm {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.cta3-text10 {
  fill: #ff852b;
  color: #ff852b;
  width: auto;
  height: 65px;
  font-size: 50px;
  align-self: center;
  text-align: center;
  font-family: "Bruno Ace SC";
}
 
.cta3-text11 {
  font-size: 20px;
  text-align: center;
  font-family: "Agenda-Regular";
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text175 {
  display: inline-block;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text174 {
  display: inline-block;
}
 

 
@media(max-width: 1600px) {
  .cta3-thq-column-elm {
    width: 100%;
  }
  .cta3-text10 {
    width: auto;
    height: 65px;
    font-size: 40px;
    align-self: center;
    text-align: center;
  }
}
 
@media(max-width: 991px) {
  .cta3-thq-container-elm {
    flex-direction: column;
  }
  .cta3-thq-placeholder-image-elm {
    width: 100%;
  }
  .cta3-thq-column-elm {
    width: 100%;
    align-items: center;
  }
  .cta3-text10 {
    width: auto;
    height: 50px;
    font-size: 35px;
  }
  .cta3-text11 {
    font-size: 16px;
  }
}
 
@media(max-width: 479px) {
  .cta3-container {
    gap: var(--dl-layout-space-unit);
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .cta3-thq-column-elm {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .cta3-text10 {
    height: 40px;
    font-size: 25px;
  }
  .cta3-text11 {
    font-size: 15px;
    margin-top: 0px;
  }
}

.features23-wrapper {
  display: contents;
}
 
.features23-thq-layout349-elm {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-direction: row;
  background-size: cover;
  justify-content: center;
  background-image: url("public/main-bg.jpg");
}
 
.features23-thq-max-width-elm {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.features23-container10 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  max-width: 600px;
  align-items: center;
  flex-direction: column;
}
 
.features23-text10 {
  fill: #ff852b;
  color: #ff852b;
  width: 100%;
  height: 65px;
  font-size: 50px;
  font-family: "Bruno Ace SC";
}
 
.features23-container12 {
  flex: 1;
  height: 100%;
  display: flex;
  align-self: flex-start;
  box-shadow: 2px 2px 4px 0px #d4d4d4;
  align-items: flex-start;
  border-color: #823700;
  border-width: 5px;
  flex-direction: column;
  justify-content: flex-start;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
}
 
.features23-image1 {
  width: 45%;
  height: auto;
  object-fit: contain;
  border-radius: 0px;
}
 
.features23-text11 {
  fill: #823700;
  color: #823700;
  font-size: 25px;
  font-style: normal;
  font-family: "Fira Sans";
  font-weight: 700;
}
 
.features23-container13 {
  flex: 1;
  height: 100%;
  display: flex;
  align-self: flex-start;
  box-shadow: 2px 2px 4px 0px #d4d4d4;
  align-items: flex-start;
  border-color: #823700;
  border-width: 5px;
  flex-direction: column;
  justify-content: flex-start;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
}
 
.features23-image2 {
  width: 45%;
  height: auto;
  object-fit: contain;
  border-radius: 0px;
}
 
.features23-text12 {
  fill: #823700;
  color: #823700;
  font-size: 25px;
  font-style: normal;
  font-family: "Fira Sans";
  font-weight: 700;
}
 
.features23-container14 {
  flex: 1;
  height: 100%;
  display: flex;
  align-self: flex-start;
  box-shadow: 2px 2px 4px 0px #d4d4d4;
  align-items: flex-start;
  border-color: #823700;
  border-width: 5px;
  flex-direction: column;
  justify-content: flex-start;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
}
 
.features23-image3 {
  width: 45%;
  height: auto;
  object-fit: contain;
  border-radius: 0px;
}
 
.features23-text13 {
  fill: #823700;
  color: #823700;
  font-size: 25px;
  font-style: normal;
  font-family: "Fira Sans";
  font-weight: 700;
}
 
.features23-container15 {
  flex: 1;
  height: 100%;
  display: flex;
  align-self: flex-start;
  box-shadow: 2px 2px 4px 0px #d4d4d4;
  align-items: flex-start;
  border-color: #823700;
  border-width: 5px;
  flex-direction: column;
  justify-content: flex-start;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
}
 
.features23-image4 {
  width: 45%;
  height: auto;
  object-fit: contain;
  border-radius: 0px;
}
 
.features23-text14 {
  fill: #823700;
  color: #823700;
  font-size: 25px;
  font-style: normal;
  font-family: "Fira Sans";
  font-weight: 700;
}
 
.features23-container16 {
  flex: 1;
  height: 100%;
  display: flex;
  align-self: flex-start;
  box-shadow: 2px 2px 4px 0px #d4d4d4;
  align-items: flex-start;
  border-color: #823700;
  border-width: 5px;
  flex-direction: column;
  justify-content: flex-start;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
}
 
.features23-image5 {
  width: 45%;
  height: auto;
  object-fit: contain;
  border-radius: 0px;
}
 
.features23-text15 {
  fill: #823700;
  color: #823700;
  font-size: 25px;
  font-style: normal;
  font-family: "Fira Sans";
  font-weight: 700;
}
 
.features23-container17 {
  flex: 1;
  height: 100%;
  display: flex;
  align-self: flex-start;
  box-shadow: 2px 2px 4px 0px #d4d4d4;
  align-items: flex-start;
  border-color: #823700;
  border-width: 5px;
  flex-direction: column;
  justify-content: flex-start;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
}
 
.features23-image6 {
  width: 45%;
  height: auto;
  object-fit: contain;
  border-radius: 0px;
}
 
.features23-text16 {
  fill: #823700;
  color: #823700;
  font-size: 25px;
  font-style: normal;
  font-family: "Fira Sans";
  font-weight: 700;
}
 
.features23-container18 {
  flex: 1;
  height: 100%;
  display: flex;
  align-self: flex-start;
  box-shadow: 2px 2px 4px 0px #d4d4d4;
  align-items: flex-start;
  border-color: #823700;
  border-width: 5px;
  flex-direction: column;
  justify-content: flex-start;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
}
 
.features23-image7 {
  width: 45%;
  height: auto;
  object-fit: contain;
  border-radius: 0px;
}
 
.features23-text17 {
  fill: #823700;
  color: #823700;
  font-size: 25px;
  font-style: normal;
  font-family: "Fira Sans";
  font-weight: 700;
}
 
.features23-container19 {
  flex: 1;
  height: 100%;
  display: flex;
  align-self: flex-start;
  box-shadow: 2px 2px 4px 0px #d4d4d4;
  align-items: flex-start;
  border-color: #823700;
  border-width: 5px;
  flex-direction: column;
  justify-content: flex-start;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
}
 
.features23-image8 {
  width: 45%;
  height: auto;
  object-fit: contain;
  border-radius: 0px;
}
 
.features23-text18 {
  fill: #823700;
  color: #823700;
  font-size: 25px;
  font-style: normal;
  font-family: "Fira Sans";
  font-weight: 700;
}
 
.features23-container20 {
  flex: 1;
  height: 100%;
  display: flex;
  align-self: flex-start;
  box-shadow: 2px 2px 4px 0px #d4d4d4;
  align-items: flex-start;
  border-color: #823700;
  border-width: 5px;
  flex-direction: column;
  justify-content: flex-start;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
}
 
.features23-image9 {
  width: 45%;
  height: auto;
  object-fit: contain;
  border-radius: 0px;
}
 
.features23-text19 {
  fill: #823700;
  color: #823700;
  font-size: 25px;
  font-style: normal;
  font-family: "Fira Sans";
  font-weight: 700;
}
 
.home-fragment41 {
  display: contents;
}
 
.home-text189 {
  display: inline-block;
}
 
.home-fragment43 {
  display: contents;
}
 
.home-text191 {
  display: inline-block;
}
 
.home-fragment46 {
  display: contents;
}
 
.home-text194 {
  display: inline-block;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text185 {
  display: inline-block;
}
 
.home-fragment42 {
  display: contents;
}
 
.home-text190 {
  display: inline-block;
}
 
.home-fragment40 {
  display: contents;
}
 
.home-text188 {
  display: inline-block;
}
 
.home-fragment44 {
  display: contents;
}
 
.home-text192 {
  display: inline-block;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text186 {
  display: inline-block;
}
 
.home-fragment45 {
  display: contents;
}
 
.home-text193 {
  display: inline-block;
}
 
.home-fragment39 {
  display: contents;
}
 
.home-text187 {
  display: inline-block;
}
 

 
@media(max-width: 1600px) {
  .features23-text10 {
    width: 100%;
    font-size: 40px;
  }
  .features23-container11 {
    flex: 0;
  }
  .features23-image1 {
    width: 40%;
    height: auto;
  }
  .features23-text11 {
    font-size: 28px;
  }
  .features23-image2 {
    width: 40%;
    height: auto;
  }
  .features23-text12 {
    font-size: 28px;
  }
  .features23-image3 {
    width: 40%;
    height: auto;
  }
  .features23-text13 {
    font-size: 28px;
  }
  .features23-image4 {
    width: 40%;
    height: auto;
  }
  .features23-text14 {
    font-size: 28px;
  }
  .features23-container16 {
    height: 100%;
  }
  .features23-image5 {
    width: 40%;
    height: auto;
  }
  .features23-text15 {
    font-size: 28px;
  }
  .features23-image6 {
    width: 40%;
    height: auto;
  }
  .features23-text16 {
    font-size: 28px;
  }
  .features23-image7 {
    width: 40%;
    height: auto;
  }
  .features23-text17 {
    font-size: 28px;
  }
  .features23-image8 {
    width: 40%;
    height: auto;
  }
  .features23-text18 {
    font-size: 28px;
  }
  .features23-container20 {
    height: 100%;
  }
  .features23-image9 {
    width: 40%;
    height: auto;
  }
  .features23-text19 {
    font-size: 28px;
  }
}
 
@media(max-width: 991px) {
  .features23-thq-max-width-elm {
    flex-direction: column;
  }
  .features23-container10 {
    margin-bottom: var(--dl-layout-space-threeunits);
  }
  .features23-text10 {
    height: 50px;
    font-size: 35px;
  }
  .features23-container12 {
    height: 240px;
  }
  .features23-image1 {
    width: 60%;
    height: auto;
  }
  .features23-text11 {
    font-size: 16px;
  }
  .features23-container13 {
    height: 240px;
  }
  .features23-image2 {
    width: 60%;
    height: auto;
  }
  .features23-text12 {
    font-size: 16px;
  }
  .features23-container14 {
    height: 240px;
  }
  .features23-image3 {
    width: 60%;
    height: auto;
  }
  .features23-text13 {
    font-size: 16px;
  }
  .features23-container15 {
    height: 240px;
  }
  .features23-image4 {
    width: 60%;
    height: auto;
  }
  .features23-text14 {
    font-size: 16px;
  }
  .features23-container16 {
    height: 240px;
  }
  .features23-image5 {
    width: 60%;
    height: auto;
  }
  .features23-text15 {
    font-size: 16px;
  }
  .features23-container17 {
    height: 240px;
  }
  .features23-image6 {
    width: 60%;
    height: auto;
  }
  .features23-text16 {
    font-size: 16px;
  }
  .features23-container18 {
    height: 240px;
  }
  .features23-image7 {
    width: 60%;
    height: auto;
  }
  .features23-text17 {
    font-size: 16px;
  }
  .features23-container19 {
    height: 240px;
  }
  .features23-image8 {
    width: 60%;
    height: auto;
  }
  .features23-text18 {
    font-size: 16px;
  }
  .features23-container20 {
    height: 240px;
  }
  .features23-image9 {
    width: 60%;
    height: auto;
  }
  .features23-text19 {
    font-size: 16px;
  }
}
 
@media(max-width: 767px) {
  .features23-container10 {
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .features23-container12 {
    width: 100%;
  }
  .features23-container13 {
    width: 100%;
  }
  .features23-container14 {
    width: 100%;
  }
  .features23-container15 {
    width: 100%;
  }
  .features23-container16 {
    width: 100%;
  }
  .features23-container17 {
    width: 100%;
  }
  .features23-container18 {
    width: 100%;
  }
  .features23-container19 {
    width: 100%;
  }
  .features23-container20 {
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .features23-thq-layout349-elm {
    padding-top: var(--dl-layout-space-oneandhalfunits);
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .features23-thq-max-width-elm {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .features23-text10 {
    height: 40px;
    font-size: 25px;
    margin-bottom: -25px;
  }
  .features23-container11 {
    justify-items: center;
    grid-template-columns: repeat(2, 1fr);
  }
  .features23-container12 {
    gap: 0;
    height: 180px;
    align-items: center;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
    justify-content: flex-start;
  }
  .features23-image1 {
    width: 55%;
    height: 111px;
  }
  .features23-text11 {
    font-size: 16px;
    text-align: center;
  }
  .features23-container13 {
    gap: 0;
    height: 180px;
    align-items: center;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
    justify-content: flex-start;
  }
  .features23-image2 {
    width: 55%;
    height: 111px;
  }
  .features23-text12 {
    font-size: 16px;
    text-align: center;
  }
  .features23-container14 {
    gap: 0;
    height: 180px;
    align-items: center;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
    justify-content: flex-start;
  }
  .features23-image3 {
    width: 55%;
    height: 111px;
  }
  .features23-text13 {
    font-size: 16px;
    text-align: center;
  }
  .features23-container15 {
    gap: 0;
    height: 180px;
    align-items: center;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
    justify-content: flex-start;
  }
  .features23-image4 {
    width: 55%;
    height: 111px;
  }
  .features23-text14 {
    font-size: 16px;
    text-align: center;
  }
  .features23-container16 {
    gap: 0;
    height: 180px;
    align-items: center;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
    justify-content: flex-start;
  }
  .features23-image5 {
    width: 55%;
    height: 111px;
  }
  .features23-text15 {
    font-size: 16px;
    text-align: center;
  }
  .features23-container17 {
    gap: 0;
    height: 180px;
    align-items: center;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
    justify-content: flex-start;
  }
  .features23-image6 {
    width: 55%;
    height: 111px;
  }
  .features23-text16 {
    font-size: 16px;
    text-align: center;
  }
  .features23-container18 {
    gap: 0;
    height: 180px;
    align-items: center;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
    justify-content: flex-start;
  }
  .features23-image7 {
    width: 55%;
    height: 111px;
  }
  .features23-text17 {
    font-size: 16px;
    text-align: center;
  }
  .features23-container19 {
    gap: 0;
    height: 180px;
    align-items: center;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
    justify-content: flex-start;
  }
  .features23-image8 {
    width: 55%;
    height: 111px;
  }
  .features23-text18 {
    font-size: 16px;
    text-align: center;
  }
  .features23-container20 {
    gap: 0;
    height: 180px;
    align-items: center;
    padding-top: var(--dl-layout-space-unit);
    justify-self: end;
    padding-bottom: var(--dl-layout-space-unit);
    justify-content: flex-start;
  }
  .features23-image9 {
    width: 55%;
    height: 111px;
  }
  .features23-text19 {
    font-size: 16px;
    text-align: center;
  }
}

.footer12-wrapper {
  display: contents;
}
 
.footer12-container {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-layout-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-threeunits);
  justify-content: center;
  background-color: #ff852b;
}
 
.footer12-thq-max-width-elm {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer12-thq-content-elm {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: flex-start;
}
 
.footer12-thq-image1-elm {
  height: 4rem;
  padding: 0px;
  align-self: center;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.footer12-thq-links-elm {
  width: 100%;
  align-self: center;
  place-items: center;
}
 
.footer12-thq-column1-elm {
  gap: var(--dl-layout-space-unit);
  width: auto;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  max-width: 100%;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer12-thq-footer-links-elm1 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer12-thq-link1-elm1 {
  fill: #932525;
  color: #932525;
  font-style: normal;
  font-family: "Fira Sans";
  font-weight: 400;
}
 
.footer12-thq-link1-elm2 {
  fill: #932525;
  color: #932525;
  font-style: normal;
  font-family: "Fira Sans";
  font-weight: 400;
}
 
.footer12-thq-link3-elm {
  fill: #932525;
  color: #932525;
  font-style: normal;
  font-family: "Fira Sans";
  font-weight: 400;
}
 
.footer12-thq-link4-elm {
  fill: #932525;
  color: #932525;
  font-style: normal;
  font-family: "Fira Sans";
  font-weight: 400;
}
 
.footer12-thq-link5-elm {
  fill: #932525;
  color: #932525;
  font-style: normal;
  font-family: "Fira Sans";
  font-weight: 400;
}
 
.footer12-thq-column2-elm {
  gap: var(--dl-layout-space-unit);
  width: auto;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  max-width: 100%;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer12-thq-footer-links-elm2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer12-thq-link6-elm1 {
  fill: #932525;
  color: #932525;
  font-style: normal;
  font-family: "Fira Sans";
  font-weight: 400;
}
 
.footer12-thq-link6-elm2 {
  fill: #932525;
  color: #932525;
  font-style: normal;
  font-family: "Fira Sans";
  font-weight: 400;
}
 
.footer12-thq-link8-elm1 {
  fill: #932525;
  color: #932525;
  font-style: normal;
  font-family: "Fira Sans";
  font-weight: 400;
}
 
.footer12-thq-link9-elm1 {
  fill: #932525;
  color: #932525;
  font-style: normal;
  font-family: "Fira Sans";
  font-weight: 400;
}
 
.footer12-thq-link10-elm1 {
  fill: #932525;
  color: #932525;
  font-style: normal;
  font-family: "Fira Sans";
  font-weight: 400;
}
 
.footer12-thq-column3-elm {
  gap: var(--dl-layout-space-unit);
  width: auto;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  max-width: 100%;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer12-thq-footer-links-elm3 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer12-thq-link6-elm3 {
  fill: #932525;
  color: #932525;
  font-style: normal;
  font-family: "Fira Sans";
  font-weight: 400;
}
 
.footer12-thq-link7-elm {
  fill: #932525;
  color: #932525;
  font-style: normal;
  font-family: "Fira Sans";
  font-weight: 400;
}
 
.footer12-thq-link8-elm2 {
  fill: #932525;
  color: #932525;
  font-style: normal;
  font-family: "Fira Sans";
  font-weight: 400;
}
 
.footer12-thq-link9-elm2 {
  fill: #932525;
  color: #932525;
  font-style: normal;
  font-family: "Fira Sans";
  font-weight: 400;
}
 
.footer12-thq-link10-elm2 {
  fill: #932525;
  color: #932525;
  font-style: normal;
  font-family: "Fira Sans";
  font-weight: 400;
}
 
.home-fragment55 {
  display: contents;
}
 
.home-text203 {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
}
 
.home-fragment51 {
  display: contents;
}
 
.home-text199 {
  display: inline-block;
  font-style: normal;
  font-family: "Agenda-Regular";
  font-weight: 700;
}
 
.home-fragment53 {
  display: contents;
}
 
.home-text201 {
  display: inline-block;
}
 
.home-fragment60 {
  display: contents;
}
 
.home-text208 {
  display: inline-block;
  font-style: normal;
  font-family: "Agenda-Regular";
  font-weight: 700;
}
 
.home-fragment48 {
  display: contents;
}
 
.home-text196 {
  display: inline-block;
}
 
.home-fragment50 {
  display: contents;
}
 
.home-text198 {
  display: inline-block;
}
 
.home-fragment54 {
  display: contents;
}
 
.home-text202 {
  display: inline-block;
}
 
.home-fragment56 {
  display: contents;
}
 
.home-text204 {
  display: inline-block;
}
 
.home-fragment49 {
  display: contents;
}
 
.home-text197 {
  display: inline-block;
}
 
.home-fragment58 {
  display: contents;
}
 
.home-text206 {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
}
 
.home-fragment61 {
  display: contents;
}
 
.home-text209 {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
}
 
.home-fragment52 {
  display: contents;
}
 
.home-text200 {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
}
 
.home-fragment57 {
  display: contents;
}
 
.home-text205 {
  display: inline-block;
}
 
.home-fragment47 {
  display: contents;
}
 
.home-text195 {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
}
 
.home-fragment59 {
  display: contents;
}
 
.home-text207 {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
}
 
@media(max-width: 991px) {
  .footer12-thq-column1-elm {
    max-width: 100%;
  }
  .footer12-thq-link1-elm1 {
    font-size: 14px;
  }
  .footer12-thq-link1-elm2 {
    font-size: 14px;
  }
  .footer12-thq-link3-elm {
    font-size: 14px;
  }
  .footer12-thq-link4-elm {
    font-size: 14px;
  }
  .footer12-thq-link5-elm {
    font-size: 14px;
  }
  .footer12-thq-column2-elm {
    max-width: 100%;
  }
  .footer12-thq-link6-elm1 {
    font-size: 14px;
  }
  .footer12-thq-link6-elm2 {
    font-size: 14px;
  }
  .footer12-thq-link8-elm1 {
    font-size: 14px;
  }
  .footer12-thq-link9-elm1 {
    font-size: 14px;
  }
  .footer12-thq-link10-elm1 {
    font-size: 14px;
  }
  .footer12-thq-column3-elm {
    max-width: 100%;
  }
  .footer12-thq-link6-elm3 {
    font-size: 14px;
  }
  .footer12-thq-link7-elm {
    font-size: 14px;
  }
  .footer12-thq-link8-elm2 {
    font-size: 14px;
  }
  .footer12-thq-link9-elm2 {
    font-size: 14px;
  }
  .footer12-thq-link10-elm2 {
    font-size: 14px;
  }
}
 
@media(max-width: 767px) {
  .footer12-thq-content-elm {
    flex-direction: column;
  }
  .footer12-thq-column1-elm {
    max-width: 100%;
    align-items: center;
  }
  .footer12-thq-footer-links-elm1 {
    align-self: center;
  }
  .footer12-thq-column2-elm {
    max-width: 100%;
    align-items: center;
  }
  .footer12-thq-footer-links-elm2 {
    align-self: center;
  }
  .footer12-thq-column3-elm {
    max-width: 100%;
    align-items: center;
  }
  .footer12-thq-footer-links-elm3 {
    align-self: center;
  }
}
 
@media(max-width: 479px) {
  .footer12-thq-content-elm {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .footer12-thq-image1-elm {
    height: 3rem;
  }
  .footer12-thq-links-elm {
    grid-template-columns: 1fr;
  }
  .footer12-thq-column1-elm {
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer12-thq-footer-links-elm1 {
    align-items: center;
    justify-content: center;
  }
  .footer12-thq-link1-elm1 {
    font-size: 12px;
  }
  .footer12-thq-link1-elm2 {
    font-size: 12px;
  }
  .footer12-thq-link3-elm {
    font-size: 12px;
  }
  .footer12-thq-link4-elm {
    font-size: 12px;
  }
  .footer12-thq-link5-elm {
    font-size: 12px;
  }
  .footer12-thq-column2-elm {
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer12-thq-footer-links-elm2 {
    align-items: center;
    justify-content: center;
  }
  .footer12-thq-link6-elm1 {
    font-size: 12px;
  }
  .footer12-thq-link6-elm2 {
    font-size: 12px;
  }
  .footer12-thq-link8-elm1 {
    font-size: 12px;
  }
  .footer12-thq-link9-elm1 {
    font-size: 12px;
  }
  .footer12-thq-link10-elm1 {
    font-size: 12px;
  }
  .footer12-thq-column3-elm {
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer12-thq-footer-links-elm3 {
    align-items: center;
    justify-content: center;
  }
  .footer12-thq-link6-elm3 {
    font-size: 12px;
  }
  .footer12-thq-link7-elm {
    font-size: 12px;
  }
  .footer12-thq-link8-elm2 {
    font-size: 12px;
  }
  .footer12-thq-link9-elm2 {
    font-size: 12px;
  }
  .footer12-thq-link10-elm2 {
    font-size: 12px;
  }
}

.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text100 {
  display: inline-block;
  font-size: 16px;
  font-family: "Fira Sans";
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text104 {
  display: inline-block;
  font-family: "Agenda-Regular";
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text105 {
  display: inline-block;
  font-family: "Agenda-Regular";
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text106 {
  display: inline-block;
  font-size: 16px;
  font-family: "Fira Sans";
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text107 {
  display: inline-block;
  font-family: "Agenda-Regular";
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text108 {
  display: inline-block;
  font-family: "Agenda-Regular";
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text109 {
  display: inline-block;
  font-size: 16px;
  font-family: "Fira Sans";
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text110 {
  display: inline-block;
  font-size: 16px;
  font-family: "Fira Sans";
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text114 {
  display: inline-block;
  font-size: 16px;
  font-family: "Fira Sans";
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text119 {
  display: inline-block;
  font-size: 16px;
  font-family: "Fira Sans";
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text123 {
  display: inline-block;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text124 {
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text127 {
  display: inline-block;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text131 {
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text132 {
  display: inline-block;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text136 {
  display: inline-block;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text141 {
  display: inline-block;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text147 {
  display: inline-block;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text151 {
  display: inline-block;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text154 {
  display: inline-block;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text155 {
  display: inline-block;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text159 {
  display: inline-block;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text162 {
  display: inline-block;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text168 {
  display: inline-block;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text171 {
  display: inline-block;
}
 
.home-image1 {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
}
 
.home-image2 {
  width: 100%;
  height: 100%;
  display: none;
  object-fit: cover;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text174 {
  display: inline-block;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text175 {
  display: inline-block;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text185 {
  display: inline-block;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text186 {
  display: inline-block;
}
 
.home-fragment39 {
  display: contents;
}
 
.home-text187 {
  display: inline-block;
}
 
.home-fragment40 {
  display: contents;
}
 
.home-text188 {
  display: inline-block;
}
 
.home-fragment41 {
  display: contents;
}
 
.home-text189 {
  display: inline-block;
}
 
.home-fragment42 {
  display: contents;
}
 
.home-text190 {
  display: inline-block;
}
 
.home-fragment43 {
  display: contents;
}
 
.home-text191 {
  display: inline-block;
}
 
.home-fragment44 {
  display: contents;
}
 
.home-text192 {
  display: inline-block;
}
 
.home-fragment45 {
  display: contents;
}
 
.home-text193 {
  display: inline-block;
}
 
.home-fragment46 {
  display: contents;
}
 
.home-text194 {
  display: inline-block;
}
 
.home-fragment47 {
  display: contents;
}
 
.home-text195 {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
}
 
.home-fragment48 {
  display: contents;
}
 
.home-text196 {
  display: inline-block;
}
 
.home-fragment49 {
  display: contents;
}
 
.home-text197 {
  display: inline-block;
}
 
.home-fragment50 {
  display: contents;
}
 
.home-text198 {
  display: inline-block;
}
 
.home-fragment51 {
  display: contents;
}
 
.home-text199 {
  display: inline-block;
  font-style: normal;
  font-family: "Agenda-Regular";
  font-weight: 700;
}
 
.home-fragment52 {
  display: contents;
}
 
.home-text200 {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
}
 
.home-fragment53 {
  display: contents;
}
 
.home-text201 {
  display: inline-block;
}
 
.home-fragment54 {
  display: contents;
}
 
.home-text202 {
  display: inline-block;
}
 
.home-fragment55 {
  display: contents;
}
 
.home-text203 {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
}
 
.home-fragment56 {
  display: contents;
}
 
.home-text204 {
  display: inline-block;
}
 
.home-fragment57 {
  display: contents;
}
 
.home-text205 {
  display: inline-block;
}
 
.home-fragment58 {
  display: contents;
}
 
.home-text206 {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
}
 
.home-fragment59 {
  display: contents;
}
 
.home-text207 {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
}
 
.home-fragment60 {
  display: contents;
}
 
.home-text208 {
  display: inline-block;
  font-style: normal;
  font-family: "Agenda-Regular";
  font-weight: 700;
}
 
.home-fragment61 {
  display: contents;
}
 
.home-text209 {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
}
 
@media(max-width: 1600px) {
  .home-text100 {
    font-size: 14px;
    font-family: Fira Sans;
  }
  .home-text104 {
    font-family: Agenda-Regular;
  }
  .home-text106 {
    font-size: 14px;
    font-family: Fira Sans;
  }
  .home-text107 {
    font-family: Agenda-Regular;
  }
  .home-text109 {
    font-size: 14px;
    font-family: Fira Sans;
  }
  .home-text110 {
    font-size: 14px;
    font-family: Fira Sans;
  }
  .home-text114 {
    font-size: 14px;
    font-family: Fira Sans;
  }
  .home-text119 {
    font-size: 14px;
    font-family: Fira Sans;
  }
  .home-image1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-image2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
 
@media(max-width: 991px) {
  .home-image1 {
    height: 100%;
    display: none;
    object-fit: cover;
  }
  .home-image2 {
    height: 100%;
    display: block;
    object-fit: cover;
  }
}
 
@media(max-width: 479px) {
  .home-image1 {
    height: 100%;
    display: none;
  }
  .home-image2 {
    height: 100%;
  }
}
