@import 'tailwind.css';
html {
  background-color: #ffffff;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  background-color: #ffffff;
  max-width: 100vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

textarea {
  font-family: Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

section img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding-left: 40px;
  list-style: none;
}

a,
a:visited {
  cursor: pointer;
  text-decoration: none;
}

a:not(.Button, .Card):hover {
  text-decoration: underline;
}

.Card {
  display: block;
  background-color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 100%;
  max-width: 375px;
  padding: 24px;
}

.BGWhite {
  background-color: white;
}

.ColorWhite {
  color: white;
}

.BGRed {
  background-color: var(--primary);
}

.ColorRed {
  color: var(--primary);
}

.ColorGray {
  color: #999999;
}

.BGBlackberry {
  background-color: #be3683;
}

.BGMustard {
  background-color: #edb443;
}

.BGTangerine {
  background-color: #ed9043;
}

.Block {
  display: block;
}

.InlineBlock {
  display: inline-block;
}

.Hide {
  display: none;
}

.Pointer {
  cursor: pointer;
}

@media (max-width: 768px) {
  .BelowHide {
    display: none;
  }
}
@media (min-width: 768px) {
  .AboveHide {
    display: none;
  }
}
.Montserrat, .Title1,
.Title2,
.Title3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
}

.wf-active body {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

.wf-active .Montserrat, .wf-active .Title1,
.wf-active .Title2,
.wf-active .Title3 {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.wf-active .Montserrat.MontserratRegular, .wf-active .Title1,
.wf-active .Title2,
.wf-active .Title3 {
  font-weight: 700;
}

.TextCenter {
  text-align: center;
}

.TextLeft {
  text-align: left;
}

.TextRight {
  text-align: right;
}

.Strong {
  font-weight: bold;
}

.Uppercase {
  text-transform: uppercase;
}

.NoWrap {
  white-space: nowrap;
}

.Underline {
  text-decoration: underline;
}

.UnderlineNone {
  text-decoration: none;
}

@media (max-width: 768px) {
  .BelowTextCenter {
    text-align: center;
  }
}
.FS1x {
  font-size: 11px;
}

.FS2x {
  font-size: 12px;
}

.FS3x, .Title3 {
  font-size: 14px;
}

.FS4x {
  font-size: 16px;
}

.FS5x, .Title2 {
  font-size: 18px;
}

.FS6x {
  font-size: 20px;
}

.FS7x {
  font-size: 22px;
}

.FS8x, .Title1 {
  font-size: 24px;
}

.FS9x {
  font-size: 32px;
}

.FS10x {
  font-size: 40px;
}

.FS11x {
  font-size: 48px;
}

/* responsives */
@media (min-width: 768px) {
  .FS1x {
    font-size: 13px;
  }
  .FS2x {
    font-size: 14px;
  }
  .FS3x, .Title3 {
    font-size: 16px;
  }
  .FS4x {
    font-size: 18px;
  }
  .FS5x, .Title2 {
    font-size: 21px;
  }
  .FS6x {
    font-size: 24px;
  }
  .FS7x {
    font-size: 32px;
  }
  .FS8x, .Title1 {
    font-size: 40px;
  }
  .FS9x {
    font-size: 48px;
  }
  .FS10x {
    font-size: 56px;
  }
  .FS11x {
    font-size: 64px;
  }
}
.Title1,
.Title2,
.Title3 {
  margin: 16px 0;
  line-height: 1.2em;
}

.Text2 {
  margin: 16px 0;
  line-height: 1.3em;
  color: #686868;
  font-size: 14px;
}

.Text1 {
  margin: 16px 0;
  line-height: 1.3em;
  font-size: 13px;
  color: #686868;
}

.Button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: none;
  text-decoration: none;
  height: 40px;
  font-size: 14px;
  padding: 0 16px;
  font-weight: 700;
  border-radius: 3px;
  background-color: var(--primary);
  color: white;
  vertical-align: text-bottom;
  cursor: pointer;
  text-transform: uppercase;
}
.wf-active .Button {
  transition: all 0.3s ease;
}
.Button:not(.ButtonDisable):hover {
  filter: brightness(0.8) contrast(1.9) saturate(1.7) invert(0.1);
}
.Button.ButtonShadow {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.Button.ButtonShadow:hover {
  filter: brightness(0.8) contrast(1.9) saturate(1.7) invert(0.1) drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.4));
}
.Button.ButtonSecondary {
  color: #333333;
  background-color: #ffffff;
}
.Button.ButtonDisable {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.Button.ButtonRounded {
  border-radius: 32px;
}
.Button.ButtonFull, .Button.ButtonBelowFull {
  width: 100%;
}
.Button.ButtonSmall {
  min-width: 120px;
  height: 32px;
  font-size: 13px;
}
.Button.ButtonNormal {
  height: 40px;
  font-size: 14px;
  min-width: 150px;
}
.Button.ButtonLarge {
  height: 48px;
  font-size: 15px;
  min-width: 220px;
}
.Button.ButtonMarginAuto {
  margin: 12px 0;
}
.Button + .Button {
  margin-left: 12px;
}
@media (min-width: 1024px) {
  .Button:not(.ButtonFull).ButtonBelowFull {
    width: inherit;
  }
}

.Loader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.Loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #ed4343;
  border-radius: 50%;
  animation: Loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ed4343 transparent transparent transparent;
}

