@font-face {
  font-family: "FontAwesome";
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0")
      format("woff2"),
    url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0")
      format("woff"),
    url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0")
      format("truetype"),
    url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  /* CSS Variables that may have been missed get put on body */
  --ar-bg-opacity: 1;
  --ar-gutter-x: 1.5rem;
  --ar-gutter-y: 0;
  --ar-gutter-x: 1.5rem;
  --ar-gutter-y: 0;
  --ar-text-opacity: 1;
  --ar-btn-padding-x: 1.75rem;
  --ar-btn-padding-y: 0.825rem;
  --ar-body-font-size: 1rem;
  --ar-btn-font-size: calc(var(--ar-body-font-size) * 0.875);
  --ar-btn-font-weight: 600;
  --ar-btn-line-height: 1.4;
  --ar-btn-color: #576071;
  --ar-btn-bg: transparent;
  --ar-border-width: 1px;
  --ar-btn-border-width: var(--ar-border-width);
  --ar-btn-border-color: transparent;
  --ar-border-radius: 1rem;
  --ar-btn-border-radius: var(--ar-border-radius);
  --ar-btn-focus-box-shadow: 0 0 0 0 rgba(var(--ar-btn-focus-shadow-rgb), 0.5);
  --ar-btn-color: #448c74;
  --ar-btn-border-color: #448c74;
  --ar-btn-hover-color: #000;
  --ar-btn-hover-bg: #448c74;
  --ar-btn-hover-border-color: #448c74;
  --ar-btn-focus-shadow-rgb: 68, 140, 116;
  --ar-btn-color: #795ea3;
  --ar-btn-border-color: #795ea3;
  --ar-btn-hover-bg: #795ea3;
  --ar-btn-hover-border-color: #795ea3;
  --ar-card-spacer-y: 2.375rem;
  --ar-card-spacer-x: 2.375rem;
  --ar-card-border-width: var(--ar-border-width);
  --ar-border-color: #e3e9ef;
  --ar-card-border-color: var(--ar-border-color);
  --ar-border-radius-2xl: calc(var(--ar-border-radius) * 2.25);
  --ar-card-border-radius: var(--ar-border-radius-2xl);
  --ar-card-inner-border-radius: calc(
    var(--ar-border-radius-2xl) - (var(--ar-border-width))
  );
  --ar-body-color: #576071;
  --ar-card-color: var(--ar-body-color);
  --ar-card-bg: #fff;
  --ar-bg-opacity: 1;
  --ar-gray-100: rgba(255, 255, 255, 0.025);
  --ar-gray-700: rgba(255, 255, 255, 0.7);
  --ar-gray-800: rgba(255, 255, 255, 0.9);
  --ar-gray-900: #fff;
  --ar-body-bg: #121519;
  --ar-gray-700: #576071;
  --ar-body-color: var(--ar-gray-700);
  --ar-gray-100: #f6f9fc;
  --ar-secondary-bg: var(--ar-gray-100);
  --ar-border-color: rgba(255, 255, 255, 0.13);
  --ar-gray-900: #121519;
  --ar-heading-color: var(--ar-gray-900);
  --ar-gray-800: #434a57;
  --ar-nav-link-color: var(--ar-gray-800);
}

* {
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-wrapper {
  flex: 1 0 auto;
}



:root {
  --ar-gray-100: #f6f9fc;
  --ar-gray-700: #576071;
  --ar-gray-800: #434a57;
  --ar-gray-900: #121519;
  --ar-primary: #448c74;
  --ar-primary-rgb: 68, 140, 116;
  --ar-font-sans-serif: "Inter", sans-serif;
  --ar-root-font-size: 1rem;
  --ar-body-font-family: var(--ar-font-sans-serif);
  --ar-body-font-size: 1rem;
  --ar-body-font-weight: 400;
  --ar-body-line-height: 1.5;
  --ar-body-color: #576071;
  --ar-body-bg: #fff;
  --ar-border-width: 1px;
  --ar-border-color: #e3e9ef;
  --ar-border-radius: 1rem;
  --ar-border-radius-sm: calc(var(--ar-border-radius) * 0.75);
  --ar-border-radius-lg: calc(var(--ar-border-radius) * 1.125);
  --ar-border-radius-xl: calc(var(--ar-border-radius) * 1.5);
  --ar-border-radius-2xl: calc(var(--ar-border-radius) * 2.25);
  --ar-link-color: #448c74;
  --ar-link-hover-color: #37715d;
}

:root {
  font-size: var(--ar-root-font-size);
}

:root {
  --ar-user-selection-color: rgba(var(--ar-primary-rgb), 0.22);
  --ar-heading-color: var(--ar-gray-900);
  --ar-heading-link-color: var(--ar-gray-800);
  --ar-heading-link-hover-color: var(--ar-primary);
  --ar-blockquote-color: var(--ar-gray-900);
  --ar-blockquote-footer-color: var(--ar-gray-900);
  --ar-blockquote-mark-color: var(--ar-primary);
  --ar-nav-link-color: var(--ar-gray-800);
}

:root {
  --ar-primary: #795ea3;
  --ar-primary-rgb: 121, 94, 163;
  --ar-link-color: #795ea3;
  --ar-link-hover-color: #60458a;
}

#featu .pt-5 {
  padding-top: 3rem !important;
}

#featu .pb-4 {
  padding-bottom: 1.5rem !important;
}

#featu .bg-secondary {
  --ar-bg-opacity: 1;
  background-color: #f6f9fc !important;
}

*,
:before,
:after {
  box-sizing: border-box;
}

#featu :selection {
  background: var(--ar-user-selection-color);
}

#featu .container {
  --ar-gutter-x: 1.5rem;
  --ar-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--ar-gutter-x) * 0.5);
  padding-left: calc(var(--ar-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  #featu .container {
    max-width: 95%;
  }
}

@media (min-width: 768px) {
  #featu .container {
    max-width: 95%;
  }
}

@media (min-width: 992px) {
  #featu .container {
    max-width: 95%;
  }
}

@media (min-width: 1200px) {
  #featu .container {
    max-width: 95%;
  }
}

@media (min-width: 1400px) {
  #featu .container {
    max-width: 1320px;
  }
}

@media (min-width: 992px) {
  #featu .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  #featu .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1400px) {
  #featu .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

#featu .row {
  --ar-gutter-x: 1.5rem;
  --ar-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--ar-gutter-y));
  margin-right: calc(-0.5 * var(--ar-gutter-x));
  margin-left: calc(-0.5 * var(--ar-gutter-x));
}

#featu .mt-1 {
  margin-top: 0.25rem !important;
}

@media (min-width: 576px) {
  #featu .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  #featu .pt-md-3 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  #featu .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
}

