root {
  --white: #ffffff;
}
.a-cloned .a-c-cont {
  width: 100%;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Roboto, sans-serif;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
*,
::after,
::before,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.atomicat-interactive-quiz-progress {
  margin: 20px auto;
  padding: 0;
  max-width: 28rem;
  height: 10px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.atomicat-interactive-quiz-progress.atomicat-margin-top-zero {
  margin-top: 0;
}
.a-txt-extra {
  padding: 1rem;
  border-radius: 0.375rem;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
}
.a-txt-timer {
  line-height: 1.25;
  text-align: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.a-txt-extra,
.a-txt-extra.a-danger {
  color: rgb(185 28 28);
  background-color: rgb(254 226 226);
}
.a-txt-extra.a-danger.a-highlight {
  color: rgb(254 242 242);
  background-color: rgb(220 38 38);
}
.a-txt-extra.a-info {
  color: rgb(29 78 216);
  background-color: rgb(219 234 254);
}
.a-txt-extra.a-info.a-highlight {
  color: rgb(239 246 255);
  background-color: rgb(37 99 235);
}
.a-txt-extra.a-success {
  color: rgb(21 128 61);
  background-color: rgb(220 252 231);
}
.a-txt-extra.a-success.a-highlight {
  color: rgb(240 253 244);
  background-color: rgb(22 163 74);
}
.a-txt-extra.a-warning {
  color: rgb(161 98 7);
  background-color: rgb(254 249 195);
}
.a-txt-extra.a-warning.a-highlight {
  color: rgb(66 32 6);
  background-color: rgb(250 204 21);
}
.a-txt-extra.a-light {
  color: rgb(63 63 70);
  background-color: rgb(244 244 245);
}
.a-txt-extra.a-light.a-highlight {
  color: rgb(250 250 250);
  background-color: rgb(82 82 91);
}
button {
  border: none;
  outline: 0;
  background: 0 0;
  font-family: "Space Grotesk", sans-serif;
  cursor: pointer;
}
.atomicat-interactive-quiz-bar-bg {
  opacity: 0.1;
  width: 100%;
}
.atomicat-interactive-quiz-bar,
.atomicat-interactive-quiz-bar-bg {
  height: 100%;
  background: var(--a-g-theme-color, #6495ed);
  transition-duration: 0.7s;
  position: absolute;
  top: 0;
  left: 0;
}
a {
  color: inherit;
  text-decoration: inherit;
}
.atomi-h1 {
  font-size: 36px;
}
.atomi-h2 {
  font-size: 30px;
}
.atomi-h3 {
  font-size: 24px;
}
.atomi-h4 {
  font-size: 20px;
}
.atomi-h5 {
  font-size: 18px;
}
.atomi-h6 {
  font-size: 16px;
}
h1 {
  font-size: 2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}
.a-g-m-t,
[class*="atomicat-modal-trigger"] {
  cursor: pointer;
}
.atomicat-cursor-pointer {
  cursor: pointer;
}
.a-o-cont.atomicat-unfold,
.atomicat-unfold {
  overflow: hidden;
  height: 200px;
  align-items: start;
  position: relative;
  transition: height 4s ease-in-out;
}
.a-o-cont.atomicat-unfold-transition {
  transition: height 0.5s ease-in-out;
}
.a-b-cont {
  word-wrap: break-word;
}
.atomicat-unfold-button {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
  background: 0 0;
  border: none;
  padding: 10px;
  text-decoration: underline;
}
.atomicat-unfold::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(white)
  );
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  transition: background 0.5s ease-in-out;
  z-index: 1;
  height: 100%;
}
.atomicat-ribbon-container {
  --text: "MOST POPULAR";
  --first-color: #62baea;
  --second-color: #4a98bf;
  position: relative;
}
.atomicat-ribbon-container .atomicat-ribbon {
  position: absolute;
  top: -10px;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  overflow: hidden;
}
.a-e-cont.atomicat-infinite-entrance-animation {
  animation-iteration-count: infinite;
}
.a-b-o-cont {
  width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 100%;
  position: relative;
}
.atomicat-ribbon-top-left {
  left: -10px;
}
.atomicat-ribbon-top-left::before {
  transform: rotate(-45deg) translateY(-20px);
}
.atomicat-ribbon-top-left::after {
  left: 0;
}
.atomicat-ribbon-top-right {
  right: -10px;
}
.atomicat-ribbon-top-right::before {
  transform: rotate(45deg) translateY(-20px);
}
.atomicat-ribbon-top-right::after {
  right: 0;
}
.atomicat-ribbon-bottom-left {
  left: -10px;
  bottom: -10px;
}
.atomicat-ribbon-bottom-left::before {
  transform: rotate(45deg) translateY(-20px);
}
.atomicat-ribbon-bottom-left::after {
  left: 0;
}
.atomicat-ribbon-bottom-right {
  right: -10px;
  bottom: -10px;
}
.atomicat-ribbon-bottom-right::before {
  transform: rotate(-45deg) translateY(-20px);
}
.atomicat-ribbon-bottom-right::after {
  right: 0;
}
.atomicat-ribbon-container .atomicat-ribbon::before {
  content: var(--text);
  position: absolute;
  width: 150%;
  height: 40px;
  background: var(--first-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.atomicat-ribbon-container .atomicat-ribbon::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 10px;
  background: var(--second-color);
  z-index: -1;
  box-shadow: 140px -140px var(--second-color);
}
.atomicat-marquee {
  position: relative;
  display: flex;
}
.atomicat-overflow-hidden {
  overflow: hidden;
}
.atomicat-marquee-content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
}
.atomicat-enable-animation .atomicat-marquee-content {
  animation: atomicat-marquee-animation 10s linear infinite;
}
.atomicat-marquee-reverse .atomicat-marquee-content {
  animation-direction: reverse;
}
.atomicat-marquee-alternate .atomicat-marquee-content {
  animation-direction: alternate;
}
.atomicat-marquee-pause:hover .atomicat-marquee-content {
  animation-play-state: paused;
}
@keyframes atomicat-marquee-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.atomicat-html-element {
  width: 18px;
  height: 18px;
}
.atomicat-page {
  background-color: red;
}
.a-g-s-h,
.atomicat-heading-title {
  color: #000;
  font-family: Poppins, sans-serif;
}
.a-g-s-t,
.atomicat-heading-title > span,
.atomicat-text,
.atomicat-text > span {
  color: #000;
  font-family: Poppins, sans-serif;
}
.a-e-cont.atomicat-button > .atomicat-button,
.a-g-s-b {
  color: #fff;
  font-family: Poppins, sans-serif;
  background: var(--a-g-theme-color, #6495ed);
}
.atomicat-fullheight {
  height: 100%;
}
.atomicat-disable-selection {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: default;
}
.atomicat-hidden {
  display: none;
}
.a-r {
  position: relative;
}
.a-r .atomicat-hidden,
.atomicat-hidden.a-i-e-cont,
.atomicat-hidden.a-r {
  display: none;
}
.atomicat-chosen-option {
  background: #ff0;
}
.atomicat-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
.flex-row {
  display: flex;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-row-all {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-column-all {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-row-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gap-1 {
  gap: 1rem;
}
.flex-align-center {
  align-items: center;
}
.flex-row-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-row-align-center {
  display: flex;
  align-items: center;
}
.a-c-cont {
  max-width: 100%;
  min-width: 0;
}
.atomicat-custom-embed iframe {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
}
.a-c-f-w {
  width: 100%;
}
.a-e-cont {
  max-width: 100%;
}
.atomicat-transform-element {
  transform: perspective(var(--atomicat-transform-perspective, 0))
    rotate(var(--atomicat-transform-rotate-z, 0))
    rotateX(var(--atomicat-transform-rotate-x, 0))
    rotateY(var(--atomicat-transform-rotate-y, 0))
    translate(var(--atomicat-transform-translate, 0))
    translateX(var(--atomicat-transform-translate-x, 0))
    translateY(var(--atomicat-transform-translate-y, 0))
    scaleX(
      calc(
        var(--atomicat-transform-flip-x, 1) *
          var(--atomicat-transform-scale-x, var(--atomicat-transform-scale, 1))
      )
    )
    scaleY(
      calc(
        var(--atomicat-transform-flip-y, 1) *
          var(--atomicat-transform-scale-y, var(--atomicat-transform-scale, 1))
      )
    )
    skewX(var(--atomicat-transform-skew-x, 0))
    skewY(var(--atomicat-transform-skew-y, 0));
  transform-origin: var(--atomicat-transform-origin-y)
    var(--atomicat-transform-origin-x);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
    transform var(--atomicat-transform-transition-duration, 0.4s);
}
.a-e-cont.atomicat-googlemaps {
  overflow: hidden;
}
.atomicat-flex {
  display: flex;
}
.atomicat-emoji {
  width: 65px;
}
.atomica-emoji-unicode {
  font-size: 65px;
}
.a-f-c {
  display: flex;
  flex-direction: column;
}
.atomicat-flex-start {
  align-self: flex-start;
}
.atomicat-flex-end {
  align-self: flex-end;
}
.atomicat-flex-center {
  align-self: center;
}
.atomicat-flex-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.a-o-cont {
  display: flex;
  width: 100%;
  align-items: center;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.a-o-cont {
  height: 100%;
  margin: 0 auto;
}
.a-acc-cont {
  position: relative;
}
.a-i-e-cont {
  transition: height 0.5s ease-in-out, background 0.5s ease-in-out;
}
.a-o-cont.a-cont-b > .a-cont {
  max-width: 1140px;
}
.a-o-cont.a-cont-f-w > .a-cont {
  max-width: 100%;
}
.a-o-cont .a-cont {
  flex-direction: column;
}
.a-b-cont > .a-o-cont {
  margin: 0 auto;
}
.atomicat-divider-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
  gap: 0.5rem;
}
.atomicat-divider-flex .atomicat-content {
  border-bottom: 2px solid #000;
  width: 50%;
}
.atomicat-border-bottom {
  border-bottom: 1.5px solid #e6e8ea;
}
.atomicat-border-top {
  border-top: 1.5px solid #e6e8ea;
}
.a-cont {
  display: flex;
  margin: 0 auto;
  font-weight: 600;
  min-height: 100%;
  width: 100%;
}
.atomicat-hidden-tablet {
  display: block;
}
.atomicat-hidden-mobile {
  display: block;
}
.atomicat-hidden-desktop {
  display: none;
}
@media screen and (max-width: 1024px) {
  .atomicat-hidden-mobile {
    display: block;
  }
  .atomicat-hidden-desktop {
    display: block;
  }
  .atomicat-hidden-tablet {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .a-o-cont.a-cont-b > .a-cont {
    grid-template-columns: repeat(1, 1fr);
  }
  .atomicat-hidden-tablet {
    display: block;
  }
  .atomicat-hidden-desktop {
    display: block;
  }
  .atomicat-hidden-mobile {
    display: none;
  }
  .a-cont {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .atomicat-column[data-col="10"] {
    width: 10%;
  }
  .atomicat-column[data-col="11"] {
    width: 11.111%;
  }
  .atomicat-column[data-col="12"] {
    width: 12.5%;
  }
  .atomicat-column[data-col="14"] {
    width: 14.285%;
  }
  .atomicat-column[data-col="16"] {
    width: 16.666%;
  }
  .atomicat-column[data-col="20"] {
    width: 20%;
  }
  .atomicat-column[data-col="25"] {
    width: 25%;
  }
  .atomicat-column[data-col="30"] {
    width: 30%;
  }
  .atomicat-column[data-col="33"] {
    width: 33.333%;
  }
  .atomicat-column[data-col="40"] {
    width: 40%;
  }
  .atomicat-column[data-col="50"] {
    width: 50%;
  }
  .atomicat-column[data-col="60"] {
    width: 60%;
  }
  .atomicat-column[data-col="66"] {
    width: 66.666%;
  }
  .atomicat-column[data-col="70"] {
    width: 70%;
  }
  .atomicat-column[data-col="75"] {
    width: 75%;
  }
  .atomicat-column[data-col="80"] {
    width: 80%;
  }
  .atomicat-column[data-col="83"] {
    width: 83.333%;
  }
  .atomicat-column[data-col="90"] {
    width: 90%;
  }
  .atomicat-column[data-col="100"] {
    width: 100%;
  }
}
.flexBox {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@keyframes atomicat-animation-flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.atomicat-slider-container .atomicat-slider-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.atomicat-slider-element .atomicat-slider-pagination .swiper-pagination-bullet {
  background-color: var(--a-g-theme-color);
}
.a-ac .atomicat-content {
  padding: 15px 20px;
  font-weight: 400;
  white-space: pre-line;
  word-break: break-word;
  transition: height 0.5s ease-in-out;
}
.a-ac .a-c-text {
  color: var(--a-g-content-color, #000);
}
.a-ac svg {
  height: 14px;
  color: var(--a-g-theme-color, #6ec1e4);
}
.a-ac .atomicat-title {
  padding: 15px 20px;
  transition: border-bottom 0.5s ease-in-out;
  border-bottom: 0 solid transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.a-ac .atomicat-title.atomicat-icons-start {
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 1rem;
}
.a-ac-t {
  cursor: pointer;
}
.a-ac .atomicat-content-active {
  max-height: 1000rem;
}
.a-ac .a-c-inactive {
  max-height: 0;
  padding: 0 20px;
  overflow: hidden;
  display: none;
}
.a-ac-c {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2px;
}
.a-ac-i {
  border-radius: 10px;
  background: #f7f8fa;
  overflow: hidden;
}
.a-ac .atomicat-content .a-img-w {
  display: flex;
  align-items: center;
  justify-content: center;
}
.a-b-a {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.a-b-b {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.a-e-cont > .atomicat-button,
.atomicat-marquee-content > .atomicat-button {
  background: var(--a-g-theme-color, #6495ed);
  padding: 12px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  word-break: break-word;
  color: #fff;
  border-radius: var(--a-g-round, 1rem);
  align-self: center;
}
.atomicat-button svg {
  height: 14px;
}
.atomicat-tooltip-trigger:hover .atomicat-tooltip {
  opacity: 1;
  z-index: 1;
  cursor: pointer;
}
.a-c-cont .atomicat-tooltip-trigger {
  overflow: visible;
  position: relative;
  cursor: pointer;
}
.atomicat-tooltip-trigger:hover .atomicat-tooltip-top {
  animation: atomicat-tooltip-topin 0.3s linear;
}
.atomicat-tooltip-trigger:hover .atomicat-tooltip-right {
  animation: atomicat-tooltip-rightin 0.3s linear;
}
.atomicat-tooltip-trigger:hover .atomicat-tooltip-bottom {
  animation: atomicat-tooltip-bottomin 0.3s linear;
}
.atomicat-tooltip-trigger:hover .atomicat-tooltip-left {
  animation: atomicat-tooltip-leftin 0.3s linear;
}
.atomicat-tooltip {
  width: 150px;
  background-color: #555;
  color: #fff;
  animation-duration: 0.3s;
  opacity: 0;
  display: block;
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  position: absolute;
  z-index: -1;
  line-height: 1.3;
  cursor: pointer;
  text-align: left;
}
.atomicat-tooltip::after {
  border-width: 5px;
  content: "";
  position: absolute;
  border-style: solid;
}
.atomicat-tooltip-top {
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 auto 10px auto;
}
.atomicat-tooltip-top::after {
  top: 100%;
  left: calc(50% - 5px);
  border-top-color: #555;
  margin-top: 0;
  border-color: #000 transparent transparent transparent;
  border-top-color: #555;
}
.atomicat-tooltip-right {
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-color: transparent #000 transparent transparent;
}
.atomicat-tooltip-right::after {
  top: calc(50% - 5px);
  right: 100%;
  border-color: transparent #000 transparent transparent;
  border-right-color: #555;
}
.atomicat-tooltip-bottom {
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 10px auto 0 auto;
}
.atomicat-tooltip-bottom::after {
  left: calc(50% - 5px);
  margin-top: 0;
  bottom: 100%;
  border-color: transparent transparent #000 transparent;
  border-bottom-color: #555;
}
.atomicat-tooltip-left {
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 10px;
}
.atomicat-tooltip-left::after {
  top: calc(50% - 5px);
  left: 100%;
  border-color: transparent transparent transparent #000;
  border-left-color: #555;
}
@keyframes atomicat-tooltip-rightin {
  0% {
    opacity: 0;
    left: 105%;
  }
  100% {
    opacity: 1;
    left: 100%;
  }
}
@keyframes atomicat-tooltip-leftin {
  0% {
    opacity: 0;
    right: 105%;
  }
  100% {
    opacity: 1;
    right: 100%;
  }
}
@keyframes atomicat-tooltip-topin {
  0% {
    opacity: 0;
    bottom: 110%;
  }
  100% {
    opacity: 1;
    bottom: 100%;
  }
}
@keyframes atomicat-tooltip-bottomin {
  0% {
    opacity: 0;
    top: 110%;
  }
  100% {
    opacity: 1;
    top: 100%;
  }
}
.atomicat-video {
  overflow: hidden;
}
.atomicat-video iframe {
  height: 100%;
  width: 100%;
}
.a-v-o-c {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.a-v-o {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s ease;
}
.a-v-o:hover svg {
  transform: scale(1.1);
}
.a-v-p-b {
  width: 80px;
  height: 80px;
}
@media (max-width: 768px) {
  .a-v-p-b {
    width: 60px;
    height: 60px;
  }
}
.atomicat-image {
  overflow: hidden;
  text-align: center;
}
.atomicat-image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.atomicat-text * {
  word-break: break-word;
}
.atomicat-text {
  white-space: pre-line;
  color: var(--a-g-content-color);
}
.atomicat-text :is(h1, h2, h3, h4, h5, h6) {
  color: var(--a-g-title-color);
}
.atomicat-text p {
  font-size: 16px;
  font-weight: 400;
}
.atomicat-heading-title {
  white-space: pre-line;
}
.atomicat-heading-title h1 {
  font-size: 48px;
  font-weight: 700;
}
.atomicat-heading-title h2 {
  font-size: 36px;
  font-weight: 600;
}
.atomicat-heading-title h3 {
  font-size: 24px;
  font-weight: 500;
}
.a-t-ih {
  display: none;
}
.a-t-tw {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  flex-wrap: wrap;
}
.a-t-cw {
  flex-grow: 1;
}
.a-t-ai,
.a-t-ta .a-t-ii {
  display: none;
}
.a-t-ta .a-t-ai {
  display: block;
}
.a-t-t {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  text-align: center;
  background: #f1f2f3;
  padding: 15px 30px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.a-t-t svg {
  height: 16px;
}
.a-t-e {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.a-t-t:hover,
.a-t-tw .a-t-t.a-t-ta {
  color: #fff;
  background: #61ce70;
}
.atomicat-delay {
  display: none;
}

.atomicat-container-5cb59ad > .a-o-cont {
  padding-top: 60px;
  padding-right: 15px;
  padding-bottom: 60px;
  padding-left: 15px;
}
@media screen and (max-width: 480px) {
  .atomicat-container-5cb59ad > .a-o-cont {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.atomicat-container-5cb59ad > .a-o-cont > .a-cont {
  align-items: center;
  column-gap: 15px;
  flex-direction: row;
  row-gap: 15px;
}
@media screen and (max-width: 480px) {
  .atomicat-container-5cb59ad > .a-o-cont > .a-cont {
    flex-direction: column-reverse;
  }
}
.a-b-cont .atomicat-container-5cb59ad.a-b-o-cont {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/* Inline styles movidos desde index.html */
.a-b-cont {
            overflow:hidden
        }

@media screen and (max-width:480px) {
        .atomicat-container-4ebfd4a>.a-o-cont {
            padding-top:8px;
            padding-right:15px;
            padding-left:15px
        }
    }
    .atomicat-container-4ebfd4a>.a-o-cont>.a-cont {
        column-gap:12px;
        flex-direction:column;
        row-gap:12px
    }
    .a-b-cont .atomicat-container-4ebfd4a.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:50%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-4ebfd4a.a-b-o-cont {
            width:100%
        }
    }

.a-e-cont.atomicat-heading-title-5e75fa7 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-5e75fa7 p {
        color:#423d2d;
        background-image:unset;
        font-family:"Times New Roman",sans-serif;
        font-size:26px;
        text-transform:uppercase
    }

.atomicat-container-0b75a33>.a-o-cont>.a-cont {
        column-gap:3px;
        flex-direction:row;
        row-gap:3px
    }
    .a-b-cont .atomicat-container-0b75a33.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-0b75a33.a-b-o-cont {
            width:100%
        }
    }

.a-c-cont.a-c-cont-dbed606 {
        width:16px
    }

.a-c-cont.a-c-cont-0826f92 {
        width:16px
    }

.a-c-cont.a-c-cont-bebe201 {
        width:16px
    }

.a-c-cont.a-c-cont-d7d6a19 {
        width:16px
    }

.a-c-cont.a-c-cont-ab3ea48 {
        width:16px
    }

.a-c-cont.a-c-cont-6f4c295 {
        width:90%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-6f4c295 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-6f4c295 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-6f4c295 p {
        color:#968659;
        background-image:unset;
        font-size:14px
    }
    .a-c-cont-6f4c295>.a-e-cont {
        margin-left:5px
    }

.a-c-cont.a-c-cont-d892b27 {
        width:90%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-d892b27 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-d892b27 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-d892b27 p {
        color:#423d2d;
        background-image:unset;
        font-size:14px
    }

.a-c-cont.a-c-cont-8019535 {
        width:90%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-8019535 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-8019535 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-8019535 p {
        color:#968659;
        background-image:unset;
        font-size:14px
    }

.atomicat-button-d6b3512.a-e-cont .atomicat-button:hover {
        background:linear-gradient(80deg,#ffe9be 0,#e0b35d 100%)
    }
    .atomicat-button-d6b3512.a-e-cont .atomicat-button {
        background:linear-gradient(145deg,#ffe9be 0,#e0b35d 100%);
        border-top-left-radius:8px;
        border-top-right-radius:8px;
        border-bottom-right-radius:8px;
        border-bottom-left-radius:8px;
        width:100%;
        color:#423d2d
    }
    .a-c-cont-d6b3512>.a-e-cont {
        margin-top:12px
    }

.a-c-cont.a-c-cont-1c84cc6 {
        width:90%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-1c84cc6 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-1c84cc6 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-1c84cc6 p {
        color:#968659;
        background-image:unset;
        font-size:16px;
        text-align:center
    }

.atomicat-container-6cd9def>.a-o-cont>.a-cont {
        flex-direction:column
    }
    .a-b-cont .atomicat-container-6cd9def.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:50%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-6cd9def.a-b-o-cont {
            width:100%
        }
    }

.atomicat-image-65f6f9d img {
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        border-bottom-right-radius:5px;
        border-bottom-left-radius:5px
    }

.atomicat-container-12946d1>.a-o-cont {
        padding-top:15px;
        padding-right:15px;
        padding-bottom:15px;
        padding-left:15px
    }
    .atomicat-container-12946d1>.a-o-cont>.a-cont {
        column-gap:8px;
        flex-direction:column;
        row-gap:8px
    }
    .a-b-cont .atomicat-container-12946d1.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }

.a-e-cont.atomicat-heading-title-0d0ab8f p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-0d0ab8f p {
        color:#423d2d;
        background-image:unset;
        font-family:"Times New Roman",sans-serif;
        font-size:26px;
        text-transform:capitalize;
        text-align:center
    }

.atomicat-container-b9e65e6>.a-o-cont>.a-cont {
        align-items:center;
        column-gap:8px;
        flex-direction:row;
        justify-content:center;
        row-gap:8px
    }
    @media screen and (max-width:480px) {
        .atomicat-container-b9e65e6>.a-o-cont>.a-cont {
            flex-wrap:nowrap
        }
    }
    .a-b-cont .atomicat-container-b9e65e6.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-b9e65e6.a-b-o-cont {
            width:100%
        }
    }

.atomicat-image-694383c img {
        width:100px
    }

.atomicat-image-2d82bff img {
        width:180px
    }

.atomicat-image-735681b img {
        width:100px
    }

.atomicat-image-a646416 img {
        width:180px
    }

.atomicat-image-4ac8898 img {
        width:400px
    }
    @media screen and (max-width:480px) {
        .atomicat-image-4ac8898 img {
            width:70%
        }
    }
    .a-c-cont-4ac8898>.a-e-cont {
        margin-top:30px
    }

.atomicat-container-6faa583>.a-o-cont {
        padding-top:60px;
        padding-right:15px;
        padding-bottom:60px;
        padding-left:15px
    }
    .atomicat-container-6faa583>.a-o-cont>.a-cont {
        column-gap:8px;
        flex-direction:column;
        row-gap:8px
    }
    .a-b-cont .atomicat-container-6faa583.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }

.a-e-cont.atomicat-heading-title-327d97e p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-327d97e p {
        color:#423d2d;
        background-image:unset;
        font-family:"Times New Roman",sans-serif;
        font-size:26px;
        text-transform:capitalize;
        text-align:center
    }

.atomicat-container-c58bfcd>.a-o-cont>.a-cont {
        column-gap:15px;
        flex-direction:row;
        justify-content:center;
        row-gap:15px
    }
    @media screen and (max-width:480px) {
        .atomicat-container-c58bfcd>.a-o-cont>.a-cont {
            column-gap:50px;
            flex-direction:column;
            row-gap:50px;
            flex-wrap:nowrap
        }
    }
    .a-b-cont .atomicat-container-c58bfcd.a-b-o-cont {
        margin-top:30px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-c58bfcd.a-b-o-cont {
            width:100%
        }
    }

.atomicat-container-e2cce36>.a-o-cont>.a-cont {
        column-gap:8px;
        flex-direction:column;
        row-gap:8px
    }
    .a-b-cont .atomicat-container-e2cce36.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-e2cce36.a-b-o-cont {
            width:100%
        }
    }

.atomicat-image-b5e2fa1 img {
        width:100px
    }

.a-e-cont.atomicat-heading-title-36a725b p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-36a725b p {
        color:#423d2d;
        background-image:unset;
        font-family:"Times New Roman",sans-serif;
        font-size:20px;
        text-transform:capitalize;
        text-align:center
    }

.a-c-cont.a-c-cont-8b66077 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-8b66077 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-8b66077 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-8b66077 p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }

.atomicat-container-cf58103>.a-o-cont>.a-cont {
        column-gap:8px;
        flex-direction:column;
        row-gap:8px
    }
    .a-b-cont .atomicat-container-cf58103.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-cf58103.a-b-o-cont {
            width:100%
        }
    }

.atomicat-image-1240944 img {
        width:100px
    }

.a-e-cont.atomicat-heading-title-1d46703 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-1d46703 p {
        color:#423d2d;
        background-image:unset;
        font-family:"Times New Roman",sans-serif;
        font-size:20px;
        text-transform:capitalize;
        text-align:center
    }

.a-c-cont.a-c-cont-8b7a206 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-8b7a206 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-8b7a206 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-8b7a206 p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }

.atomicat-container-d8aebac>.a-o-cont>.a-cont {
        column-gap:8px;
        flex-direction:column;
        row-gap:8px
    }
    .a-b-cont .atomicat-container-d8aebac.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-d8aebac.a-b-o-cont {
            width:100%
        }
    }

.atomicat-image-c02e7cb img {
        width:100px
    }

.a-e-cont.atomicat-heading-title-e523f63 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-e523f63 p {
        color:#423d2d;
        background-image:unset;
        font-family:"Times New Roman",sans-serif;
        font-size:20px;
        text-transform:capitalize;
        text-align:center
    }

.a-c-cont.a-c-cont-2af0937 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-2af0937 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-2af0937 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-2af0937 p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }

.atomicat-image-967f644 img {
        width:400px
    }
    @media screen and (max-width:480px) {
        .atomicat-image-967f644 img {
            width:70%
        }
    }
    .a-c-cont-967f644>.a-e-cont {
        margin-top:30px
    }

.atomicat-container-05c7efb>.a-o-cont {
        padding-top:60px;
        padding-right:15px;
        padding-bottom:60px;
        padding-left:15px
    }
    .atomicat-container-05c7efb>.a-o-cont>.a-cont {
        align-items:center;
        column-gap:8px;
        flex-direction:column;
        justify-content:center;
        row-gap:8px
    }
    .a-b-cont .atomicat-container-05c7efb.a-b-o-cont {
        background:url(images/WlQnyY9791022.avif);
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }

.atomicat-slider-f07630e .atomicat-slider-container .atomicat-slider-element {
        height:100%
    }
    .atomicat-slider-f07630e .atomicat-slider-container .atomicat-slider-element .atomicat-slider-item {
        justify-content:center
    }
    .atomicat-slider-f07630e .atomicat-slider-container .atomicat-slider-element .atomicat-slider-arrow {
        background:rgba(255,255,255,0);
        color:#d7c798;
        font-size:28px
    }
    .atomicat-slider-f07630e .atomicat-slider-container .atomicat-slider-element .atomicat-slider-arrow:after {
        font-size:28px
    }

.atomicat-container-ee90f40>.a-o-cont>.a-cont {
        min-height:250px;
        flex-direction:column
    }
    .a-b-cont .atomicat-container-ee90f40.a-b-o-cont {
        min-height:250px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }
    .atomicat-container-ee90f40>.a-o-cont {
        min-height:250px
    }

.a-c-cont-346f18c {
        width:100%
    }

.atomicat-container-c00e58c>.a-o-cont>.a-cont {
        min-height:250px;
        flex-direction:column
    }
    .a-b-cont .atomicat-container-c00e58c.a-b-o-cont {
        min-height:250px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }
    .atomicat-container-c00e58c>.a-o-cont {
        min-height:250px
    }

.a-c-cont-9621b6f {
        width:100%
    }

.atomicat-container-38169f1>.a-o-cont>.a-cont {
        min-height:250px;
        flex-direction:column
    }
    .a-b-cont .atomicat-container-38169f1.a-b-o-cont {
        min-height:250px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }
    .atomicat-container-38169f1>.a-o-cont {
        min-height:250px
    }

.a-c-cont-5938efb {
        width:100%
    }

.atomicat-container-20f1bc4>.a-o-cont>.a-cont {
        min-height:250px;
        flex-direction:column
    }
    .a-b-cont .atomicat-container-20f1bc4.a-b-o-cont {
        min-height:250px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }
    .atomicat-container-20f1bc4>.a-o-cont {
        min-height:250px
    }

.a-c-cont-d2c05c6 {
        width:100%
    }

@media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-c75479a {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-c75479a p:hover {
        background-image:linear-gradient(80deg,#f6c567 0,#fff 100%);
        color:unset;
        background-clip:text;
        -webkit-text-fill-color:transparent
    }
    .a-e-cont.atomicat-heading-title-c75479a p {
        color:unset;
        background-image:linear-gradient(80deg,#f6c567 0,rgba(240,235,224,.7) 100%);
        font-family:"Times New Roman",sans-serif;
        font-size:20px;
        text-transform:uppercase;
        text-align:center;
        background-clip:text;
        -webkit-text-fill-color:transparent
    }
    .a-e-a-c75479a {
        animation:atomicat-animation-flash 9s 1 linear
    }

@media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-03a3012 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-03a3012 p:hover {
        background-image:linear-gradient(80deg,#f6c567 0,#fff 100%);
        color:unset;
        background-clip:text;
        -webkit-text-fill-color:transparent
    }
    .a-e-cont.atomicat-heading-title-03a3012 p {
        color:unset;
        background-image:linear-gradient(80deg,#f6c567 0,rgba(240,235,224,.7) 100%);
        font-family:"Times New Roman",sans-serif;
        font-size:20px;
        text-transform:uppercase;
        text-align:center;
        background-clip:text;
        -webkit-text-fill-color:transparent
    }
    .a-e-a-03a3012 {
        animation:atomicat-animation-flash 9s 1 linear
    }

.atomicat-container-25b12ce>.a-o-cont {
        padding-top:60px;
        padding-right:15px;
        padding-bottom:60px;
        padding-left:15px
    }
    .atomicat-container-25b12ce>.a-o-cont>.a-cont {
        column-gap:8px;
        flex-direction:column;
        row-gap:8px
    }
    .a-b-cont .atomicat-container-25b12ce.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }

.a-e-cont.atomicat-heading-title-ee2cf68 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-ee2cf68 p {
        color:#423d2d;
        background-image:unset;
        font-family:"Times New Roman",sans-serif;
        font-size:26px;
        text-transform:capitalize;
        text-align:center
    }

.atomicat-container-287b447>.a-o-cont>.a-cont {
        column-gap:15px;
        flex-direction:row;
        justify-content:center;
        row-gap:15px
    }
    @media screen and (max-width:480px) {
        .atomicat-container-287b447>.a-o-cont>.a-cont {
            column-gap:50px;
            flex-direction:column;
            row-gap:50px;
            flex-wrap:nowrap
        }
    }
    .a-b-cont .atomicat-container-287b447.a-b-o-cont {
        margin-top:30px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-287b447.a-b-o-cont {
            width:100%
        }
    }

.atomicat-container-e5ad979>.a-o-cont {
        padding-top:35px;
        padding-right:15px;
        padding-bottom:35px;
        padding-left:15px
    }
    .atomicat-container-e5ad979>.a-o-cont>.a-cont {
        column-gap:8px;
        flex-direction:column;
        row-gap:8px
    }
    .a-b-cont .atomicat-container-e5ad979.a-b-o-cont {
        border-style:solid;
        border-color:#f6c567;
        border-image:unset 1;
        border-top-width:1px;
        border-right-width:1px;
        border-bottom-width:1px;
        border-left-width:1px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-e5ad979.a-b-o-cont {
            width:100%
        }
    }

.atomicat-image-90f8ac5 img {
        width:100px
    }

.a-e-cont.atomicat-heading-title-124c4e7 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-124c4e7 p {
        color:#423d2d;
        background-image:unset;
        font-family:"Times New Roman",sans-serif;
        font-size:20px;
        text-transform:uppercase;
        text-align:center
    }

.a-c-cont.a-c-cont-7b3f6ab {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-7b3f6ab {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-7b3f6ab p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-7b3f6ab p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }

.atomicat-container-d04e2bc>.a-o-cont {
        padding-top:35px;
        padding-right:15px;
        padding-bottom:35px;
        padding-left:15px
    }
    .atomicat-container-d04e2bc>.a-o-cont>.a-cont {
        column-gap:8px;
        flex-direction:column;
        row-gap:8px
    }
    .a-b-cont .atomicat-container-d04e2bc.a-b-o-cont {
        border-style:solid;
        border-color:#f6c567;
        border-image:unset 1;
        border-top-width:1px;
        border-right-width:1px;
        border-bottom-width:1px;
        border-left-width:1px;
        box-shadow:0 0 10px 0 rgba(166,166,166,.7);
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-d04e2bc.a-b-o-cont {
            width:100%
        }
    }

.atomicat-image-87f08b3 img {
        width:100px
    }

.a-e-cont.atomicat-heading-title-20f4e13 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-20f4e13 p {
        color:#423d2d;
        background-image:unset;
        font-family:"Times New Roman",sans-serif;
        font-size:20px;
        text-transform:uppercase;
        text-align:center
    }

.a-c-cont.a-c-cont-325a012 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-325a012 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-325a012 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-325a012 p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }

.atomicat-container-64e61d2>.a-o-cont {
        padding-top:35px;
        padding-right:15px;
        padding-bottom:35px;
        padding-left:15px
    }
    .atomicat-container-64e61d2>.a-o-cont>.a-cont {
        column-gap:8px;
        flex-direction:column;
        row-gap:8px
    }
    .a-b-cont .atomicat-container-64e61d2.a-b-o-cont {
        border-style:solid;
        border-color:#f6c567;
        border-image:unset 1;
        border-top-width:1px;
        border-right-width:1px;
        border-bottom-width:1px;
        border-left-width:1px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-64e61d2.a-b-o-cont {
            width:100%
        }
    }

.atomicat-image-704744c img {
        width:100px
    }

.a-e-cont.atomicat-heading-title-4e717c4 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-4e717c4 p {
        color:#423d2d;
        background-image:unset;
        font-family:"Times New Roman",sans-serif;
        font-size:20px;
        text-transform:uppercase;
        text-align:center
    }

.a-c-cont.a-c-cont-5d03287 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-5d03287 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-5d03287 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-5d03287 p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }

.atomicat-button-b4b6bad.a-e-cont .atomicat-button:hover {
        background:linear-gradient(80deg,#ffe9be 0,#e0b35d 100%)
    }
    .atomicat-button-b4b6bad.a-e-cont .atomicat-button {
        background:linear-gradient(145deg,#ffe9be 0,#e0b35d 100%);
        border-top-left-radius:8px;
        border-top-right-radius:8px;
        border-bottom-right-radius:8px;
        border-bottom-left-radius:8px;
        width:60%;
        color:#423d2d
    }
    .a-c-cont-b4b6bad>.a-e-cont {
        margin-top:30px
    }

.a-c-cont.a-c-cont-14c795e {
        width:90%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-14c795e {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-14c795e p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-14c795e p {
        color:#968659;
        background-image:unset;
        font-size:16px;
        text-align:center
    }

.atomicat-image-9a53f3b img {
        width:400px
    }
    @media screen and (max-width:480px) {
        .atomicat-image-9a53f3b img {
            width:70%
        }
    }
    .a-c-cont-9a53f3b>.a-e-cont {
        margin-top:30px
    }

.atomicat-container-f0f010f>.a-o-cont {
        padding-top:60px;
        padding-right:15px;
        padding-bottom:60px;
        padding-left:15px
    }
    .atomicat-container-f0f010f>.a-o-cont>.a-cont {
        column-gap:15px;
        flex-direction:row;
        row-gap:15px
    }
    .a-b-cont .atomicat-container-f0f010f.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }

.atomicat-container-ab6e55e>.a-o-cont>.a-cont {
        flex-direction:column
    }
    .a-b-cont .atomicat-container-ab6e55e.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:50%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-ab6e55e.a-b-o-cont {
            width:100%
        }
    }

.atomicat-slider-6993c5a .atomicat-slider-container .atomicat-slider-element .atomicat-slider-arrow {
        background:rgba(255,255,255,0);
        color:#d7c798;
        font-size:28px
    }
    .atomicat-slider-6993c5a .atomicat-slider-container .atomicat-slider-element .atomicat-slider-arrow:after {
        font-size:28px
    }

.atomicat-container-23b7319>.a-o-cont>.a-cont {
        min-height:250px;
        flex-direction:column
    }
    .a-b-cont .atomicat-container-23b7319.a-b-o-cont {
        min-height:250px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }
    .atomicat-container-23b7319>.a-o-cont {
        min-height:250px
    }

.atomicat-container-5a489f3>.a-o-cont>.a-cont {
        min-height:250px;
        flex-direction:column
    }
    .a-b-cont .atomicat-container-5a489f3.a-b-o-cont {
        min-height:250px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }
    .atomicat-container-5a489f3>.a-o-cont {
        min-height:250px
    }

.atomicat-container-a068a59>.a-o-cont>.a-cont {
        min-height:250px;
        flex-direction:column
    }
    .a-b-cont .atomicat-container-a068a59.a-b-o-cont {
        min-height:250px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }
    .atomicat-container-a068a59>.a-o-cont {
        min-height:250px
    }

.atomicat-container-c237391>.a-o-cont>.a-cont {
        min-height:250px;
        flex-direction:column
    }
    .a-b-cont .atomicat-container-c237391.a-b-o-cont {
        min-height:250px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }
    .atomicat-container-c237391>.a-o-cont {
        min-height:250px
    }

.atomicat-container-76736d0>.a-o-cont>.a-cont {
        min-height:250px;
        flex-direction:column
    }
    .a-b-cont .atomicat-container-76736d0.a-b-o-cont {
        min-height:250px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }
    .atomicat-container-76736d0>.a-o-cont {
        min-height:250px
    }

.atomicat-container-dbd448c>.a-o-cont>.a-cont {
        min-height:250px;
        flex-direction:column
    }
    .a-b-cont .atomicat-container-dbd448c.a-b-o-cont {
        min-height:250px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }
    .atomicat-container-dbd448c>.a-o-cont {
        min-height:250px
    }

.atomicat-container-db24762>.a-o-cont>.a-cont {
        min-height:250px;
        flex-direction:column
    }
    .a-b-cont .atomicat-container-db24762.a-b-o-cont {
        min-height:250px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }
    .atomicat-container-db24762>.a-o-cont {
        min-height:250px
    }

.atomicat-container-62b83c9>.a-o-cont>.a-cont {
        min-height:250px;
        flex-direction:column
    }
    .a-b-cont .atomicat-container-62b83c9.a-b-o-cont {
        min-height:250px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }
    .atomicat-container-62b83c9>.a-o-cont {
        min-height:250px
    }

.atomicat-container-1c97938>.a-o-cont>.a-cont {
        column-gap:12px;
        flex-direction:column;
        row-gap:12px
    }
    .a-b-cont .atomicat-container-1c97938.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:50%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-1c97938.a-b-o-cont {
            width:100%
        }
    }

.atomicat-container-51f8d79>.a-o-cont>.a-cont {
        column-gap:3px;
        flex-direction:row;
        row-gap:3px
    }
    .a-b-cont .atomicat-container-51f8d79.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-51f8d79.a-b-o-cont {
            width:100%
        }
    }

.a-c-cont.a-c-cont-0cb5542 {
        width:16px
    }

.a-c-cont.a-c-cont-c4e596d {
        width:16px
    }

.a-c-cont.a-c-cont-3f5e7bd {
        width:16px
    }

.a-c-cont.a-c-cont-a0ae95d {
        width:16px
    }

.a-c-cont.a-c-cont-1fb7fce {
        width:16px
    }

.a-c-cont.a-c-cont-705fb83 {
        width:90%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-705fb83 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-705fb83 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-705fb83 p {
        color:#968659;
        background-image:unset;
        font-size:14px
    }
    .a-c-cont-705fb83>.a-e-cont {
        margin-left:5px
    }

.a-e-cont.atomicat-heading-title-23e811b p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-23e811b p {
        color:#423d2d;
        background-image:unset;
        font-family:"Times New Roman",sans-serif;
        font-size:26px;
        text-transform:uppercase
    }

.a-c-cont.a-c-cont-64c89da {
        width:90%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-64c89da {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-64c89da p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-64c89da p {
        color:#423d2d;
        background-image:unset;
        font-size:14px
    }

.a-c-cont.a-c-cont-9ad8fd2 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-9ad8fd2 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-9ad8fd2 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-9ad8fd2 p {
        color:#423d2d;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    .a-c-cont-9ad8fd2>.a-e-cont {
        background:rgba(240,235,224,.7);
        padding-top:8px;
        padding-right:8px;
        padding-bottom:8px;
        padding-left:8px;
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        border-bottom-right-radius:5px;
        border-bottom-left-radius:5px
    }

.a-t-tw.a-t-tw-c0329d2 {
        justify-content:center;
        flex-direction:row
    }
    @media screen and (max-width:1024px) {
        .a-t-tw.a-t-tw-c0329d2 {
            flex-direction:row
        }
    }
    @media screen and (max-width:480px) {
        .a-t-tw.a-t-tw-c0329d2 {
            justify-content:center;
            flex-direction:row
        }
    }
    .a-t-tw.a-t-tw-c0329d2 button:not(.a-t-ta) {
        background:#f0ebe0;
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        border-bottom-right-radius:5px;
        border-bottom-left-radius:5px
    }
    .a-t-tw.a-t-tw-c0329d2 button {
        flex-grow:0
    }
    @media screen and (max-width:1024px) {
        .a-t-tw.a-t-tw-c0329d2 button {
            flex-grow:0
        }
    }
    @media screen and (max-width:480px) {
        .a-t-tw.a-t-tw-c0329d2 button {
            flex-grow:0
        }
    }
    .a-t-tw.a-t-tw-c0329d2 button:not(.a-t-ta):hover {
        color:#423d2d
    }
    .a-t-tw.a-t-tw-c0329d2 button.a-t-ta {
        background:#f6c567;
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        border-bottom-right-radius:5px;
        border-bottom-left-radius:5px;
        color:#423d2d
    }
    .a-t-tw.a-t-tw-c0329d2 button:not(.a-t-ta) svg {
        color:rgba(166,166,166,.7)
    }
    .a-t-tw.a-t-tw-c0329d2 button svg {
        height:16px
    }
    .a-t-cw-c0329d2 {
        padding-top:12px;
        padding-bottom:15px
    }

.atomicat-container-89031c5>.a-o-cont>.a-cont {
        flex-direction:column;
        flex-wrap:nowrap
    }
    .a-b-cont .atomicat-container-89031c5.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }
    .atomicat-container-89031c5.atomicat-ribbon-container .atomicat-ribbon {
        --text:"";
        --second-color:#4a98bf
    }

.atomicat-container-fc8c4d2>.a-o-cont {
        padding-top:12px;
        padding-right:5px;
        padding-bottom:12px;
        padding-left:5px
    }
    .atomicat-container-fc8c4d2>.a-o-cont>.a-cont {
        column-gap:8px;
        flex-direction:column;
        row-gap:8px
    }
    .a-b-cont .atomicat-container-fc8c4d2.a-b-o-cont {
        margin-bottom:14px;
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
        background:#f0ebe0;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-fc8c4d2.a-b-o-cont {
            width:100%
        }
    }

.a-c-cont.a-c-cont-2d02090 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-2d02090 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-2d02090 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-2d02090 p {
        color:#423d2d;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    .a-c-cont-2d02090>.a-e-cont {
        margin-bottom:8px
    }

.atomicat-container-71c8ec5>.a-o-cont>.a-cont {
        column-gap:5px;
        flex-direction:row;
        row-gap:5px
    }
    .a-b-cont .atomicat-container-71c8ec5.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-71c8ec5.a-b-o-cont {
            width:100%
        }
    }

.atomicat-container-1eefa1c>.a-o-cont {
        padding-right:5px;
        padding-bottom:5px;
        padding-left:5px
    }
    .atomicat-container-1eefa1c>.a-o-cont>.a-cont {
        flex-direction:column
    }
    .a-b-cont .atomicat-container-1eefa1c.a-b-o-cont {
        border-style:solid;
        border-color:#aa771c;
        border-image:unset 1;
        border-top-width:1px;
        border-right-width:1px;
        border-bottom-width:1px;
        border-left-width:1px;
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:50%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-1eefa1c.a-b-o-cont {
            width:30%
        }
    }

.a-c-cont-c995ae4 {
        align-self:center
    }
    .a-c-cont.a-c-cont-c995ae4 {
        width:70%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-c995ae4 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-c995ae4 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-c995ae4 p {
        color:#423d2d;
        background-image:unset;
        font-size:12px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-c995ae4 p {
            font-size:10px
        }
    }
    .a-c-cont-c995ae4>.a-e-cont {
        background:#d7c798;
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
        margin-top:-8px
    }

.a-c-cont.a-c-cont-e913c5d {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-e913c5d {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-e913c5d p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-e913c5d p {
        color:#423d2d;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-e913c5d p {
            font-size:10px
        }
    }
    .a-c-cont-e913c5d>.a-e-cont {
        margin-left:5px
    }

.atomicat-container-dcda1ec>.a-o-cont {
        padding-right:5px;
        padding-bottom:5px;
        padding-left:5px
    }
    .atomicat-container-dcda1ec>.a-o-cont>.a-cont {
        flex-direction:column
    }
    .a-b-cont .atomicat-container-dcda1ec.a-b-o-cont {
        border-style:solid;
        border-color:#aa771c;
        border-image:unset 1;
        border-top-width:1px;
        border-right-width:1px;
        border-bottom-width:1px;
        border-left-width:1px;
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:50%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-dcda1ec.a-b-o-cont {
            width:30%
        }
    }

.a-c-cont-1a25ddf {
        align-self:center
    }
    .a-c-cont.a-c-cont-1a25ddf {
        width:70%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-1a25ddf {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-1a25ddf p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-1a25ddf p {
        color:#423d2d;
        background-image:unset;
        font-size:12px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-1a25ddf p {
            font-size:10px
        }
    }
    .a-c-cont-1a25ddf>.a-e-cont {
        background:#d7c798;
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
        margin-top:-8px
    }

.a-c-cont.a-c-cont-dba8499 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-dba8499 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-dba8499 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-dba8499 p {
        color:#423d2d;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-dba8499 p {
            font-size:10px
        }
    }
    .a-c-cont-dba8499>.a-e-cont {
        margin-left:5px
    }

.atomicat-container-c502749>.a-o-cont {
        padding-right:5px;
        padding-bottom:5px;
        padding-left:5px
    }
    .atomicat-container-c502749>.a-o-cont>.a-cont {
        flex-direction:column
    }
    .a-b-cont .atomicat-container-c502749.a-b-o-cont {
        border-style:solid;
        border-color:#aa771c;
        border-image:unset 1;
        border-top-width:1px;
        border-right-width:1px;
        border-bottom-width:1px;
        border-left-width:1px;
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:50%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-c502749.a-b-o-cont {
            width:30%
        }
    }

.a-c-cont-655890b {
        align-self:center
    }
    .a-c-cont.a-c-cont-655890b {
        width:70%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-655890b {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-655890b p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-655890b p {
        color:#423d2d;
        background-image:unset;
        font-size:12px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-655890b p {
            font-size:10px
        }
    }
    .a-c-cont-655890b>.a-e-cont {
        background:#d7c798;
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
        margin-top:-8px
    }

.a-c-cont.a-c-cont-5b998eb {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-5b998eb {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-5b998eb p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-5b998eb p {
        color:#423d2d;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-5b998eb p {
            font-size:10px
        }
    }
    .a-c-cont-5b998eb>.a-e-cont {
        margin-left:5px
    }

.atomicat-container-58694f9>.a-o-cont {
        padding-right:5px;
        padding-bottom:5px;
        padding-left:5px
    }
    .atomicat-container-58694f9>.a-o-cont>.a-cont {
        flex-direction:column
    }
    .a-b-cont .atomicat-container-58694f9.a-b-o-cont {
        border-style:solid;
        border-color:#f0ebe0;
        border-image:unset 1;
        border-top-width:1px;
        border-right-width:1px;
        border-bottom-width:1px;
        border-left-width:1px;
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:50%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-58694f9.a-b-o-cont {
            width:100%
        }
    }

.a-c-cont-6043342 {
        align-self:center
    }
    .a-c-cont.a-c-cont-6043342 {
        width:70%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-6043342 {
            width:50%
        }
    }
    .a-e-cont.atomicat-heading-title-6043342 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-6043342 p {
        color:#423d2d;
        background-image:unset;
        font-size:12px;
        text-align:center
    }
    .a-c-cont-6043342>.a-e-cont {
        background:#f6c567;
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
        margin-top:-8px
    }

.a-c-cont.a-c-cont-adbff35 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-adbff35 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-adbff35 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-adbff35 p {
        color:#423d2d;
        background-image:unset;
        font-size:16px;
        text-align:center;
        font-weight:700
    }
    .a-c-cont-adbff35>.a-e-cont {
        margin-left:5px
    }

.a-c-cont.a-c-cont-d7103b6 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-d7103b6 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-d7103b6 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-d7103b6 p {
        color:#423d2d;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    .a-c-cont-d7103b6>.a-e-cont {
        margin-left:5px
    }

.a-c-cont.a-c-cont-fcff612 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-fcff612 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-fcff612 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-fcff612 p {
        color:#423d2d;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    .a-c-cont-fcff612>.a-e-cont {
        margin-left:5px
    }

.atomicat-button-49adcbf.a-e-cont .atomicat-button:hover {
        background:linear-gradient(80deg,#ffe9be 0,#e0b35d 100%)
    }
    .atomicat-button-49adcbf.a-e-cont .atomicat-button {
        background:linear-gradient(145deg,#ffe9be 0,#e0b35d 100%);
        border-top-left-radius:8px;
        border-top-right-radius:8px;
        border-bottom-right-radius:8px;
        border-bottom-left-radius:8px;
        width:100%;
        color:#423d2d
    }
    .a-c-cont-49adcbf>.a-e-cont {
        margin-top:12px
    }

.atomicat-container-a44b9bb>.a-o-cont>.a-cont {
        flex-direction:column
    }
    .a-b-cont .atomicat-container-a44b9bb.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }

.atomicat-container-21363b5>.a-o-cont {
        padding-top:12px;
        padding-right:5px;
        padding-bottom:12px;
        padding-left:5px
    }
    .atomicat-container-21363b5>.a-o-cont>.a-cont {
        column-gap:8px;
        flex-direction:column;
        row-gap:8px
    }
    .a-b-cont .atomicat-container-21363b5.a-b-o-cont {
        margin-bottom:14px;
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
        background:#f0ebe0;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-21363b5.a-b-o-cont {
            width:100%
        }
    }

.a-c-cont.a-c-cont-0657384 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-0657384 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-0657384 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-0657384 p {
        color:#423d2d;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    .a-c-cont-0657384>.a-e-cont {
        margin-bottom:8px
    }

.atomicat-container-ace0409>.a-o-cont>.a-cont {
        column-gap:5px;
        flex-direction:row;
        row-gap:5px
    }
    .a-b-cont .atomicat-container-ace0409.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-ace0409.a-b-o-cont {
            width:100%
        }
    }

.atomicat-container-7f34cc5>.a-o-cont {
        padding-right:5px;
        padding-bottom:5px;
        padding-left:5px
    }
    .atomicat-container-7f34cc5>.a-o-cont>.a-cont {
        flex-direction:column
    }
    .a-b-cont .atomicat-container-7f34cc5.a-b-o-cont {
        border-style:solid;
        border-color:#aa771c;
        border-image:unset 1;
        border-top-width:1px;
        border-right-width:1px;
        border-bottom-width:1px;
        border-left-width:1px;
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:50%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-7f34cc5.a-b-o-cont {
            width:30%
        }
    }

.a-c-cont-d7885f9 {
        align-self:center
    }
    .a-c-cont.a-c-cont-d7885f9 {
        width:70%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-d7885f9 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-d7885f9 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-d7885f9 p {
        color:#423d2d;
        background-image:unset;
        font-size:12px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-d7885f9 p {
            font-size:10px
        }
    }
    .a-c-cont-d7885f9>.a-e-cont {
        background:#d7c798;
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
        margin-top:-8px
    }

.a-c-cont.a-c-cont-1d357c4 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-1d357c4 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-1d357c4 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-1d357c4 p {
        color:#423d2d;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-1d357c4 p {
            font-size:10px
        }
    }
    .a-c-cont-1d357c4>.a-e-cont {
        margin-left:5px
    }

.atomicat-container-e06e122>.a-o-cont {
        padding-right:5px;
        padding-bottom:5px;
        padding-left:5px
    }
    .atomicat-container-e06e122>.a-o-cont>.a-cont {
        flex-direction:column
    }
    .a-b-cont .atomicat-container-e06e122.a-b-o-cont {
        border-style:solid;
        border-color:#aa771c;
        border-image:unset 1;
        border-top-width:1px;
        border-right-width:1px;
        border-bottom-width:1px;
        border-left-width:1px;
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:50%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-e06e122.a-b-o-cont {
            width:30%
        }
    }

.a-c-cont-7427ebc {
        align-self:center
    }
    .a-c-cont.a-c-cont-7427ebc {
        width:70%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-7427ebc {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-7427ebc p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-7427ebc p {
        color:#423d2d;
        background-image:unset;
        font-size:12px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-7427ebc p {
            font-size:10px
        }
    }
    .a-c-cont-7427ebc>.a-e-cont {
        background:#d7c798;
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
        margin-top:-8px
    }

.a-c-cont.a-c-cont-5b4ca3c {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-5b4ca3c {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-5b4ca3c p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-5b4ca3c p {
        color:#423d2d;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-5b4ca3c p {
            font-size:10px
        }
    }
    .a-c-cont-5b4ca3c>.a-e-cont {
        margin-left:5px
    }

.atomicat-container-f1c99b1>.a-o-cont {
        padding-right:5px;
        padding-bottom:5px;
        padding-left:5px
    }
    .atomicat-container-f1c99b1>.a-o-cont>.a-cont {
        flex-direction:column
    }
    .a-b-cont .atomicat-container-f1c99b1.a-b-o-cont {
        border-style:solid;
        border-color:#aa771c;
        border-image:unset 1;
        border-top-width:1px;
        border-right-width:1px;
        border-bottom-width:1px;
        border-left-width:1px;
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:50%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-f1c99b1.a-b-o-cont {
            width:30%
        }
    }

.a-c-cont-18b48dc {
        align-self:center
    }
    .a-c-cont.a-c-cont-18b48dc {
        width:70%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-18b48dc {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-18b48dc p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-18b48dc p {
        color:#423d2d;
        background-image:unset;
        font-size:12px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-18b48dc p {
            font-size:10px
        }
    }
    .a-c-cont-18b48dc>.a-e-cont {
        background:#d7c798;
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
        margin-top:-8px
    }

.a-c-cont.a-c-cont-fac9c56 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-fac9c56 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-fac9c56 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-fac9c56 p {
        color:#423d2d;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-fac9c56 p {
            font-size:10px
        }
    }
    .a-c-cont-fac9c56>.a-e-cont {
        margin-left:5px
    }

.atomicat-container-4c68214>.a-o-cont {
        padding-right:5px;
        padding-bottom:5px;
        padding-left:5px
    }
    .atomicat-container-4c68214>.a-o-cont>.a-cont {
        flex-direction:column
    }
    .a-b-cont .atomicat-container-4c68214.a-b-o-cont {
        border-style:solid;
        border-color:#f0ebe0;
        border-image:unset 1;
        border-top-width:1px;
        border-right-width:1px;
        border-bottom-width:1px;
        border-left-width:1px;
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:50%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-4c68214.a-b-o-cont {
            width:100%
        }
    }

.a-c-cont-410c41f {
        align-self:center
    }
    .a-c-cont.a-c-cont-410c41f {
        width:70%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-410c41f {
            width:50%
        }
    }
    .a-e-cont.atomicat-heading-title-410c41f p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-410c41f p {
        color:#423d2d;
        background-image:unset;
        font-size:12px;
        text-align:center
    }
    .a-c-cont-410c41f>.a-e-cont {
        background:#f6c567;
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
        margin-top:-8px
    }

.a-c-cont.a-c-cont-ab8ea4c {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-ab8ea4c {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-ab8ea4c p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-ab8ea4c p {
        color:#423d2d;
        background-image:unset;
        font-size:16px;
        text-align:center;
        font-weight:700
    }
    .a-c-cont-ab8ea4c>.a-e-cont {
        margin-left:5px
    }

.a-c-cont.a-c-cont-d373223 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-d373223 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-d373223 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-d373223 p {
        color:#423d2d;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    .a-c-cont-d373223>.a-e-cont {
        margin-left:5px
    }

.a-c-cont.a-c-cont-340667e {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-340667e {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-340667e p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-340667e p {
        color:#423d2d;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    .a-c-cont-340667e>.a-e-cont {
        margin-left:5px
    }

.atomicat-button-7f7a9dc.a-e-cont .atomicat-button:hover {
        background:linear-gradient(80deg,#ffe9be 0,#e0b35d 100%)
    }
    .atomicat-button-7f7a9dc.a-e-cont .atomicat-button {
        background:linear-gradient(145deg,#ffe9be 0,#e0b35d 100%);
        border-top-left-radius:8px;
        border-top-right-radius:8px;
        border-bottom-right-radius:8px;
        border-bottom-left-radius:8px;
        width:100%;
        color:#423d2d
    }
    .a-c-cont-7f7a9dc>.a-e-cont {
        margin-top:12px
    }

.atomicat-container-d1fda41>.a-o-cont>.a-cont {
        flex-direction:column
    }
    .a-b-cont .atomicat-container-d1fda41.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }

.atomicat-container-cf7961d>.a-o-cont {
        padding-top:12px;
        padding-right:5px;
        padding-bottom:12px;
        padding-left:5px
    }
    .atomicat-container-cf7961d>.a-o-cont>.a-cont {
        column-gap:8px;
        flex-direction:column;
        row-gap:8px
    }
    .a-b-cont .atomicat-container-cf7961d.a-b-o-cont {
        margin-bottom:14px;
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
        background:#f0ebe0;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-cf7961d.a-b-o-cont {
            width:100%
        }
    }

.a-c-cont.a-c-cont-d52c98e {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-d52c98e {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-d52c98e p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-d52c98e p {
        color:#423d2d;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    .a-c-cont-d52c98e>.a-e-cont {
        margin-bottom:8px
    }

.atomicat-container-fddce6a>.a-o-cont>.a-cont {
        column-gap:5px;
        flex-direction:row;
        row-gap:5px
    }
    .a-b-cont .atomicat-container-fddce6a.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-fddce6a.a-b-o-cont {
            width:100%
        }
    }

.atomicat-container-95b8e9b>.a-o-cont {
        padding-right:5px;
        padding-bottom:5px;
        padding-left:5px
    }
    .atomicat-container-95b8e9b>.a-o-cont>.a-cont {
        flex-direction:column
    }
    .a-b-cont .atomicat-container-95b8e9b.a-b-o-cont {
        border-style:solid;
        border-color:#aa771c;
        border-image:unset 1;
        border-top-width:1px;
        border-right-width:1px;
        border-bottom-width:1px;
        border-left-width:1px;
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:50%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-95b8e9b.a-b-o-cont {
            width:30%
        }
    }

.a-c-cont-e50b4bb {
        align-self:center
    }
    .a-c-cont.a-c-cont-e50b4bb {
        width:70%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-e50b4bb {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-e50b4bb p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-e50b4bb p {
        color:#423d2d;
        background-image:unset;
        font-size:12px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-e50b4bb p {
            font-size:10px
        }
    }
    .a-c-cont-e50b4bb>.a-e-cont {
        background:#d7c798;
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
        margin-top:-8px
    }

.a-c-cont.a-c-cont-2da9d4b {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-2da9d4b {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-2da9d4b p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-2da9d4b p {
        color:#423d2d;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-2da9d4b p {
            font-size:10px
        }
    }
    .a-c-cont-2da9d4b>.a-e-cont {
        margin-left:5px
    }

.atomicat-container-062d8f9>.a-o-cont {
        padding-right:5px;
        padding-bottom:5px;
        padding-left:5px
    }
    .atomicat-container-062d8f9>.a-o-cont>.a-cont {
        flex-direction:column
    }
    .a-b-cont .atomicat-container-062d8f9.a-b-o-cont {
        border-style:solid;
        border-color:#aa771c;
        border-image:unset 1;
        border-top-width:1px;
        border-right-width:1px;
        border-bottom-width:1px;
        border-left-width:1px;
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:50%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-062d8f9.a-b-o-cont {
            width:30%
        }
    }

.a-c-cont-bc02e72 {
        align-self:center
    }
    .a-c-cont.a-c-cont-bc02e72 {
        width:70%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-bc02e72 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-bc02e72 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-bc02e72 p {
        color:#423d2d;
        background-image:unset;
        font-size:12px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-bc02e72 p {
            font-size:10px
        }
    }
    .a-c-cont-bc02e72>.a-e-cont {
        background:#d7c798;
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
        margin-top:-8px
    }

.a-c-cont.a-c-cont-47e759e {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-47e759e {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-47e759e p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-47e759e p {
        color:#423d2d;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-47e759e p {
            font-size:10px
        }
    }
    .a-c-cont-47e759e>.a-e-cont {
        margin-left:5px
    }

.atomicat-container-7abe9a3>.a-o-cont {
        padding-right:5px;
        padding-bottom:5px;
        padding-left:5px
    }
    .atomicat-container-7abe9a3>.a-o-cont>.a-cont {
        flex-direction:column
    }
    .a-b-cont .atomicat-container-7abe9a3.a-b-o-cont {
        border-style:solid;
        border-color:#aa771c;
        border-image:unset 1;
        border-top-width:1px;
        border-right-width:1px;
        border-bottom-width:1px;
        border-left-width:1px;
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:50%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-7abe9a3.a-b-o-cont {
            width:30%
        }
    }

.a-c-cont-d7bcd19 {
        align-self:center
    }
    .a-c-cont.a-c-cont-d7bcd19 {
        width:70%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-d7bcd19 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-d7bcd19 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-d7bcd19 p {
        color:#423d2d;
        background-image:unset;
        font-size:12px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-d7bcd19 p {
            font-size:10px
        }
    }
    .a-c-cont-d7bcd19>.a-e-cont {
        background:#d7c798;
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
        margin-top:-8px
    }

.a-c-cont.a-c-cont-847ee7e {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-847ee7e {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-847ee7e p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-847ee7e p {
        color:#423d2d;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-847ee7e p {
            font-size:10px
        }
    }
    .a-c-cont-847ee7e>.a-e-cont {
        margin-left:5px
    }

.atomicat-container-74992f0>.a-o-cont {
        padding-right:5px;
        padding-bottom:5px;
        padding-left:5px
    }
    .atomicat-container-74992f0>.a-o-cont>.a-cont {
        min-height:75px;
        flex-direction:column;
        justify-content:center
    }
    .a-b-cont .atomicat-container-74992f0.a-b-o-cont {
        border-style:solid;
        border-color:#f0ebe0;
        border-image:unset 1;
        border-top-width:1px;
        border-right-width:1px;
        border-bottom-width:1px;
        border-left-width:1px;
        border-top-left-radius:15px;
        border-top-right-radius:15px;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
        min-height:75px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:50%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-74992f0.a-b-o-cont {
            width:100%
        }
    }
    .atomicat-container-74992f0>.a-o-cont {
        min-height:75px
    }

.a-c-cont.a-c-cont-4e49623 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-4e49623 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-4e49623 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-4e49623 p {
        color:#423d2d;
        background-image:unset;
        font-size:16px;
        text-align:center;
        font-weight:700
    }
    .a-c-cont-4e49623>.a-e-cont {
        margin-left:5px
    }

.a-c-cont.a-c-cont-3081982 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-3081982 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-3081982 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-3081982 p {
        color:#423d2d;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    .a-c-cont-3081982>.a-e-cont {
        margin-left:5px
    }

.atomicat-button-45e4824.a-e-cont .atomicat-button:hover {
        background:linear-gradient(80deg,#ffe9be 0,#e0b35d 100%)
    }
    .atomicat-button-45e4824.a-e-cont .atomicat-button {
        background:linear-gradient(145deg,#ffe9be 0,#e0b35d 100%);
        border-top-left-radius:8px;
        border-top-right-radius:8px;
        border-bottom-right-radius:8px;
        border-bottom-left-radius:8px;
        width:100%;
        color:#423d2d
    }
    .a-c-cont-45e4824>.a-e-cont {
        margin-top:12px
    }

.a-c-cont.a-c-cont-0376489 {
        width:90%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-0376489 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-0376489 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-0376489 p {
        color:#423d2d;
        background-image:unset;
        font-size:14px;
        line-height:24px
    }

.atomicat-container-fc67242>.a-o-cont {
        padding-top:60px;
        padding-right:15px;
        padding-bottom:60px;
        padding-left:15px
    }
    @media screen and (max-width:480px) {
        .atomicat-container-fc67242>.a-o-cont {
            padding-top:0;
            padding-right:0;
            padding-left:0
        }
    }
    .atomicat-container-fc67242>.a-o-cont>.a-cont {
        align-items:center;
        column-gap:15px;
        flex-direction:row;
        row-gap:15px
    }
    @media screen and (max-width:480px) {
        .atomicat-container-fc67242>.a-o-cont>.a-cont {
            flex-direction:column-reverse
        }
    }
    .a-b-cont .atomicat-container-fc67242.a-b-o-cont {
        background:#262626;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }

@media screen and (max-width:480px) {
        .atomicat-container-003c23d>.a-o-cont {
            padding-top:8px;
            padding-right:15px;
            padding-left:15px
        }
    }
    .atomicat-container-003c23d>.a-o-cont>.a-cont {
        column-gap:12px;
        flex-direction:column;
        row-gap:12px
    }
    .a-b-cont .atomicat-container-003c23d.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:50%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-003c23d.a-b-o-cont {
            width:100%
        }
    }

.a-e-cont.atomicat-heading-title-7d933f6 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-7d933f6 p {
        color:#f6c567;
        background-image:unset;
        font-family:"Times New Roman",sans-serif;
        font-size:26px;
        text-transform:uppercase
    }

.a-c-cont.a-c-cont-e31a088 {
        width:90%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-e31a088 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-e31a088 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-e31a088 p {
        color:#f6c567;
        background-image:unset;
        font-size:14px
    }

.atomicat-container-60be425>.a-o-cont>.a-cont {
        flex-direction:row
    }
    .a-b-cont .atomicat-container-60be425.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-60be425.a-b-o-cont {
            width:100%
        }
    }

.a-c-cont.a-c-cont-54529de {
        width:90%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-54529de {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-54529de p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-54529de p {
        color:#f6c567;
        background-image:unset;
        font-size:14px
    }

.a-c-cont.a-c-cont-17ebe0c {
        width:90%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-17ebe0c {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-17ebe0c p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-17ebe0c p {
        color:#f6c567;
        background-image:unset;
        font-size:14px
    }

.atomicat-container-2126dc2>.a-o-cont>.a-cont {
        flex-direction:column
    }
    .a-b-cont .atomicat-container-2126dc2.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:50%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-2126dc2.a-b-o-cont {
            width:100%
        }
    }

.atomicat-image-8ca9d1a img {
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        border-bottom-right-radius:5px;
        border-bottom-left-radius:5px
    }

.atomicat-container-33c3130>.a-o-cont {
        padding-top:60px;
        padding-right:15px;
        padding-bottom:60px;
        padding-left:15px
    }
    @media screen and (max-width:480px) {
        .atomicat-container-33c3130>.a-o-cont {
            padding-right:3px;
            padding-left:3px
        }
    }
    .atomicat-container-33c3130>.a-o-cont>.a-cont {
        column-gap:8px;
        flex-direction:column;
        row-gap:8px
    }
    .a-b-cont .atomicat-container-33c3130.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }

.atomicat-container-500e950>.a-o-cont>.a-cont {
        flex-direction:row;
        justify-content:center
    }
    @media screen and (max-width:480px) {
        .atomicat-container-500e950>.a-o-cont>.a-cont {
            column-gap:0;
            flex-direction:row;
            row-gap:0;
            flex-wrap:nowrap
        }
    }
    .a-b-cont .atomicat-container-500e950.a-b-o-cont {
        margin-top:30px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-500e950.a-b-o-cont {
            width:100%
        }
    }

.atomicat-container-d945ef1>.a-o-cont>.a-cont {
        column-gap:8px;
        flex-direction:column;
        row-gap:8px
    }
    .a-b-cont .atomicat-container-d945ef1.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-d945ef1.a-b-o-cont {
            width:100%
        }
    }

.a-e-cont.atomicat-heading-title-bac982c p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-bac982c p {
        color:#423d2d;
        background-image:unset;
        font-family:"Times New Roman",sans-serif;
        font-size:20px;
        text-transform:capitalize;
        text-align:center;
        font-weight:700
    }

.a-c-cont.a-c-cont-0ce6066 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-0ce6066 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-0ce6066 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-0ce6066 p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-0ce6066 p {
            font-size:12px
        }
    }
    .a-c-cont-0ce6066>.a-e-cont {
        background:#f0ebe0;
        padding-top:8px;
        padding-bottom:8px
    }

.a-c-cont.a-c-cont-f2064c5 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-f2064c5 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-f2064c5 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-f2064c5 p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-f2064c5 p {
            font-size:12px
        }
    }
    .a-c-cont-f2064c5>.a-e-cont {
        padding-top:5px;
        padding-bottom:5px
    }

.a-c-cont.a-c-cont-62db02a {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-62db02a {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-62db02a p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-62db02a p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-62db02a p {
            font-size:12px
        }
    }
    .a-c-cont-62db02a>.a-e-cont {
        background:#f0ebe0;
        padding-top:8px;
        padding-bottom:8px
    }

.a-c-cont.a-c-cont-4a7a9b1 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-4a7a9b1 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-4a7a9b1 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-4a7a9b1 p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-4a7a9b1 p {
            font-size:12px
        }
    }
    .a-c-cont-4a7a9b1>.a-e-cont {
        padding-top:5px;
        padding-bottom:5px
    }

.a-c-cont.a-c-cont-bc7c01d {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-bc7c01d {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-bc7c01d p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-bc7c01d p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-bc7c01d p {
            font-size:12px
        }
    }
    .a-c-cont-bc7c01d>.a-e-cont {
        background:#f0ebe0;
        padding-top:8px;
        padding-bottom:8px
    }

.a-c-cont.a-c-cont-5e4b0d1 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-5e4b0d1 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-5e4b0d1 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-5e4b0d1 p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-5e4b0d1 p {
            font-size:12px
        }
    }
    .a-c-cont-5e4b0d1>.a-e-cont {
        padding-top:5px;
        padding-bottom:5px
    }

.a-c-cont.a-c-cont-eb074d8 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-eb074d8 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-eb074d8 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-eb074d8 p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-eb074d8 p {
            font-size:12px
        }
    }
    .a-c-cont-eb074d8>.a-e-cont {
        background:#f0ebe0;
        padding-top:8px;
        padding-bottom:8px
    }

.a-c-cont.a-c-cont-e7c68fe {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-e7c68fe {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-e7c68fe p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-e7c68fe p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-e7c68fe p {
            font-size:12px
        }
    }
    .a-c-cont-e7c68fe>.a-e-cont {
        padding-top:5px;
        padding-bottom:5px
    }

.atomicat-container-b38efcb>.a-o-cont>.a-cont {
        column-gap:8px;
        flex-direction:column;
        row-gap:8px
    }
    .a-b-cont .atomicat-container-b38efcb.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-b38efcb.a-b-o-cont {
            width:100%
        }
    }

.a-e-cont.atomicat-heading-title-ced45a1 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-ced45a1 p {
        color:#423d2d;
        background-image:unset;
        font-family:"Times New Roman",sans-serif;
        font-size:20px;
        text-transform:capitalize;
        text-align:center
    }

.a-c-cont.a-c-cont-245baa1 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-245baa1 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-245baa1 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-245baa1 p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-245baa1 p {
            font-size:12px
        }
    }
    .a-c-cont-245baa1>.a-e-cont {
        padding-top:8px;
        padding-bottom:8px;
        background:#f0ebe0
    }

.a-c-cont.a-c-cont-ba6da98 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-ba6da98 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-ba6da98 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-ba6da98 p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-ba6da98 p {
            font-size:12px
        }
    }
    .a-c-cont-ba6da98>.a-e-cont {
        padding-top:5px;
        padding-bottom:5px
    }

.a-c-cont.a-c-cont-68d1fb1 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-68d1fb1 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-68d1fb1 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-68d1fb1 p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-68d1fb1 p {
            font-size:12px
        }
    }
    .a-c-cont-68d1fb1>.a-e-cont {
        padding-top:8px;
        padding-bottom:8px;
        background:#f0ebe0
    }

.a-c-cont.a-c-cont-ca11315 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-ca11315 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-ca11315 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-ca11315 p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-ca11315 p {
            font-size:12px
        }
    }
    .a-c-cont-ca11315>.a-e-cont {
        padding-top:5px;
        padding-bottom:5px
    }

.a-c-cont.a-c-cont-f3d9c14 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-f3d9c14 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-f3d9c14 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-f3d9c14 p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-f3d9c14 p {
            font-size:12px
        }
    }
    .a-c-cont-f3d9c14>.a-e-cont {
        padding-top:8px;
        padding-bottom:8px;
        background:#f0ebe0
    }

.a-c-cont.a-c-cont-73f2fda {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-73f2fda {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-73f2fda p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-73f2fda p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-73f2fda p {
            font-size:12px
        }
    }
    .a-c-cont-73f2fda>.a-e-cont {
        padding-top:5px;
        padding-bottom:5px
    }

.a-c-cont.a-c-cont-d2c5d45 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-d2c5d45 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-d2c5d45 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-d2c5d45 p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-d2c5d45 p {
            font-size:12px
        }
    }
    .a-c-cont-d2c5d45>.a-e-cont {
        padding-top:8px;
        padding-bottom:8px;
        background:#f0ebe0
    }

.a-c-cont.a-c-cont-a9fc97b {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-a9fc97b {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-a9fc97b p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-a9fc97b p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-a9fc97b p {
            font-size:12px
        }
    }
    .a-c-cont-a9fc97b>.a-e-cont {
        padding-top:5px;
        padding-bottom:5px
    }

.atomicat-image-83d9509 img {
        width:400px
    }
    @media screen and (max-width:480px) {
        .atomicat-image-83d9509 img {
            width:70%
        }
    }
    .a-c-cont-83d9509>.a-e-cont {
        margin-top:30px
    }

.atomicat-container-290192c>.a-o-cont {
        padding-top:60px;
        padding-right:15px;
        padding-bottom:60px;
        padding-left:15px
    }
    @media screen and (max-width:480px) {
        .atomicat-container-290192c>.a-o-cont {
            padding-right:5px;
            padding-left:5px
        }
    }
    .atomicat-container-290192c>.a-o-cont>.a-cont {
        column-gap:8px;
        flex-direction:column;
        row-gap:8px
    }
    .a-b-cont .atomicat-container-290192c.a-b-o-cont {
        background:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1)),url(images/rYRJLh6744010.webp);
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center top
    }

.a-e-cont.atomicat-heading-title-22c881a p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-22c881a p {
        color:#f6c567;
        background-image:unset;
        font-family:"Times New Roman",sans-serif;
        font-size:36px;
        text-transform:uppercase;
        text-align:center
    }
    @media screen and (max-width:480px) {
        .a-e-cont.atomicat-heading-title-22c881a p {
            font-size:26px
        }
    }

.atomicat-button-724a8e2.a-e-cont .atomicat-button:hover {
        background:linear-gradient(80deg,#ffe9be 0,#e0b35d 100%)
    }
    .atomicat-button-724a8e2.a-e-cont .atomicat-button {
        background:linear-gradient(145deg,#ffe9be 0,#e0b35d 100%);
        border-top-left-radius:8px;
        border-top-right-radius:8px;
        border-bottom-right-radius:8px;
        border-bottom-left-radius:8px;
        width:60%;
        color:#423d2d;
        text-transform:uppercase;
        font-size:16px
    }
    @media screen and (max-width:480px) {
        .atomicat-button-724a8e2.a-e-cont .atomicat-button {
            width:100%;
            font-size:14px
        }
    }
    .a-c-cont-724a8e2>.a-e-cont {
        margin-top:12px
    }

.a-c-cont.a-c-cont-3a80f3b {
        width:90%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-3a80f3b {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-3a80f3b p:hover {
        color:#f6c567;
        background-image:unset;
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-3a80f3b p {
        color:unset;
        background-image:linear-gradient(80deg,#f6c567 0,#fff 100%);
        font-size:18px;
        text-align:center;
        background-clip:text;
        -webkit-text-fill-color:transparent
    }

.atomicat-container-47370f6>.a-o-cont {
        padding-top:60px;
        padding-right:15px;
        padding-bottom:60px;
        padding-left:15px
    }
    .atomicat-container-47370f6>.a-o-cont>.a-cont {
        column-gap:8px;
        flex-direction:column;
        row-gap:8px
    }
    .a-b-cont .atomicat-container-47370f6.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }

.a-e-cont.atomicat-heading-title-6934743 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-6934743 p {
        color:#423d2d;
        background-image:unset;
        font-family:"Times New Roman",sans-serif;
        font-size:26px;
        text-transform:capitalize;
        text-align:center
    }

.atomicat-container-81d36ca>.a-o-cont>.a-cont {
        column-gap:15px;
        flex-direction:row;
        justify-content:center;
        row-gap:15px
    }
    @media screen and (max-width:480px) {
        .atomicat-container-81d36ca>.a-o-cont>.a-cont {
            column-gap:50px;
            flex-direction:column;
            row-gap:50px;
            flex-wrap:nowrap
        }
    }
    .a-b-cont .atomicat-container-81d36ca.a-b-o-cont {
        margin-top:30px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-81d36ca.a-b-o-cont {
            width:100%
        }
    }

.atomicat-container-e648e6a>.a-o-cont {
        padding-top:35px;
        padding-right:15px;
        padding-bottom:35px;
        padding-left:15px
    }
    .atomicat-container-e648e6a>.a-o-cont>.a-cont {
        column-gap:8px;
        flex-direction:column;
        row-gap:8px
    }
    .a-b-cont .atomicat-container-e648e6a.a-b-o-cont {
        border-style:solid;
        border-color:#f6c567;
        border-image:unset 1;
        border-top-width:1px;
        border-right-width:1px;
        border-bottom-width:1px;
        border-left-width:1px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-e648e6a.a-b-o-cont {
            width:100%
        }
    }

.atomicat-image-c48cb82 img {
        width:100px
    }

.a-c-cont.a-c-cont-ad22be1 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-ad22be1 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-ad22be1 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-ad22be1 p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }

.atomicat-container-7c615e0>.a-o-cont {
        padding-top:35px;
        padding-right:15px;
        padding-bottom:35px;
        padding-left:15px
    }
    .atomicat-container-7c615e0>.a-o-cont>.a-cont {
        column-gap:8px;
        flex-direction:column;
        row-gap:8px
    }
    .a-b-cont .atomicat-container-7c615e0.a-b-o-cont {
        border-style:solid;
        border-color:#f6c567;
        border-image:unset 1;
        border-top-width:1px;
        border-right-width:1px;
        border-bottom-width:1px;
        border-left-width:1px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-7c615e0.a-b-o-cont {
            width:100%
        }
    }

.atomicat-image-3f0bf92 img {
        width:100px
    }

.a-c-cont.a-c-cont-77a16f6 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-77a16f6 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-77a16f6 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-77a16f6 p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }

.atomicat-container-c7c5a66>.a-o-cont>.a-cont {
        column-gap:15px;
        flex-direction:row;
        justify-content:center;
        row-gap:15px
    }
    @media screen and (max-width:480px) {
        .atomicat-container-c7c5a66>.a-o-cont>.a-cont {
            column-gap:50px;
            flex-direction:column;
            row-gap:50px;
            flex-wrap:nowrap
        }
    }
    .a-b-cont .atomicat-container-c7c5a66.a-b-o-cont {
        margin-top:30px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-c7c5a66.a-b-o-cont {
            width:100%
        }
    }

.atomicat-container-cc0546e>.a-o-cont {
        padding-top:35px;
        padding-right:15px;
        padding-bottom:35px;
        padding-left:15px
    }
    .atomicat-container-cc0546e>.a-o-cont>.a-cont {
        column-gap:8px;
        flex-direction:column;
        row-gap:8px
    }
    .a-b-cont .atomicat-container-cc0546e.a-b-o-cont {
        border-style:solid;
        border-color:#f6c567;
        border-image:unset 1;
        border-top-width:1px;
        border-right-width:1px;
        border-bottom-width:1px;
        border-left-width:1px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-cc0546e.a-b-o-cont {
            width:100%
        }
    }

.atomicat-image-108bb2f img {
        width:100px
    }

.a-c-cont.a-c-cont-ae8701f {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-ae8701f {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-ae8701f p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-ae8701f p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }

.atomicat-container-06a3ff8>.a-o-cont {
        padding-top:35px;
        padding-right:15px;
        padding-bottom:35px;
        padding-left:15px
    }
    .atomicat-container-06a3ff8>.a-o-cont>.a-cont {
        column-gap:8px;
        flex-direction:column;
        row-gap:8px
    }
    .a-b-cont .atomicat-container-06a3ff8.a-b-o-cont {
        border-style:solid;
        border-color:#f6c567;
        border-image:unset 1;
        border-top-width:1px;
        border-right-width:1px;
        border-bottom-width:1px;
        border-left-width:1px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-06a3ff8.a-b-o-cont {
            width:100%
        }
    }

.atomicat-image-446caa9 img {
        width:100px
    }

.a-c-cont.a-c-cont-54c7b1a {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-54c7b1a {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-54c7b1a p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-54c7b1a p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }

.atomicat-container-b495615>.a-o-cont {
        padding-top:15px;
        padding-right:15px;
        padding-bottom:15px;
        padding-left:15px
    }
    .atomicat-container-b495615>.a-o-cont>.a-cont {
        align-items:center;
        column-gap:8px;
        flex-direction:column;
        justify-content:center;
        row-gap:8px
    }
    .a-b-cont .atomicat-container-b495615.a-b-o-cont {
        background:url(images/WlQnyY9791022.avif);
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }

@media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-685559b {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-685559b p:hover {
        background-image:linear-gradient(80deg,#f6c567 0,#fff 100%);
        color:unset;
        background-clip:text;
        -webkit-text-fill-color:transparent
    }
    .a-e-cont.atomicat-heading-title-685559b p {
        color:unset;
        background-image:linear-gradient(80deg,#f6c567 0,rgba(240,235,224,.7) 100%);
        font-family:"Times New Roman",sans-serif;
        font-size:20px;
        text-transform:uppercase;
        text-align:center;
        background-clip:text;
        -webkit-text-fill-color:transparent
    }
    .a-e-a-685559b {
        animation:atomicat-animation-flash 9s 1 linear
    }

@media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-5a3e4ef {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-5a3e4ef p:hover {
        background-image:linear-gradient(80deg,#f6c567 0,#fff 100%);
        color:unset;
        background-clip:text;
        -webkit-text-fill-color:transparent
    }
    .a-e-cont.atomicat-heading-title-5a3e4ef p {
        color:unset;
        background-image:linear-gradient(80deg,#f6c567 0,rgba(240,235,224,.7) 100%);
        font-family:"Times New Roman",sans-serif;
        font-size:20px;
        text-transform:uppercase;
        text-align:center;
        background-clip:text;
        -webkit-text-fill-color:transparent
    }
    .a-e-a-5a3e4ef {
        animation:atomicat-animation-flash 9s 1 linear
    }

.atomicat-container-3362935>.a-o-cont {
        padding-top:60px;
        padding-right:15px;
        padding-bottom:60px;
        padding-left:15px
    }
    .atomicat-container-3362935>.a-o-cont>.a-cont {
        column-gap:15px;
        flex-direction:column;
        row-gap:15px
    }
    .a-b-cont .atomicat-container-3362935.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }

.atomicat-container-8951b2c>.a-o-cont>.a-cont {
        flex-direction:row
    }
    .a-b-cont .atomicat-container-8951b2c.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-8951b2c.a-b-o-cont {
            width:100%
        }
    }

.atomicat-container-aaaf0a8>.a-o-cont>.a-cont {
        flex-direction:column
    }
    .a-b-cont .atomicat-container-aaaf0a8.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-aaaf0a8.a-b-o-cont {
            width:100%
        }
    }

.atomicat-image-1096b67 img {
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        border-bottom-right-radius:5px;
        border-bottom-left-radius:5px
    }

.atomicat-container-a72c0f6>.a-o-cont {
        padding-top:15px;
        padding-right:15px;
        padding-bottom:15px;
        padding-left:15px
    }
    .atomicat-container-a72c0f6>.a-o-cont>.a-cont {
        column-gap:12px;
        flex-direction:column;
        justify-content:center;
        row-gap:12px
    }
    .a-b-cont .atomicat-container-a72c0f6.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-a72c0f6.a-b-o-cont {
            width:100%
        }
    }

.a-e-cont.atomicat-heading-title-bf73fa6 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-bf73fa6 p {
        color:#423d2d;
        background-image:unset;
        font-family:"Times New Roman",sans-serif;
        font-size:26px;
        text-transform:uppercase
    }

.a-c-cont.a-c-cont-98cf737 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-98cf737 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-98cf737 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-98cf737 p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:left
    }

.a-c-cont.a-c-cont-cc533c8 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-cc533c8 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-cc533c8 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-cc533c8 p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:left
    }

.atomicat-container-6e861ae>.a-o-cont>.a-cont {
        flex-direction:row-reverse
    }
    .a-b-cont .atomicat-container-6e861ae.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-6e861ae.a-b-o-cont {
            width:100%
        }
    }

.atomicat-container-ba70033>.a-o-cont>.a-cont {
        flex-direction:column
    }
    .a-b-cont .atomicat-container-ba70033.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-ba70033.a-b-o-cont {
            width:100%
        }
    }

.atomicat-image-902cb5f img {
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        border-bottom-right-radius:5px;
        border-bottom-left-radius:5px
    }

.atomicat-container-25b9748>.a-o-cont {
        padding-top:15px;
        padding-right:15px;
        padding-bottom:15px;
        padding-left:15px
    }
    .atomicat-container-25b9748>.a-o-cont>.a-cont {
        column-gap:12px;
        flex-direction:column;
        justify-content:center;
        row-gap:12px
    }
    .a-b-cont .atomicat-container-25b9748.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-25b9748.a-b-o-cont {
            width:100%
        }
    }

.a-e-cont.atomicat-heading-title-c66c06f p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-c66c06f p {
        color:#423d2d;
        background-image:unset;
        font-family:"Times New Roman",sans-serif;
        font-size:26px;
        text-transform:uppercase
    }

.a-c-cont.a-c-cont-624ee29 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-624ee29 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-624ee29 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-624ee29 p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:left
    }

.a-c-cont.a-c-cont-c18c700 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-c18c700 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-c18c700 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-c18c700 p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:left
    }

.atomicat-container-12cedcd>.a-o-cont>.a-cont {
        flex-direction:row
    }
    .a-b-cont .atomicat-container-12cedcd.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-12cedcd.a-b-o-cont {
            width:100%
        }
    }

.atomicat-container-4164dec>.a-o-cont>.a-cont {
        flex-direction:column
    }
    .a-b-cont .atomicat-container-4164dec.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-4164dec.a-b-o-cont {
            width:100%
        }
    }

.atomicat-image-5d4a005 img {
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        border-bottom-right-radius:5px;
        border-bottom-left-radius:5px
    }

.atomicat-container-0636e7c>.a-o-cont {
        padding-top:15px;
        padding-right:15px;
        padding-bottom:15px;
        padding-left:15px
    }
    .atomicat-container-0636e7c>.a-o-cont>.a-cont {
        column-gap:12px;
        flex-direction:column;
        justify-content:center;
        row-gap:12px
    }
    .a-b-cont .atomicat-container-0636e7c.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-0636e7c.a-b-o-cont {
            width:100%
        }
    }

.a-e-cont.atomicat-heading-title-eed581e p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-eed581e p {
        color:#423d2d;
        background-image:unset;
        font-family:"Times New Roman",sans-serif;
        font-size:26px;
        text-transform:uppercase
    }

.a-c-cont.a-c-cont-b65f167 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-b65f167 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-b65f167 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-b65f167 p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:left
    }

.a-c-cont.a-c-cont-5432df6 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-5432df6 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-5432df6 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-5432df6 p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:left
    }

.atomicat-container-c0834a4>.a-o-cont>.a-cont {
        flex-direction:row-reverse
    }
    .a-b-cont .atomicat-container-c0834a4.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-c0834a4.a-b-o-cont {
            width:100%
        }
    }

.atomicat-container-53c6aec>.a-o-cont>.a-cont {
        flex-direction:column
    }
    .a-b-cont .atomicat-container-53c6aec.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-53c6aec.a-b-o-cont {
            width:100%
        }
    }

.atomicat-image-18a1451 img {
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        border-bottom-right-radius:5px;
        border-bottom-left-radius:5px
    }

.atomicat-container-b6f4dc4>.a-o-cont {
        padding-top:15px;
        padding-right:15px;
        padding-bottom:15px;
        padding-left:15px
    }
    .atomicat-container-b6f4dc4>.a-o-cont>.a-cont {
        column-gap:12px;
        flex-direction:column;
        justify-content:center;
        row-gap:12px
    }
    .a-b-cont .atomicat-container-b6f4dc4.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-b6f4dc4.a-b-o-cont {
            width:100%
        }
    }

.a-e-cont.atomicat-heading-title-d89956e p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-d89956e p {
        color:#423d2d;
        background-image:unset;
        font-family:"Times New Roman",sans-serif;
        font-size:26px;
        text-transform:uppercase
    }

.a-c-cont.a-c-cont-b7f5c6c {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-b7f5c6c {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-b7f5c6c p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-b7f5c6c p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:left
    }

.a-c-cont.a-c-cont-35da383 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-35da383 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-35da383 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-35da383 p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:left
    }

.atomicat-container-5ffde64>.a-o-cont {
        padding-top:60px;
        padding-right:15px;
        padding-bottom:60px;
        padding-left:15px
    }
    .atomicat-container-5ffde64>.a-o-cont>.a-cont {
        column-gap:8px;
        flex-direction:column;
        row-gap:8px
    }
    .a-b-cont .atomicat-container-5ffde64.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }

.a-e-cont.atomicat-heading-title-70ad4c1 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-70ad4c1 p {
        color:#423d2d;
        background-image:unset;
        font-family:"Times New Roman",sans-serif;
        font-size:26px;
        text-transform:uppercase;
        text-align:center
    }

.atomicat-slider-8d6ef97 .atomicat-slider-container .atomicat-slider-element {
        width:100%
    }
    .atomicat-slider-8d6ef97 .atomicat-slider-container .atomicat-slider-element .atomicat-slider-arrow {
        background:rgba(255,255,255,0);
        color:#d7c798;
        font-size:28px
    }
    .atomicat-slider-8d6ef97 .atomicat-slider-container .atomicat-slider-element .atomicat-slider-arrow:after {
        font-size:28px
    }
    .a-c-cont.a-c-cont-8d6ef97 {
        width:100%
    }
    .a-c-cont-8d6ef97>.a-e-cont {
        background:radial-gradient(at center center,rgba(166,166,166,.7) 0,#fff 70%);
        padding-top:30px;
        padding-right:30px;
        padding-bottom:30px;
        padding-left:30px
    }
    @media screen and (max-width:480px) {
        .a-c-cont-8d6ef97>.a-e-cont {
            padding-right:15px;
            padding-left:15px
        }
    }

.atomicat-container-a7cfb2a>.a-o-cont {
        padding-top:15px;
        padding-right:15px;
        padding-bottom:15px;
        padding-left:15px
    }
    .atomicat-container-a7cfb2a>.a-o-cont>.a-cont {
        min-height:250px;
        column-gap:15px;
        flex-direction:column;
        row-gap:15px
    }
    .a-b-cont .atomicat-container-a7cfb2a.a-b-o-cont {
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        border-bottom-right-radius:5px;
        border-bottom-left-radius:5px;
        min-height:250px;
        background:#fff;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }
    .atomicat-container-a7cfb2a>.a-o-cont {
        min-height:250px
    }

.atomicat-container-492eac1>.a-o-cont>.a-cont {
        flex-direction:row;
        justify-content:center
    }
    .a-b-cont .atomicat-container-492eac1.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-492eac1.a-b-o-cont {
            width:100%
        }
    }

.a-c-cont.a-c-cont-350c568 {
        width:16px
    }

.a-c-cont.a-c-cont-0bb845a {
        width:16px
    }

.a-c-cont.a-c-cont-d55ffd8 {
        width:16px
    }

.a-c-cont.a-c-cont-253d895 {
        width:16px
    }

.a-c-cont.a-c-cont-98aaba0 {
        width:16px
    }

.a-c-cont.a-c-cont-3e737fe {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-3e737fe {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-3e737fe p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-3e737fe p {
        color:#423d2d;
        background-image:unset;
        font-size:14px;
        text-align:left;
        font-weight:300;
        line-height:1.5em
    }

.a-c-cont.a-c-cont-46c3c6f {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-46c3c6f {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-46c3c6f p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-46c3c6f p {
        color:#423d2d;
        background-image:unset;
        font-size:12px;
        text-align:center;
        font-weight:400
    }

.a-c-cont.a-c-cont-b637731 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-b637731 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-b637731 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-b637731 p {
        color:#f6c567;
        background-image:unset;
        font-size:12px;
        text-align:center;
        font-weight:400
    }

.atomicat-container-8faca89>.a-o-cont {
        padding-top:15px;
        padding-right:15px;
        padding-bottom:15px;
        padding-left:15px
    }
    .atomicat-container-8faca89>.a-o-cont>.a-cont {
        min-height:250px;
        column-gap:15px;
        flex-direction:column;
        row-gap:15px
    }
    .a-b-cont .atomicat-container-8faca89.a-b-o-cont {
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        border-bottom-right-radius:5px;
        border-bottom-left-radius:5px;
        min-height:250px;
        background:#fff;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }
    .atomicat-container-8faca89>.a-o-cont {
        min-height:250px
    }

.atomicat-container-ab1f18b>.a-o-cont>.a-cont {
        flex-direction:row;
        justify-content:center
    }
    .a-b-cont .atomicat-container-ab1f18b.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-ab1f18b.a-b-o-cont {
            width:100%
        }
    }

.a-c-cont.a-c-cont-9fc0d2f {
        width:16px
    }

.a-c-cont.a-c-cont-cd89250 {
        width:16px
    }

.a-c-cont.a-c-cont-cf1479d {
        width:16px
    }

.a-c-cont.a-c-cont-f99a618 {
        width:16px
    }

.a-c-cont.a-c-cont-4ae4469 {
        width:16px
    }

.a-c-cont.a-c-cont-65257b8 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-65257b8 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-65257b8 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-65257b8 p {
        color:#423d2d;
        background-image:unset;
        font-size:14px;
        text-align:left;
        font-weight:300;
        line-height:1.5em
    }

.a-c-cont.a-c-cont-ff06467 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-ff06467 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-ff06467 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-ff06467 p {
        color:#423d2d;
        background-image:unset;
        font-size:12px;
        text-align:center;
        font-weight:400
    }

.a-c-cont.a-c-cont-aec4dcc {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-aec4dcc {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-aec4dcc p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-aec4dcc p {
        color:#f6c567;
        background-image:unset;
        font-size:12px;
        text-align:center;
        font-weight:400
    }

.atomicat-container-3567383>.a-o-cont {
        padding-top:15px;
        padding-right:15px;
        padding-bottom:15px;
        padding-left:15px
    }
    .atomicat-container-3567383>.a-o-cont>.a-cont {
        min-height:250px;
        column-gap:15px;
        flex-direction:column;
        row-gap:15px
    }
    .a-b-cont .atomicat-container-3567383.a-b-o-cont {
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        border-bottom-right-radius:5px;
        border-bottom-left-radius:5px;
        min-height:250px;
        background:#fff;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }
    .atomicat-container-3567383>.a-o-cont {
        min-height:250px
    }

.atomicat-container-0dd8ee2>.a-o-cont>.a-cont {
        flex-direction:row;
        justify-content:center
    }
    .a-b-cont .atomicat-container-0dd8ee2.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-0dd8ee2.a-b-o-cont {
            width:100%
        }
    }

.a-c-cont.a-c-cont-344d890 {
        width:16px
    }

.a-c-cont.a-c-cont-8bec74b {
        width:16px
    }

.a-c-cont.a-c-cont-e248b22 {
        width:16px
    }

.a-c-cont.a-c-cont-8843dbc {
        width:16px
    }

.a-c-cont.a-c-cont-af83f73 {
        width:16px
    }

.a-c-cont.a-c-cont-2793a53 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-2793a53 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-2793a53 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-2793a53 p {
        color:#423d2d;
        background-image:unset;
        font-size:14px;
        text-align:left;
        font-weight:300;
        line-height:1.5em
    }

.a-c-cont.a-c-cont-e153f46 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-e153f46 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-e153f46 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-e153f46 p {
        color:#423d2d;
        background-image:unset;
        font-size:12px;
        text-align:center;
        font-weight:400
    }

.a-c-cont.a-c-cont-d9e82aa {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-d9e82aa {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-d9e82aa p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-d9e82aa p {
        color:#f6c567;
        background-image:unset;
        font-size:12px;
        text-align:center;
        font-weight:400
    }

.atomicat-container-36e08e3>.a-o-cont {
        padding-top:15px;
        padding-right:15px;
        padding-bottom:15px;
        padding-left:15px
    }
    .atomicat-container-36e08e3>.a-o-cont>.a-cont {
        min-height:250px;
        column-gap:15px;
        flex-direction:column;
        row-gap:15px
    }
    .a-b-cont .atomicat-container-36e08e3.a-b-o-cont {
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        border-bottom-right-radius:5px;
        border-bottom-left-radius:5px;
        min-height:250px;
        background:#fff;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }
    .atomicat-container-36e08e3>.a-o-cont {
        min-height:250px
    }

.atomicat-container-2a5a8a0>.a-o-cont>.a-cont {
        flex-direction:row;
        justify-content:center
    }
    .a-b-cont .atomicat-container-2a5a8a0.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-2a5a8a0.a-b-o-cont {
            width:100%
        }
    }

.a-c-cont.a-c-cont-24c8c8b {
        width:16px
    }

.a-c-cont.a-c-cont-6a5ae60 {
        width:16px
    }

.a-c-cont.a-c-cont-b8ff841 {
        width:16px
    }

.a-c-cont.a-c-cont-c5a2021 {
        width:16px
    }

.a-c-cont.a-c-cont-03f3bbe {
        width:16px
    }

.a-c-cont.a-c-cont-6b401cd {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-6b401cd {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-6b401cd p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-6b401cd p {
        color:#423d2d;
        background-image:unset;
        font-size:14px;
        text-align:left;
        font-weight:300;
        line-height:1.5em
    }

.a-c-cont.a-c-cont-e1580bd {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-e1580bd {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-e1580bd p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-e1580bd p {
        color:#423d2d;
        background-image:unset;
        font-size:12px;
        text-align:center;
        font-weight:400
    }

.a-c-cont.a-c-cont-614e45f {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-614e45f {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-614e45f p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-614e45f p {
        color:#f6c567;
        background-image:unset;
        font-size:12px;
        text-align:center;
        font-weight:400
    }

.atomicat-container-3577c1b>.a-o-cont {
        padding-top:15px;
        padding-right:15px;
        padding-bottom:15px;
        padding-left:15px
    }
    .atomicat-container-3577c1b>.a-o-cont>.a-cont {
        min-height:250px;
        column-gap:15px;
        flex-direction:column;
        row-gap:15px
    }
    .a-b-cont .atomicat-container-3577c1b.a-b-o-cont {
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        border-bottom-right-radius:5px;
        border-bottom-left-radius:5px;
        min-height:250px;
        background:#fff;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }
    .atomicat-container-3577c1b>.a-o-cont {
        min-height:250px
    }

.atomicat-container-79f5130>.a-o-cont>.a-cont {
        flex-direction:row;
        justify-content:center
    }
    .a-b-cont .atomicat-container-79f5130.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-79f5130.a-b-o-cont {
            width:100%
        }
    }

.a-c-cont.a-c-cont-23358ec {
        width:16px
    }

.a-c-cont.a-c-cont-115f73e {
        width:16px
    }

.a-c-cont.a-c-cont-8f161c4 {
        width:16px
    }

.a-c-cont.a-c-cont-fdb7ae9 {
        width:16px
    }

.a-c-cont.a-c-cont-5c37d5e {
        width:16px
    }

.a-c-cont.a-c-cont-4fca467 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-4fca467 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-4fca467 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-4fca467 p {
        color:#423d2d;
        background-image:unset;
        font-size:14px;
        text-align:left;
        font-weight:300;
        line-height:1.5em
    }

.a-c-cont.a-c-cont-a0f511f {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-a0f511f {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-a0f511f p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-a0f511f p {
        color:#423d2d;
        background-image:unset;
        font-size:12px;
        text-align:center;
        font-weight:400
    }

.a-c-cont.a-c-cont-968b9a1 {
        width:100%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-968b9a1 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-968b9a1 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-968b9a1 p {
        color:#f6c567;
        background-image:unset;
        font-size:12px;
        text-align:center;
        font-weight:400
    }

.atomicat-container-f451c34>.a-o-cont {
        padding-top:60px;
        padding-right:15px;
        padding-bottom:60px;
        padding-left:15px
    }
    @media screen and (max-width:480px) {
        .atomicat-container-f451c34>.a-o-cont {
            padding-top:0;
            padding-right:0;
            padding-left:0
        }
    }
    .atomicat-container-f451c34>.a-o-cont>.a-cont {
        align-items:center;
        column-gap:15px;
        flex-direction:row;
        row-gap:15px
    }
    @media screen and (max-width:480px) {
        .atomicat-container-f451c34>.a-o-cont>.a-cont {
            flex-direction:column
        }
    }
    .a-b-cont .atomicat-container-f451c34.a-b-o-cont {
        background:#f0ebe0;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }

.atomicat-container-a6a0fdf>.a-o-cont>.a-cont {
        flex-direction:column
    }
    .a-b-cont .atomicat-container-a6a0fdf.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:50%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-a6a0fdf.a-b-o-cont {
            width:100%
        }
    }

.atomicat-image-7625d0c img {
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        border-bottom-right-radius:5px;
        border-bottom-left-radius:5px
    }

@media screen and (max-width:480px) {
        .atomicat-container-5578782>.a-o-cont {
            padding-top:8px;
            padding-right:15px;
            padding-left:15px
        }
    }
    .atomicat-container-5578782>.a-o-cont>.a-cont {
        column-gap:12px;
        flex-direction:column;
        row-gap:12px
    }
    .a-b-cont .atomicat-container-5578782.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        width:50%
    }
    @media screen and (max-width:480px) {
        .a-b-cont .atomicat-container-5578782.a-b-o-cont {
            width:100%
        }
    }

.a-e-cont.atomicat-heading-title-ae3b59d p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-ae3b59d p {
        color:#323233;
        background-image:unset;
        font-family:"Times New Roman",sans-serif;
        font-size:26px;
        text-transform:uppercase
    }

.a-c-cont.a-c-cont-0533efa {
        width:90%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-0533efa {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-0533efa p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-0533efa p {
        color:#968659;
        background-image:unset;
        font-size:14px
    }

.a-c-cont.a-c-cont-ba640e3 {
        width:90%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-ba640e3 {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-ba640e3 p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-ba640e3 p {
        color:#968659;
        background-image:unset;
        font-size:14px
    }

.a-c-cont.a-c-cont-a888aad {
        width:90%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-a888aad {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-a888aad p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-a888aad p {
        color:#323233;
        background-image:unset;
        font-size:14px
    }

.atomicat-button-d2b1e8a.a-e-cont .atomicat-button:hover {
        background:linear-gradient(80deg,#ffe9be 0,#e0b35d 100%)
    }
    .atomicat-button-d2b1e8a.a-e-cont .atomicat-button {
        background:linear-gradient(145deg,#ffe9be 0,#e0b35d 100%);
        border-top-left-radius:8px;
        border-top-right-radius:8px;
        border-bottom-right-radius:8px;
        border-bottom-left-radius:8px;
        width:100%;
        color:#423d2d;
        text-transform:uppercase;
        font-size:16px
    }
    @media screen and (max-width:480px) {
        .atomicat-button-d2b1e8a.a-e-cont .atomicat-button {
            width:100%;
            font-size:14px
        }
    }
    .a-c-cont-d2b1e8a>.a-e-cont {
        margin-top:12px
    }

.a-c-cont.a-c-cont-dda082d {
        width:90%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-dda082d {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-dda082d p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-dda082d p {
        color:#968659;
        background-image:unset;
        font-size:16px;
        text-align:center
    }

.atomicat-container-af95e20>.a-o-cont {
        padding-top:60px;
        padding-right:15px;
        padding-bottom:60px;
        padding-left:15px
    }
    .atomicat-container-af95e20>.a-o-cont>.a-cont {
        align-items:center;
        column-gap:8px;
        flex-direction:column;
        row-gap:8px
    }
    .a-b-cont .atomicat-container-af95e20.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }

.a-e-cont.atomicat-heading-title-3bad43f p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-3bad43f p {
        color:#423d2d;
        background-image:unset;
        font-family:"Times New Roman",sans-serif;
        font-size:26px;
        text-transform:uppercase;
        text-align:center
    }

.a-ac-249c140 .atomicat-content {
        color:#423d2d;
        font-size:14px
    }
    .a-ac-249c140 .atomicat-content .a-c-text {
        color:#423d2d
    }
    .a-ac-249c140 .atomicat-title {
        color:#423d2d;
        font-weight:400;
        font-size:16px
    }
    .a-ac-249c140 .a-ac-t-active {
        color:#968659
    }
    .a-ac-249c140 .a-ac-tg svg {
        color:#f6c567
    }
    .a-c-cont.a-c-cont-249c140 {
        width:60%
    }
    @media screen and (max-width:1024px) {
        .a-c-cont.a-c-cont-249c140 {
            width:100%
        }
    }

.atomicat-container-5cd3309>.a-o-cont {
        padding-top:60px;
        padding-right:15px;
        padding-bottom:8px;
        padding-left:15px
    }
    .atomicat-container-5cd3309>.a-o-cont>.a-cont {
        flex-direction:column
    }
    .a-b-cont .atomicat-container-5cd3309.a-b-o-cont {
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center
    }

.a-c-cont.a-c-cont-3ad76df {
        width:90%
    }
    @media screen and (max-width:480px) {
        .a-c-cont.a-c-cont-3ad76df {
            width:100%
        }
    }
    .a-e-cont.atomicat-heading-title-3ad76df p:hover {
        -webkit-text-fill-color:unset
    }
    .a-e-cont.atomicat-heading-title-3ad76df p {
        color:#968659;
        background-image:unset;
        font-size:14px;
        text-align:center
    }


.comparison-table {display:flex; gap:40px; justify-content:center; align-items:flex-start;}
.comparison-table-column {flex:1;}
.comparison-table-column h3 {text-align:center; font-family:'Times New Roman', serif; font-size:22px; margin-bottom:12px;}
.comparison-table-column .comparison-item {display:flex; align-items:flex-start; gap:8px; background:#f0ebe0; padding:6px 12px; margin-bottom:6px; border-radius:4px;}
.comparison-table-column .comparison-item span.icon {font-size:16px;}
.comparison-table-column .comparison-item span.text {font-size:14px; color:#423d2d;}
@media (max-width:768px){
  .comparison-table{flex-direction:column; gap:20px;}
}


.comparison-table-wrapper { display: flex; gap: 32px; justify-content: center; align-items: flex-start; margin: 0 auto; max-width: 960px; }
.comparison-column { flex: 1; background: transparent; }
.comparison-column h3 { text-align: center; font-family: "Times New Roman", serif; font-size: 22px; color: #423d2d; margin-bottom: 12px; }
.comparison-item { display: flex; align-items: center; gap: 10px; background: #f0ebe0; padding: 8px 14px; border-radius: 6px; margin-bottom: 8px; }
.comparison-item .icon { font-size: 18px; }
.comparison-item .text { font-size: 14px; color: #423d2d; }
@media (max-width: 768px) {
  .comparison-table-wrapper { flex-direction: column; gap: 20px; }
}
