@charset "UTF-8";
/**
 * Style file @
 *
 * This file is compiled into style.css
 */
/* Bootstrap variables imports */
/* ---------- Import custom variables ---------- */
/* bootstrap Variables */
/* ---------- Import base ---------- */
@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon/fonts/icomoon.eot");
  src: url("../../fonts/icomoon/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../../fonts/icomoon/fonts/icomoon.svg?#icomoon") format("svg"), url("../../fonts/icomoon/fonts/icomoon.ttf") format("truetype"), url("../../fonts/icomoon/fonts/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"],
.icomoon {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "icomoon" !important;
}

.icon-exclamation-circle:before {
  content: "";
}

.icon-exclamation-triangle:before {
  content: "";
}

.icon-warning:before {
  content: "";
}

.icon-check-circle:before {
  content: "";
}

.icon-info-circle:before {
  content: "";
}

.icon-external-link:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-file:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-feed:before {
  content: "";
}

.icon-rss:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-facebook-f:before {
  content: "";
}

.icon-youtube-play:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-chat:before {
  content: "";
}

.icon-map-location:before {
  content: "";
}

.icon-message:before {
  content: "";
}

.icon-left-arrow:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-search1:before {
  content: "";
}

.icon-angle-right:before {
  content: "";
}

.icon-angle-left:before {
  content: "";
}

.icon-angle-up:before {
  content: "";
}

.icon-angle-down:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-searcher:before {
  content: "";
}

.icon-facebook-logo:before {
  content: "";
}

.icon-instagram-logo:before {
  content: "";
}

.icon-right-arrow-sharp:before {
  content: "";
}

.icon-left-arrow-sharp:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-expand:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-search:before {
  content: "";
}

/**
 * Mixins
 *
 * Snippets of reusable CSS to develop faster and keep code readable
 */
/*
 * IcoMoon
 * see @ http://jaydenseric.com/blog/fun-with-sass-and-font-icons
 */
/*INTITAL (MOBILE) TYPESCALE*/
:root {
  font-size: 16px;
  --base-font-size: 1rem;
  --p-size: calc(var(--base-font-size));
  --h6-size: calc(var(--base-font-size) * var(--scale));
  --h5-size: calc(var(--h6-size) * var(--scale));
  --h4-size: calc(var(--h5-size) * var(--scale));
  --h3-size: calc(calc(var(--h4-size) * 1.01) * var(--scale));
  --h2-size: calc(calc(var(--h3-size) * 1.04) * var(--scale));
  --h1-size: calc(calc(var(--h2-size) * 1.04) * var(--scale));
}
@media (max-width: 991.98px) {
  :root {
    /*sets the value for 1rem (--base-font-size)*/
    --scale: 1.1;
    /* Major Third Scale*/
  }
}
@media (max-width: 575.98px) {
  :root {
    /*sets the value for 1rem (--base-font-size)*/
    --scale: 1.04;
    /* Major Third Scale*/
  }
}
@media (min-width: 992px) {
  :root {
    --scale: 1.135;
  }
}

/*TYPE DECLARATIONS*/
body,
p,
ul,
ol {
  font-size: var(--p-size);
  line-height: 1.8;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  margin: 0 0 var(--base-font-size);
}

h6,
.h6 {
  font-weight: 600;
  font-size: var(--h6-size);
}

h5,
.h5 {
  font-size: var(--h5-size);
}

h4,
.h4 {
  font-size: var(--h4-size);
}

h3,
.h3 {
  font-weight: 400;
  font-size: var(--h3-size);
}
@media (max-width: 991.98px) {
  .paragraph--type--fact-sheet h3,
.paragraph--type--fact-sheet .h3 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .paragraph--type--fact-sheet h3,
.paragraph--type--fact-sheet .h3 {
    margin-bottom: 2.4rem;
  }
}