#featu .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--ar-gutter-x) * 0.5);
  padding-left: calc(var(--ar-gutter-x) * 0.5);
  margin-top: var(--ar-gutter-y);
}

@media (min-width: 992px) {
  #featu .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}

#featu .mb-5 {
  margin-bottom: 3rem !important;
}

@media (min-width: 992px) {
  #featu .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  #featu .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}

@media (min-width: 1200px) {
  #featu .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  #featu .offset-xl-1 {
    margin-left: 8.33333333%;
  }
}

#featu h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  #featu h2 {
    font-size: 2rem;
  }
}

#featu h2,
#featu .h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--ar-gray-900);
}

#featu .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  #featu .h1 {
    font-size: 2.5rem;
  }
}

#featu .text-primary {
  --ar-text-opacity: 1;
  color: #009688 !important;
}

#featu p {
  margin-top: 0;
  margin-bottom: 1.125rem;
}

#featu .mb-4 {
  margin-bottom: 1.5rem !important;
}

#featu .pb-1 {
  padding-bottom: 0.25rem !important;
}

@media (min-width: 768px) {
  #featu .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  #featu .pb-md-0 {
    padding-bottom: 0 !important;
  }
}

#featu .binded-item {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

#featu #featu .binded-item.active {
  position: relative;
  visibility: visible;
  opacity: 1;
}

#featu #featu a {
  color: var(--ar-link-color);
  text-decoration: underline;
}

#featu #featu a {
  transition: color 0.2s ease-in-out;
}

#featu #featu .btn {
  --ar-btn-padding-x: 1.75rem;
  --ar-btn-padding-y: 0.825rem;
  --ar-btn-font-size: calc(var(--ar-body-font-size) * 0.875);
  --ar-btn-font-weight: 600;
  --ar-btn-line-height: 1.4;
  --ar-btn-color: #576071;
  --ar-btn-bg: transparent;
  --ar-btn-border-width: var(--ar-border-width);
  --ar-btn-border-color: transparent;
  --ar-btn-border-radius: var(--ar-border-radius);
  --ar-btn-focus-box-shadow: 0 0 0 0 rgba(var(--ar-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--ar-btn-padding-y) var(--ar-btn-padding-x);
  font-family: var(--ar-btn-font-family);
  font-size: var(--ar-btn-font-size);
  font-weight: var(--ar-btn-font-weight);
  line-height: var(--ar-btn-line-height);
  color: var(--ar-btn-color);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--ar-btn-border-width) solid var(--ar-btn-border-color);
  border-radius: var(--ar-btn-border-radius);
  background-color: var(--ar-btn-bg);
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

#featu .btn-outline-primary {
  --ar-btn-color: #448c74;
  --ar-btn-border-color: #448c74;
  --ar-btn-hover-color: #000;
  --ar-btn-hover-bg: #448c74;
  --ar-btn-hover-border-color: #448c74;
  --ar-btn-focus-shadow-rgb: 68, 140, 116;
}

#featu .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#featu .btn-outline-primary {
  --ar-btn-color: #795ea3;
  --ar-btn-border-color: #795ea3;
  --ar-btn-hover-bg: #795ea3;
  --ar-btn-hover-border-color: #795ea3;
}

#featu a:hover {
  color: var(--ar-link-hover-color);
  text-decoration: none;
}

#featu .btn:hover {
  color: var(--ar-btn-hover-color);
  background-color: var(--ar-btn-hover-bg);
  border-color: var(--ar-btn-hover-border-color);
}

#featu img {
  vertical-align: middle;
}

#featu img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#featu .d-block {
  display: block !important;
}

#featu .rounded-5 {
  border-radius: var(--ar-border-radius-2xl) !important;
}

#featu .col {
  flex: 1 0 0%;
}

#featu .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  #featu .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
}

#featu .d-flex {
  display: flex !important;
}

#featu .flex-column {
  flex-direction: column !important;
}

#featu .pt-4 {
  padding-top: 1.5rem !important;
}

@media (min-width: 576px) {
  #featu .mt-sm-3 {
    margin-top: 1rem !important;
  }
}

#featu .card {
  --ar-card-spacer-y: 2.375rem;
  --ar-card-spacer-x: 2.375rem;
  --ar-card-border-width: var(--ar-border-width);
  --ar-card-border-color: var(--ar-border-color);
  --ar-card-border-radius: var(--ar-border-radius-2xl);
  --ar-card-inner-border-radius: calc(
    var(--ar-border-radius-2xl) - (var(--ar-border-width))
  );
  --ar-card-color: var(--ar-body-color);
  --ar-card-bg: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--ar-card-height);
  word-wrap: break-word;
  background-color: var(--ar-card-bg);
  background-clip: border-box;
  border: var(--ar-card-border-width) solid var(--ar-card-border-color);
  border-radius: var(--ar-card-border-radius);
}

#featu .border-0 {
  border: 0 !important;
}

#featu .bg-primary {
  --ar-bg-opacity: 1;
  background-color: #009688 !important;
}

#featu .dark-mode {
  --ar-gray-100: rgba(255, 255, 255, 0.025);
  --ar-gray-700: rgba(255, 255, 255, 0.7);
  --ar-gray-800: rgba(255, 255, 255, 0.9);
  --ar-gray-900: #fff;
  --ar-body-bg: #121519;
  --ar-body-color: var(--ar-gray-700);
  --ar-secondary-bg: var(--ar-gray-100);
  --ar-border-color: rgba(255, 255, 255, 0.13);
  --ar-heading-color: var(--ar-gray-900);
  --ar-nav-link-color: var(--ar-gray-800);
}

@media (min-width: 576px) {
  #featu .order-sm-2 {
    order: 2 !important;
  }

  #featu .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  #featu .order-sm-1 {
    order: 1 !important;
  }

  #featu .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
}

#featu .card-body {
  flex: 1 1 auto;
  padding: var(--ar-card-spacer-y) var(--ar-card-spacer-x);
  color: var(--ar-card-color);
}

#featu .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#featu .fa-briefcase:before {
  content: "\f0b1";
}

#featu h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  #featu h3 {
    font-size: 1.75rem;
  }
}

#featu .h4,
#featu h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--ar-gray-900);
}

#featu .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  #featu .h4 {
    font-size: 1.5rem;
  }
}

#featu .h4 {
  line-height: 1.4;
}

#featu .fs-sm {
  font-size: calc(var(--ar-body-font-size) * 0.875) !important;
}

#featu .card-text {
  margin-bottom: 1.5rem;
}

#featu .card-text:last-child {
  margin-bottom: 0;
}

#featu .fa-handshake-o:before {
  content: "\f2b5";
}

#featu .dark-mode p {
  color: #fff;
}

#featu .fa-drivers-license:before,
#featu .fa-id-card:before {
  content: "\f2c2";
}

