@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";
.split-bio {
  gap: 30px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

body {
  color: #3c3c3c;
  font-family: "Roboto", sans-serif;
  background-color: #f8fae3;
}

main {
  overflow: hidden;
}

.container, .container--3 {
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px;
  max-width: 1200px;
  box-sizing: border-box;
}
.container--2 {
  padding: 40px;
}

.container--3 {
  max-width: 1400px;
}

.full-width {
  width: 100%;
  padding: 80px;
  box-sizing: border-box;
}
.full-width.flex {
  display: flex;
}

img {
  width: 100%;
  height: auto;
}

.shadow {
  box-shadow: 1px 2px 8px 1px rgba(60, 60, 60, 0.3);
}

div.center {
  text-align: center;
}

.right {
  text-align: right;
}

.overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: fixed;
  z-index: 9999;
  background-color: rgba(60, 60, 60, 0.8);
  background-image: url("../../assets/images/bg_cover.jpg");
  background-size: 80vw;
  background-position: center;
  background-repeat: no-repeat;
}
.overlay.close {
  display: none;
}

.title-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.custom li {
  position: relative;
  padding-left: 1rem;
}
ul.custom li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

ol.custom {
  counter-reset: item;
}
ol.custom li {
  counter-increment: item;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
}
ol.custom li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fae3;
  color: #617735;
  font-size: 0.75rem;
  border-radius: 50%;
  font-weight: 600;
}

.w-1 {
  width: calc(1 * 1%);
}

.mt-1 {
  margin-top: 1px;
}

.w-2 {
  width: calc(2 * 1%);
}

.mt-2 {
  margin-top: 2px;
}

.w-3 {
  width: calc(3 * 1%);
}

.mt-3 {
  margin-top: 3px;
}

.w-4 {
  width: calc(4 * 1%);
}

.mt-4 {
  margin-top: 4px;
}

.w-5 {
  width: calc(5 * 1%);
}

.mt-5 {
  margin-top: 5px;
}

.w-6 {
  width: calc(6 * 1%);
}

.mt-6 {
  margin-top: 6px;
}

.w-7 {
  width: calc(7 * 1%);
}

.mt-7 {
  margin-top: 7px;
}

.w-8 {
  width: calc(8 * 1%);
}

.mt-8 {
  margin-top: 8px;
}

.w-9 {
  width: calc(9 * 1%);
}

.mt-9 {
  margin-top: 9px;
}

.w-10 {
  width: calc(10 * 1%);
}

.mt-10 {
  margin-top: 10px;
}

.w-11 {
  width: calc(11 * 1%);
}

.mt-11 {
  margin-top: 11px;
}

.w-12 {
  width: calc(12 * 1%);
}

.mt-12 {
  margin-top: 12px;
}

.w-13 {
  width: calc(13 * 1%);
}

.mt-13 {
  margin-top: 13px;
}

.w-14 {
  width: calc(14 * 1%);
}

.mt-14 {
  margin-top: 14px;
}

.w-15 {
  width: calc(15 * 1%);
}

.mt-15 {
  margin-top: 15px;
}

.w-16 {
  width: calc(16 * 1%);
}

.mt-16 {
  margin-top: 16px;
}

.w-17 {
  width: calc(17 * 1%);
}

.mt-17 {
  margin-top: 17px;
}

.w-18 {
  width: calc(18 * 1%);
}

.mt-18 {
  margin-top: 18px;
}

.w-19 {
  width: calc(19 * 1%);
}

.mt-19 {
  margin-top: 19px;
}

.w-20 {
  width: calc(20 * 1%);
}

.mt-20 {
  margin-top: 20px;
}

.w-21 {
  width: calc(21 * 1%);
}

.mt-21 {
  margin-top: 21px;
}

.w-22 {
  width: calc(22 * 1%);
}

.mt-22 {
  margin-top: 22px;
}

.w-23 {
  width: calc(23 * 1%);
}

.mt-23 {
  margin-top: 23px;
}

.w-24 {
  width: calc(24 * 1%);
}

.mt-24 {
  margin-top: 24px;
}

.w-25 {
  width: calc(25 * 1%);
}

.mt-25 {
  margin-top: 25px;
}

.w-26 {
  width: calc(26 * 1%);
}

.mt-26 {
  margin-top: 26px;
}

.w-27 {
  width: calc(27 * 1%);
}

.mt-27 {
  margin-top: 27px;
}

.w-28 {
  width: calc(28 * 1%);
}

.mt-28 {
  margin-top: 28px;
}

.w-29 {
  width: calc(29 * 1%);
}

.mt-29 {
  margin-top: 29px;
}

.w-30 {
  width: calc(30 * 1%);
}

.mt-30 {
  margin-top: 30px;
}

.w-31 {
  width: calc(31 * 1%);
}

.mt-31 {
  margin-top: 31px;
}

.w-32 {
  width: calc(32 * 1%);
}

.mt-32 {
  margin-top: 32px;
}

.w-33 {
  width: calc(33 * 1%);
}

.mt-33 {
  margin-top: 33px;
}

.w-34 {
  width: calc(34 * 1%);
}

.mt-34 {
  margin-top: 34px;
}

.w-35 {
  width: calc(35 * 1%);
}

.mt-35 {
  margin-top: 35px;
}

.w-36 {
  width: calc(36 * 1%);
}

.mt-36 {
  margin-top: 36px;
}

.w-37 {
  width: calc(37 * 1%);
}

.mt-37 {
  margin-top: 37px;
}

.w-38 {
  width: calc(38 * 1%);
}

.mt-38 {
  margin-top: 38px;
}

.w-39 {
  width: calc(39 * 1%);
}

.mt-39 {
  margin-top: 39px;
}

.w-40 {
  width: calc(40 * 1%);
}

.mt-40 {
  margin-top: 40px;
}

.w-41 {
  width: calc(41 * 1%);
}

.mt-41 {
  margin-top: 41px;
}

.w-42 {
  width: calc(42 * 1%);
}

.mt-42 {
  margin-top: 42px;
}

.w-43 {
  width: calc(43 * 1%);
}

.mt-43 {
  margin-top: 43px;
}

.w-44 {
  width: calc(44 * 1%);
}

.mt-44 {
  margin-top: 44px;
}

.w-45 {
  width: calc(45 * 1%);
}

.mt-45 {
  margin-top: 45px;
}

.w-46 {
  width: calc(46 * 1%);
}

.mt-46 {
  margin-top: 46px;
}

.w-47 {
  width: calc(47 * 1%);
}

.mt-47 {
  margin-top: 47px;
}

.w-48 {
  width: calc(48 * 1%);
}

.mt-48 {
  margin-top: 48px;
}

.w-49 {
  width: calc(49 * 1%);
}

.mt-49 {
  margin-top: 49px;
}

.w-50 {
  width: calc(50 * 1%);
}

.mt-50 {
  margin-top: 50px;
}

.w-51 {
  width: calc(51 * 1%);
}

.mt-51 {
  margin-top: 51px;
}

.w-52 {
  width: calc(52 * 1%);
}

.mt-52 {
  margin-top: 52px;
}

.w-53 {
  width: calc(53 * 1%);
}

.mt-53 {
  margin-top: 53px;
}

.w-54 {
  width: calc(54 * 1%);
}

.mt-54 {
  margin-top: 54px;
}

.w-55 {
  width: calc(55 * 1%);
}

.mt-55 {
  margin-top: 55px;
}

.w-56 {
  width: calc(56 * 1%);
}

.mt-56 {
  margin-top: 56px;
}

.w-57 {
  width: calc(57 * 1%);
}

.mt-57 {
  margin-top: 57px;
}

.w-58 {
  width: calc(58 * 1%);
}

.mt-58 {
  margin-top: 58px;
}

.w-59 {
  width: calc(59 * 1%);
}

.mt-59 {
  margin-top: 59px;
}

.w-60 {
  width: calc(60 * 1%);
}

.mt-60 {
  margin-top: 60px;
}

.w-61 {
  width: calc(61 * 1%);
}

.mt-61 {
  margin-top: 61px;
}

.w-62 {
  width: calc(62 * 1%);
}

.mt-62 {
  margin-top: 62px;
}