h2,
.h2 {
  font-size: var(--h2-size);
}
@media (max-width: 991.98px) {
  h2.extra-margin,
.h2.extra-margin {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  h2.extra-margin,
.h2.extra-margin {
    margin-bottom: 2.4rem;
  }
}

h1,
.h1 {
  font-size: var(--h1-size);
}

.fs-6 {
  font-size: var(--h6-size) !important;
}

.fs-5 {
  font-size: var(--h5-size) !important;
}

.fs-4 {
  font-size: var(--h4-size) !important;
}

.fs-3 {
  font-size: var(--h3-size) !important;
}

.fs-2 {
  font-size: var(--h2-size) !important;
}

.fs-1 {
  font-size: var(--h1-size) !important;
}

@media (min-width: 576px) {
  p + h2,
p + h3,
p + h4,
dl + h2,
dl + h3,
dl + h4,
ol + h2,
ol + h3,
ol + h4,
ul + h2,
ul + h3,
ul + h4,
blockquote + h2,
blockquote + h3,
blockquote + h4,
article + h2,
article + h3,
article + h4 {
    margin-top: var(--h3-size);
  }
}
@media (max-width: 575.98px) {
  p + h2,
p + h3,
p + h4,
dl + h2,
dl + h3,
dl + h4,
ol + h2,
ol + h3,
ol + h4,
ul + h2,
ul + h3,
ul + h4,
blockquote + h2,
blockquote + h3,
blockquote + h4,
article + h2,
article + h3,
article + h4 {
    margin-top: var(--h2-size);
  }
}

/* ---------- Components ---------- */
@media (min-width: 992px) {
  .header1 .nav-sticky.sticky .navbar-brand {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.header1 .navbar-brand {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0;
}
@media (min-width: 992px) {
  .header1 .navbar-brand {
    margin-top: 23px;
    margin-bottom: 23px;
  }
}
.header1 .navbar-brand img {
  width: 215px;
  margin-right: 12px;
  padding-right: 0;
}
@media (min-width: 992px) {
  .header1 .navbar-brand img {
    width: 180px;
  }
}
@media (min-width: 1200px) {
  .header1 .navbar-brand img {
    width: 300px;
  }
}
.header1 .navbar-brand,
.header1 .nav-sticky::before {
  background-color: #fff;
}
.header1 .nav-sticky::before {
  height: 100%;
}
.header1 .navbar-nav > li:hover > a, .header1 .navbar-nav > li:focus > a {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}
.header1 .navbar-nav > li > a {
  -webkit-transition: 300ms ease-in-out all;
  transition: 300ms ease-in-out all;
}
.header1 .navbar-nav > li > a.active {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}
.header1 .navbar-nav > li > a:hover, .header1 .navbar-nav > li > a:focus {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}

#header-1 .nav-sticky::after {
  border-top: none;
}
#header-1 .search-wrapper .language .btn-primary {
  height: 41px;
}

.home1-testimonials {
  background-color: var(--bs-primary);
}

footer {
  padding-top: 2.5rem;
  background-color: var(--bs-secondary);
}
@media (min-width: 992px) {
  footer {
    padding-top: 3.75rem;
  }
}
footer .navbar-brand {
  max-width: 100px;
}

.footer-logo {
  background-color: rgba(255, 255, 255, 0.1);
}

.copy-right {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.copy-right p span {
  font-size: 16px;
}

.responsive-menu-toggle-icon {
  background: var(--bs-primary);
  width: 40px;
  height: 41px;
}
.responsive-menu-toggle-icon:hover, .responsive-menu-toggle-icon:focus {
  background: var(--bs-primary-dark);
}
.responsive-menu-toggle-icon::before, .responsive-menu-toggle-icon::after,
.responsive-menu-toggle-icon span.icon {
  left: 10px;
}
.responsive-menu-toggle-icon::before {
  top: 50%;
  margin-top: -7px;
}
.responsive-menu-toggle-icon::after {
  top: 50%;
  margin-top: 7px;
}
.responsive-menu-toggle-icon span.icon {
  top: 50%;
}

.mm-menu--theme-dark {
  --mm-color-background: var(--bs-primary);
  --mm-color-background-highlight: rgba(255, 255, 255, 0.08);
}

.mm-listitem::after {
  left: 0;
}

.mm-listview a:hover, .mm-listview a:focus {
  background: var(--mm-color-background-highlight);
}
.mm-listview a.is-active {
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .responsive-menu-toggle {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 0;
    margin-top: 0;
  }

  .responsive-menu-toggle .label {
    display: none !important;
  }

  .search-wrapper {
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 52px;
  }
  .search-wrapper .search a {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    display: block;
    line-height: 35px;
    height: 41px;
    width: 40px;
    text-align: center;
    opacity: 1;
  }
  .search-wrapper .search a:hover, .search-wrapper .search a:focus {
    background: var(--bs-primary-dark);
    border-color: var(--bs-primary-dark);
  }
  .search-wrapper .language {
    margin-left: 12px;
  }
}
@media (max-width: 575.98px) {
  .search-wrapper .language {
    margin-left: 10px;
  }
  .search-wrapper .language a {
    width: 40px;
    height: 41px;
  }
}
:root {
  --body-min-width: 400px;
  --bs-heading-font-2: Commissioner, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

body {
  min-width: var(--body-min-width);
  --bs-body-color: var(--bs-paragraph-text-color);
}

.blog-details-fullwidth .banner-wrapper {
  max-width: 500px;
  height: auto;
}
.blog-details-fullwidth .banner-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.home2-info.no-decoration .home2-info-block .row {
  --bs-gutter-y: 2rem;
  --bs-gutter-x: 2rem;
}
@media (min-width: 768px) {
  .home2-info.no-decoration .home2-info-block .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1200px) {
  .home2-info.no-decoration .home2-info-block .row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .home2-info.no-decoration .home2-info-block .row .col-md-6 {
    width: 50%;
  }
}
.home2-info.no-decoration .home2-info-block .row .img-block {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.home2-info.no-decoration .home2-info-block .row .img-block .img-wrapper {
  max-width: none !important;
}
.home2-info.no-decoration .home2-info-block .row .img-block .img-wrapper:before {
  display: none !important;
}
.home2-info.no-decoration .home2-info-block .row .img-block .img-wrapper img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 0 !important;
  border: 0;
  -o-object-fit: unset;
     object-fit: unset;
  -o-object-position: unset;
     object-position: unset;
}
.home2-info.no-decoration .img-block svg {
  display: none !important;
}
.home2-info.no-decoration .diff-triangle {
  display: none !important;
}

.page-about.no-decoration {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 992px) {
  .page-about.no-decoration {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.page-about.no-decoration .row {
  --bs-gutter-y: 2rem;
  --bs-gutter-x: 2rem;
}
@media (min-width: 768px) {
  .page-about.no-decoration .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .page-about.no-decoration .row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
  }
}
.page-about.no-decoration .row .col-lg-6 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-about.no-decoration .row .col-lg-6 {
    width: 50%;
    max-width: 50%;
  }
}
.page-about.no-decoration .img-block {
  padding: 0;
}
.page-about.no-decoration .img-block img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.page-about.no-decoration .img-block .img-wrapper2 {
  display: none;
}
.page-about.no-decoration .img-block .rectangle-svg,
.page-about.no-decoration .img-block .line-circle {
  display: none;
}
.page-about.no-decoration .content-block p:last-child {
  margin-bottom: 0;
}

.home1-client {
  background: var(--bs-body-bg-color);
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 992px) {
  .home1-client {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

footer .contact .icon {
  margin-right: 0;
}
footer .contact .text {
  padding-left: 12px;
  max-width: calc(100% - 36px);
  width: calc(100% - 36px);
}
footer .contact--email .icon svg {
  width: 17px;
}
footer .contact--facebook .icon svg {
  width: 25px;
}
footer .footer-col-block-2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  --item-spacing: 8px;
  margin: 0 calc(-1 * var(--item-spacing));
}
footer .footer-col-block-2 ul li {
  padding: 0 var(--item-spacing) calc(.5 * var(--item-spacing));
  width: 50%;
}
@media (min-width: 992px) {
  footer .footer-col-block-2 ul li {
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  footer .footer-col-block-2 ul li {
    width: 25%;
  }
}
footer .footer-col-block-2 ul li a {
  -webkit-transition: 300ms ease-in-out all;
  transition: 300ms ease-in-out all;
}
footer .footer-col-block-2 ul li a:hover, footer .footer-col-block-2 ul li a:focus {
  opacity: 0.85;
}

.page-banner {
  --bs-secondary: #fff;
}
.page-banner--has-image {
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-banner--has-image {
    min-height: 300px;
  }
}
.page-banner--has-image:before {
  display: none !important;
}
.page-banner--has-image .banner-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-banner--has-image h1 {
  color: #2a3b5a;
}
.page-banner:before {
  opacity: 0.6;
}

.breadcrumb a:hover, .breadcrumb a:focus {
  color: #ededed;
}

.blog-grid2-block .row {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 1.2rem;
}
@media (min-width: 992px) {
  .blog-grid2-block .row {
    --bs-gutter-x: 4rem;
    --bs-gutter-y: 2rem;
  }
}
@media (min-width: 1200px) {
  .blog-grid2-block .row {
    --bs-gutter-x: 5rem;
    --bs-gutter-y: 2rem;
  }
}
.blog-grid2-block .content-block {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.blog-grid2-block .content-block img {
  width: 100%;
}
.blog-grid2-block .content-block h4 {
  text-align: center;
}
.blog-grid2-block .view-blog-listing a {
  text-decoration: none;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  display: block;
  -webkit-transition: 300ms ease-in-out all;
  transition: 300ms ease-in-out all;
}
.blog-grid2-block .view-blog-listing a:hover, .blog-grid2-block .view-blog-listing a:focus {
  -webkit-transform: translate(0, -3px);
      -ms-transform: translate(0, -3px);
          transform: translate(0, -3px);
}

.home2-about {
  padding-top: 8.125rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home2-about {
    padding-top: 9.375rem;
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 992px) {
  .home2-about {
    padding-top: 9.375rem;
    padding-bottom: 3.125rem;
  }
}
.home2-about .row {
  -webkit-box-align: normal !important;
      -ms-flex-align: normal !important;
          align-items: normal !important;
}
@media (max-width: 991.98px) {
  .home2-about .img-block {
    padding-right: 0;
    padding-bottom: 0;
  }
}
.home2-about .img-wrapper1 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.home2-about .content-block {
  margin-bottom: 0;
}
.home2-about .content-block p {
  margin-bottom: 1rem;
}

.page-awards-block .img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.contact1 .form1 button,
.become-volunteer form button {
  margin-top: 0;
}

.events-2-block .img-wrapper img,
.home2-event-block .img-wrapper img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
          transform: scale(1) !important;
}
@media (min-width: 768px) {
  .events-2-block .img-wrapper img,
.home2-event-block .img-wrapper img {
    height: 100% !important;
  }
}

@media (max-width: 575.98px) {
  :root {
    --container-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  :root {
    --container-width: 540px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  :root {
    --container-width: 720px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  :root {
    --container-width: 960px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  :root {
    --container-width: 1140px;
  }
}
@media (min-width: 1400px) {
  :root {
    --container-width: 1320px;
  }
}

#main .container {
  max-width: var(--container-width) !important;
}

.paragraph {
  --scale: var(--base-font-size);
}
.paragraph.p-with-bg {
  --block-bg: #dee2e6;
  position: relative;
}
@media (max-width: 767.98px) {
  .paragraph.p-with-bg {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .paragraph.p-with-bg {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }
}
.paragraph.p-with-bg:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  background: var(--block-bg);
  z-index: -1;
  margin: 0 -50vw;
}
.paragraph.p-with-bg--white {
  --block-bg: #fff;
}
.paragraph.mt__ms {
  margin-top: calc(1.5 * var(--scale)) !important;
}
.paragraph.mt__mm {
  margin-top: calc(2.5 * var(--scale)) !important;
}
.paragraph.mt__ml {
  margin-top: calc(3.5 * var(--scale)) !important;
}
.paragraph.mt__mxl {
  margin-top: calc(4.5 * var(--scale)) !important;
}
.paragraph.mt__no-m {
  margin-top: 0 !important;
}
.paragraph.mb__ms {
  margin-bottom: calc(1.5 * var(--scale)) !important;
}
.paragraph.mb__mm {
  margin-bottom: calc(2.5 * var(--scale)) !important;
}
.paragraph.mb__ml {
  margin-bottom: calc(3.5 * var(--scale)) !important;
}
.paragraph.mb__mxl {
  margin-bottom: calc(4.5 * var(--scale)) !important;
}
.paragraph.mb__no-m {
  margin-bottom: 0 !important;
}
.paragraph.pt__ps {
  padding-top: calc(1.5 * var(--scale)) !important;
}
.paragraph.pt__pm {
  padding-top: calc(2.5 * var(--scale)) !important;
}
.paragraph.pt__pl {
  padding-top: calc(3.5 * var(--scale)) !important;
}
.paragraph.pt__pxl {
  padding-top: calc(4.5 * var(--scale)) !important;
}
.paragraph.pt__no-p {
  padding-top: 0 !important;
}
.paragraph.pb__ps {
  padding-bottom: calc(1.5 * var(--scale)) !important;
}
.paragraph.pb__pm {
  padding-bottom: calc(2.5 * var(--scale)) !important;
}
.paragraph.pb__pl {
  padding-bottom: calc(3.5 * var(--scale)) !important;
}
.paragraph.pb__pxl {
  padding-bottom: calc(4.5 * var(--scale)) !important;
}
.paragraph.pb__no-p {
  padding-bottom: 0 !important;
}

.clients-section.style-1 {
  --item-spacing-x: 10px;
  --item-spacing-y: 10px;
  --item-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: calc(-1 * var(--item-spacing-y)) calc(-1 * var(--item-spacing-x));
}
@media (min-width: 768px) {
  .clients-section.style-1 {
    --item-width: 33.33%;
  }
}
@media (min-width: 992px) {
  .clients-section.style-1 {
    --item-spacing-x: 15px;
    --item-spacing-y: 15px;
  }
}
@media (min-width: 1200px) {
  .clients-section.style-1 {
    --item-width: 25%;
  }
}
.clients-section.style-1 .item {
  width: var(--item-width);
  max-width: var(--item-width);
  padding: var(--item-spacing-y) var(--item-spacing-x);
}
.clients-section.style-1 .item-wrap {
  height: 150px;
  border: 1px solid #00000040;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
@media (max-width: 767.98px) {
  .clients-section.style-1 .item-wrap {
    height: 100px;
  }
}
.clients-section.style-1 .item-wrap img {
  width: 90% !important;
  height: 90% !important;
  max-width: none !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.webform-submission-form {
  --form-margin-bottom: 2rem;
  --form-label-weight: 400;
  --form-label-color: #000;
  --form-input-text-label-margin-top: .25rem;
  --form-item-mb: 1.1rem;
  --form-input-text-padding-x: 1rem;
  --form-input-text-padding-y: .5rem;
  --form-input-color: #000;
  --max-width: 800px;
  margin-bottom: var(--form-margin-bottom);
  max-width: var(--max-width);
}
@media (min-width: 768px) {
  .webform-submission-form {
    --form-item-mb: 1.5rem;
  }
}
.webform-submission-form .row > * {
  margin-top: 0 !important;
}
.webform-submission-form.webform-submission-contact-form .btn.btn-lg {
  width: 100%;
}
@media (max-width: 991.98px) {
  .webform-submission-form.webform-submission-contact-form .btn.btn-lg {
    --bs-btn-padding-x: 1.2rem;
    --bs-btn-padding-y: 1.2rem;
  }
}
@media (min-width: 992px) {
  .webform-submission-form.webform-submission-contact-form .btn.btn-lg {
    --bs-btn-padding-x: 2rem;
    --bs-btn-padding-y: 2rem;
  }
}
.webform-submission-form label {
  color: var(--form-label-color);
  font-weight: var(--form-label-weight);
}
.webform-submission-form label.error {
  color: #dc3545 !important;
}
.webform-submission-form .form-item {
  margin-bottom: var(--form-item-mb);
}
.webform-submission-form #edit-container-name.row {
  max-width: calc(100% + 1.5rem);
  width: calc(100% + 1.5rem);
}

.form-control {
  --bs-border-radius: 8px;
  --bs-border-color: #BAC7D1;
  --bs-input-height: 56px;
  --bs-input-color: var(--form-input-color);
  margin-top: var(--form-input-text-label-margin-top);
  padding: var(--form-input-text-padding-y) var(--form-input-text-padding-x);
  height: var(--bs-input-height);
  border-radius: var(--bs-border-radius);
  color: var(--bs-input-color);
}

textarea.form-control {
  --bs-input-height: 105px;
  max-width: 100%;
  min-height: var(--bs-input-height);
}

.js-webform-type-radios legend {
  color: var(--form-label-color);
  font-weight: var(--form-label-weight);
  font-size: var(--p-size);
}

.g-recaptcha {
  margin-bottom: var(--form-item-mb);
}

.form1 .form-control, .form1 .form-select, .form2 .form-control, .form2 .form-select {
  padding: var(--form-input-text-padding-y) var(--form-input-text-padding-x);
}

/* ---------- Import design ---------- */
/*# sourceMappingURL=style-v1.0.css.map */