/* These were inline style tags. Uses id+class to override almost everything */
#style-3RSN9.style-3RSN9 {
  font-size: 36px;
}
#style-k7O5j.style-k7O5j {
  max-width: 180px;
}
#style-o9ROQ.style-o9ROQ {
  font-size: 36px;
}
#style-HQOUL.style-HQOUL {
  max-width: 180px;
}
#style-1ewqT.style-1ewqT {
  font-size: 36px;
}
#style-QdJ8H.style-QdJ8H {
  max-width: 180px;
}
#style-Z87Eb.style-Z87Eb {
  font-size: 36px;
}
#style-REGBo.style-REGBo {
  max-width: 180px;
}











    
    
      body {  
    font-family:var(--bs-body-font-family);
    font-size:var(--bs-body-font-size);
    font-weight:var(--bs-body-font-weight);
    line-height:var(--bs-body-line-height);
    color:var(--bs-body-color);
    text-align:var(--bs-body-text-align);
  }  


.section.is-home-section-4 { 
    position: relative; 
    z-index: 1; 
    overflow: hidden; 
    background-color: rgb(255, 204, 120);
} 

body { 
    margin: 0; 
    font-family: var(--bs-body-font-family); 
    font-size: var(--bs-body-font-size); 
    font-weight: var(--bs-body-font-weight); 
    line-height: var(--bs-body-line-height); 
    color: var(--bs-body-color); 
    text-align: var(--bs-body-text-align); 
    background-color: var(--bs-body-bg); 
    -webkit-text-size-adjust: 100%; 
    -webkit-tap-highlight-color: transparent;
} 



:root { 
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; 
    --bs-body-font-family: var(--bs-font-sans-serif); 
    --bs-body-font-size: 1rem; 
    --bs-body-font-weight: 400; 
    --bs-body-line-height: 1.5; 
    --bs-body-color: #212529; 
    --bs-body-bg: #fff;
} 

@media (prefers-reduced-motion: no-preference){ 
  :root { 
    scroll-behavior: smooth;
  } 
}     

.padding-global { 
    padding-right: 5%; 
    padding-left: 5%;
} 

*,:after,:before { 
    border-color: var(--gray-200); 
    border-style: solid; 
    border-width: 0; 
    box-sizing: border-box;
} 

*,:after,:before { 
    box-sizing: border-box;
} 

.container-large { 
    width: 100%; 
    max-width: 80rem; 
    margin-right: auto; 
    margin-left: auto;
} 

.padding-section-large { 
    padding-top: 7rem; 
    padding-bottom: 7rem;
} 

.margin-xxlarge { 
    margin: 5rem;
} 

.margin-bottom { 
    margin-top: 0rem; 
    margin-right: 0rem; 
    margin-left: 0rem;
} 

.portfolio-15-component { 
    -webkit-box-orient: vertical; 
    -webkit-box-direction: normal; 
    flex-direction: column; 
    -webkit-box-align: center; 
    align-items: center;
} 

.max-width-large { 
    width: 100%; 
    max-width: 48rem;
} 

.margin-xsmall { 
    margin: 0.5rem;
} 

.margin-small { 
    margin: 1rem;
} 



.text-size-medium { 
    font-size: 1.125rem;
} 



.portfolio-15-list { 
    display: grid; 
    -webkit-box-orient: vertical; 
    -webkit-box-direction: normal; 
    flex-direction: column; 
    grid-auto-columns: 1fr; 
    row-gap: 3rem; 
    grid-template-columns: 1fr; 
    grid-template-rows: auto;
} 

.text-weight-semibold { 
    font-weight: 600;
} 

.portfolio-15-item { 
    display: grid; 
    -webkit-box-align: center; 
    align-items: center; 
    grid-auto-columns: 1fr; 
    column-gap: 5rem; 
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: auto; 
    border-radius: 1.5rem; 
    background-color: rgb(255, 255, 255);
} 

.portfolio-15-item:last-child { 
    padding-bottom: 0rem;
} 

.portfolio-15-title-wrapper { 
    display: flex; 
    padding: 2rem; 
    -webkit-box-orient: vertical; 
    -webkit-box-direction: normal; 
    flex-direction: column; 
    -webkit-box-pack: center; 
    justify-content: center; 
    -webkit-box-align: start; 
    align-items: flex-start; 
    grid-auto-columns: 1fr; 
    grid-template-columns: 1fr max-content; 
    grid-template-rows: auto;
} 

.w-inline-block { 
    max-width: 100%; 
    display: inline-block;
} 

.portfolio-15-image-link { 
    width: 100%;
} 



#firstd a:active, #firstd a:hover { 
    outline: 0px;
} 

.portfolio-15-image-wrapper { 
    position: relative; 
    right: 2rem; 
    overflow: hidden; 
    width: 100%; 
    margin-top: 2rem; 
    margin-bottom: 2rem; 
    padding-top: 75%;
} 

.portfolio-15-title-link { 
    display: block; 
    margin-bottom: 0.5rem; 
    text-decoration: none;
} 

.text-size-regular { 
    font-size: 1rem;
} 

.portfolio-15-tag-list { 
    display: flex; 
    margin-top: 1rem; 
    -webkit-box-orient: horizontal; 
    -webkit-box-direction: normal; 
    flex-flow: row wrap; 
    gap: 0.5rem;
} 




.portfolio-15-tag-item { 
    padding: 0.25rem 0.5rem; 
    border-radius: 1rem; 
    background-color: rgb(212, 212, 226); 
    font-size: 0.875rem; 
    font-weight: 500; 
    text-decoration: none;
} 