.w-63 {
  width: calc(63 * 1%);
}

.mt-63 {
  margin-top: 63px;
}

.w-64 {
  width: calc(64 * 1%);
}

.mt-64 {
  margin-top: 64px;
}

.w-65 {
  width: calc(65 * 1%);
}

.mt-65 {
  margin-top: 65px;
}

.w-66 {
  width: calc(66 * 1%);
}

.mt-66 {
  margin-top: 66px;
}

.w-67 {
  width: calc(67 * 1%);
}

.mt-67 {
  margin-top: 67px;
}

.w-68 {
  width: calc(68 * 1%);
}

.mt-68 {
  margin-top: 68px;
}

.w-69 {
  width: calc(69 * 1%);
}

.mt-69 {
  margin-top: 69px;
}

.w-70 {
  width: calc(70 * 1%);
}

.mt-70 {
  margin-top: 70px;
}

.w-71 {
  width: calc(71 * 1%);
}

.mt-71 {
  margin-top: 71px;
}

.w-72 {
  width: calc(72 * 1%);
}

.mt-72 {
  margin-top: 72px;
}

.w-73 {
  width: calc(73 * 1%);
}

.mt-73 {
  margin-top: 73px;
}

.w-74 {
  width: calc(74 * 1%);
}

.mt-74 {
  margin-top: 74px;
}

.w-75 {
  width: calc(75 * 1%);
}

.mt-75 {
  margin-top: 75px;
}

.w-76 {
  width: calc(76 * 1%);
}

.mt-76 {
  margin-top: 76px;
}

.w-77 {
  width: calc(77 * 1%);
}

.mt-77 {
  margin-top: 77px;
}

.w-78 {
  width: calc(78 * 1%);
}

.mt-78 {
  margin-top: 78px;
}

.w-79 {
  width: calc(79 * 1%);
}

.mt-79 {
  margin-top: 79px;
}

.w-80 {
  width: calc(80 * 1%);
}

.mt-80 {
  margin-top: 80px;
}

.w-81 {
  width: calc(81 * 1%);
}

.mt-81 {
  margin-top: 81px;
}

.w-82 {
  width: calc(82 * 1%);
}

.mt-82 {
  margin-top: 82px;
}

.w-83 {
  width: calc(83 * 1%);
}

.mt-83 {
  margin-top: 83px;
}

.w-84 {
  width: calc(84 * 1%);
}

.mt-84 {
  margin-top: 84px;
}

.w-85 {
  width: calc(85 * 1%);
}

.mt-85 {
  margin-top: 85px;
}

.w-86 {
  width: calc(86 * 1%);
}

.mt-86 {
  margin-top: 86px;
}

.w-87 {
  width: calc(87 * 1%);
}

.mt-87 {
  margin-top: 87px;
}

.w-88 {
  width: calc(88 * 1%);
}

.mt-88 {
  margin-top: 88px;
}

.w-89 {
  width: calc(89 * 1%);
}

.mt-89 {
  margin-top: 89px;
}

.w-90 {
  width: calc(90 * 1%);
}

.mt-90 {
  margin-top: 90px;
}

.w-91 {
  width: calc(91 * 1%);
}

.mt-91 {
  margin-top: 91px;
}

.w-92 {
  width: calc(92 * 1%);
}

.mt-92 {
  margin-top: 92px;
}

.w-93 {
  width: calc(93 * 1%);
}

.mt-93 {
  margin-top: 93px;
}

.w-94 {
  width: calc(94 * 1%);
}

.mt-94 {
  margin-top: 94px;
}

.w-95 {
  width: calc(95 * 1%);
}

.mt-95 {
  margin-top: 95px;
}

.w-96 {
  width: calc(96 * 1%);
}

.mt-96 {
  margin-top: 96px;
}

.w-97 {
  width: calc(97 * 1%);
}

.mt-97 {
  margin-top: 97px;
}

.w-98 {
  width: calc(98 * 1%);
}

.mt-98 {
  margin-top: 98px;
}

.w-99 {
  width: calc(99 * 1%);
}

.mt-99 {
  margin-top: 99px;
}

.w-100 {
  width: calc(100 * 1%);
}

.mt-100 {
  margin-top: 100px;
}

.horizontal-center {
  align-items: center;
}

