@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Black.ttf') format("truetype"), url('../fonts/Gilroy-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Bold.ttf') format("truetype"), url('../fonts/Gilroy-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-BoldItalic.ttf') format("truetype"), url('../fonts/Gilroy-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-RegularItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

.body {
  color: #000;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.top-box {
  background-image: linear-gradient(#0000004d, #0000004d);
  height: 100vh;
  position: relative;
}

.topvideo, .videbkgr {
  height: 100vh;
}

.logo-box {
  padding-top: 10px;
  padding-right: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ep-link {
  width: 108px;
}

.main-title {
  position: absolute;
  inset: auto 0% 50%;
}

.heading {
  color: #ffffff1a;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 80px;
  line-height: 135%;
}

.subtitle {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.pream-sec {
  padding-bottom: 0;
}

.cont {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.pream-box {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sp-date-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.sp-text {
  color: #ff3400;
  text-transform: uppercase;
  font-weight: 600;
}

.date-text {
  text-align: right;
}

.text1 {
  margin-bottom: 20px;
}

.text1.author {
  font-size: 14px;
  font-style: italic;
}

.chapter-sec {
  background-color: #e6eaee;
  padding-bottom: 0;
}

.chapter-sec.whitest {
  background-color: #fff;
}

.start-box {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-2 {
  color: #ff3400;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 135%;
}

.link {
  color: #ff3400;
  font-weight: 600;
}

.quotawithph {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #ff3400;
  border-bottom: 1px solid #ff3400;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.5fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.bold-span {
  font-weight: 600;
}

.image, .image-2 {
  object-fit: cover;
}

.link-2 {
  color: #ff3400;
  font-weight: 600;
}

.fin-sec {
  background-color: #232425;
}

.fin-box {
  padding-top: 60px;
  padding-bottom: 60px;
}

.fin-text {
  color: #fff;
  font-size: 13px;
}

.photo-box {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.inf {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-4 {
  border: 1px solid #c9c9c9;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (min-width: 1280px) {
  .heading {
    font-size: 56px;
  }

  .subtitle {
    font-size: 24px;
  }
}

@media screen and (min-width: 1440px) {
  .logo-box {
    padding-top: 40px;
  }

  .ep-link {
    width: 128px;
  }

  .main-title {
    bottom: 40%;
  }

  .heading {
    color: #ffffff29;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffffed;
    font-size: 120px;
  }

  .subtitle {
    color: #e4e4e4;
    font-size: 28px;
    line-height: 150%;
  }
}

@media screen and (min-width: 1920px) {
  .logo-box {
    padding-top: 40px;
  }

  .ep-link {
    width: 168px;
  }

  .heading {
    font-size: 160px;
  }

  .subtitle {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 56px;
  }

  .subtitle {
    font-size: 18px;
    font-weight: 400;
  }

  .cont {
    max-width: 700px;
  }

  .heading-2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .main-title {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading {
    font-size: 52px;
  }

  .subtitle {
    font-size: 16px;
  }

  .cont {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .pream-box, .start-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .quotawithph {
    grid-template-columns: 1fr;
  }

  .quot-ph {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image, .image-2 {
    max-width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .logo-box {
    text-align: center;
    padding-left: 40px;
    inset: 0% 0% auto;
  }

  .heading {
    text-align: center;
    font-size: 48px;
  }

  .subtitle {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 15px;
  }
}

#w-node-_29033105-e701-8a35-d466-c6d837ae08a8-d4ef9537, #w-node-_29033105-e701-8a35-d466-c6d837ae08aa-d4ef9537, #w-node-_2d400c38-8cf0-64a5-1805-d20a67245dea-d4ef9537, #w-node-_4d1cf9f6-f871-ca35-3efc-4f0241ff6311-d4ef9537, #w-node-_78257928-49ee-54ca-c2ec-9b89b6d6886a-d4ef9537, #w-node-_78257928-49ee-54ca-c2ec-9b89b6d6886c-d4ef9537, #w-node-_68d2d9ad-c5e0-a54f-0aa7-4d69885c3079-d4ef9537, #w-node-_68d2d9ad-c5e0-a54f-0aa7-4d69885c307b-d4ef9537, #w-node-_19673fb5-0c6c-bec5-0d8b-3e2e8c39345b-d4ef9537, #w-node-_19673fb5-0c6c-bec5-0d8b-3e2e8c39345d-d4ef9537 {
  place-self: center;
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.ttf') format('truetype'), url('../fonts/Gilroy-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype'), url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BoldItalic.ttf') format('truetype'), url('../fonts/Gilroy-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}