.portfolio-15-tag-item { 
    padding: 0.25rem 0.5rem; 
    border-radius: 1rem; 
    background-color: #d4d4e2 !important; 
    font-size: 0.875rem; 
    font-weight: 500; 
    text-decoration: none;
} 





    .section.is-home-section-4 {
        position: relative;
        z-index: 1;
        overflow: hidden;
        background-color: rgb(255, 204, 120);
    }

    .padding-global {
        padding-right: 5%;
        padding-left: 5%;
    }

    .container-large {
        width: 100%;
        max-width: 80rem;
        margin-right: auto;
        margin-left: auto;
    }

    .padding-section-large {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .margin-xxlarge {
        margin: 5rem;
    }

    .margin-bottom {
        margin-top: 0rem;
        margin-right: 0rem;
        margin-left: 0rem;
    }

    .max-width-large {
        width: 100%;
        max-width: 48rem;
    }

    .margin-xsmall {
        margin: 0.5rem;
    }

    .text-weight-semibold {
        font-weight: 600;
    }

    .margin-small {
        margin: 1rem;
    }

    #firstd h1,
    #firstd h2,
    #firstd h3,
    #firstd h4,
    #firstd h5,
    #firstd h6 {
        font-weight: bold;
        margin-bottom: 10px;
    }

    #firstd h2 {
        font-size: 32px;
        
        margin-top: 20px;
    }

    #firstd h2 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 2.8125rem;
        
        font-weight: 400;
    }

    #firstd p {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    #firstd p {
        margin-bottom: 0px;
        opacity: 0.7;
    }

    .text-size-medium {
        font-size: 1.125rem;
    }

    .portfolio-15-component {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
    }

    .portfolio-15-list {
        display: grid;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        grid-auto-columns: 1fr;
        row-gap: 3rem;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .portfolio-15-item {
        display: grid;
        -webkit-box-align: center;
        align-items: center;
        grid-auto-columns: 1fr;
        column-gap: 5rem;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        border-radius: 1.5rem;
        background-color: rgb(255, 255, 255);
    }

    .portfolio-15-title-wrapper {
        display: flex;
        padding: 2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        align-items: flex-start;
        grid-auto-columns: 1fr;
        grid-template-columns: 1fr max-content;
        grid-template-rows: auto;
    }

    #firstd a {
        background-color: transparent;
    }

    #firstd a:active,
    #firstd a:hover {
        outline: 0px;
    }

    .w-inline-block {
        max-width: 100%;
        display: inline-block;
    }

    #firstd a {
        color: rgb(12, 12, 13);
        text-decoration: underline;
    }

    .portfolio-15-title-link {
        display: block;
        margin-bottom: 0.5rem;
        text-decoration: none;
    }

    #firstd h3 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px;
    }

    #firstd h3 {
        margin-top: 0px;
margin-bottom: 0px;
font-size: 35px;
line-height: 34px;
font-weight: 400;
    }

    .heading-style-h-4 {
        font-size: 2rem;
        line-height: 2.5rem;
        font-weight: 400;
    }

    .text-size-regular {
        font-size: 1rem;
    }

    .portfolio-15-tag-list {
        display: flex;
        margin-top: 1rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        gap: 0.5rem;
    }

    .portfolio-15-tag-item {
        padding: 0.25rem 0.5rem;
        border-radius: 1rem;
        background-color: rgb(212, 212, 226);
        font-size: 0.875rem;
        font-weight: 500;
        text-decoration: none;
    }

    .margin-medium {
        margin: 2rem;
    }

    .margin-top {
        margin-right: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
    }

    #firstd .button {
        padding: 0.75rem 1.5rem;
        border-style: solid;
        border-width: 1px;
        border-color: rgb(93, 232, 193);
        border-radius: 2rem;
        background-color: rgb(93, 232, 193);
        color: rgb(12, 12, 13);
        font-weight: 500;
        text-align: center;
        text-decoration: none;
    }

    #firstd .button:hover {
        background-image: linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08));
    }

    .button.is-link {
        padding: 0.25rem 0rem;
        border-style: none;
        background-color: transparent;
        color: rgb(0, 0, 0);
        line-height: 1;
        text-decoration: none;
    }

    .button.is-link:hover {
        background-image: none;
    }

    .button.is-link.is-icon {
        gap: 0.5rem;
    }

    .button.is-link.is-icon:hover {
        column-gap: 0.75rem;
    }

    .button.is-icon {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        gap: 0.75rem;
    }

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

    .w-embed::after {
        clear: both;
    }

    .icon-embed-xxsmall {
        display: flex;
        width: 1rem;
        height: 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }

    svg:not(:root) {
        overflow: hidden;
    }

    .portfolio-15-image-link {
        width: 100%;
    }

    .portfolio-15-image-wrapper {
        position: relative;
        right: 2rem;
        overflow: hidden;
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding-top: 75%;
    }

    #firstd img {
        border: 0px;
    }

    #firstd img {
        max-width: 100%;
        vertical-align: middle;
        display: inline-block;
    }

    #firstd img {
        display: inline-block;
        max-width: 100%;
    }

    .portfolio-15-image {
        position: absolute;
        inset: 0%;
        width: 100%;
        height: 100%;
        border-radius: 1rem;
        object-fit: cover;
    }

    .portfolio-15-item:last-child {
        padding-bottom: 0rem;
    }

    .margin-xlarge {
        margin: 4rem;
    }

    .button-group {
        display: flex;
        flex-wrap: wrap;
        -webkit-box-align: center;
        align-items: center;
        gap: 1rem;
    }

    .button-group.is-center {
        -webkit-box-pack: center;
        justify-content: center;
    }

    .w-button {
        display: inline-block;
        padding: 9px 15px;
        background-color: rgb(56, 152, 236);
        color: white;
        border: 0px;
        line-height: inherit;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0px;
    }

    .button.is-secondary {
        border-color: rgb(12, 12, 13);
        background-color: rgb(12, 12, 13);
        color: rgb(255, 255, 255);
    }

    .button.is-secondary:hover {
        background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08));
    }

    @media screen and (max-width: 991px) {
        .padding-section-large {
            padding-top: 6rem;
            padding-bottom: 6rem;
        }
    }

    @media screen and (max-width: 767px) {
        .padding-section-large {
            padding-top: 4rem;
            padding-bottom: 4rem;
        }
    }

    @media screen and (max-width: 991px) {
        .margin-xxlarge {
            margin: 4rem;
        }
    }

    @media screen and (max-width: 991px) {
        .margin-bottom {
            margin-top: 0rem;
            margin-right: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 767px) {
        .margin-xxlarge {
            margin: 3rem;
        }
    }

    @media screen and (max-width: 767px) {
        .margin-bottom {
            margin-top: 0rem;
            margin-right: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 479px) {
        .margin-bottom {
            margin-top: 0rem;
            margin-right: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 991px) {
        .margin-bottom {
            margin-top: 0rem;
            margin-right: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 767px) {
        .margin-bottom {
            margin-top: 0rem;
            margin-right: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 479px) {
        .margin-bottom {
            margin-top: 0rem;
            margin-right: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 991px) {
        .margin-bottom {
            margin-top: 0rem;
            margin-right: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 767px) {
        .margin-bottom {
            margin-top: 0rem;
            margin-right: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 479px) {
        .margin-bottom {
            margin-top: 0rem;
            margin-right: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 767px) {
        .text-size-medium {
            font-size: 1rem;
        }
    }

    @media screen and (max-width: 767px) {
        .portfolio-15-list {
            grid-template-columns: 1fr;
        }
    }

    @media screen and (max-width: 991px) {
        .portfolio-15-item {
            padding-top: 2rem;
            padding-bottom: 2rem;
            column-gap: 3rem;
        }
    }

    @media screen and (max-width: 767px) {
        #firstd .portfolio-15-item {
            padding-top: 0rem;
            padding-bottom: 0rem;
            row-gap: 1.5rem;
            grid-template-columns: 1fr;
        }
    }

    @media screen and (max-width: 767px) {
        #firstd .portfolio-15-title-wrapper {
            padding-top: 0rem;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
            justify-items: start;
            grid-template-columns: 1fr;
        }
    }

    @media screen and (max-width: 991px) {
        .heading-style-h-4 {
            font-size: 1.75rem;
        }
    }

    @media screen and (max-width: 767px) {
        .heading-style-h-4 {
            font-size: 1.5rem;
            line-height: 1.4;
        }
    }

    @media screen and (max-width: 991px) {
        .margin-medium {
            margin: 1.5rem;
        }
    }

    @media screen and (max-width: 991px) {
        #firstd .margin-top {
            margin-right: 0rem;
            margin-bottom: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 767px) {
        #firstd .margin-medium {
            margin: 1.25rem;
        }
    }

    @media screen and (max-width: 767px) {
        #firstd .margin-top {
            margin-right: 0rem;
            margin-bottom: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 479px) {
        #firstd .margin-top {
            margin-right: 0rem;
            margin-bottom: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 767px) {
        #w-node-_2fd4cbc3-3ccf-55f0-e957-b7d7a26e48d7-11eadaba {
            grid-area: 1 / 1 / 2 / 2;
        }
    }

    @media screen and (max-width: 767px) {
        #firstd .portfolio-15-image-wrapper {
            right: 0rem;
            margin-top: 0rem;
            margin-bottom: 0rem;
        }
    }

    @media screen and (max-width: 991px) {
        #firstd .portfolio-15-item {
            padding-top: 2rem;
            padding-bottom: 2rem;
            column-gap: 3rem;
        }
    }

    @media screen and (max-width: 767px) {
        #firstd .portfolio-15-item {
            padding-top: 0rem;
            padding-bottom: 0rem;
            row-gap: 1.5rem;
            grid-template-columns: 1fr;
        }
    }

    @media screen and (max-width: 767px) {
        #firstd .portfolio-15-title-wrapper {
            padding-top: 0rem;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
            justify-items: start;
            grid-template-columns: 1fr;
        }
    }

    @media screen and (max-width: 991px) {
        #firstd .heading-style-h-4 {
            font-size: 1.75rem;
        }
    }

    @media screen and (max-width: 767px) {
        .heading-style-h-4 {
            font-size: 1.5rem;
            line-height: 1.4;
        }
    }

    @media screen and (max-width: 991px) {
        #firstd .margin-medium {
            margin: 1.5rem;
        }
    }

    @media screen and (max-width: 991px) {
        #firstd .margin-top {
            margin-right: 0rem;
            margin-bottom: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 767px) {
        #firstd .margin-medium {
            margin: 1.25rem;
        }
    }

    @media screen and (max-width: 767px) {
        #firstd .margin-top {
            margin-right: 0rem;
            margin-bottom: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 479px) {
        #firstd .margin-top {
            margin-right: 0rem;
            margin-bottom: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 767px) {
        #w-node-_2fd4cbc3-3ccf-55f0-e957-b7d7a26e48f1-11eadaba {
            grid-area: 1 / 1 / 2 / 2;
        }
    }

    @media screen and (max-width: 767px) {
        #firstd .portfolio-15-image-wrapper {
            right: 0rem;
            margin-top: 0rem;
            margin-bottom: 0rem;
        }
    }

    @media screen and (max-width: 991px) {
        #firstd .margin-xlarge {
            margin: 3rem;
        }
    }

    @media screen and (max-width: 991px) {
        #firstd .margin-top {
            margin-right: 0rem;
            margin-bottom: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 767px) {
        #firstd .margin-xlarge {
            margin: 2rem;
        }
    }

    @media screen and (max-width: 767px) {
        #firstd .margin-top {
            margin-right: 0rem;
            margin-bottom: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 479px) {
        #firstd .margin-top {
            margin-right: 0rem;
            margin-bottom: 0rem;
            margin-left: 0rem;
        }
    }



    





    
    
      body {  
    font-family:var(--ar-body-font-family);
    font-size:var(--ar-body-font-size);
    font-weight:var(--ar-body-font-weight);
    line-height:var(--ar-body-line-height);
    color:var(--ar-body-color);
    text-align:var(--ar-body-text-align);
  }  
