/* CSS Document */
/** maintenance page **/
.MaintenanceWrap .InnerContainWrapper {
  width: 1000px;
  padding: 25px 0px 0px 0px;
  background-color: #ddd;
  box-sizing: border-box;
}

.MaintenanceWrap .Logo {
  float: none;
  margin: 0px auto;
  padding: 0px 0px 25px 0px;
  box-sizing: border-box;
}

.MWrapper {
  padding: 30px;
  box-sizing: border-box;
}

.MaintenanceWrap .ContactInfo {
  float: none;
  width: 100%;
  margin: 0px;
  padding: 30px 0;
  text-align: center;
  box-sizing: border-box;
}

.MaintenanceWrap .ContactInfo .CIList {
  display: inline-block;
  width: 32%;
  color: #333;
  vertical-align: top;
  border-right: 1px solid #fff;
  min-height: 115px;
}

.MaintenanceWrap .ContactInfo .CIList h3.Title {
  font-size: var(--fz-20);
  line-height: 30px;
}

.MaintenanceWrap .ContactInfo .CIList:last-child {
  border-right: 0px solid #354966;
}

.MaintenanceWrap .ContactInfo .CIList table {
  width: 100%;
}

.UnderMaintenanceWrapper {
  padding: 45px 0px 50px;
  box-sizing: border-box;
}

