/* scss/settings/_breakpoints.scss */ /* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.frame {
  margin-bottom: 6.25rem;
}

.seoText {
  margin-top: 6.25rem;
}

.frame-space-after-none {
  margin-bottom: 0;
}

.frame-space-after-small {
  margin-bottom: 3.125rem;
}

.frame-space-after-medium {
  margin-bottom: 6.25rem;
}

.frame-space-after-large {
  margin-bottom: 9.375rem;
}

body {
  scroll-behavior: smooth;
}

.no-transitions,
.no-transitions * {
  transition: none !important;
  animation: none !important;
}

/* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.m-contactUs {
  display: flex;
  justify-content: center;
  /*
  @include mq("lg") {
      padding: rem-calc(120 0 149);
  }
  */
}
.m-contactUs__inner {
  max-width: 24.0625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m-contactUs .imageContainer {
  width: 110px;
  height: 110px;
  margin-bottom: 1rem;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .m-contactUs .imageContainer { /* min-width: 992px */
    margin-bottom: 0.875rem;
  }
}
.m-contactUs .imageContainer .roundImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  clip-path: circle(50% at 50% 50%);
}
.m-contactUs__text {
  text-align: center;
  /* card headers */
  font-size: 1.5rem;
  font-size: clamp(1.25rem, 1.0054347826rem + 0.0108695652 * 100vw, 1.875rem);
  font-weight: 300;
  line-height: 1.625rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .m-contactUs__text {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.m-contactUs__text strong {
  font-weight: 700;
}
.m-contactUs__text .fakeLink,
.m-contactUs__text a {
  font-weight: bold;
  text-decoration: underline;
}
.m-productDetail-right .m-contactUs, .m-contactUs.-small {
  padding: 0;
  margin-bottom: 1.875rem;
}
.m-productDetail-right .m-contactUs .m-contactUs__inner, .m-contactUs.-small .m-contactUs__inner {
  flex-direction: row;
  gap: 1.875rem;
}
.m-productDetail-right .m-contactUs .m-contactUs__inner .imageContainer, .m-contactUs.-small .m-contactUs__inner .imageContainer {
  margin-bottom: 0;
  flex: 0 0 100px;
}
.m-productDetail-right .m-contactUs .imageContainer, .m-contactUs.-small .imageContainer {
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
}
.m-productDetail-right .m-contactUs .m-contactUs__text, .m-contactUs.-small .m-contactUs__text {
  text-align: left;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.2;
}

/*# sourceMappingURL=contactUs.css.map */