body { 
/* CSS Variables that may have been missed get put on body */ 
    --ar-gutter-x:  1.5rem;  
    --ar-gutter-y:  0;  
    --ar-bg-opacity:  1;  
    --ar-gutter-x:  1.5rem;  
    --ar-gutter-y:  0;  
    --ar-gutter-x:  0; 
    --ar-gutter-y:  0; 
    --ar-text-opacity:  1;  
} 

#countty .page-wrapper { 
    flex: 1 0 auto;
} 

body { 
    margin: 0; 
    font-family: var(--ar-body-font-family); 
    font-size: var(--ar-body-font-size); 
    font-weight: var(--ar-body-font-weight); 
    line-height: var(--ar-body-line-height); 
    color: var(--ar-body-color); 
    text-align: var(--ar-body-text-align); 
    background-color: var(--ar-body-bg); 
    -webkit-text-size-adjust: 100%; 
    -webkit-tap-highlight-color: rgba(0,0,0,0);
} 




:root { 
    --ar-gray-800: #434a57; 
    --ar-gray-900: #121519; 
    --ar-primary: #448c74; 
    --ar-primary-rgb: 68, 140, 116; 
    --ar-light-rgb: 255, 255, 255; 
    --ar-font-sans-serif: "Inter", sans-serif; 
    --ar-root-font-size: 1rem; 
    --ar-body-font-family: var(--ar-font-sans-serif); 
    --ar-body-font-size: 1rem; 
    --ar-body-font-weight: 400; 
    --ar-body-line-height: 1.5; 
    --ar-body-color: #576071; 
    --ar-body-bg: #fff; 
    --ar-border-width: 1px; 
    --ar-border-style: solid; 
    --ar-border-color: #e3e9ef; 
    --ar-border-radius: 1rem; 
    --ar-border-radius-sm: calc(var(--ar-border-radius) * 0.75); 
    --ar-border-radius-lg: calc(var(--ar-border-radius) * 1.125); 
    --ar-border-radius-xl: calc(var(--ar-border-radius) * 1.5); 
    --ar-border-radius-2xl: calc(var(--ar-border-radius) * 2.25); 
} 

:root { 
    font-size: var(--ar-root-font-size);
} 