.Loader div:nth-child(1) {
  animation-delay: -0.45s;
}

.Loader div:nth-child(2) {
  animation-delay: -0.3s;
}

.Loader div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes Loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.MXAuto {
  margin-left: auto;
  margin-right: auto;
}

.MY0 {
  margin-top: 0;
  margin-bottom: 0;
}

.PAuto {
  padding: 24px 16px;
}

.PYAuto {
  padding-top: 24px;
  padding-bottom: 24px;
}

.PXAuto {
  padding-left: 16px;
  padding-right: 16px;
}

.PTAuto {
  padding-top: 24px;
}

@media (min-width: 1024px) {
  .PAuto {
    padding: 32px 24px;
  }
  .PYAuto {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .PXAuto {
    padding-left: 24px;
    padding-right: 24px;
  }
  .PTAuto {
    padding-top: 32px;
  }
}
@media (min-width: 1250px) {
  .PAuto {
    padding: 48px calc(50vw - 560px);
  }
  .PYAuto {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .PXAuto {
    padding-left: calc(50vw - 560px);
    padding-right: calc(50vw - 560px);
  }
  .PTAuto {
    padding-top: 48px;
  }
}
.MT0 {
  margin-top: 0;
}

.MB0 {
  margin-bottom: 0;
}

.MT4 {
  margin-top: 4px;
}

.Flex {
  display: flex;
}

.JCCenter {
  justify-content: center;
}

.JCStart {
  justify-content: flex-start;
}

.JCEnd {
  justify-content: flex-end;
}

.JCSpaceBetween {
  justify-content: space-between;
}

.JCSpaceAround {
  justify-content: space-around;
}

.FlexDirectionRowReverse {
  flex-direction: row-reverse;
}

.FlexDirectionColumn {
  flex-direction: column;
}

.AICenter {
  align-items: center;
}

/* Responsives */
@media (min-width: 768px) {
  .AboveFlex {
    display: flex;
  }
}
@media (max-width: 768px) {
  .BelowFlex {
    display: flex;
  }
}
.Freeze {
  overflow-y: hidden;
  max-height: 100vh;
  position: relative;
  min-height: 100%;
}
.Freeze > *:not(.ModalWrapper) {
  filter: blur(3px) brightness(0.5);
}

.ModalFadeOut .ModalContent {
  opacity: 0;
  transform: translateX(-100%);
}

.ModalWrapper {
  opacity: 0;
  transition: all ease 0.2s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 15;
  display: flex;
}

.ShowModal .ModalWrapper {
  opacity: 1;
}

.Modal {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 16px;
}

.ModalContent {
  display: block;
  background-color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 100%;
  max-width: 320px;
  min-height: 120px;
  position: relative;
  padding: 40px 40px 24px;
  transition: all ease 0.3s;
}

.ModalClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  appearance: none;
  outline: none;
  border: unset;
  background-color: transparent;
}

.MV8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.MB12 {
  margin-bottom: 12px;
}

.MB16 {
  margin-bottom: 16px;
}

.MT16 {
  margin-top: 16px;
}

.PH8 {
  padding-left: 8px;
  padding-right: 8px;
}

.PB24 {
  padding-bottom: 24px;
}

.TextNormal {
  font-weight: normal;
}

.TextStrong {
  font-weight: bold;
}

.TextCenter {
  text-align: center;
}

@media (max-width: 959px) {
  .RTextCenter {
    text-align: center;
  }
}
.FS1x,
.FS2x {
  font-size: 13px;
}

.FooterLink,
.ColorBlack,
.ColorBlack6 {
  color: #444;
  font-size: 13px;
}

.ColorRed a {
  color: var(--primary);
}

.JCSpaceBetween {
  justify-content: space-between;
}

.FlexDirectionRowReverse {
  flex-direction: row-reverse;
}

.AICenter {
  align-items: center;
}

.Flex {
  display: flex;
}

.Block {
  display: block;
}

.zmdi-whatsapp._Icon.IconMedium {
  display: none;
}

@media (min-width: 960px) {
  .Row {
    display: flex;
  }
  .Hide960Above {
    display: none;
  }
}
@media (min-width: 1300px) {
  footer.PAuto {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: calc(50vw - 640px);
    padding-right: calc(50vw - 640px);
  }
}
#BannerContainer ul > li > strong::before {
  color: #a53232;
  top: 12%;
}
#BannerContainer a.Small strong::before {
  top: 0;
}

:root {
  --primary: #222222;
  --test-yellow-light: #f1c369;
  --test-yellow-dark: #f1c369;
  --test-yellow-contrast: #333333;
  --test-blue-light: #6179b2;
  --test-blue-dark: #6179b2;
  --test-blue-contrast: #FFFFFF;
  --test-white-light: #ffffff;
  --test-white-dark: #999999;
  --test-white-contrast: #333333;
  --test-green-light: #00b74a;
  --test-green-dark: #00b74a;
  --test-green-contrast: #FFFFFF;
  --test-pink-light: #ff72f9;
  --test-pink-dark: #cd38cc;
  --test-pink-contrast: #FFFFFF;
}

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