.vertical-center {
  align-content: space-evenly;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .container, .container--3 {
    padding: 40px 20px;
  }
  .container.flex, .flex.container--3 {
    flex-direction: column;
  }
  .container--2 {
    padding: 0px;
  }
  .full-width {
    padding: 40px 20px;
  }
  .full-width.flex {
    flex-direction: column;
  }
  .horizontal-center {
    flex-direction: column;
    align-items: center;
  }
  .vertical-center {
    align-content: center;
  }
  .shadow {
    box-shadow: none;
  }
  .w-100 {
    width: 100%;
  }
  .w-1 {
    width: 100%;
  }
  .mt-1 {
    margin-top: 1px;
  }
  .w-2 {
    width: 100%;
  }
  .mt-2 {
    margin-top: 2px;
  }
  .w-3 {
    width: 100%;
  }
  .mt-3 {
    margin-top: 3px;
  }
  .w-4 {
    width: 100%;
  }
  .mt-4 {
    margin-top: 4px;
  }
  .w-5 {
    width: 100%;
  }
  .mt-5 {
    margin-top: 5px;
  }
  .w-6 {
    width: 100%;
  }
  .mt-6 {
    margin-top: 6px;
  }
  .w-7 {
    width: 100%;
  }
  .mt-7 {
    margin-top: 7px;
  }
  .w-8 {
    width: 100%;
  }
  .mt-8 {
    margin-top: 8px;
  }
  .w-9 {
    width: 100%;
  }
  .mt-9 {
    margin-top: 9px;
  }
  .w-10 {
    width: 100%;
  }
  .mt-10 {
    margin-top: 10px;
  }
  .w-11 {
    width: 100%;
  }
  .mt-11 {
    margin-top: 11px;
  }
  .w-12 {
    width: 100%;
  }
  .mt-12 {
    margin-top: 12px;
  }
  .w-13 {
    width: 100%;
  }
  .mt-13 {
    margin-top: 13px;
  }
  .w-14 {
    width: 100%;
  }
  .mt-14 {
    margin-top: 14px;
  }
  .w-15 {
    width: 100%;
  }
  .mt-15 {
    margin-top: 15px;
  }
  .w-16 {
    width: 100%;
  }
  .mt-16 {
    margin-top: 16px;
  }
  .w-17 {
    width: 100%;
  }
  .mt-17 {
    margin-top: 17px;
  }
  .w-18 {
    width: 100%;
  }
  .mt-18 {
    margin-top: 18px;
  }
  .w-19 {
    width: 100%;
  }
  .mt-19 {
    margin-top: 19px;
  }
  .w-20 {
    width: 100%;
  }
  .mt-20 {
    margin-top: 20px;
  }
  .w-21 {
    width: 100%;
  }
  .mt-21 {
    margin-top: 21px;
  }
  .w-22 {
    width: 100%;
  }
  .mt-22 {
    margin-top: 22px;
  }
  .w-23 {
    width: 100%;
  }
  .mt-23 {
    margin-top: 23px;
  }
  .w-24 {
    width: 100%;
  }
  .mt-24 {
    margin-top: 24px;
  }
  .w-25 {
    width: 100%;
  }
  .mt-25 {
    margin-top: 25px;
  }
  .w-26 {
    width: 100%;
  }
  .mt-26 {
    margin-top: 26px;
  }
  .w-27 {
    width: 100%;
  }
  .mt-27 {
    margin-top: 27px;
  }
  .w-28 {
    width: 100%;
  }
  .mt-28 {
    margin-top: 28px;
  }
  .w-29 {
    width: 100%;
  }
  .mt-29 {
    margin-top: 29px;
  }
  .w-30 {
    width: 100%;
  }
  .mt-30 {
    margin-top: 30px;
  }
  .w-31 {
    width: 100%;
  }
  .mt-31 {
    margin-top: 31px;
  }
  .w-32 {
    width: 100%;
  }
  .mt-32 {
    margin-top: 32px;
  }
  .w-33 {
    width: 100%;
  }
  .mt-33 {
    margin-top: 33px;
  }
  .w-34 {
    width: 100%;
  }
  .mt-34 {
    margin-top: 34px;
  }
  .w-35 {
    width: 100%;
  }
  .mt-35 {
    margin-top: 35px;
  }
  .w-36 {
    width: 100%;
  }
  .mt-36 {
    margin-top: 36px;
  }
  .w-37 {
    width: 100%;
  }
  .mt-37 {
    margin-top: 37px;
  }
  .w-38 {
    width: 100%;
  }
  .mt-38 {
    margin-top: 38px;
  }
  .w-39 {
    width: 100%;
  }
  .mt-39 {
    margin-top: 39px;
  }
  .w-40 {
    width: 100%;
  }
  .mt-40 {
    margin-top: 40px;
  }
  .w-41 {
    width: 100%;
  }
  .mt-41 {
    margin-top: 41px;
  }
  .w-42 {
    width: 100%;
  }
  .mt-42 {
    margin-top: 42px;
  }
  .w-43 {
    width: 100%;
  }
  .mt-43 {
    margin-top: 43px;
  }
  .w-44 {
    width: 100%;
  }
  .mt-44 {
    margin-top: 44px;
  }
  .w-45 {
    width: 100%;
  }
  .mt-45 {
    margin-top: 45px;
  }
  .w-46 {
    width: 100%;
  }
  .mt-46 {
    margin-top: 46px;
  }
  .w-47 {
    width: 100%;
  }
  .mt-47 {
    margin-top: 47px;
  }
  .w-48 {
    width: 100%;
  }
  .mt-48 {
    margin-top: 48px;
  }
  .w-49 {
    width: 100%;
  }
  .mt-49 {
    margin-top: 49px;
  }
  .w-50 {
    width: 100%;
  }
  .mt-50 {
    margin-top: 50px;
  }
  .w-51 {
    width: 100%;
  }
  .mt-51 {
    margin-top: 51px;
  }
  .w-52 {
    width: 100%;
  }
  .mt-52 {
    margin-top: 52px;
  }
  .w-53 {
    width: 100%;
  }
  .mt-53 {
    margin-top: 53px;
  }
  .w-54 {
    width: 100%;
  }
  .mt-54 {
    margin-top: 54px;
  }
  .w-55 {
    width: 100%;
  }
  .mt-55 {
    margin-top: 55px;
  }
  .w-56 {
    width: 100%;
  }
  .mt-56 {
    margin-top: 56px;
  }
  .w-57 {
    width: 100%;
  }
  .mt-57 {
    margin-top: 57px;
  }
  .w-58 {
    width: 100%;
  }
  .mt-58 {
    margin-top: 58px;
  }
  .w-59 {
    width: 100%;
  }
  .mt-59 {
    margin-top: 59px;
  }
  .w-60 {
    width: 100%;
  }
  .mt-60 {
    margin-top: 60px;
  }
  .w-61 {
    width: 100%;
  }
  .mt-61 {
    margin-top: 61px;
  }
  .w-62 {
    width: 100%;
  }
  .mt-62 {
    margin-top: 62px;
  }
  .w-63 {
    width: 100%;
  }
  .mt-63 {
    margin-top: 63px;
  }
  .w-64 {
    width: 100%;
  }
  .mt-64 {
    margin-top: 64px;
  }
  .w-65 {
    width: 100%;
  }
  .mt-65 {
    margin-top: 65px;
  }
  .w-66 {
    width: 100%;
  }
  .mt-66 {
    margin-top: 66px;
  }
  .w-67 {
    width: 100%;
  }
  .mt-67 {
    margin-top: 67px;
  }
  .w-68 {
    width: 100%;
  }
  .mt-68 {
    margin-top: 68px;
  }
  .w-69 {
    width: 100%;
  }
  .mt-69 {
    margin-top: 69px;
  }
  .w-70 {
    width: 100%;
  }
  .mt-70 {
    margin-top: 70px;
  }
  .w-71 {
    width: 100%;
  }
  .mt-71 {
    margin-top: 71px;
  }
  .w-72 {
    width: 100%;
  }
  .mt-72 {
    margin-top: 72px;
  }
  .w-73 {
    width: 100%;
  }
  .mt-73 {
    margin-top: 73px;
  }
  .w-74 {
    width: 100%;
  }
  .mt-74 {
    margin-top: 74px;
  }
  .w-75 {
    width: 100%;
  }
  .mt-75 {
    margin-top: 75px;
  }
  .w-76 {
    width: 100%;
  }
  .mt-76 {
    margin-top: 76px;
  }
  .w-77 {
    width: 100%;
  }
  .mt-77 {
    margin-top: 77px;
  }
  .w-78 {
    width: 100%;
  }
  .mt-78 {
    margin-top: 78px;
  }
  .w-79 {
    width: 100%;
  }
  .mt-79 {
    margin-top: 79px;
  }
  .w-80 {
    width: 100%;
  }
  .mt-80 {
    margin-top: 80px;
  }
  .w-81 {
    width: 100%;
  }
  .mt-81 {
    margin-top: 81px;
  }
  .w-82 {
    width: 100%;
  }
  .mt-82 {
    margin-top: 82px;
  }
  .w-83 {
    width: 100%;
  }
  .mt-83 {
    margin-top: 83px;
  }
  .w-84 {
    width: 100%;
  }
  .mt-84 {
    margin-top: 84px;
  }
  .w-85 {
    width: 100%;
  }
  .mt-85 {
    margin-top: 85px;
  }
  .w-86 {
    width: 100%;
  }
  .mt-86 {
    margin-top: 86px;
  }
  .w-87 {
    width: 100%;
  }
  .mt-87 {
    margin-top: 87px;
  }
  .w-88 {
    width: 100%;
  }
  .mt-88 {
    margin-top: 88px;
  }
  .w-89 {
    width: 100%;
  }
  .mt-89 {
    margin-top: 89px;
  }
  .w-90 {
    width: 100%;
  }
  .mt-90 {
    margin-top: 90px;
  }
  .w-91 {
    width: 100%;
  }
  .mt-91 {
    margin-top: 91px;
  }
  .w-92 {
    width: 100%;
  }
  .mt-92 {
    margin-top: 92px;
  }
  .w-93 {
    width: 100%;
  }
  .mt-93 {
    margin-top: 93px;
  }
  .w-94 {
    width: 100%;
  }
  .mt-94 {
    margin-top: 94px;
  }
  .w-95 {
    width: 100%;
  }
  .mt-95 {
    margin-top: 95px;
  }
  .w-96 {
    width: 100%;
  }
  .mt-96 {
    margin-top: 96px;
  }
  .w-97 {
    width: 100%;
  }
  .mt-97 {
    margin-top: 97px;
  }
  .w-98 {
    width: 100%;
  }
  .mt-98 {
    margin-top: 98px;
  }
  .w-99 {
    width: 100%;
  }
  .mt-99 {
    margin-top: 99px;
  }
  .w-100 {
    width: 100%;
  }
  .mt-100 {
    margin-top: 100px;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #f8fae3;
  line-height: 120%;
  font-weight: bold;
}
h1.color-white,
h2.color-white,
h3.color-white,
h4.color-white,
h5.color-white,
h6.color-white {
  color: #ffffff;
}
h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
h6.center {
  text-align: center;
}
h1.justify,
h2.justify,
h3.justify,
h4.justify,
h5.justify,
h6.justify {
  text-align: justify;
}

h1 {
  color: #ffffff;
  font-size: 3.4rem;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
h3.subheading {
  color: #334225;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 400;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.2rem;
}

p {
  font-size: 1rem;
  font-weight: normal;
  line-height: 150%;
}
p.color-white {
  color: #ffffff;
}
p.center {
  text-align: center;
}
p.justify {
  text-align: justify;
}

.heading {
  color: #617735;
  font-size: 2rem;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  h3 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  h3.subheading {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 0.9rem;
  }
  p {
    font-size: 0.9rem;
  }
  p strong {
    font-weight: 700;
  }
  p a {
    color: #617735;
    font-weight: 500;
    text-decoration: none;
  }
  strong {
    font-weight: 700;
  }
  a {
    color: #617735;
    font-weight: 500;
    text-decoration: none;
  }
}
.animate-on-load,
.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease-in, transform 600ms ease-in;
  will-change: opacity, transform;
}
.animate-on-load.is-visible,
.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.team * {
  color: #f8fae3;
}

.mission .title {
  color: #617735;
  justify-content: center;
}

.section--1 .container {
  display: flex;
  gap: 40px;
}
.section--1 .section__description {
  flex-basis: 70%;
}
.section--1 .section__img {
  flex-basis: 30%;
}
.section--1 .section__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.section--1 .btn {
  margin-top: 30px;
}
.section--2 .card__title {
  text-align: left;
}
.section--2 .card__details {
  color: #2e3135;
}
.section--2 .card__title {
  margin-bottom: 2rem;
}
.section--slider * {
  color: #f8fae3;
}
.section--slider .flex {
  gap: 50px;
}
.section--slider .section__content {
  width: 55%;
  flex-basis: 55%;
}
.section--slider .section__content .details {
  margin-bottom: 50px;
}
.section--slider .section__img img {
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.section .title {
  color: #617735;
}

.underline, .underline--2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.underline::after, .underline--2::after {
  content: "";
  bottom: -15px;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 30%;
  position: absolute;
  border-bottom: 3px solid #617735;
}

.underline--2::after {
  border-bottom: 3px solid #f8fae3;
}

.bty-custom-content-block .center {
  justify-content: center;
  display: grid;
}

.wysiwyg-grid {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.wysiwyg-grid .wysiwyg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.map {
  padding-right: 40px;
}
.map-info {
  display: flex;
  flex-direction: column;
}
.map-info__details {
  color: #f8fae3;
  background: #617735;
  text-align: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.map-info__details .map-info__name {
  grid-column: 1/-1;
  text-align: center;
}
.map-info__details a {
  color: #f8fae3;
}

@media screen and (max-width: 1024px) {
  .wysiwyg-grid {
    gap: 0px;
  }
  .wysiwyg-grid .wysiwyg-grid {
    grid-template-columns: 1fr;
  }
  .map {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section--1 .container {
    display: grid;
    gap: 30px;
  }
  .section.section--slider .flex {
    gap: 30px;
  }
  .section.section--slider .section__content {
    width: 100%;
    flex-basis: 100%;
  }
  .section--tab .tab.is-active {
    background: #617735;
    border-radius: 15px 15px 0 0;
    color: #ffffff;
  }
}
.bg {
  background-size: cover;
  background-color: #617735;
  background-position: center;
  background-repeat: no-repeat;
}
.bg--secondary {
  background-color: #334225;
}
.bg--plain {
  background-color: #f8fae3;
}
.bg__img {
  background-image: url("./../../assets/images/bg_img2.jpg");
}
.bg__img--blue {
  background-image: url("./../../assets/images/bg_img1.jpg");
}
.bg__img--blue-2 {
  background-image: url("./../../assets/images/bg_img3.jpg");
}
.bg__img--5 {
  background-image: url("./../../assets/images/bg_img5.jpg");
}
.bg--full {
  background-image: url("../../assets/images/bg_img.jpg");
}
.bg--full-2 {
  background-image: url("../../assets/images/bg_img2.jpg");
}
.bg--full-3 {
  background-image: url("../../assets/images/bg_img6.jpg");
}
.bg--full-4 {
  background-image: url("../../assets/images/bg_img3.jpg");
}
.bg--full-5 {
  background-image: url("../../assets/images/bg_img4.jpg");
}
.bg--full-6 {
  background-image: url("../../assets/images/hero.jpg");
}

@media screen and (max-width: 768px) {
  .bg--full-3 {
    background-position: left;
  }
}
.banner {
  color: #ffffff;
  z-index: 999;
  position: relative;
  text-align: center;
  background-size: cover;
  background-color: #617735;
  background-image: url("./../../assets/images/bg_banner2.jpg");
  background-position: center;
}
.banner:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(97, 119, 53, 0.7);
  left: 0;
  top: 0;
  z-index: -1;
}
.banner__title {
  color: #ffffff;
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
}
.banner__description {
  font-size: 1.2rem;
  text-align: center;
  padding: 0 0 40px;
  line-height: 1.5;
}
.banner--2 {
  padding: 35px 0 10px;
  background-image: url("../../assets/images/bg_banner2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner--2 .banner__content {
  max-width: 430px;
  border-radius: 16px;
  background-color: #505e29;
  backdrop-filter: blur(10px);
  padding: 60px 20px 30px 20px;
  text-align: center;
}
.banner--2 .banner__content * {
  color: #f8fae3;
}
.banner--2 .banner__content .btn--cta {
  color: #334225;
}
.banner--2 .banner__description {
  gap: 20px;
  display: grid;
  padding-bottom: 0px;
}
.banner--2 .banner__description h2 {
  font-size: 2rem;
  margin-bottom: 0px;
}
.banner--2 .banner__logo {
  width: 75px;
  position: absolute;
  border: 10px solid #f8fae3;
  height: 75px;
  top: -38px;
  left: calc(50% - 37.5px);
  background: #f8fae3 url("../../assets/images/logo_small.png") center/cover no-repeat;
  box-sizing: border-box;
}
.banner--3 {
  z-index: 999;
  position: relative;
  background-image: url("../../assets/images/bg_banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner--3:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  left: 0;
  top: 0;
  z-index: -1;
}
.banner--3 * {
  color: #f8fae3;
}
.banner--3 .banner__description {
  border: 1px solid rgba(130, 130, 130, 0.3);
  background: rgba(130, 130, 130, 0.3);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.banner--3 .banner__description h2 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.banner--3 .banner__description sup {
  padding: 5px 60px;
  margin-bottom: 20px;
  border-bottom: 2px solid #f8fae3;
}
.banner--3 .btn {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .banner__title {
    font-size: 2rem;
  }
  .banner__description {
    font-size: 1rem;
    padding: 0 0 20px;
  }
}
.one-col {
  color: #617735;
}
.one-col .title * {
  color: #f8fae3;
}

.columns {
  display: flex;
}
.columns.col-1 {
  gap: 3rem;
  justify-content: space-between;
}
.columns.col-2 {
  gap: 3rem;
  justify-content: space-between;
}
.columns.col-3 {
  gap: 3rem;
  justify-content: space-between;
}
.columns.col-4 {
  gap: 3rem;
  justify-content: space-between;
}
.columns.col-5 {
  gap: 3rem;
  justify-content: space-between;
}
.columns.col-6 {
  gap: 3rem;
  justify-content: space-between;
}
.columns.col-7 {
  gap: 3rem;
  justify-content: space-between;
}
.columns.col-8 {
  gap: 3rem;
  justify-content: space-between;
}
.columns .col__1 {
  flex-basis: calc(1 * 1%);
}
.columns .col__1 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__2 {
  flex-basis: calc(2 * 1%);
}
.columns .col__2 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__3 {
  flex-basis: calc(3 * 1%);
}
.columns .col__3 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__4 {
  flex-basis: calc(4 * 1%);
}
.columns .col__4 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__5 {
  flex-basis: calc(5 * 1%);
}
.columns .col__5 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__6 {
  flex-basis: calc(6 * 1%);
}
.columns .col__6 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__7 {
  flex-basis: calc(7 * 1%);
}
.columns .col__7 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__8 {
  flex-basis: calc(8 * 1%);
}
.columns .col__8 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__9 {
  flex-basis: calc(9 * 1%);
}
.columns .col__9 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__10 {
  flex-basis: calc(10 * 1%);
}
.columns .col__10 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__11 {
  flex-basis: calc(11 * 1%);
}
.columns .col__11 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__12 {
  flex-basis: calc(12 * 1%);
}
.columns .col__12 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__13 {
  flex-basis: calc(13 * 1%);
}
.columns .col__13 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__14 {
  flex-basis: calc(14 * 1%);
}
.columns .col__14 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__15 {
  flex-basis: calc(15 * 1%);
}
.columns .col__15 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__16 {
  flex-basis: calc(16 * 1%);
}
.columns .col__16 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__17 {
  flex-basis: calc(17 * 1%);
}
.columns .col__17 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__18 {
  flex-basis: calc(18 * 1%);
}
.columns .col__18 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__19 {
  flex-basis: calc(19 * 1%);
}
.columns .col__19 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__20 {
  flex-basis: calc(20 * 1%);
}
.columns .col__20 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__21 {
  flex-basis: calc(21 * 1%);
}
.columns .col__21 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__22 {
  flex-basis: calc(22 * 1%);
}
.columns .col__22 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__23 {
  flex-basis: calc(23 * 1%);
}
.columns .col__23 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__24 {
  flex-basis: calc(24 * 1%);
}
.columns .col__24 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__25 {
  flex-basis: calc(25 * 1%);
}
.columns .col__25 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__26 {
  flex-basis: calc(26 * 1%);
}
.columns .col__26 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__27 {
  flex-basis: calc(27 * 1%);
}
.columns .col__27 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__28 {
  flex-basis: calc(28 * 1%);
}
.columns .col__28 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__29 {
  flex-basis: calc(29 * 1%);
}
.columns .col__29 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__30 {
  flex-basis: calc(30 * 1%);
}
.columns .col__30 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__31 {
  flex-basis: calc(31 * 1%);
}
.columns .col__31 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__32 {
  flex-basis: calc(32 * 1%);
}
.columns .col__32 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__33 {
  flex-basis: calc(33 * 1%);
}
.columns .col__33 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__34 {
  flex-basis: calc(34 * 1%);
}
.columns .col__34 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__35 {
  flex-basis: calc(35 * 1%);
}
.columns .col__35 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__36 {
  flex-basis: calc(36 * 1%);
}
.columns .col__36 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__37 {
  flex-basis: calc(37 * 1%);
}
.columns .col__37 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__38 {
  flex-basis: calc(38 * 1%);
}
.columns .col__38 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__39 {
  flex-basis: calc(39 * 1%);
}
.columns .col__39 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__40 {
  flex-basis: calc(40 * 1%);
}
.columns .col__40 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__41 {
  flex-basis: calc(41 * 1%);
}
.columns .col__41 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__42 {
  flex-basis: calc(42 * 1%);
}
.columns .col__42 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__43 {
  flex-basis: calc(43 * 1%);
}
.columns .col__43 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__44 {
  flex-basis: calc(44 * 1%);
}
.columns .col__44 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__45 {
  flex-basis: calc(45 * 1%);
}
.columns .col__45 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__46 {
  flex-basis: calc(46 * 1%);
}
.columns .col__46 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__47 {
  flex-basis: calc(47 * 1%);
}
.columns .col__47 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__48 {
  flex-basis: calc(48 * 1%);
}
.columns .col__48 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__49 {
  flex-basis: calc(49 * 1%);
}
.columns .col__49 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__50 {
  flex-basis: calc(50 * 1%);
}
.columns .col__50 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__51 {
  flex-basis: calc(51 * 1%);
}
.columns .col__51 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__52 {
  flex-basis: calc(52 * 1%);
}
.columns .col__52 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__53 {
  flex-basis: calc(53 * 1%);
}
.columns .col__53 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__54 {
  flex-basis: calc(54 * 1%);
}
.columns .col__54 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__55 {
  flex-basis: calc(55 * 1%);
}
.columns .col__55 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__56 {
  flex-basis: calc(56 * 1%);
}
.columns .col__56 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__57 {
  flex-basis: calc(57 * 1%);
}
.columns .col__57 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__58 {
  flex-basis: calc(58 * 1%);
}
.columns .col__58 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__59 {
  flex-basis: calc(59 * 1%);
}
.columns .col__59 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__60 {
  flex-basis: calc(60 * 1%);
}
.columns .col__60 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__61 {
  flex-basis: calc(61 * 1%);
}
.columns .col__61 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__62 {
  flex-basis: calc(62 * 1%);
}
.columns .col__62 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__63 {
  flex-basis: calc(63 * 1%);
}
.columns .col__63 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__64 {
  flex-basis: calc(64 * 1%);
}
.columns .col__64 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__65 {
  flex-basis: calc(65 * 1%);
}
.columns .col__65 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__66 {
  flex-basis: calc(66 * 1%);
}
.columns .col__66 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__67 {
  flex-basis: calc(67 * 1%);
}
.columns .col__67 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__68 {
  flex-basis: calc(68 * 1%);
}
.columns .col__68 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__69 {
  flex-basis: calc(69 * 1%);
}
.columns .col__69 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__70 {
  flex-basis: calc(70 * 1%);
}
.columns .col__70 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__71 {
  flex-basis: calc(71 * 1%);
}
.columns .col__71 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__72 {
  flex-basis: calc(72 * 1%);
}
.columns .col__72 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__73 {
  flex-basis: calc(73 * 1%);
}
.columns .col__73 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__74 {
  flex-basis: calc(74 * 1%);
}
.columns .col__74 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__75 {
  flex-basis: calc(75 * 1%);
}
.columns .col__75 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__76 {
  flex-basis: calc(76 * 1%);
}
.columns .col__76 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__77 {
  flex-basis: calc(77 * 1%);
}
.columns .col__77 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__78 {
  flex-basis: calc(78 * 1%);
}
.columns .col__78 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__79 {
  flex-basis: calc(79 * 1%);
}
.columns .col__79 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__80 {
  flex-basis: calc(80 * 1%);
}
.columns .col__80 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__81 {
  flex-basis: calc(81 * 1%);
}
.columns .col__81 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__82 {
  flex-basis: calc(82 * 1%);
}
.columns .col__82 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__83 {
  flex-basis: calc(83 * 1%);
}
.columns .col__83 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__84 {
  flex-basis: calc(84 * 1%);
}
.columns .col__84 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__85 {
  flex-basis: calc(85 * 1%);
}
.columns .col__85 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__86 {
  flex-basis: calc(86 * 1%);
}
.columns .col__86 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__87 {
  flex-basis: calc(87 * 1%);
}
.columns .col__87 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__88 {
  flex-basis: calc(88 * 1%);
}
.columns .col__88 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__89 {
  flex-basis: calc(89 * 1%);
}
.columns .col__89 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__90 {
  flex-basis: calc(90 * 1%);
}
.columns .col__90 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__91 {
  flex-basis: calc(91 * 1%);
}
.columns .col__91 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__92 {
  flex-basis: calc(92 * 1%);
}
.columns .col__92 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__93 {
  flex-basis: calc(93 * 1%);
}
.columns .col__93 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__94 {
  flex-basis: calc(94 * 1%);
}
.columns .col__94 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__95 {
  flex-basis: calc(95 * 1%);
}
.columns .col__95 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__96 {
  flex-basis: calc(96 * 1%);
}
.columns .col__96 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__97 {
  flex-basis: calc(97 * 1%);
}
.columns .col__97 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__98 {
  flex-basis: calc(98 * 1%);
}
.columns .col__98 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__99 {
  flex-basis: calc(99 * 1%);
}
.columns .col__99 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.columns .col__100 {
  flex-basis: calc(100 * 1%);
}
.columns .col__100 img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .columns {
    flex-direction: column;
  }
  .columns.col-1 {
    gap: 1.5rem;
    flex-direction: column;
  }
  .columns.col-2 {
    gap: 1.5rem;
    flex-direction: column;
  }
  .columns.col-3 {
    gap: 1.5rem;
    flex-direction: column;
  }
  .columns.col-4 {
    gap: 1.5rem;
    flex-direction: column;
  }
  .columns.col-5 {
    gap: 1.5rem;
    flex-direction: column;
  }
  .columns.col-6 {
    gap: 1.5rem;
    flex-direction: column;
  }
  .columns.col-7 {
    gap: 1.5rem;
    flex-direction: column;
  }
  .columns.col-8 {
    gap: 1.5rem;
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .col-2 .col-3 {
    flex-direction: column;
  }
}
.flex {
  display: flex;
  gap: 40px;
}

.align-vertical {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.grid {
  display: grid;
}
.grid__5--4 {
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, 1fr);
}
.grid__5--4 > div {
  color: #ffffff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.grid__5--4 > div:first-child, .grid__5--4 > div:nth-child(2) {
  grid-column: 1;
}
.grid__5--4 > div:first-child {
  background-image: url("./../../assets/images/placeholder.jpg");
}
.grid__5--4 > div:nth-child(2) {
  background-color: #617735;
}
.grid__5--4 > div:nth-child(3) {
  grid-column: 2;
  background-image: url("./../../assets/images/placeholder9.jpg");
}
.grid__5--4 > div:nth-child(4) {
  display: flex;
  grid-column: 3;
  align-items: center;
  justify-content: center;
  background-color: #334225;
  background-image: url("./../../assets/images/bg_img3.jpg");
}
.grid__5--4 > div:nth-child(5) {
  grid-column: 4;
  background-image: url("./../../assets/images/placeholder1.jpg");
  background-color: #334225;
}
.grid__5--4 > div:last-child, .grid__5--4 > div:nth-child(6) {
  grid-column: 5;
}
.grid__5--4 > div:nth-child(6) {
  background-image: url("./../../assets/images/kv_hero.png");
  background-color: #334225;
}
.grid__5--4 > div:last-child {
  background-color: rgba(97, 119, 53, 0.8);
}
.grid__5--4 .row__1-3 {
  grid-row: 1/span 3;
}
.grid__5--4 .row__2-5 {
  grid-row: 2/span 4;
}
.grid__5--4 .row__4-5 {
  grid-row: 4/span 2;
}
.grid__5--4 .row__3-5 {
  grid-row: 3/span 3;
}
.grid--2 {
  gap: 40px;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
}
.grid--2 .grid__img {
  min-height: 220px;
  background: url("../../assets/images/placeholder11.jpg") 50%/cover no-repeat, #f7f7f7;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 25px;
}
.grid--2 .grid__container:first-child {
  display: grid;
  grid-row: 1/span 2;
  grid-template-rows: 1fr auto;
}
.grid--2 .grid__container:first-child .grid__img {
  background-image: url("../../assets/images/placeholder10.jpg");
}
.grid--2 .grid__container:last-child .grid__img {
  background-image: url("../../assets/images/placeholder8.jpg");
}
.grid--2 .grid__content {
  margin-top: 30px;
}
.grid--2 .grid__content .grid__btn {
  margin-top: 20px;
}
.grid--team {
  gap: 40px;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(5, 1fr);
}
.grid--team .grid__container:first-child {
  grid-column: 3;
}
.grid--team .grid__container:not(:first-child) {
  grid-row: 2;
}
.grid--blocks {
  gap: 15px;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
}
.grid--blocks .grid__container {
  padding: 20px;
  border-radius: 15px;
  background-color: #b09660;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.grid--blocks .grid__container * {
  color: #f8fae3;
}
.grid--blocks .grid__container:first-child {
  grid-row: 1/span 2;
}
.grid--blocks .grid__container:nth-child(2) {
  grid-column: 2/span 2;
}
.grid--blocks .grid__container:nth-child(3) {
  grid-column: 1/span 2;
}
.grid--blocks .grid__container:nth-child(4) {
  padding: 0;
  grid-row: 2;
  grid-column: 2;
  background: url("../../assets/images/placeholder.jpg") 50%/cover no-repeat, #f7f7f7;
}
.grid--blocks .grid__container:last-child {
  grid-row: 2/span 2;
}

.process {
  gap: 30px;
  display: grid;
  text-align: center;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}
.process > div {
  padding: 20px;
  border-radius: 25px;
}
.process > div:not(:first-child) {
  border: 4px solid transparent;
  background: linear-gradient(white, #ffffff) padding-box, linear-gradient(to right, #617735, #334225) border-box;
}
.process .title {
  color: #617735;
}

@media screen and (max-width: 768px) {
  .grid {
    gap: 20px;
  }
  .grid--team {
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--team .grid__container:first-child {
    grid-column: unset;
  }
  .grid--team .grid__container:not(:first-child) {
    grid-row: unset;
  }
  .grid--2 {
    grid-template-rows: unset;
    grid-template-columns: unset;
  }
  .grid--blocks {
    gap: 10px;
    grid-template-rows: repeat(3, minmax(200px, 300px));
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--blocks .grid__container {
    overflow: auto;
  }
  .grid--blocks .grid__container:first-child,
  .grid--blocks .grid__container:nth-child(2),
  .grid--blocks .grid__container:nth-child(3),
  .grid--blocks .grid__container:last-child {
    grid-row: unset;
    grid-column: unset;
  }
  .grid--blocks .grid__container:nth-child(4) {
    grid-column: 1/span 2;
  }
  .process {
    grid-template-columns: 1fr;
  }
}
.announcement {
  color: #617735;
  padding: 20px;
  border-radius: 0 0 25px 25px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.announcement p {
  font-size: 2.2rem !important;
  font-weight: 700;
  margin-bottom: 20px !important;
  text-transform: capitalize;
  text-decoration: underline;
}
.announcement .subheading {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 7px;
}
.announcement li {
  font-size: 1.6rem;
  line-height: 120%;
}

.i--check {
  position: relative;
}
.i--check:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  background-size: contain;
  background-image: url(./../../assets/images/i_chk.png);
  background-repeat: no-repeat;
  background-position: center;
}

.arrow {
  border: solid #ffffff;
  padding: 4px;
  display: inline-block;
  margin-left: 10px;
  border-width: 0 2px 2px 0;
}
.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.icon {
  width: 100%;
  height: 70px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 10px solid transparent;
  box-sizing: border-box;
}
.icon--chat {
  background-image: url("../../assets/images/i_chat.png");
}
.icon--check-teeth {
  background-image: url("../../assets/images/i_check-teeth.png");
}
.icon--plan {
  background-image: url("../../assets/images/i_plan.png");
}
.icon--plan2 {
  height: 50px;
  background-image: url("../../assets/images/i_plan2.png");
}
.icon--loc {
  height: 50px;
  background-image: url("../../assets/images/i_loc.png");
}
.icon--phone {
  height: 50px;
  background-image: url("../../assets/images/i_phone.png");
}
.icon--arr2 {
  height: 13px;
  background-image: url("../../assets/images/i_arr-curl.svg");
  box-sizing: content-box;
  border: 0;
  padding: 2px;
  border-left: 15px solid transparent;
  rotate: 90deg;
}
.icon--arr3 {
  display: inline;
  background-image: url("../../assets/images/i_arr3.svg");
  box-sizing: content-box;
  padding: 5px;
  border-left: 15px solid transparent;
}

@media screen and (max-width: 768px) {
  .i--check:after {
    top: 100%;
    right: 50%;
  }
}
.faq * {
  color: #ffffff;
}
.faq .grid {
  gap: 40px;
  padding: 40px;
  align-items: center;
  border-radius: 25px;
  background: rgba(248, 250, 227, 0.1);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: grid;
  grid-template-columns: auto 1fr;
}
.faq .grid .title {
  display: block;
}

@media screen and (max-width: 768px) {
  .faq .grid {
    grid-template-columns: none;
    gap: 20px;
    padding: 20px;
  }
}
.accordion {
  gap: 10px;
  display: grid;
}
.accordion__answer {
  display: none;
}
.accordion__item {
  border-radius: 15px;
  background: var(--secondary2-30, rgba(248, 250, 227, 0.3));
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 20px;
  gap: 20px;
  cursor: pointer;
}
.accordion__item.active .accordion__icon {
  rotate: 0deg;
}
.accordion__item.active .accordion__answer {
  display: block;
  margin-top: 30px;
}
.accordion__question {
  display: grid;
  grid-template-columns: repeat(1, 1fr auto);
}
.accordion__question h3 {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.accordion__icon {
  width: 30px;
  height: 30px;
  background-color: #617735;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  rotate: 180deg;
}

@media screen and (max-width: 768px) {
  .accordion__item {
    padding: 15px;
  }
  .accordion__item.active .accordion__answer {
    margin-top: 15px;
  }
}
.section--tab .tabs {
  margin-top: 50px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 4px 0 rgba(60, 60, 60, 0.25);
}
.section--tab .tab {
  display: inline-block;
  padding: 10px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  width: fit-content;
}
.section--tab .tab:hover {
  background: rgba(97, 119, 53, 0.5);
  color: #ffffff;
}
.section--tab .tab.is-active {
  background: #617735;
  border-radius: 15px 0 0 0;
  color: #ffffff;
}
.section--tab .tab__items {
  border-top: 1px solid #617735;
}
.section--tab .tab__item {
  display: none;
  padding: 40px 20px;
}
.section--tab .tab__item.is-active {
  display: block;
}
.section--tab .tab__content {
  line-height: 1.5;
}
.section--tab .tab__content strong {
  font-weight: 700;
  font-size: 1.2rem;
}
.section--tab .tab__content em {
  font-style: italic;
  color: #334225;
}
.section--tab .tab__content a {
  color: #617735;
  text-decoration: none;
  font-weight: 500;
}
.section--tab .tab__content a:hover {
  color: #334225;
}
.section--tab .tab__content code {
  padding-left: 15px;
  display: block;
}

.card {
  padding: 30px;
  background-color: #ffffff;
}
.card.flex--even {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card__icon {
  width: 100%;
  height: 60px;
  display: block;
  margin-bottom: 15px;
  background-size: contain;
  background-image: url(./../../assets/images/i_tooth.png);
  background-repeat: no-repeat;
  background-position: center;
}
.card__title {
  color: #617735;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 1rem;
}
.card__details {
  color: #828282;
  font-size: 1rem;
  margin-top: 15px;
  line-height: 1.5;
}
.card__details ul {
  margin-top: 10px;
  padding-left: 20px;
  list-style-type: disc;
}
.card__details ul li {
  margin-bottom: 5px;
}
.card--one {
  color: #617735;
  padding: 0;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.77);
}
.card--one > div {
  padding: 30px;
  text-align: center;
}
.card--one .title {
  color: #617735;
}
.card__container {
  border-radius: 25px;
}
.card--grid {
  background-color: #505e29;
  padding: 30px 40px;
  background-image: url("../../assets/images/bg_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.card--grid * {
  color: #f8fae3;
}
.card .title {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
.card p a {
  text-decoration: none;
  color: #617735;
}
.card a {
  text-decoration: none;
  color: #617735;
}

.steps {
  gap: 60px;
  padding: 60px;
  display: flex;
  border-radius: 15px;
  flex-direction: column;
}
.steps div {
  padding: 20px;
  position: relative;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.77);
}
.steps div:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 24px;
  right: 50%;
  bottom: -18px;
  transform: translate(50%, 100%);
  background-image: url(./../../assets/images/i_arr.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .cards {
    align-items: center;
  }
  .card {
    padding: 20px;
  }
  .card__icon {
    height: 50px;
  }
  .card__title {
    font-size: 1.4rem;
  }
  .card__details {
    font-size: 0.9rem;
  }
  .card--grid {
    padding: 30px 20px;
  }
  .card--one > div {
    padding: 10px 0;
  }
  .steps {
    gap: 40px;
    padding: 30px;
  }
  .steps div:not(:last-child)::after {
    width: 40px;
    height: 16px;
    bottom: -12px;
  }
  .check p {
    text-align: center;
  }
}
#topBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #617735;
  color: #ffffff;
  cursor: pointer;
  padding: 14px 20px;
  border-radius: 50px;
  font-size: 18px;
  transition: 0.3s;
}

#topBtn:hover {
  background-color: rgba(97, 119, 53, 0.8);
}

.btns {
  gap: 20px;
  display: flex;
}

.btn {
  color: #ffffff;
  cursor: pointer;
  border: 1px solid transparent;
  display: inline-block;
  padding: 24px 60px 24px 25px;
  position: relative;
  font-size: 1.2rem;
  border-radius: 15px;
  text-decoration: none;
  background-color: #617735;
  width: max-content;
}
.btn:hover, .btn:active {
  background-color: #617735;
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 10px 24px rgba(60, 60, 60, 0.12);
}
.btn:hover::before, .btn:active::before {
  transform: translateX(0);
  opacity: 1;
}
.btn:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}
.btn:disabled {
  cursor: not-allowed;
  background-color: #bbbbbb;
}
.btn::after {
  top: calc(50% - 6px);
  right: 20px;
  border: solid #ffffff;
  content: "";
  padding: 5px;
  display: inline-block;
  position: absolute;
  transform: rotate(-45deg);
  margin-left: 10px;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
}
.btn--secondary {
  background-color: #334225;
}
.btn--secondary:hover {
  background-color: #334225;
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 10px 24px rgba(60, 60, 60, 0.12);
}
.btn--secondary:hover::before {
  transform: translateX(0);
  opacity: 1;
}
.btn--tertiary {
  background-color: rgba(255, 255, 255, 0.5);
}
.btn--tertiary:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 10px 24px rgba(60, 60, 60, 0.12);
}
.btn--tertiary:hover::before {
  transform: translateX(0);
  opacity: 1;
}
.btn--sm {
  padding: 10px 20px;
  font-size: 14px;
}
.btn--lg {
  padding: 20px 30px;
  font-size: 18px;
}
.btn--icon {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
  justify-content: center;
}
.btn--icon-sm {
  width: 20px;
  height: 20px;
}
.btn--icon-lg {
  width: 30px;
  height: 30px;
}
.btn--call {
  padding: 15px 20px;
  font-size: 1rem;
}
.btn--call::after {
  right: 15px;
  background-image: url(/softcaredental/wp-content/themes/softcaredental/assets/images/i_phone.svg);
}
.btn--cta {
  width: auto;
  color: #334225;
  padding: 20px 60px 20px 25px;
  font-weight: 700;
  background-color: #f8fae3;
}
.btn--cta:hover {
  background-color: #f8fae3;
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 10px 24px rgba(60, 60, 60, 0.12);
}
.btn--cta:hover::before {
  transform: translateX(0);
  opacity: 1;
}
.btn--cta::after {
  border-color: #334225;
}
.btn--call2 {
  color: #617735;
  outline: 2px solid #617735;
  background-color: transparent;
}
.btn--call2:hover {
  outline: 2px solid rgba(97, 119, 53, 0.8);
  background-color: transparent;
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 10px 24px rgba(60, 60, 60, 0.12);
}
.btn--call2:hover::before {
  transform: translateX(0);
  opacity: 1;
}
.btn--call2::after {
  border-color: #617735;
}

.learn-more {
  display: flex;
  color: #f8fae3;
}

.read-more {
  color: #617735;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .btns {
    flex-direction: column;
  }
  .btn {
    padding: 10px 40px 10px 20px;
    font-size: 1rem;
  }
  .btn::after {
    right: 15px;
  }
}
.section--slider .slick-dots {
  margin-top: 10px;
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
}
.section--slider .slick-dots li button:before {
  content: "";
}
.section--slider .slick-dots li {
  background-color: rgba(248, 250, 227, 0.6);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  margin: 0 10px;
}
.section--slider .slick-dots li.slick-active {
  background-color: transparent;
  border: 2px solid #f8fae3;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  color: transparent;
}

.header {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 999;
  background-image: url("../../assets/images/bg_hero.jpg");
}
.header:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(60, 60, 60, 0.4);
  left: 0;
  top: 0;
  z-index: -1;
}
.header .logo img {
  max-height: 80px;
}
.header__container, .header__navigation ul.menu {
  display: flex;
  justify-content: space-between;
}
.header__container li::before, .header__navigation ul.menu li::before {
  display: none;
}
.header__container {
  padding: 20px 40px;
  position: relative;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
}
.header__navigation ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__navigation ul.menu li {
  margin-left: 40px;
}
.header__navigation ul.menu li.menu-item-has-children {
  position: relative;
}
.header__navigation ul.menu li.menu-item-has-children:hover .sub-menu {
  display: flex;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 40px;
  border-radius: 0 0 15px 15px;
  top: 100%;
  right: 0;
  z-index: 9999;
  width: max-content;
}
.header__navigation ul.menu li.menu-item-has-children:hover .sub-menu li {
  margin: 10px 0;
}
.header__navigation ul.menu li.menu-item-has-children:hover .sub-menu li a {
  color: #617735;
  font-weight: 500;
}
.header__navigation ul.menu li.menu-item-has-children:hover .sub-menu li a:hover {
  color: #334225;
}
.header__navigation ul.menu li.menu-item-has-children:hover .sub-menu li.current-menu-item a {
  color: #334225;
  font-weight: 700;
}
.header__navigation ul.menu li.menu-item-has-children .sub-menu {
  display: none;
}
.header__navigation ul.menu li a {
  text-decoration: none;
  color: #617735;
  font-weight: 500;
  font-size: 1.2rem;
}
.header__navigation ul.menu li a:hover {
  color: #334225;
}
.header__navigation ul.menu li.current-menu-item a {
  color: #334225;
  font-weight: 700;
}
.header--2 {
  color: #617735;
}
.header--2::after {
  display: none;
}
.header--2.header .hero {
  padding: 0px;
}
.header--2 .header__navigation ul.menu li.current-menu-item a {
  color: #334225;
}
.header--2 .header__navigation ul.menu li a:hover {
  color: #617735;
}
.header--2 .full-width {
  justify-content: center;
  align-items: center;
}
.header--2 .img-container {
  width: 100%;
  height: auto;
  max-width: 760px;
}
.header--2 .contents {
  color: #617735;
  text-align: left;
  margin-left: 60px;
}
.header--2 .contents sup {
  font-size: 24px;
}
.header--2 .contents .hero__subtitle {
  font-size: 16px;
}
.header--2 .contents h1 {
  text-transform: uppercase;
  color: #617735;
}
.header--3 {
  color: #617735;
}
.header--3::after {
  display: none;
}
.header--3.header .hero {
  padding: 0px;
}
.header--3 .header__container {
  background-color: white;
}
.header--3 .header__navigation ul.menu li.current-menu-item a {
  color: #334225;
}
.header--3 .header__navigation ul.menu li a:hover {
  color: #617735;
}
.header--3 .grid {
  grid-template-columns: repeat(2, 1fr);
  min-height: 320px;
  background-color: #617735;
}
.header--3 .full-width {
  justify-content: center;
  align-items: center;
}
.header--3 .img-container {
  background-size: cover;
  background-image: url("../../assets/images/placeholder14.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.header--3 .contents {
  align-self: center;
  color: #ffffff;
  text-align: left;
  margin-left: 0;
  background-color: #617735;
  padding: 80px;
}
.header--3 .contents h1 {
  text-transform: uppercase;
}
.header--3 .contents sup {
  font-size: 24px;
}
.header--3 .contents .hero__subtitle {
  font-size: 16px;
}
.header--3 .contents .hero__cta {
  color: #617735;
  background-color: #ffffff;
}
.header--3 .contents .hero__cta::after {
  border-color: #617735;
}
.header .hero {
  text-align: center;
  color: #ffffff;
  padding: 120px 40px;
}
.header .hero p {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .header .full-width.flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .header__container {
    padding: 20px;
  }
  .header__navigation .hamburger {
    width: 35px;
    height: 25px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .header__navigation .hamburger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: white;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header__navigation .hamburger span:nth-child(1) {
    top: 0px;
  }
  .header__navigation .hamburger span:nth-child(2),
  .header__navigation .hamburger span:nth-child(3) {
    top: 10px;
  }
  .header__navigation .hamburger span:nth-child(4) {
    top: 20px;
  }
  .header__navigation .hamburger.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
  }
  .header__navigation .hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header__navigation .hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header__navigation .hamburger.open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
  }
  .header--2 .contents {
    text-align: center;
    margin-top: 20px;
    margin-left: 0px;
  }
  .header--2.header .hero {
    padding: 0px;
  }
  .header .sp-menu {
    left: 0;
    top: calc(100% - 20px);
    width: 100%;
    display: none;
    padding: 20px;
    position: absolute;
    text-align: center;
    padding-top: 0px;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 9999;
  }
  .header .sp-menu ul.menu {
    flex-direction: column;
  }
  .header .sp-menu ul.menu li {
    margin: 20px 0;
  }
  .header .sp-menu ul.menu li a {
    text-decoration: none;
    color: #617735;
    font-weight: 500;
    font-size: 1.2rem;
  }
  .header .sp-menu ul.menu li a:hover {
    color: #334225;
  }
  .header .sp-menu ul.menu li.current-menu-item a {
    color: #334225;
    font-weight: 700;
  }
  .header .sp-menu.open {
    display: flex;
    background-color: #f8fae3;
  }
  .header .hero {
    padding: 40px 0px;
  }
  .header .hero p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .header .sp-menu.open {
    text-align: left;
  }
  .header .sp-menu .menu-menu-1-container {
    width: 100%;
  }
  .header .sp-menu .menu-menu-1-container .menu-item-has-children {
    position: relative;
  }
  .header .sp-menu .menu-menu-1-container .menu-item-has-children::after {
    content: "";
    position: absolute;
    left: calc(100% - 40px);
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #617735;
    border-bottom: 2px solid #617735;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
  }
  .header .sp-menu .menu-menu-1-container .menu-item-has-children:hover::after {
    transform: translateY(-50%) rotate(-135deg);
    border-right: 2px solid #334225;
    border-bottom: 2px solid #334225;
  }
  .header .sp-menu .menu-menu-1-container .menu-item-has-children .sub-menu {
    position: static;
    background-color: transparent;
    padding: 0px;
    border-radius: 0px;
    top: unset;
    right: unset;
    width: 100%;
    display: none;
  }
  .header .sp-menu .menu-menu-1-container .menu-item-has-children .sub-menu li {
    margin: 15px 0 0;
  }
  .header .sp-menu .menu-menu-1-container .menu-item-has-children .sub-menu li a {
    color: #617735;
    font-size: 1rem;
    font-weight: 400;
    padding: 0 15px;
  }
  .header .sp-menu .menu-menu-1-container .menu-item-has-children .sub-menu li a:hover {
    color: #334225;
  }
  .header .sp-menu .menu-menu-1-container .menu-item-has-children .sub-menu li.current-menu-item a {
    color: #334225;
    font-weight: 700;
  }
  .header .sp-menu .menu-menu-1-container .menu-item-has-children:hover .sub-menu {
    display: block;
  }
  .header__navigation .hamburger > span {
    background-color: #617735;
  }
  .header--3 .grid {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(300px, 400px) 1fr;
    gap: 0;
  }
  .header--3 .contents {
    grid-row: 2;
    padding: 40px 20px;
  }
}
.footer {
  color: #ffffff;
  padding: 20px;
  font-size: 14px;
  text-align: center;
  background-color: #3c3c3c;
}
.footer * {
  color: #f8fae3;
}
.footer .grid {
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
.footer .contact {
  padding: 40px;
  border-radius: 25px;
  background: rgba(248, 250, 227, 0.1);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.footer .contact__info {
  display: grid;
}
.footer .contact__schedule {
  display: grid;
  text-align: left;
  justify-content: left;
}
.footer .contact__schedule .icon {
  background-position: left;
}
.footer .contact__schedule li {
  display: grid;
  grid-template-columns: minmax(120px, 130px) 1fr;
  gap: 10px;
}
.footer .contact__schedule li.note {
  grid-template-columns: unset;
}
.footer-container, .footer-links {
  display: grid;
  justify-content: center;
}
.footer-container {
  gap: 10px;
}
.footer-links {
  grid-template-columns: repeat(4, auto);
}
.footer-links a {
  padding: 0 10px;
  font-size: 14px;
  color: #f8fae3;
  text-decoration: none;
  font-weight: 400;
}
.footer-links a:hover {
  color: #617735;
}
.footer-links li:not(:last-child) a {
  border-right: 2px solid #f8fae3;
}
.footer ul {
  display: grid;
  gap: 10px;
  font-weight: 400;
}
.footer ul li {
  font-size: 20px;
}
.footer ul li.note {
  margin-top: 20px;
  font-size: 14px;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 20px 0;
  }
  .footer .grid {
    grid-template-columns: unset;
  }
  .footer .contact {
    padding: 20px;
  }
  .footer-links {
    grid-template-columns: 1fr;
  }
  .footer-links li a {
    display: inline-block;
  }
  .footer-links li:not(:last-child) a {
    border-right: unset;
    border-bottom: 2px solid #f8fae3;
    padding: 10px;
  }
}
.block-tiles .title {
  margin-bottom: 30px;
}

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