:root { 
    --ar-user-selection-color: rgba(var(--ar-primary-rgb), 0.22); 
    --ar-heading-color: var(--ar-gray-900); 
    --ar-heading-link-color: var(--ar-gray-800); 
    --ar-heading-link-hover-color: var(--ar-primary); 
    --ar-blockquote-color: var(--ar-gray-900); 
    --ar-blockquote-footer-color: var(--ar-gray-900); 
    --ar-blockquote-mark-color: var(--ar-primary); 
    --ar-nav-link-color: var(--ar-gray-800);
} 

:root { 
    --ar-primary: #795EA3; 
    --ar-primary-rgb: 121,94,163; 
} 

#countty .container { 
    --ar-gutter-x: 1.5rem; 
    --ar-gutter-y: 0; 
    width: 100%; 
    padding-right: calc(var(--ar-gutter-x)*.5); 
    padding-left: calc(var(--ar-gutter-x)*.5); 
    margin-right: auto; 
    margin-left: auto;
} 

@media (min-width: 576px){ 
  #countty .container { 
    max-width: 95%;
  } 
}     

@media (min-width: 768px){ 
  #countty .container { 
    max-width: 95%;
  } 
}     

@media (min-width: 992px){ 
  #countty .container { 
    max-width: 95%;
  } 
}     

@media (min-width: 1200px){ 
  #countty .container { 
    max-width: 95%;
  } 
}     

@media (min-width: 1400px){ 
  #countty .container { 
    max-width: 1320px;
  } 
}     

.pb-2 { 
    padding-bottom: .5rem !important;
} 

@media (min-width: 576px){ 
  .pb-sm-3 { 
    padding-bottom: 1rem !important;
  } 
}     

@media (min-width: 768px){ 
  .pb-md-4 { 
    padding-bottom: 1.5rem !important;
  } 
}     

@media (min-width: 992px){ 
  #countty .pb-lg-5 { 
    
  } 
}     

@media (min-width: 1200px){ 
  #countty .mb-xl-3 { 
   
  } 
}     

@media (min-width: 1400px){ 
  #countty .mb-xxl-5 { 
   
  } 
}     

*,:before,:after { 
    box-sizing: border-box;
} 

#countty :selection { 
    background: var(--ar-user-selection-color);
} 





.rounded-5 { 
    border-radius: var(--ar-border-radius-2xl) !important;
} 
    

#countty .row { 
    --ar-gutter-x: 1.5rem; 
    --ar-gutter-y: 0; 
    display: flex; 
    flex-wrap: wrap; 
    margin-top: calc(-1*var(--ar-gutter-y)); 
    margin-right: calc(-0.5*var(--ar-gutter-x)); 
    margin-left: calc(-0.5*var(--ar-gutter-x));
} 

.g-0 { 
    --ar-gutter-x: 0;
} 

.g-0 { 
    --ar-gutter-y: 0;
} 

#countty .row > *  { 
    flex-shrink: 0; 
    width: 100%; 
    max-width: 100%; 
    padding-right: 22px;
    padding-left: 23px; 
    margin-top: var(--ar-gutter-y);
} 

#countty .col { 
    flex: 1 0 0%;
} 

#countty .row-cols-2 > *  { 
    flex: 0 0 auto; 
    width: 50%;
} 

@media (min-width: 768px){ 
  #countty .row-cols-md-4 > *  { 
    flex: 0 0 auto; 
    width: 25%;
  } 
}     

.position-relative { 
    position: relative !important;
} 

.justify-content-center { 
    justify-content: center !important;
} 

.text-center { 
    text-align: center !important;
} 

@media (min-width: 768px){ 
  .d-md-flex { 
    display: flex !important;
  } 

  .text-md-start { 
    text-align: left !important;
  } 
}     

.position-absolute { 
    position: absolute !important;
} 

.top-50 { 
    top: 50% !important;
} 

.end-0 { 
    right: 0 !important;
} 

.translate-middle-y { 
    transform: translateY(-50%) !important;
} 

.border-end { 
    border-right: var(--ar-border-width) var(--ar-border-style) var(--ar-border-color) !important;
} 

.p-3 { 
    padding: 1rem !important;
} 

@media (min-width: 576px){ 
  .px-sm-0 { 
    padding-right: 0 !important; 
    padding-left: 0 !important;
  } 

  .py-sm-4 { 
    padding-top: 1.5rem !important; 
    padding-bottom: 1.5rem !important;
  } 
}     

.d-none { 
    display: none !important;
} 

@media (min-width: 768px){ 
  .d-md-block { 
    display: block !important;
  } 
}     

#countty .h2 { 
    margin-top: 0; 
    margin-bottom: 1rem; 
    font-weight: 600; 
    line-height: 1.3; 
    color: var(--ar-gray-900);
} 

#countty .h2 { 
    font-size: calc(1.325rem + 0.9vw);
} 

@media (min-width: 1200px){ 
  #countty .h2 { 
    font-size: 2rem;
  } 
}     

.display-5 { 
    font-size: calc(1.425rem + 2.1vw); 
    font-weight: 600; 
    line-height: 1.3;
} 

@media (min-width: 1200px){ 
  .display-5 { 
    font-size: 3rem;
  } 
}     

.mb-0 { 
    margin-bottom: 0 !important;
} 



    

    

