:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.div-block {
  text-align: center;
  margin-bottom: 117px;
}

.image {
  width: 100%;
  max-width: 206px;
}

.section {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.section-2 {
  background-color: #0c3557;
  background-image: url('../images/background.png');
  background-position: 79% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 500px;
}

.heading {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 64px;
  line-height: 77px;
}

.div-block-2 {
  background-color: #fff;
  width: 84%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.text-span, .text-span-2 {
  white-space: nowrap;
}

.div-block-3 {
  text-align: center;
}

.paragraph {
  color: #fff;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 21px;
}

.text-span-3 {
  white-space: nowrap;
}

.div-block-4 {
  margin-bottom: 40px;
}

.columns {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container {
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-bottom: 60px;
  display: flex;
}

.div-block-5 {
  text-align: center;
}

.section-3 {
  background-color: #000;
  min-height: 22vh;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-6, .div-block-7 {
  text-align: center;
  margin-bottom: 10px;
}

.link-block {
  padding: 10px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.text-span-4 {
  white-space: nowrap;
}

.image-2 {
  width: 100%;
  max-width: 150px;
}

.image-3 {
  max-width: 31px;
  max-height: 100%;
}

.image-4 {
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}

.heading-2 {
  color: #fff;
  text-transform: uppercase;
  max-width: 626px;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Kanit, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.heading-3 {
  color: #aec737;
}

.heading-4 {
  color: #aec737;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Kanit, sans-serif;
  font-size: 34px;
  line-height: 35px;
}

.text-span-5 {
  white-space: nowrap;
}

.paragraph-2 {
  color: #fff;
  max-width: 469px;
  margin-bottom: 44px;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.heading-5 {
  color: #6ebbd9;
  font-family: Kanit, sans-serif;
  font-size: 36px;
  line-height: 41px;
}

.columns-2 {
  align-items: center;
  display: flex;
}

.div-block-8 {
  padding-top: 0;
}

.image-5 {
  display: none;
}

.column-2 {
  align-self: flex-start;
  padding-top: 19px;
  padding-left: 0;
  padding-right: 0;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.container-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.text-span-6, .text-span-7, .text-span-8 {
  white-space: nowrap;
}

.image-6 {
  width: 100%;
  max-width: 472px;
}

.button {
  background-color: #468c41;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.text-span-9 {
  white-space: nowrap;
}

.text-block-3 {
  color: #fff;
}

.div-block-9 {
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 100px;
  display: flex;
}

.paragraph-3 {
  color: #fff;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.text-span-10 {
  font-weight: 700;
}

.div-block-10 {
  width: 100%;
  max-width: 1050px;
}

.text-span-11, .text-span-12, .text-span-13 {
  white-space: nowrap;
}

.cell {
  justify-content: flex-start;
  align-items: center;
}

.div-block-11 {
  width: 100%;
}

.text-span-14 {
  color: #aec737;
}

.text-span-15, .text-span-16 {
  color: #aec737;
  font-weight: 700;
}

.text-block-4 {
  color: #6ebbd9;
  text-align: center;
  margin-top: 59px;
  margin-bottom: 24px;
  font-family: Kanit, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

.text-block-5 {
  color: #fff;
  text-align: center;
}

.text-span-17, .text-span-18, .text-span-19 {
  font-weight: 700;
}

.quick-stack {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  max-width: 950px;
}

.quick-stack-2 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  padding: 0;
}

.text-span-21 {
  color: #aec737;
}

.text-span-22, .text-span-23 {
  display: inline-block;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #468c41;
  width: 214px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.section-4 {
  background-color: #000;
}

.container-3 {
  justify-content: center;
  width: 85%;
  max-width: none;
  display: flex;
}

.div-block-12 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 769px;
  margin-top: -300px;
  padding-bottom: 60px;
  display: flex;
}

.quick-stack-3 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  width: 100%;
  padding: 0;
}

.text-block-6 {
  color: #6ebbd9;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 27px;
  font-family: Kanit, sans-serif;
  font-size: 36px;
  line-height: 41px;
}

.text-span-24 {
  font-weight: 700;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  max-width: 646px;
  margin-bottom: 45px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.div-block-13 {
  background-color: #539c9d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-family: Kanit, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.image-7 {
  margin-bottom: 15px;
}

.div-block-13-copy {
  background-color: #59a4da;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.div-block-13-2, .div-block-13-3 {
  background-color: #427ea2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.div-block-13-4 {
  background-color: #539c9d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.div-block-13-5 {
  background-color: #59a4da;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.container-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 0 0 120px;
  display: flex;
  position: relative;
}

.heading-6 {
  text-align: center;
}

.div-block-14 {
  width: 100%;
  max-width: 950px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-5 {
  background-image: linear-gradient(#000, #fff0 55%), url('../images/QuoteBackground.png');
  background-position: 0 0, 100% -56%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.quick-stack-4 {
  width: 100%;
  padding: 0;
}

.text-block-8 {
  color: #0c3557;
  text-align: left;
  text-transform: uppercase;
  font-family: Kanit, sans-serif;
  font-size: 36px;
  line-height: 41px;
}

.text-span-25 {
  font-weight: 700;
}

.paragraph-5 {
  color: #0c171e;
  max-width: 401px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.text-span-26 {
  display: inline-block;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.container-5 {
  height: 100px;
}

.div-block-15 {
  background-image: url('../images/GreyHexBackground.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  width: 100%;
  padding: 60px;
  display: flex;
}

.div-block-16 {
  background-color: #6ebbd9;
  background-image: url('../images/QuotationMark.png');
  background-position: 17% -80px;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 726px;
  min-height: 511px;
  margin-top: 80px;
  padding: 115px 100px 100px;
  display: flex;
  position: relative;
}

.paragraph-6 {
  color: #0c171e;
  max-width: 438px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.text-block-9 {
  color: #0c171e;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.text-block-9-copy {
  color: #0c171e;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-17 {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  display: flex;
  position: absolute;
  bottom: 9%;
}

.container-6 {
  max-width: 475px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-6 {
  background-image: url('../images/FormBackground.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 101% 101%;
}

.div-block-18 {
  width: 100%;
}

.text-block-10 {
  color: #6ebbd9;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Kanit, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.text-span-27 {
  color: #aec737;
}

.text-block-11 {
  color: #fff;
  text-align: center;
  margin-bottom: 29px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.div-block-19 {
  background-color: #0b3656;
  padding: 24px 29px;
}

.text-block-12 {
  color: #fff;
  font-family: Lato, sans-serif;
}

.image-8 {
  position: absolute;
  inset: auto 0% -160px auto;
}

.text-span-28, .text-span-29, .text-span-30, .text-span-31 {
  display: inline-block;
}

.text-span-32 {
  color: #aec737;
}

.image-10 {
  width: 90%;
  max-width: 278px;
}

.cell-4 {
  justify-content: center;
  align-items: flex-start;
}

.div-block-20 {
  background-color: #0c171e;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  padding: 50px;
}

.paragraph-7 {
  color: #fff;
  max-width: 626px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.text-span-33 {
  font-weight: 700;
}

.text-span-34, .text-span-35 {
  color: #aec737;
  font-weight: 700;
}

.button-3 {
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #468c41;
  padding: 10px 18px;
  font-family: Lato, sans-serif;
  font-weight: 900;
  line-height: 22px;
}

.quick-stack-2-copy {
  grid-column-gap: 73px;
  grid-row-gap: 73px;
  padding: 0;
}

.div-block-10-copy {
  background-color: #0b3656;
  border-radius: 25px;
  width: 100%;
  max-width: 1050px;
  padding: 50px;
}

.text-block-13 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Kanit, sans-serif;
  font-size: 36px;
  line-height: 41px;
}

.text-span-36 {
  color: #aec737;
}

.text-block-14 {
  color: #fff;
  width: 100%;
}

.container-7 {
  max-width: 86%;
}

.div-block-21 {
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section-7 {
  background-image: url('../images/Clip-path-group.png'), url('../images/Clip-path-group-1.png'), url('../images/LargeWaveBackground.png'), url('../images/WaveBackgroundHero.png'), linear-gradient(#0c171e, #0b3656);
  background-position: 100% 61%, 0%, 50% 37%, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: auto, 420px, contain, contain, auto;
  padding-top: 25px;
  padding-bottom: 20px;
}

.div-block-22 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 626px;
  margin: auto auto 100px;
  display: flex;
}

.text-span-37 {
  color: #aec737;
}

.text-span-38 {
  color: #aec737;
  font-weight: 700;
}

.quick-stack-5 {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  width: 100%;
  padding: 0;
}

.cell-5 {
  justify-content: flex-start;
  align-items: center;
}

.text-block-15-middle {
  color: #fff;
  font-size: 25px;
  line-height: 79%;
}

.body {
  font-family: Lato, sans-serif;
}

.cell-6, .cell-7 {
  justify-content: flex-start;
  align-items: center;
}

.text-block-15-copy {
  color: #999;
  letter-spacing: 2px;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 120%;
}

.image-11, .image-12 {
  max-width: 50px;
}

.text-block-15-middle-copy {
  color: #fff;
  font-size: 20px;
  line-height: 150%;
}

.div-block-22-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1030px;
  margin: auto auto 100px;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 725px;
  margin-bottom: 10px;
  display: flex;
}

.flex-block {
  justify-content: center;
  align-items: center;
  width: 10%;
}

.flex-block-232 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 25%;
}

.flex-block-2-copy {
  justify-content: center;
  align-items: flex-start;
  width: 75%;
}

.flex-block-232-copy {
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
}

.div-block-24 {
  max-width: 735px;
  margin: auto auto 100px;
}

.quick-stack-6 {
  padding: 0;
}

.heading-2-copy {
  color: #fff;
  text-transform: uppercase;
  max-width: 270px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Kanit, sans-serif;
  font-size: 40px;
  line-height: 35px;
}

.text-span-33-copy {
  font-weight: 400;
}

.paragraph-7-copy {
  color: #fff;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.div-block-25 {
  max-width: 337px;
}

.text-span-39 {
  white-space: nowrap;
}

.list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-flow: column;
  padding-left: 27px;
  list-style-type: disc;
  display: block;
}

.paragraph-7-copy-copy {
  color: #fff;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.text-block-15 {
  color: #aec737;
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Kanit, sans-serif;
  font-size: 12px;
  line-height: 23px;
}

.image-13 {
  max-width: 277px;
}

.cell-8 {
  justify-content: center;
  align-items: flex-end;
}

.div-block-24-copy {
  background-color: #6ebbd9;
  max-width: 740px;
  margin: auto auto 100px;
  padding: 40px;
}

.text-block-16 {
  color: #0c171e;
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.div-block-26 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 583px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-27 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 660px;
  margin: auto;
  display: flex;
}

.heading-2-copy-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: 680px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Kanit, sans-serif;
  font-size: 40px;
  line-height: 35px;
}

.paragraph-7-copy-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.text-block-15-copy {
  color: #aec737;
  text-align: center;
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Kanit, sans-serif;
  font-size: 12px;
  line-height: 23px;
}

.image-14 {
  max-width: 503px;
}

.div-block-28 {
  margin: auto;
}

.text-block-17 {
  color: #6ebbd9;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Kanit, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 35px;
}

.section-8 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.quick-stack-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.div-block-29-2 {
  background-color: #6ebbd9;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 35px 20px;
  display: flex;
}

.image-15 {
  max-width: 50px;
}

.text-block-18-2 {
  color: #0b3656;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.text-block-18-copy {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.div-block-29-copy {
  background-color: #0b3656;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 35px 20px;
  display: flex;
}

.div-block-29-copy-copy {
  background-color: #0c171e;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 35px 20px;
  display: flex;
}

.section-7-copy {
  background-image: url('../images/DFS-9.16.24-Arctic-Wolf-Competitive-Replace_Triangle-Bottom.png'), url('../images/DFS-9.16.24-Arctic-Wolf-Competitive-Replace_Tech-Shapes-01.png'), linear-gradient(#0c171e, #0b3656);
  background-position: 0 0, 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, 420px, auto;
  padding-top: 200px;
  padding-bottom: 0;
}

.text-span-40 {
  white-space: nowrap;
}

.div-block-27-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 535px;
  margin: auto;
  display: flex;
}

.quick-stack-8 {
  grid-column-gap: 148px;
  grid-row-gap: 20px;
  width: 100%;
  margin-top: 21px;
  padding: 0;
}

.image-16 {
  max-height: 60px;
  margin-bottom: 6px;
}

.text-span-33-copy-copy {
  font-weight: 400;
}

.paragraph-7-copy-copy-copy {
  color: #fff;
  text-align: left;
  max-width: 165px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 146%;
}

.bold-text {
  font-weight: 400;
  line-height: 146%;
}

.text-span-41 {
  white-space: nowrap;
}

.text-block-19 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Kanit, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 41px;
}

.text-span-42 {
  color: #aec737;
}

.div-block-30 {
  background-color: #0c171e;
  border-radius: 25px;
  margin-top: 155px;
  padding: 50px;
}

.link {
  color: #aec737;
}

.paragraph-8 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 23px;
}

.text-span-43, .text-span-44, .text-span-45, .text-span-46, .text-span-47 {
  display: inline-block;
}

.text-block-18-2-copy {
  color: #0b3656;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.text-block-18-copy-copy {
  color: #0b3656;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.div-block-29-2-copy {
  background-color: #aec737;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 35px 20px;
  display: flex;
}

.text-span-48 {
  color: #fff;
}

.text-block-20 {
  color: #aec737;
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Kanit, sans-serif;
  font-size: 12px;
}

.text-block-15-copy-copy {
  color: #999;
  letter-spacing: 2px;
  font-size: 25px;
  font-style: italic;
  font-weight: 300;
  line-height: 120%;
}

.flex-block-copy {
  justify-content: flex-start;
  align-items: center;
  width: 45%;
}

.quick-stack-9 {
  width: 100%;
  padding: 0;
}

.text-block-21 {
  color: #fff;
  text-align: left;
  font-size: 25px;
  font-weight: 900;
}

.cell-14, .cell-15 {
  justify-content: center;
}

.text-block-22 {
  text-align: left;
  font-size: 25px;
  font-style: italic;
}

.cell-16 {
  color: #fff;
  justify-content: center;
}

.image-17 {
  max-width: 194px;
}

.text-block-21-copy {
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
}

.div-block-31 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 50px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.image-18 {
  max-width: 50px;
}

.text-block-23 {
  text-align: left;
}

.text-block-24 {
  color: #fff;
  text-align: left;
  font-size: 20px;
}

.paragraph-9 {
  color: #fff;
  margin-bottom: 25px;
}

.text-block-16-copy {
  color: #0c171e;
  margin-bottom: 30px;
  font-family: Kanit, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.list-2 {
  color: #0c171e;
  max-width: 472px;
  margin-bottom: 30px;
  font-family: Kanit, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.list-item, .list-item-2, .list-item-3 {
  text-align: left;
}

.text-span-49, .text-span-50, .text-span-51, .text-span-52 {
  font-weight: 700;
}

.paragraph-10 {
  color: #fff;
  text-align: center;
  max-width: 487px;
}

.text-span-53 {
  color: #aec737;
  font-weight: 700;
  display: inline-block;
}

.text-span-54, .text-span-55 {
  color: #aec737;
  font-weight: 700;
}

.image-19 {
  margin-top: 40px;
  margin-bottom: 65px;
}

.div-block-22-copy-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1030px;
  margin: 100px auto;
  display: flex;
}

.text-span-56, .text-span-57 {
  display: inline-block;
}

.image-17-copy {
  max-width: 194px;
  display: none;
}

.text-block-22-copy {
  text-align: left;
  font-size: 25px;
  font-style: italic;
  display: none;
}

@media screen and (max-width: 991px) {
  .columns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container {
    justify-content: flex-start;
    max-width: 82%;
  }

  .column {
    margin-bottom: 50px;
  }

  .heading-2 {
    text-align: center;
    text-transform: uppercase;
    max-width: 500px;
  }

  .heading-4 {
    text-transform: uppercase;
  }

  .paragraph-2 {
    max-width: 300px;
    padding-right: 0;
  }

  .heading-5 {
    text-transform: uppercase;
  }

  .columns-2 {
    display: block;
  }

  .div-block-8 {
    margin-top: 0;
    padding-top: 0;
  }

  .image-5 {
    padding-bottom: 80px;
    display: block;
  }

  .column-2, .column-3 {
    padding: 0;
  }

  .cell {
    justify-content: center;
    align-items: center;
  }

  .div-block-11 {
    justify-content: center;
    display: flex;
  }

  .quick-stack-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-16 {
    z-index: 1;
  }

  .text-block-10 {
    z-index: 1;
    position: relative;
  }

  .quick-stack-2-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-2-copy {
    text-transform: uppercase;
    max-width: 500px;
  }

  .heading-2-copy-copy {
    text-align: center;
    text-transform: uppercase;
    max-width: 500px;
  }

  .quick-stack-7 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    max-width: 70%;
  }

  .section-2 {
    background-position: 69% 0;
    padding-bottom: 90px;
  }

  .heading {
    font-size: 56px;
    line-height: 69px;
  }

  .text-block {
    font-size: 24px;
    line-height: 32px;
  }

  .container {
    max-width: 90%;
  }

  .text-block-2 {
    font-size: 15px;
  }

  .column {
    margin-bottom: 50px;
  }

  .heading-2 {
    max-width: 354px;
    font-size: 41px;
    line-height: 44px;
  }

  .div-block-10, .div-block-11 {
    width: 100%;
  }

  .div-block-12 {
    margin-top: 0;
  }

  .text-block-8, .paragraph-5 {
    text-align: center;
  }

  .cell-2 {
    align-items: center;
  }

  .div-block-15 {
    background-size: cover;
  }

  .div-block-16 {
    background-position: 17% -100px;
    width: 90%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-17 {
    bottom: 7%;
  }

  .container-6 {
    width: 90%;
  }

  .section-6 {
    background-position: 50% -1%;
    background-size: 101% 101%;
  }

  .image-8 {
    display: none;
  }

  .image-9 {
    max-width: 300px;
  }

  .cell-3 {
    align-items: center;
  }

  .div-block-10-copy {
    width: 100%;
  }

  .section-7 {
    background-position: 0 100%, 0 100%, 50%, 0 0, 0 0;
    background-size: 260px, contain, contain, contain, auto;
  }

  .heading-2-copy {
    text-align: center;
    max-width: 354px;
    font-size: 47px;
    line-height: 44px;
  }

  .paragraph-7-copy {
    text-align: center;
  }

  .div-block-25 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .text-block-15 {
    text-align: center;
  }

  .cell-8, .cell-9 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-2-copy-copy {
    max-width: 354px;
    font-size: 35px;
    line-height: 37px;
  }

  .paragraph-7-copy-copy, .text-block-15-copy {
    text-align: center;
  }

  .image-14 {
    max-width: 100%;
  }

  .section-7-copy {
    background-position: 0 0, 100% 0, 0 0;
    background-size: contain, 320px, auto;
  }

  .quick-stack-8 {
    grid-column-gap: 100px;
  }

  .paragraph-7-copy-copy-copy {
    text-align: center;
  }

  .div-block-30 {
    padding: 40px 20px;
  }

  .text-block-21, .text-block-22 {
    font-size: 19px;
  }

  .image-17 {
    max-width: 166px;
  }

  .text-block-21-copy {
    font-size: 16px;
  }

  .div-block-31 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 30px 1fr;
  }

  .image-18 {
    max-width: 30px;
  }

  .text-block-24 {
    font-size: 16px;
  }

  .div-block-22-copy-copy {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .image-17-copy {
    max-width: 166px;
  }

  .text-block-22-copy {
    font-size: 19px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    max-width: 80%;
  }

  .section {
    display: flex;
  }

  .section-2 {
    background-position: 57% 0;
    padding-bottom: 80px;
  }

  .heading {
    font-size: 40px;
    line-height: 60px;
  }

  .text-block {
    font-size: 21px;
    line-height: 28px;
  }

  .paragraph {
    font-size: 17px;
    line-height: 20px;
  }

  .image-2 {
    max-width: 80%;
  }

  .heading-2 {
    max-width: 242px;
    font-size: 31px;
    line-height: 34px;
  }

  .text-span-20 {
    display: inline-block;
  }

  .div-block-14 {
    width: 90%;
  }

  .div-block-15 {
    background-size: cover;
    padding: 60px 0;
  }

  .div-block-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: 80%;
    bottom: 4%;
  }

  .container-6 {
    width: 90%;
  }

  .image-9 {
    width: 100%;
  }

  .section-7 {
    background-size: 280px, contain, contain, contain, auto;
  }

  .text-block-15-middle {
    font-size: 20px;
  }

  .text-block-15-copy {
    font-size: 10px;
  }

  .image-11, .image-12 {
    max-width: 40px;
  }

  .text-block-15-middle-copy {
    font-size: 16px;
  }

  .flex-block-2-copy {
    justify-content: center;
    align-items: center;
  }

  .heading-2-copy {
    max-width: 242px;
    font-size: 36px;
    line-height: 34px;
  }

  .image-13 {
    max-width: 250px;
  }

  .div-block-24-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2-copy-copy {
    max-width: 242px;
    font-size: 26px;
    line-height: 34px;
  }

  .image-14 {
    max-width: 100%;
  }

  .text-block-17 {
    font-size: 31px;
  }

  .section-7-copy {
    background-size: contain, 240px, auto;
  }

  .quick-stack-8 {
    grid-column-gap: 20px;
  }

  .paragraph-7-copy-copy-copy {
    text-align: left;
  }

  .div-block-30 {
    margin-top: 100px;
    padding: 40px 10px;
  }

  .cell-10 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .cell-11, .cell-12, .cell-13 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-15-copy-copy {
    font-size: 10px;
  }

  .quick-stack-9 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 40px;
  }

  .cell-14 {
    align-items: center;
    padding-bottom: 20px;
  }

  .cell-15 {
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .text-block-22 {
    margin-bottom: 10px;
  }

  .cell-16 {
    align-items: flex-start;
  }

  .image-17 {
    margin-bottom: 10px;
  }

  .text-block-21-copy {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }

  .paragraph-9 {
    text-align: center;
  }

  .text-block-16-copy {
    font-size: 16px;
  }

  .list-item, .list-item-2, .list-item-3 {
    font-size: 17px;
  }

  .image-17-copy, .text-block-22-copy {
    margin-bottom: 10px;
    display: block;
  }
}

#w-node-f43fa67b-3e3d-54cb-5414-873e68f89a50-a67ae4c6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-dd24a5a8-15f5-fa31-459d-d7c9e6cbff17-a67ae4c6, #w-node-e2b918ed-f210-a0ff-1677-325b58281be4-a67ae4c6, #w-node-c9e5dc77-98ed-8a18-ef87-c4f8071defad-a67ae4c6, #w-node-_4042ddc4-3114-96f3-3214-6e60691f8499-a67ae4c6, #w-node-_1a28edfc-470d-2089-ce86-e37cc6d2c1a8-a67ae4c6, #w-node-_14bda4e9-5857-ed49-58b5-72942d8fbb7b-a67ae4c6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8cc569da-52b0-383a-8746-4acd83ed3063-a67ae4c6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5019c56c-72db-3d4a-0ed4-e8e115efd7cb-a67ae4c6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-f43fa67b-3e3d-54cb-5414-873e68f89a50-a67ae4c6, #w-node-_8cc569da-52b0-383a-8746-4acd83ed3063-a67ae4c6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dd24a5a8-15f5-fa31-459d-d7c9e6cbff17-a67ae4c6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: none;
  }

  #w-node-e2b918ed-f210-a0ff-1677-325b58281be4-a67ae4c6, #w-node-c9e5dc77-98ed-8a18-ef87-c4f8071defad-a67ae4c6, #w-node-_4042ddc4-3114-96f3-3214-6e60691f8499-a67ae4c6, #w-node-_1a28edfc-470d-2089-ce86-e37cc6d2c1a8-a67ae4c6, #w-node-_14bda4e9-5857-ed49-58b5-72942d8fbb7b-a67ae4c6, #w-node-_5019c56c-72db-3d4a-0ed4-e8e115efd7cb-a67ae4c6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


