.navbar1-wrapper {
  display: contents;
}
 
.navbar1-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar1-navbar-interactive {
  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;
}
 
.navbar1-navlink1 {
  display: contents;
}
 
.navbar1-image1 {
  width: 139px;
  height: 119px;
  text-decoration: none;
}
 
.navbar1-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.navbar1-links1 {
  gap: var(--dl-layout-space-threeunits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.navbar1-link11 {
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link21 {
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link31 {
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link41 {
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link51 {
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link6 {
  font-family: "Poppins";
  text-decoration: none;
}
 
.navbar1-link7 {
  display: contents;
}
 
.navbar1-btn1 {
  padding-top: 10px;
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #900000;
}
 
.navbar1-text1 {
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
}
 
.navbar1-burger-menu {
  display: none;
}
 
.navbar1-icon10 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar1-mobile-menu {
  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-nav {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.navbar1-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.navbar1-navlink2 {
  display: contents;
}
 
.navbar1-logo {
  height: 3rem;
  text-decoration: none;
}
 
.navbar1-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar1-icon12 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar1-links2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: center;
  align-items: center;
  margin-bottom: var(--dl-layout-space-unit);
  flex-direction: column;
}
 
.navbar1-link12 {
  text-decoration: none;
}
 
.navbar1-link22 {
  text-decoration: none;
}
 
.navbar1-link32 {
  text-decoration: none;
}
 
.navbar1-link42 {
  text-decoration: none;
}
 
.navbar1-link52 {
  text-decoration: none;
}
 
.navbar1-link8 {
  display: contents;
}
 
.navbar1-btn2 {
  padding-top: 10px;
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: #900000;
}
 
.navbar1-text2 {
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
}
 
.navbar1-icon-group {
  gap: var(--dl-layout-space-twounits);
  display: flex;
}
 
.odalarmz-fragment6 {
  display: contents;
}
 
.odalarmz-text15 {
  display: inline-block;
}
 
.odalarmz-fragment5 {
  display: contents;
}
 
.odalarmz-text14 {
  display: inline-block;
}
 
.odalarmz-fragment4 {
  display: contents;
}
 
.odalarmz-text13 {
  display: inline-block;
}
 
.odalarmz-fragment3 {
  display: contents;
}
 
.odalarmz-text12 {
  display: inline-block;
}
 
.odalarmz-fragment2 {
  display: contents;
}
 
.odalarmz-text11 {
  display: inline-block;
}
 
.odalarmz-fragment1 {
  display: contents;
}
 
.odalarmz-text10 {
  display: inline-block;
}
 

 

 

 

 
@media(max-width: 1200px) {
  .navbar1-links1 {
    gap: var(--dl-layout-space-oneandhalfunits);
    align-items: center;
  }
  .navbar1-nav {
    align-items: center;
  }
  .navbar1-links2 {
    align-self: center;
    align-items: center;
    justify-content: center;
  }
}
 
@media(max-width: 991px) {
  .navbar1-desktop-menu {
    display: none;
  }
  .navbar1-text1 {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-weight: 700;
  }
  .navbar1-burger-menu {
    display: flex;
  }
  .navbar1-nav {
    align-items: center;
    justify-content: center;
  }
  .navbar1-links2 {
    align-self: center;
    margin-bottom: 22px;
  }
  .navbar1-text2 {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-weight: 700;
  }
}
 
@media(max-width: 767px) {
  .navbar1-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .navbar1-burger-menu {
    align-items: center;
    justify-content: center;
  }
  .navbar1-nav {
    align-items: center;
    justify-content: center;
  }
  .navbar1-logo {
    width: 117px;
    height: 99px;
  }
  .navbar1-links2 {
    align-self: center;
    align-items: center;
    margin-bottom: 19px;
  }
}
 
@media(max-width: 479px) {
  .navbar1-navbar-interactive {
    padding: var(--dl-layout-space-unit);
    padding-right: 16px;
  }
  .navbar1-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
}

.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  display: contents;
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}
 
.footer-footer {
  width: 100%;
}
 
.footer-footer-background-overlay {
  width: 100%;
}
 
.footer-footer-container1 {
  display: none;
}
 
.footer-footer-main1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.footer-footer-brand1 {
  width: 531px;
  align-items: center;
}
 
.footer-footer-brand-logo1 {
  width: 190px;
  height: 151px;
  justify-content: center;
}
 
.footer-footer-logo-icon1 {
  width: 199px;
  height: 100%;
}
 
.footer-image1 {
  width: 170px;
  object-fit: cover;
}
 
.footer-footer-contact-info1 {
  align-items: flex-start;
  justify-content: center;
}
 
.footer-icon10 {
  width: 20px;
  height: 20px;
}
 
.footer-icon14 {
  width: 20px;
  height: 21px;
}
 
.footer-icon16 {
  width: 20px;
  height: 20px;
}
 
.footer-footer-nav-section1 {
  display: grid;
  place-items: start center;
}
 
.footer-footer-nav-column1 {
  flex-direction: column;
}
 
.footer-btn1 {
  background-color: #ecd780;
}
 
.footer-footer-nav-column3 {
  display: none;
}
 
.footer-footer-gallery {
  height: 278px;
}
 
.footer-footer-trust-badges1 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.footer-footer-container2 {
  width: 1253px;
  height: 690px;
}
 
.footer-footer-main2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.footer-footer-brand2 {
  width: 423px;
  align-items: center;
}
 
.footer-footer-brand-logo2 {
  width: 190px;
  height: 151px;
  justify-content: center;
}
 
.footer-footer-logo-icon2 {
  width: 199px;
  height: 100%;
}
 
.footer-image2 {
  width: 170px;
  object-fit: cover;
}
 
.footer-footer-brand-description2 {
  width: 320px;
  text-align: center;
}
 
.footer-footer-contact-info2 {
  align-items: flex-start;
  justify-content: center;
}
 
.footer-icon30 {
  width: 20px;
  height: 20px;
}
 
.footer-icon34 {
  width: 20px;
  height: 21px;
}
 
.footer-icon36 {
  width: 20px;
  height: 20px;
}
 
.footer-footer-nav-section2 {
  width: 250px;
  display: grid;
  place-items: start center;
}
 
.footer-footer-nav-column4 {
  flex-direction: column;
}
 
.footer-footer-nav-list4 {
  margin-bottom: 13px;
}
 
.footer-li22 {
  text-decoration: none;
}
 
.footer-li23 {
  text-decoration: none;
}
 
.footer-li25 {
  text-decoration: none;
}
 
.footer-li26 {
  text-decoration: none;
}
 
.footer-li27 {
  text-decoration: none;
}
 
.footer-btn2 {
  background-color: #900000;
}
 
.footer-text43 {
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
}
 
.footer-li28 {
  text-decoration: none;
}
 
.footer-li29 {
  text-decoration: none;
}
 
.footer-footer-nav-column6 {
  display: none;
}
 
.footer-footer-bottom2 {
  justify-content: center;
}
 
.footer-footer-trust-badges2 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.odalarmz-fragment7 {
  display: contents;
}
 
.odalarmz-text25 {
  display: inline-block;
}
 

 

 
@media(max-width: 1200px) {
  .footer-footer {
    width: 100%;
  }
  .footer-footer-background-overlay {
    width: 100%;
  }
  .footer-footer-container2 {
    width: 796px;
    height: 613px;
  }
  .footer-footer-main2 {
    width: 754px;
  }
  .footer-footer-brand2 {
    height: 353px;
  }
  .footer-footer-brand-description2 {
    text-align: center;
  }
  .footer-footer-bottom2 {
    justify-content: center;
  }
}
 
@media(max-width: 991px) {
  .footer-footer {
    width: 100%;
    height: 619px;
  }
  .footer-footer-background-overlay {
    width: 100%;
  }
  .footer-footer-container2 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .footer-footer-main2 {
    width: 604px;
    height: 483px;
    padding-left: ,;
    padding-right: 0px;
  }
  .footer-footer-brand2 {
    width: 100%;
    height: 100%;
  }
  .footer-footer-nav-section2 {
    width: 100%;
    height: 100%;
    place-items: start center;
  }
  .footer-text43 {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-weight: 700;
  }
  .footer-footer-bottom2 {
    width: 722px;
    justify-content: center;
  }
}
 
@media(max-width: 767px) {
  .footer-footer {
    width: 100%;
    height: auto;
  }
  .footer-footer-background-overlay {
    width: 100%;
    height: auto;
  }
  .footer-footer-container2 {
    width: 100%;
    height: auto;
    display: flex;
  }
  .footer-footer-main2 {
    width: 100%;
    height: auto;
    padding-left: var(--dl-layout-space-threeunits);
    margin-bottom: 0px;
    padding-right: var(--dl-layout-space-threeunits);
    flex-direction: column;
  }
  .footer-footer-brand2 {
    width: auto;
  }
  .footer-footer-contact-info2 {
    width: auto;
  }
  .footer-footer-contact-item4 {
    align-self: center;
    flex-direction: column;
  }
  .footer-footer-contact-item5 {
    align-self: center;
    flex-direction: column;
  }
  .footer-footer-contact-item6 {
    width: 100%;
    flex-direction: column;
  }
  .footer-footer-nav-section2 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .footer-footer-bottom2 {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer-footer-legal2 {
    align-items: center;
    justify-content: center;
  }
  .footer-text50 {
    width: 203px;
    text-align: center;
  }
}
 
@media(max-width: 375px) {
  .footer-container1 {
    width: 100%;
    height: 1005px;
    display: block;
  }
  .footer-footer {
    width: 100%;
    height: 813px;
    display: block;
  }
  .footer-footer-background-overlay {
    width: 100%;
    height: 100%;
  }
  .footer-footer-container1 {
    width: 100%;
  }
  .footer-footer-container2 {
    width: 100%;
    height: 100%;
    display: flex;
    margin-top: 0px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .footer-footer-main2 {
    width: 289px;
    height: auto;
    display: flex;
    padding-left: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    flex-direction: column;
    justify-content: center;
  }
  .footer-footer-brand2 {
    width: 100%;
    height: 100%;
  }
  .footer-footer-logo-icon2 {
    width: 100%;
  }
  .footer-image2 {
    width: 100%;
    height: 100%;
  }
  .footer-footer-brand-description2 {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .footer-footer-contact-info2 {
    width: auto;
    height: 100%;
    align-items: flex-start;
    padding-right: 0px;
    justify-content: flex-start;
  }
  .footer-footer-contact-item4 {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .footer-text32 {
    width: 100%;
    height: 100%;
    font-size: 12px;
    text-align: center;
  }
  .footer-footer-contact-item5 {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .footer-text35 {
    width: 100%;
    height: 100%;
    font-size: 12px;
    text-align: center;
  }
  .footer-footer-contact-item6 {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .footer-text36 {
    font-size: 12px;
    text-align: center;
  }
  .footer-footer-nav-section2 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    justify-content: center;
  }
  .footer-footer-nav-title4 {
    align-self: center;
  }
  .footer-footer-nav-list4 {
    align-items: center;
  }
  .footer-footer-nav-title5 {
    align-self: center;
  }
  .footer-footer-nav-list5 {
    align-items: center;
  }
  .footer-footer-bottom2 {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer-footer-legal2 {
    width: auto;
    align-items: center;
    justify-content: center;
  }
  .footer-text50 {
    width: 206px;
    height: auto;
    text-align: center;
  }
}

.odalarmz-container1 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.odalarmz-container2 {
  display: none;
}
 
.odalarmz-container3 {
  display: contents;
}
 
.odalarmz-container4 {
  display: none;
}
 
.odalarmz-container5 {
  display: contents;
}
 
.odalarmz-fragment1 {
  display: contents;
}
 
.odalarmz-text10 {
  display: inline-block;
}
 
.odalarmz-fragment2 {
  display: contents;
}
 
.odalarmz-text11 {
  display: inline-block;
}
 
.odalarmz-fragment3 {
  display: contents;
}
 
.odalarmz-text12 {
  display: inline-block;
}
 
.odalarmz-fragment4 {
  display: contents;
}
 
.odalarmz-text13 {
  display: inline-block;
}
 
.odalarmz-fragment5 {
  display: contents;
}
 
.odalarmz-text14 {
  display: inline-block;
}
 
.odalarmz-fragment6 {
  display: contents;
}
 
.odalarmz-text15 {
  display: inline-block;
}
 
.odalarmz-image1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.odalarmz-hero-overlay {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.odalarmz-hero-title {
  color: #ffffff;
  padding-top: 61px;
}
 
.odalarmz-services-gallery {
  gap: var(--spacing-lg1);
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.odalarmz-container6 {
  gap: var(--dl-layout-space-threeunits);
  width: 886px;
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-unit);
  flex-direction: column;
}
 
.odalarmz-service-card1 {
  width: auto;
  height: auto;
  grid-column-end: 3;
  background-image: linear-gradient(   to right,   rgba(144, 0, 0, 0.5),   rgba(128, 128, 128, 0.5) );
}
 
.odalarmz-image2 {
  height: 590px;
  object-position: 50% 300%;
}
 
.odalarmz-service-content1 {
  height: auto;
}
 
.odalarmz-container7 {
  gap: var(--dl-layout-space-threeunits);
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.odalarmz-container8 {
  width: auto;
  height: auto;
  grid-row-end: 3;
  grid-row-start: 2;
  grid-column-end: 3;
  grid-column-start: 1;
}
 
.odalarmz-image3 {
  width: 100%;
  height: 100%;
}
 
.odalarmz-service-content2 {
  height: auto;
}
 
.odalarmz-services-grid {
  display: none;
}
 
.odalarmz-service-excellence-cta {
  width: auto;
  display: flex;
  align-items: center;
  padding-left: 54px;
  padding-right: 54px;
  flex-direction: row-reverse;
  justify-content: center;
}
 
.odalarmz-container9 {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.odalarmz-cta-content {
  width: 433px;
}
 
.odalarmz-text24 {
  text-align: right;
}
 
.odalarmz-cta-actions {
  align-items: stretch;
  justify-content: flex-end;
}
 
.odalarmz-btn {
  fill: #900000;
  color: #900000;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 700;
  border-color: #900000;
  border-width: 5px;
}
 
.odalarmz-image5 {
  width: 766px;
  height: 518px;
}
 
.odalarmz-fragment7 {
  display: contents;
}
 
.odalarmz-text25 {
  display: inline-block;
}
 
@media(max-width: 1200px) {
  .odalarmz-services-gallery {
    height: auto;
    align-items: center;
    justify-content: center;
  }
  .odalarmz-container6 {
    width: 769px;
    height: auto;
  }
  .odalarmz-service-card1 {
    width: 100%;
    height: auto;
  }
  .odalarmz-service-content1 {
    height: auto;
  }
  .odalarmz-text16 {
    color: #000000;
  }
  .odalarmz-text17 {
    color: #000000;
  }
  .odalarmz-container8 {
    width: 100%;
  }
  .odalarmz-service-content2 {
    height: auto;
  }
  .odalarmz-service-excellence-cta {
    flex-direction: row-reverse;
  }
  .odalarmz-container9 {
    gap: var(--dl-layout-space-oneandhalfunits);
    flex-direction: row;
  }
  .odalarmz-cta-content {
    width: 256px;
  }
  .odalarmz-cta-text {
    width: 261px;
    margin-right: 0px;
  }
  .odalarmz-text24 {
    width: 100%;
    font-size: 35px;
    text-align: right;
  }
  .odalarmz-cta-actions {
    justify-content: flex-end;
  }
  .odalarmz-btn {
    color: rgb(144, 0, 0);
    width: 151px;
    height: 45px;
    font-size: 15px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 700;
    border-width: 3px;
  }
  .odalarmz-image5 {
    width: 456px;
    height: 321px;
  }
}
 
@media(max-width: 991px) {
  .odalarmz-services-gallery {
    height: auto;
    padding: 70px;
  }
  .odalarmz-container6 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .odalarmz-service-card1 {
    height: auto;
  }
  .odalarmz-service-content1 {
    height: auto;
  }
  .odalarmz-text16 {
    color: #000000;
  }
  .odalarmz-text17 {
    color: #000000;
  }
  .odalarmz-container7 {
    flex-direction: column;
  }
  .odalarmz-container8 {
    width: 100%;
    height: auto;
  }
  .odalarmz-service-content2 {
    height: auto;
  }
  .odalarmz-service-excellence-cta {
    flex-direction: row;
  }
  .odalarmz-container9 {
    gap: var(--dl-layout-space-unit);
    flex-direction: row-reverse;
  }
  .odalarmz-cta-content {
    width: 260px;
  }
  .odalarmz-cta-text {
    width: 251px;
  }
  .odalarmz-text24 {
    width: 100%;
    font-size: 35px;
    text-align: right;
  }
  .odalarmz-cta-actions {
    justify-content: flex-end;
  }
  .odalarmz-btn {
    width: 161px;
    height: 38px;
    font-size: 16px;
    padding-top: 4px;
    border-width: 3px;
    padding-bottom: 0px;
  }
  .odalarmz-cta-visual {
    width: 380px;
  }
  .odalarmz-image5 {
    width: 373px;
    height: 291px;
  }
}
 
@media(max-width: 767px) {
  .odalarmz-services-hero {
    height: 601px;
  }
  .odalarmz-hero-title {
    height: 244px;
    padding-top: 130px;
    padding-bottom: 0px;
  }
  .odalarmz-services-gallery {
    height: auto;
    padding: 50px;
    align-items: center;
    justify-content: flex-start;
  }
  .odalarmz-container6 {
    gap: var(--dl-layout-space-threeunits);
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .odalarmz-service-card1 {
    width: 100%;
    height: auto;
  }
  .odalarmz-image2 {
    width: 100%;
    height: auto;
  }
  .odalarmz-service-content1 {
    height: auto;
  }
  .odalarmz-text16 {
    color: #000000;
  }
  .odalarmz-text17 {
    color: #000000;
  }
  .odalarmz-container7 {
    flex-direction: column;
  }
  .odalarmz-container8 {
    width: 100%;
    height: auto;
  }
  .odalarmz-image3 {
    width: 100%;
  }
  .odalarmz-service-content2 {
    height: auto;
  }
  .odalarmz-service-excellence-cta {
    padding-left: 53px;
    padding-right: 53px;
    flex-direction: column;
  }
  .odalarmz-container9 {
    gap: var(--dl-layout-space-unit);
    width: auto;
    flex-direction: column;
  }
  .odalarmz-cta-content {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .odalarmz-cta-text {
    width: 100%;
  }
  .odalarmz-text24 {
    width: 100%;
    text-align: center;
  }
  .odalarmz-cta-actions {
    width: 158px;
    height: 51px;
  }
  .odalarmz-btn {
    width: 239px;
    height: 44px;
    padding-top: var(--dl-layout-space-halfunit);
    margin-right: 0px;
    padding-bottom: 5px;
  }
  .odalarmz-cta-visual {
    width: 100%;
  }
  .odalarmz-image5 {
    width: 100%;
    height: 276px;
  }
}
 
@media(max-width: 375px) {
  .odalarmz-services-hero {
    height: 509px;
    min-height: auto;
    padding-top: 0px;
  }
  .odalarmz-hero-background {
    height: 509px;
  }
  .odalarmz-image1 {
    height: 509px;
  }
  .odalarmz-hero-overlay {
    height: 509px;
  }
  .odalarmz-services-gallery {
    height: auto;
    padding-top: var(--dl-layout-space-oneandhalfunits);
    justify-content: flex-start;
  }
  .odalarmz-container6 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .odalarmz-service-card1 {
    width: 100%;
    height: auto;
  }
  .odalarmz-image2 {
    width: 100%;
    height: auto;
  }
  .odalarmz-service-content1 {
    width: 100%;
    height: auto;
  }
  .odalarmz-text16 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 25px;
  }
  .odalarmz-text17 {
    color: rgb(0, 0, 0);
    width: 100%;
    font-size: 12px;
  }
  .odalarmz-container7 {
    width: 100%;
    flex-direction: column;
  }
  .odalarmz-container8 {
    width: 100%;
    height: auto;
  }
  .odalarmz-service-content2 {
    height: auto;
  }
  .odalarmz-text18 {
    font-size: 25px;
  }
  .odalarmz-text19 {
    font-size: 12px;
  }
  .odalarmz-service-excellence-cta {
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
    padding-bottom: 27px;
  }
  .odalarmz-container9 {
    gap: var(--dl-layout-space-unit);
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .odalarmz-cta-content {
    gap: var(--dl-layout-space-halfunit);
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .odalarmz-cta-text {
    width: 100%;
    height: auto;
  }
  .odalarmz-text24 {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin-bottom: 0px;
  }
  .odalarmz-cta-actions {
    width: 155px;
    height: 39px;
  }
  .odalarmz-btn {
    fill: #900000;
    color: #900000;
    width: 91px;
    height: 36px;
    font-size: 15px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 700;
    padding-top: 0px;
    border-width: 3px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .odalarmz-cta-visual {
    width: auto;
    margin-left: 0px;
  }
  .odalarmz-image5 {
    width: 100%;
    height: auto;
  }
}