.section-animation {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}
.base-container {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}
.advantages-container {
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.advantages-container-left {
  width: 50%;
}

.section-animation h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
.section-animation h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #009688;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 700;
}
.yellow-text-h2 {
  color: #FFD700;
}
.section-animation p {
  margin-top: 0px;
  margin-bottom: 10px;
}
.section-animation p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Source Sans Pro", sans-serif;
  color: rgb(105, 105, 105);
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
}
.advantages-description {
  width: 94%;
  margin-top: 20px;
  margin-bottom: 40px;
}
.section-animation .popup-wrap {
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.section-animation a {
  background-color: transparent;
}
.section-animation a:active,
.section-animation a:hover {
  outline: 0px;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: rgb(56, 152, 236);
  color: white;
  border: 0px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0px;
}
.section-animation a {
  -webkit-box-align: center;
  align-items: center;
  transition: color 300ms ease 0s;
  font-family: "Source Sans Pro", sans-serif;
  color: rgb(74, 12, 21);
  font-size: 20px;
  line-height: 1.2em;
  text-decoration: none;
}
.section-animation a:hover {
  color: rgb(111, 163, 244);
}
.secondary-green-button {
  padding: 15px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(74, 12, 21);
  border-radius: 10px;
  background-color: transparent;
  transition-property: all;
  color: rgb(74, 12, 21);
}
.secondary-green-button:hover {
  background-color: rgb(74, 12, 21);
  color: rgb(255, 255, 255);
}
.button-arrow {
  padding-left: 40px;
  font-family: "Fa solid 900", sans-serif;
}
.advantages-container-right {
  display: flex;
  width: auto;
  column-gap: 30px;
}
.vertical-container-item-1 {
  display: flex;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  row-gap: 30px;
}
.green-intro-item {
  display: flex;
  width: 220px;
  height: 220px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: rgb(74, 12, 21);
}
.green-intro-item {
  background-color: rgb(74, 12, 21) !important;
}
.section-animation .advantages-number {
  font-family: Montserrat, sans-serif;
  color: rgb(255, 255, 255);
  font-size: 42px;
  font-weight: 600;
}
.section-animation .text-white {
  color: rgb(255, 255, 255);
}
.light-green-intro-item {
  display: flex;
  width: 220px;
  height: 100px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-image: linear-gradient(
    rgba(17, 51, 49, 0.4),
    rgb(240, 240, 240) 89%
  );
}
.vertical-container-item-2 {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  justify-content: flex-end;
  row-gap: 30px;
}
.light-green-intro-item.item-2 {
  background-image: linear-gradient(
    0deg,
    rgba(17, 51, 49, 0.4),
    rgb(240, 240, 240) 73%
  );
}
@media screen and (min-width: 1280px) {
  .section-animation {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  .section-animation {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .section-animation .advantages-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    row-gap: 40px;
  }
}
@media screen and (max-width: 991px) {
  .section-animation .advantages-container-left {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .section-animation .advantages-container-left {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .section-animation h2 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .section-animation h2 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .make-us-better {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .section-animation h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .section-animation .make-us-better {
    width: 80%;
  }
}
@media screen and (max-width: 479px) {
  .section-animation .make-us-better {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .section-animation .advantages-description {
    width: 570px;
  }
}
@media screen and (max-width: 991px) {
  .section-animation .advantages-description {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .section-animation .secondary-green-button.full-width {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .section-animation .advantages-container-right {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 479px) {
  .section-animation .advantages-container-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    row-gap: 30px;
  }
}
@media screen and (max-width: 479px) {
  .section-animation .vertical-container-item-1 {
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    column-gap: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .section-animation .green-intro-item {
    width: 250px;
    height: 250px;
    padding: 30px;
  }
}
@media screen and (max-width: 479px) {
  .section-animation .green-intro-item {
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 1440px) {
  .section-animation .text-white {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .section-animation .light-green-intro-item {
    width: 250px;
  }
}
@media screen and (max-width: 479px) {
  .section-animation .light-green-intro-item {
    width: 100px;
    height: 200px;
    background-image: linear-gradient(
      90deg,
      rgba(17, 51, 49, 0.4),
      rgb(240, 240, 240) 89%
    );
  }
}
@media screen and (max-width: 479px) {
  .section-animation .vertical-container-item-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    justify-content: space-between;
    column-gap: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .section-animation .green-intro-item {
    width: 250px;
    height: 250px;
    padding: 30px;
  }
}
@media screen and (max-width: 479px) {
  .section-animation .green-intro-item {
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 1440px) {
  .section-animation .text-white {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .section-animation .light-green-intro-item {
    width: 250px;
  }
}
@media screen and (max-width: 479px) {
  .section-animation .light-green-intro-item {
    width: 100px;
    height: 200px;
    background-image: linear-gradient(
      90deg,
      rgba(17, 51, 49, 0.4),
      rgb(240, 240, 240) 89%
    );
  }
}
@media screen and (max-width: 479px) {
  .section-animation .light-green-intro-item.item-2 {
    background-image: linear-gradient(
      270deg,
      rgba(17, 51, 49, 0.4),
      rgb(240, 240, 240) 73%
    );
  }
}

    

    
 
  body {  
    font-family:var(--bs-body-font-family);
    font-size:var(--bs-body-font-size);
    font-weight:var(--bs-body-font-weight);
    line-height:var(--bs-body-line-height);
    color:var(--bs-body-color);
    text-align:var(--bs-body-text-align);
  }  
body { 
/* CSS Variables that may have been missed get put on body */ 
    --bs-gutter-x:  1.875rem;  
    --bs-gutter-y:  0;  
    --bs-bg-opacity:  1;  
    --bs-text-opacity:  1;  
    --bs-text-opacity:  1;  
} 

 

body { 
    margin: 0; 
    font-family: var(--bs-body-font-family); 
    font-size: var(--bs-body-font-size); 
    font-weight: var(--bs-body-font-weight); 
    line-height: var(--bs-body-line-height); 
    color: var(--bs-body-color); 
    text-align: var(--bs-body-text-align); 
    background-color: var(--bs-body-bg); 
    -webkit-text-size-adjust: 100%; 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} 



:root { 
    --bs-warning-rgb: 255, 185, 0; 
    --bs-dark-rgb: 7, 28, 55; 
    --bs-white-rgb: 255, 255, 255; 
    --bs-body-font-family: Inter, sans-serif; 
    --bs-body-font-size: 0.875rem; 
    --bs-body-font-weight: 400; 
    --bs-body-line-height: 1.5; 
    --bs-body-color: #7f92aa; 
    --bs-body-bg: #fff;
} 

@media (prefers-reduced-motion: no-preference){ 
  :root { 
    scroll-behavior: smooth;
  } 
}     

#configg section { 
    padding-top: 6.25rem; 
    padding-bottom: 6.25rem;
} 

.py-0 { 
    padding-top: 0 !important; 
    padding-bottom: 0 !important;
} 

*,:before,:after { 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
} 

#configg .container { 
    width: 100%; 
    padding-right: var(--bs-gutter-x, 0.9375rem); 
    padding-left: var(--bs-gutter-x, 0.9375rem); 
    margin-right: auto; 
    margin-left: auto;
} 

@media (min-width: 576px){ 
  #configg .container { 
    max-width: 96%;
  } 
}     

@media (min-width: 768px){ 
  #configg .container { 
    max-width: 94%;
  } 
}     

@media (min-width: 992px){ 
  #configg .container { 
    max-width: 94%;
  } 
}     

@media (min-width: 1200px){ 
  #configg .container { 
    max-width: 1140px;
  } 
}     

@media (min-width: 1400px){ 
  #configg .container { 
    max-width: 1320px;
  } 
}     

#configg .row { 
    --bs-gutter-x: 1.875rem; 
    --bs-gutter-y: 0; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap; 
    margin-top: calc(-1 * var(--bs-gutter-y)); 
    margin-right: calc(-0.5 * var(--bs-gutter-x)); 
    margin-left: calc(-0.5 * var(--bs-gutter-x));
} 

#configg .row > *  { 
    -ms-flex-negative: 0; 
    flex-shrink: 0; 
    width: 100%; 
    max-width: 100%; 
    padding-right: calc(var(--bs-gutter-x) * 0.5); 
    padding-left: calc(var(--bs-gutter-x) * 0.5); 
    margin-top: var(--bs-gutter-y);
} 

#configg .col-12 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 auto; 
    flex: 0 0 auto; 
    width: 100%;
} 

.overflow-hidden { 
    overflow: hidden !important;
} 

.position-relative { 
    position: relative !important;
} 

.py-5 { 
    padding-top: 3rem !important; 
    padding-bottom: 3rem !important;
} 

.bg-dark { 
    --bs-bg-opacity: 1; 
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
} 

.rounded-3 { 
    border-radius: 0.625rem !important;
} 

.overflow-hidden { 
    will-change: transform;
} 

figure { 
    margin: 0 0 1rem;
} 

.position-absolute { 
    position: absolute !important;
} 

.top-100 { 
    top: 100% !important;
} 

.start-100 { 
    left: 100% !important;
} 

.translate-middle { 
    -webkit-transform: translate(-50%, -50%) !important; 
    transform: translate(-50%, -50%) !important;
} 

.top-0 { 
    top: 0 !important;
} 

.start-0 { 
    left: 0 !important;
} 

.mt-n5 { 
    margin-top: -3rem !important;
} 

.ms-n6 { 
    margin-left: -4rem !important;
} 

#configg svg { 
    vertical-align: middle;
} 

#configg .fill-warning { 
    fill: #ffb900 !important;
} 

#configg .fill-primary { 
    fill: #047467 !important;
} 

