:root {
  --font-family-inter: 'Inter', sans-serif;
  --menu-gray: rgba(217, 217, 217, 1);
  --text-white: rgba(255, 255, 255, 1);
  --text-black: rgba(0, 0, 0, 1);
}

.text-white {
  color: var(--text-white);
}

.text-black {
  color: var(--text-black);
}

.text-underline {
  color: var(--text-black);
  text-decoration: underline;
  
  
}

/* CSS Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  min-height: 100vh;
  overflow-x: scroll;
}

img {
  max-width: 100%;
  height: auto;
}

/* Prototype Links */
a.prototype-link {
  text-decoration: none;
  color: inherit;
  display: contents;
}

.image-1-3 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: auto;
}

.text-4 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-inter);
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-white);
}

.contact_header-2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 23px;
  padding: 31px 30px 31px 30px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  height:124px;
  background-color: rgba(11, 50, 15, 1);
}

.contact_menu_header-7 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(97, 162, 48, 1);
  width: 260px;
  height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.text-9 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-inter);
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.text-10 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: right;
  font-family: var(--font-family-inter);
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.contact_menu_home-8 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 6px 0px 6px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  background-color: rgba(217, 217, 217, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  width: 260px;
  height: 34px;
}

.text-12 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-inter);
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.text-13 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: right;
  font-family: var(--font-family-inter);
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.contact_menu_about-11 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 6px 0px 6px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  background-color: rgba(217, 217, 217, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  width: 260px;
  height: 34px;
}

.text-15 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-inter);
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.text-16 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: right;
  font-family: var(--font-family-inter);
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.contact_menu_tariff-14 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 6px 0px 6px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  background-color: rgba(217, 217, 217, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  width: 260px;
  height: 34px;
}

.text-18 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-inter);
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-white);
}

.text-19 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: right;
  font-family: var(--font-family-inter);
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-white);
}

.contact_menu_contacts-17 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 6px 0px 6px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  background-color: rgba(97, 162, 48, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
  border-bottom: 2px solid rgba(0, 0, 0, 1);
  width: 260px;
  height: 34px;
}

.contact_menu-6 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 260px;
  height: 100%;
  background-color: rgba(217, 217, 217, 1);
}



.contact_info-21 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  padding: 6px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 976px;
  height:159px;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}



.contact_contacts-23 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  padding: 6px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 976px;
  height:159px;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.contact-frame-contents-20 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 17px;
  padding: 17px 0px 17px 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  height: 100%;
  width: 976px;
}

.contact_contents-5 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 22px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width:100%;
  height: 100%;
}

.contact_lowest-25 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(11, 50, 15, 1);
  width: 100%;
  height: 92px;
}

.text-25 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-inter);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.text-26 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
  font-family: var(--font-family-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-decoration: underline;
  text-transform: none;
  color: var(--text-black);
  font-family: var(--font-family-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}



.text-22 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-inter);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.text-23 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.contact-us_total {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  height:100vh;
  width:100%;
  min-height:1177px;
  min-width: 1280px;
}

.contact-us-html-1 {
@media (max-width: 1440px) {
  .contact-us-html-1 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 768px) {
  .contact-us-html-1 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  min-width: 1280px;
  background-color: rgba(239, 239, 239, 1);
}