.MaintenanceWrap .ContactInfo .CIList .Phone {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.MaintenanceWrap .ContactInfo .CIList .Phone a {
  color: #fff;
}

.MaintenanceWrap .ContactInfo .CIList td {
  display: block;
  width: 100% !important;
  margin: 0 auto;
  text-align: center;
  padding: 0 !important;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
}

.MaintenanceWrap .ContactInfo .CIList td a {
  color: #333;
  font-size: 16px;
  line-height: 26px;
}

.MaintenanceWrap .ContactInfo .CIList td a:hover {
  color: #df3719;
}

.MaintenanceWrap .ContactInfo .CIList i {
  margin: 0 auto 10px;
  width: 35px;
  height: 35px;
  line-height: 38px;
  font-size: 20px;
  text-align: center;
  background-color: #df3719;
  border-radius: 50%;
  color: #fff;
}

.MaintenanceWrap .ContactInfo .CIList.Email i {
  font-size: 18px;
  line-height: 35px;
}

.MaintenanceWrap .ContactInfo .CIList span {
  display: none;
}

.MaintenanceWrap {
  display: table;
  width: 100%;
}

.MaintenanceWrap .MWrap {
  display: table-cell;
  vertical-align: middle;
}

.MaintenanceWrap .ContactFormWrap .FormWrapper {
  width: 100%;
  box-sizing: border-box;
}

.MaintenanceWrap .FormWrapperWidth {
  width: 80%;
  margin: 0 auto;
}

.UnderMaintenanceWrapper .Copyright br {
  display: none;
}

.MaintenanceWrap .ContactFormWrap .Col3 {
  display: inline-block;
  vertical-align: top;
  padding: 8px;
  width: 32.9%;
  box-sizing: border-box;
}

.UnderMaintenanceWrapper {
  text-align: center;
  background-color: #df3719;
}

.UnderMaintenanceWrapper h4 {
  font-size: 40px;
  line-height: 50px;
  font-family: var(--sf-b);
  margin-bottom: 10px;
  color: #fff;
}

.UnderMaintenanceWrapper h6 {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-family: var(--sf-r);
  letter-spacing: 1px;
}

.UnderMaintenanceWrapper h6 br {
  display: none;
}

/** maintenance page end **/
/** floating menu **/
.StickyBtns {
  position: fixed;
  bottom: 0;
  z-index: 109;
  right: 0;
  width: 100%;
}

.StickyBtns .FillRedBorder {
  height: 6px;
  background-color: #df3719;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: 2px solid #fff;
}

.StickyBtns .MainWrapper {
  position: relative;
  bottom: 6px;
}

.StickyBtns .FSocialIcon {
  float: right;
  background-color: #df3719;
  margin: 0 0 0 10px;
  padding: 6px 15px 4px;
  border: 2px solid #fff;
  border-bottom: 0;
  width: auto;
  box-sizing: border-box;
}

.StickyBtns .FillRedBtn {
  display: inline-block;
}

.StickyBtns .FillRedBtn a {
  display: block;
  background-color: #df3719;
  border: 2px solid #fff;
  border-bottom: 2px solid #df3719;
  padding: 4px 33px 4px;
  transition: ease-in 0.3s;
  position: relative;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.StickyBtns .FillRedBtn .activator i {
  vertical-align: middle;
  margin: 3px 13px 0px 0px;
  display: inline-block;
}

.StickyBtns .RightWrapper {
  float: right;
}

.StickyBtns .MainWrapper .RightWrapper {
  display: inline-block;
  position: absolute;
  bottom: -2px;
  width: auto;
  right: 0px;
}

.StickyBtns .FillRedBtn a:hover {
  background-color: #fff;
}

/*-----StickyMenu-----------*/
/** index start **/
.IconWrap,
.RedBorderImg,
.ImgWrap,
.PlayIcon {
  line-height: 0;
}

.TransWhiteBtn,
.FillRedBtn {
  display: inline-block;
}

.FillRedBtn span,
.FillRedBtn a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  padding: 12px 40px;
  background-color: #df3719;
  border: 1px solid #df3719;
  box-sizing: border-box;
  font-family: var(--sf-b);
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.FillRedBtn span:hover,
.FillRedBtn a:hover {
  color: #df3719;
  background-color: #fff;
}

/** index end **/
:root {
  --sf-r: "sfpro-display-regular";
  --sf-b: "sfpro-display-bold";
  --roboto-r: "roboto-regular";
  --playfair: "playfair-display";
  --black: #000000;
  --black_1: #1d1d1f;
  --black_2: #272727;
  --blue: #0071e3;
  --green: #499e2d;
  --green_1: #4fa635;
  --green_2: #5bbe3a;
  --green_3: #51ad33;
  --green_4: #69cd48;
  --green_5: #7deb58;
  --green_6: #b1e573;
  --bg-color-1: #f6f6f6;
  --fz-75: 4.6875rem;
  --fz-72: 4.5rem;
  --fz-70: 4.375rem;
  --fz-60: 3.75rem;
  --fz-55: 3.4375rem;
  --fz-50: 3.125rem;
  --fz-40: 2.5rem;
  --fz-35: 2.1875rem;
  --fz-32: 2rem;
  --fz-30: 1.875rem;
  --fz-25: 1.5625rem;
  --fz-24: 1.5rem;
  --fz-22: 1.375rem;
  --fz-20: 1.25rem;
  --fz-18: 1.125rem;
  --fz-16: 1rem;
  --fz-14: 0.875rem;
}

h1.L-Title {
  font-size: var(--fz-75);
}
h1.Title {
  font-size: var(--fz-72);
}
h1.S-Title {
  font-size: var(--fz-70);
}

h2.L-Title {
  font-size: var(--fz-60);
}
h2.Title {
  font-size: var(--fz-55);
}
h2.S-Title {
  font-size: var(--fz-50);
}

h3.L-Title {
  font-size: var(--fz-35);
}
h3.Title {
  font-size: var(--fz-32);
}
h3.S-Title {
  font-size: var(--fz-30);
}

h4.L-Title {
  font-size: var(--fz-25);
}
h4.Title {
  font-size: var(--fz-24);
}
h4.S-Title {
  font-size: var(--fz-22);
}

h5.Title {
  font-size: var(--fz-20);
}

.common-header {
  background: -35px 133px/406px no-repeat
      url("../images/imgs/header-left-img.png"),
    calc(100% - 48px) 50px/503px no-repeat
      url("../images/imgs/header-right-img.png");
}
.common-header .InnerContainWrapper {
  padding: 256px 0 63px;
}
.common-header .flex {
  display: flex;
  justify-content: center;
}
.common-header .left {
  position: relative;
}
.common-header .left .ImgWrap {
  position: absolute;
  width: 406px;
  left: -50px;
  z-index: -1;
}
.common-header .center {
  text-align: center;
  position: relative;
  z-index: 2;
}
.common-header .center::after {
  content: url("../images/bg/white-drop-bg.png");
  position: absolute;
  top: -71px;
  right: 33px;
  z-index: -1;
}
.common-header h2.S-Title {
  color: var(--black_1);
  font-family: var(--sf-b);
  line-height: 1.1;
  padding: 0 34px 0 42px;
  margin-bottom: 109px;
}
.common-header h3.L-Title {
  color: var(--black_1);
  font-family: var(--sf-b);
  line-height: 1.57;
  margin-bottom: 16px;
}
.common-header h5.Title {
  font-family: var(--sf-b);
  line-height: 2.25;
  color: var(--black_1);
}

.flow-root {
  display: flow-root;
}

.flex {
  display: flex;
}

.letter-container {
  background-color: var(--bg-color-1);
}
.letter-container .InnerContainWrapper {
  padding: 59px 0 27px;
}
.letter-container h4.Title {
  color: #ffffff;
  font-family: var(--sf-r);
  line-height: 1.46;
}
.letter-container h4.L-Title {
  color: var(--black_1);
  font-family: var(--sf-b);
  line-height: 2.2;
  margin-bottom: 15px;
}
.letter-container .text-bg {
  min-width: 496px;
  width: 456px;
  background: 50% 50% / contain no-repeat url("../images/bg/drop-bg.png");
  margin: -104px 0 0 -48px;
  padding: 155px 100px 133px 93px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.letter-container .FParagraph p {
  margin-bottom: 0;
}
.letter-container .FParagraph > p + p {
  margin: 29px 0 0;
}
.letter-container .flex {
  align-items: flex-start;
}
.letter-container .flex .flex-item.left {
  flex: 0 1 484px;
}
.letter-container .flex .flex-item.right {
  flex: 0 1 716px;
  padding: 0 112px 0 0;
}

.NoBtn a {
  --color: white;
  color: var(--color);
  font-family: var(--sf-r);
  font-size: 1.125rem;
  line-height: 1.67;
  transition: all 0.6s ease;
  letter-spacing: 0.5px;
}
.NoBtn a .fa {
  vertical-align: text-bottom;
  margin-left: 5px;
  font-size: 1.1em;
  will-change: transform, opacity;
  transition: all 0.3s ease;
}
.NoBtn a:hover {
  color: var(--green_5);
}
.NoBtn a:hover .fa {
  transform: translateX(5px);
  opacity: 0;
}

.bluebtn {
  display: inline-block;
}
.bluebtn a {
  display: inline-block;
  border-radius: 28px;
  background-color: var(--blue);
  color: #ffffff;
  font-size: var(--fz-22);
  line-height: 1;
  padding: 14px 27px 19px;
  transition: all 0.6s ease;
}
.bluebtn a:hover {
  --blue: var(--green);
}

.article-container {
  margin: 18px 0;
}
.article-container .flex {
  justify-content: space-between;
}
.article-container .flex-item {
  position: relative;
  flex: 0 1 calc(50% - 9px);
}
.article-container .flex-item:hover img {
  transform: scale(1.1);
}
.article-container .flex-item .ImgWrap {
  overflow: hidden;
}
.article-container .flex-item .ImgWrap img {
  object-fit: cover;
  width: 100%;
  max-height: 600px;
  transition: all 0.6s ease;
}
.article-container .flex-item .text-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  padding-top: 58px;
  padding: 66px 0 70px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 5%, transparent);
  color: white;
  text-align: center;
}
.article-container .flex-item .text-overlay .text-block {
  height: 100%;
}
.article-container .flex-item .text-overlay .text-block .flex {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.article-container .flex-item.left .text-overlay {
  justify-content: flex-end;
}
.article-container .flex-item.left .text-overlay .text-block {
  padding: 0 124px 0 90px;
  max-width: 661px;
}
.article-container .flex-item.right .text-overlay {
  justify-content: flex-start;
}
.article-container .flex-item.right .text-overlay .text-block {
  padding: 0 50px 0 70px;
  display: inline-block;
  max-width: 581px;
}
.article-container h3.Title {
  font-family: var(--sf-b);
  line-height: 1.56;
  margin-bottom: 30px;
}
.article-container .desc {
  margin-bottom: 40px;
  font-size: var(--fz-18);
}

.center-container {
  background-color: var(--bg-color-1);
  text-align: center;
}
.center-container .InnerContainWrapper {
  padding: 51px 0 75px;
}
.center-container h1.L-Title {
  background-image: linear-gradient(
    to right,
    var(--green) 0%,
    #84d769 42%,
    #ffbe71 99%,
    #ffbe71 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: var(--sf-b);
  line-height: 1.07;
  padding-bottom: 19px;
}
.center-container .desc {
  font-size: var(--fz-22);
  line-height: 1.82;
  color: var(--black_1);
  margin-bottom: 11px;
}
.center-container h4.Title {
  color: var(--black_1);
  font-family: var(--sf-b);
  line-height: 1.1;
}
.center-container h5.S-Title {
  color: var(--black_1);
  line-height: 1.1;
}
.center-container .center {
  width: max-content;
  margin: 0 auto;
  max-width: 100%;
}

.letter-second-container .InnerContainWrapper {
  padding: 58px 0 80px;
}
.letter-second-container h2.S-Title {
  color: #ffffff;
  font-family: var(--sf-b);
  line-height: 1.4;
}
.letter-second-container .flex-item.left {
  flex: 0 1 531px;
  padding: 0 0 0 62px;
}
.letter-second-container .flex-item.right {
  flex: 0 1 669px;
  padding: 0 99px 0 61px;
}
.letter-second-container .text-block {
  max-width: 469px;
  max-height: 583px;
  background: center/100% 100% no-repeat url("../images/bg/grass-bg.png");
  padding: 64px 38px 105px;
}
.letter-second-container .desc {
  color: var(--black_1);
  font-size: var(--fz-22);
  line-height: 1.82;
}
.letter-second-container .desc p {
  margin-bottom: 0;
}
.letter-second-container .desc p + p {
  margin-top: 35px;
}

.letter-third-container .InnerContainWrapper {
  padding: 41px 0 35px;
}
.letter-third-container .desc {
  columns: 460px 2;
  margin: 0 98px 0 70px;
  column-gap: 111px;
  color: var(--black_1);
  font-size: var(--fz-22);
  line-height: 1.6;
}
.letter-third-container .desc strong {
  color: var(--green_1);
  font-family: var(--sf-b);
}
.letter-third-container .center {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.letter-third-container .center h3.Title {
  color: var(--green_1);
  font-family: var(--sf-b);
  line-height: 1.5;
}

.little-container .InnerContainWrapper {
  padding: 0;
}
.little-container .center {
  width: max-content;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}
.little-container .center h2.Title {
  color: var(--black_1);
  font-family: var(--sf-b);
  line-height: 1.09;
  margin-bottom: 15px;
}
.little-container .btn-group {
  margin-top: 15px;
}
.little-container .NoBtn a {
  --color: #000;
}

.bonus-container .InnerContainWrapper {
  padding: 75px 97px 47px;
}
.bonus-container header {
  text-align: center;
  margin-bottom: 52px;
}
.bonus-container h1.L-Title {
  color: var(--blue);
  font-family: var(--sf-b);
  line-height: 1.07;
}
.bonus-container .desc {
  font-size: var(--fz-22);
  color: var(--black_1);
  line-height: 1.6;
}
.bonus-container .imgdesc-container {
  display: flex;
  justify-content: space-between;
}
.bonus-container .imgdesc-container .desc {
  flex: 0 0 591px;
}
.bonus-container .imgdesc-container .ImgWrap {
  flex: 0 0 340px;
}

.letter-container.second .InnerContainWrapper {
  padding: 72px 0 74px;
  position: relative;
}
.letter-container.second .InnerContainWrapper::after {
  content: url("../images/imgs/lawn-drop.png");
  position: absolute;
  bottom: -55px;
  right: -55px;
}
.letter-container.second .desc {
  color: var(--black_1);
  font-size: var(--fz-22);
  line-height: 1.7;
}
.letter-container.second .desc p + p {
  margin: 1.8em 0 0;
}
.letter-container.second .text-bg {
  background: 50% 50%/100% 100% no-repeat url("../images/bg/drop-bg-2.png");
  min-width: 503px;
  width: 503px;
  margin: -110px 0 0 0px;
  padding: 127px 34px 90px;
  text-align: center;
  position: relative;
}
.letter-container.second .text-bg .LogoWrap {
  position: absolute;
  left: calc(50% - (366px / 2));
  bottom: -200px;
}
.letter-container.second h3.L-Title {
  color: #ffffff;
  font-family: var(--sf-b);
  line-height: 1.43;
}
.letter-container.second .flex .flex-item.left {
  flex: 0 1 558px;
  text-align: center;
}
.letter-container.second .flex .flex-item.right {
  flex: 0 1 641px;
  padding: 0 110px 0 0;
}
.letter-container.second .LogoWrap {
  line-height: 0;
  display: inline-block;
  margin-top: -58px;
}

.reason-container {
  text-align: center;
}
.reason-container .InnerContainWrapper {
  padding: 129px 0 112px;
}
.reason-container header {
  text-align: center;
}
.reason-container h1.S-Title {
  color: var(--black_1);
  font-family: var(--sf-b);
  line-height: 1.14;
  margin-bottom: 45px;
}
.reason-container .circle-container h4.S-Title {
  transition: all 0.6s ease;
  color: #fff;
  font-family: var(--sf-b);
  line-height: 1.36;
}
.reason-container .center {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}
.reason-container .center h4.S-Title {
  color: var(--black_1);
  line-height: 1.7;
  margin-bottom: 14px;
}
.reason-container .NoBtn a {
  --color: #000;
}
.reason-container .circle-container {
  margin-bottom: 23px;
}
.reason-container .circle-container > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.reason-container .circle-container > ul li {
  --margin-left: -25px;
  --margin-top: -64px;
  width: 339px;
  height: 339px;
  border: 8px solid var(--green);
  background-color: var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 44px;
  transition: all 0.5s ease;
}
.reason-container .circle-container > ul li:nth-child(2) {
  background-color: var(--green_3);
  border: 8px solid var(--green_3);
}
.reason-container .circle-container > ul li:nth-child(3) {
  background-color: var(--green_2);
  border: 8px solid var(--green_2);
}
.reason-container .circle-container > ul li:nth-child(4) {
  background-color: var(--green_4);
  border: 8px solid var(--green_4);
}
.reason-container .circle-container > ul li:nth-child(5) {
  background-color: var(--green_5);
  border: 8px solid var(--green_5);
}
.reason-container .circle-container > ul li:hover {
  background-color: #fff;
  z-index: 1;
}
.reason-container .circle-container > ul li:hover h4.S-Title {
  color: var(--black_1);
}
.reason-container .circle-container > ul li:nth-child(-1n + 4) {
  margin-left: var(--margin-left);
}
.reason-container .circle-container > ul li:nth-child(1n + 4) {
  margin-left: var(--margin-left);
  margin-top: var(--margin-top);
}

.discount-container {
  background: url("../images/bg/book-bg.png");
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  background-size: 100% 100%;
}
.discount-container .InnerContainWrapper {
  padding: 45px 0 0;
}
.discount-container h2.L-Title {
  font-family: var(--sf-b);
  line-height: 1.2;
}
.discount-container h2.L-Title:first-child strong {
  color: white;
}
.discount-container h2.L-Title del {
  text-decoration: line-through;
  color: var(--green);
}
.discount-container h2.L-Title strong {
  font-size: var(--fz-72);
  color: var(--green);
}
.discount-container .btn-group {
  margin-top: 15px;
  margin-bottom: 54px;
}
.discount-container .ImgWrap {
  position: relative;
  bottom: -54px;
}

.last-container .InnerContainWrapper {
  width: 907px;
  padding: 159px 0 78px;
}
.last-container .desc {
  font-size: var(--fz-22);
  color: var(--black_1);
  line-height: 1.7;
  margin-bottom: 37px;
}
.last-container .btn-group {
  text-align: center;
  margin-top: 25px;
}

.FooterWrap {
  text-align: center;
}
.FooterWrap .InnerContainWrapper {
  padding: 54px 0 129px;
}
.FooterWrap h4.S-Title {
  color: var(--black_1);
  line-height: 2.05;
}
.FooterWrap .mail {
  font-family: var(--sf-b);
  font-size: var(--fz-30);
  line-height: 1.3;
}
.FooterWrap .mail a {
  color: var(--black_1);
  transition: all 0.6s ease;
}
.FooterWrap .mail a:hover {
  color: var(--green);
}

.tab-container {
  background: 0 0/100% 100% no-repeat url("../images/bg/lawn-table-bg.png");
}
.tab-container .InnerContainWrapper {
  padding: 70px 0 37px;
}
.tab-container .heading {
  margin-bottom: 106px;
}
.tab-container h2.S-Title {
  color: var(--black_1);
  font-family: var(--sf-b);
  line-height: 1.28;
  text-align: center;
}

.tab-container h4.Title {
  color: var(--black_1);
  font-family: var(--sf-b);
  line-height: 1.28;
  text-align: center;
}
.tab-container .tab-list-container > ul {
  display: flex;
  justify-content: center;
  padding: 0 0 0 50px;
}
.tab-container .tab-list-container > ul li {
  margin-left: -100px;
  transition: all 0.6s ease;
}
.tab-container .tab-list-container > ul li:hover {
  transform: translateY(-48px);
}

.tab-content-container .InnerContainWrapper {
  padding: 62px 0 55px;
}
.tab-content-container .flex {
  align-items: flex-start;
}
.tab-content-container h2.Title {
  color: var(--black_1);
  font-family: var(--sf-b);
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
}
.tab-content-container .desc {
  color: #333333;
  font-family: var(--roboto-r);
  font-size: var(--fz-20);
  line-height: 1.5;
  text-align: center;
  padding-top: 99px;
}
.tab-content-container .desc ul li + li {
  margin-top: 1.7em;
}
.tab-content-container .left {
  flex: 0 1 403px;
  padding: 0 7px 0 32px;
}
.tab-content-container .center {
  flex: 0 1 382px;
}
.tab-content-container .right {
  flex: 0 1 414px;
  padding: 0 34px 0 7px;
}

.article-container.bg .flex-item {
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
  background-blend-mode: multiply;
}
.article-container.bg .flex-item:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.article-container.bg .text-overlay {
  position: static;
  height: 100%;
}

mark {
  /* background-color: yellow;
  color: white; */
}

#center-slider {
  position: relative;
}

.mobile-br br {
  display: none;
}