#configg .col-10 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 auto; 
    flex: 0 0 auto; 
    width: 83.33333333%;
} 

#configg .mx-auto { 
    margin-right: auto !important; 
    margin-left: auto !important;
} 

#configg .align-items-center { 
    -webkit-box-align: center !important; 
    -ms-flex-align: center !important; 
    align-items: center !important;
} 

#configg .py-4 { 
    padding-top: 2rem !important; 
    padding-bottom: 2rem !important;
} 

@media (min-width: 992px){ 
  #configg .col-lg-4 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 auto; 
    flex: 0 0 auto; 
    width: 33.33333333%;
  } 

  #configg .col-lg-8 { 
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 auto; 
    flex: 0 0 auto; 
    width: 66.66666667%;
  } 
}     

#configg h2 { 
    margin-top: 0; 
    margin-bottom: 0.5rem; 
    font-family: "Inter", sans-serif; 
    font-weight: 700; 
    line-height: 1.25; 
    color: #071c37;
} 

#configg h2 { 
    font-size: calc(1.426875rem + 2.1225vw);
} 

@media (min-width: 1200px){ 
  #configg h2 { 
    font-size: 3.01875rem;
  } 
}     

.mb-0 { 
    margin-bottom: 0 !important;
} 

#configg .text-white { 
    --bs-text-opacity: 1; 
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
} 

.z-index-9 { 
    z-index: 9 !important;
} 

.d-none { 
    display: none !important;
} 

.top-50 { 
    top: 50% !important;
} 

.end-0 { 
    right: 0 !important;
} 

.me-n9 { 
    margin-right: -7rem !important;
} 

@media (min-width: 1400px){ 
  #configg .d-xxl-block { 
    display: block !important;
  } 
}     

#configg .rotate-330 { 
    -webkit-transform: rotate(330deg) !important; 
    transform: rotate(330deg) !important;
} 

#configg p { 
    margin-top: 0; 
    margin-bottom: 1rem;
} 

#configg a { 
    color: #071c37; 
    text-decoration: none;
} 

#configg a { 
    color: #047467; 
    text-decoration: none; 
    -webkit-transition: all 0.3s ease-in-out; 
    transition: all 0.3s ease-in-out;
} 

#configg .btn { 
    display: inline-block; 
    font-weight: 700; 
    line-height: 1.5; 
    color: #7f92aa; 
    text-align: center; 
    vertical-align: middle; 
    cursor: pointer; 
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
    background-color: transparent; 
    border: 1px solid transparent; 
    padding: 0.675rem 1.32rem; 
    font-size: 0.875rem; 
    border-radius: 0.625rem 0.625rem 0 0.625rem; 
    -webkit-transition: all 0.3s ease-in-out; 
    transition: all 0.3s ease-in-out;
} 

#configg .btn-primary { 
    color: #fff; 
    background-color: #047467; 
    border-color: #047467;
} 

#configg .btn { 
    letter-spacing: 0.5px; 
    position: relative; 
    overflow: hidden; 
    outline: 0; 
    white-space: nowrap; 
    margin-bottom: 6px;
} 

#configg a:hover { 
    color: #06162c;
} 

#configg a:hover { 
    color: #075c52;
} 

#configg .btn:hover { 
    color: #7f92aa;
} 

#configg .btn-primary:hover { 
    color: #fff; 
    background-color: #036358; 
    border-color: #035d52;
} 

.text-warning { 
    --bs-text-opacity: 1; 
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
} 

.opacity-2 { 
    opacity: 0.2 !important;
} 


   
   
   
   
   
   
   
   
   /* Base Font Size and Media Queries */
#testii {
    box-sizing: border-box;
    font-size: 50%;
}

@media only screen and (min-width: 37.5em) {
    #testii {
        font-size: 56.25%;
    }
}

@media only screen and (min-width: 56.25em) {
    #testii {
        font-size: 62.5%;
    }
}

/* Body Styles */
#testii {
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #28262c; /* $secondary */
    background: #f5f4f6; /* $primary */
    padding: 2rem;
    min-height: 49vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Carousel Styles */
#testii .carousel {
    width: 40rem;
    margin: 0 auto;
    background-color: #b2e9ec; /* $tertiary */
    border-radius: 0.8rem;
    color: #fff; /* $white */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media only screen and (min-width: 37.5em) {
    #testii .carousel {
        width: 80rem;
       
        gap: 8.6rem;
        padding: 3.2rem 4.8rem 3.2rem 8.6rem;
        flex-direction: row;
        align-items: center;
    }
}

#testii .carousel__img-container {
    height: 20rem;
}

#testii .carousel__image {
    height: 20rem;
    width: 20rem;
    border-radius: 0.8rem;
    transform: scale(1.5);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

#testii .carousel__btn {
    background-color: rgba(255,255,255,0.5);
    border: none;
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

#testii .carousel__btn--left {
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

#testii .carousel__btn--right {
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
}

#testii ion-icon {
    height: 2.4rem;
    width: 2.4rem;
    color: #ac90d0; /* $tertiary */
}

/* Testimonial Styles */
#testii .testimonial {
    padding: 10px;
    padding-top: 10px;
}

@media only screen and (min-width: 37.5em) {
    #testii .testimonial {
        padding: 0;
    }
}


#testii .testimonial__name {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
    font-weight: 600;
}

#testii .testimonial__job {
    font-size: 1.2rem;
    font-weight: 200;
}

    