@font-face {
  font-family: "EDF 2020";
  src: url("../fonts/EDF2020-Bold.woff2") format("woff2"), url("../fonts/EDF2020-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EDF 2020";
  src: url("../fonts/EDF2020ExtraBold.woff2") format("woff2"), url("../fonts/EDF2020ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EDF 2020";
  src: url("../fonts/EDF2020ExtraLight.woff2") format("woff2"), url("../fonts/EDF2020ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EDF 2020";
  src: url("../fonts/EDF2020-Italic.woff2") format("woff2"), url("../fonts/EDF2020-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "EDF 2020";
  src: url("../fonts/EDF2020Light.woff2") format("woff2"), url("../fonts/EDF2020Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EDF 2020";
  src: url("../fonts/EDF2020.woff2") format("woff2"), url("../fonts/EDF2020.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EDF 2020 Soft";
  src: url("../fonts/EDF2020Soft-BoldItalic.woff2") format("woff2"), url("../fonts/EDF2020Soft-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "EDF 2020 Soft";
  src: url("../fonts/EDF2020Soft-Italic.woff2") format("woff2"), url("../fonts/EDF2020Soft-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "EDF 2020 Soft";
  src: url("../fonts/EDF2020Soft-LightItalic.woff2") format("woff2"), url("../fonts/EDF2020Soft-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
body {
  padding: 0;
  margin: 0;
}

.cc-custom-grid {
  font-family: "EDF 2020";
  max-width: 1440px;
  margin: 0 auto;
}
.cc-custom-grid .container {
  padding: 80px 16px 88px;
}
@media screen and (width >= 768px) {
  .cc-custom-grid .container {
    padding: 58px 70px;
  }
}
@media screen and (width >= 1280px) {
  .cc-custom-grid .cc__ml-md {
    padding-left: 320px;
  }
}
.cc-custom-grid h1,
.cc-custom-grid .cc-custom-grid__card--heading h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-top: 0;
}
@media screen and (width >= 768px) {
  .cc-custom-grid h1,
  .cc-custom-grid .cc-custom-grid__card--heading h2 {
    font-size: 32px;
  }
}
.cc-custom-grid h1 {
  color: #001A70;
}
.cc-custom-grid .cc-custom-grid__card--heading h2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cc-custom-grid .cc-custom-grid__card--heading h2 img {
  position: relative;
  top: 3px;
}
.cc-custom-grid p {
  line-height: 150%;
  margin-bottom: 0;
}
.cc-custom-grid .intro {
  margin-bottom: 60px;
}
@media screen and (width >= 768px) {
  .cc-custom-grid .intro {
    margin-bottom: 50px;
  }
}
.cc-custom-grid .intro h1 {
  margin-bottom: 14px;
}
.cc-custom-grid .intro p {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (width >= 768px) {
  .cc-custom-grid .intro p {
    font-size: 18px;
  }
}
.cc-custom-grid .bg-black {
  background-color: #000000;
}
.cc-custom-grid .bg-blue {
  background-color: #1057C8;
}
.cc-custom-grid .bg-blue-light {
  background-color: #1089FF;
}
.cc-custom-grid .bg-blue-dark {
  background-color: #001A70;
}
.cc-custom-grid .bg-orange {
  background-color: #FF861D;
}
.cc-custom-grid .cc-custom-grid__card {
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  display: block;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .cc-custom-grid .cc-custom-grid__card {
    border-radius: 8px;
  }
}
.cc-custom-grid .cc-custom-grid__card {
  color: #ffffff;
  position: relative;
}
.cc-custom-grid .cc-custom-grid__card--inner {
  padding: 20px;
}
@media screen and (width >= 768px) {
  .cc-custom-grid .cc-custom-grid__card--inner {
    padding: 30px;
  }
}
.cc-custom-grid .cc-custom-grid__card p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
}
.cc-custom-grid .cc-custom-grid__card--icon {
  width: 110px;
  height: 110px;
  bottom: 10px;
  right: 10px;
  position: absolute;
}
@media screen and (width < 768px) {
  .cc-custom-grid .cc-custom-grid__card--icon {
    margin-top: -2px;
  }
}
@media screen and (width >= 768px) {
  .cc-custom-grid .cc-custom-grid__card--icon {
    width: 160px;
    height: 160px;
  }
}
.cc-custom-grid .cc-custom-grid__card--icon img {
  width: 100%;
}
.cc-custom-grid .cc-custom-grid__card picture,
.cc-custom-grid .cc-custom-grid__card video {
  width: 100%;
  height: 100%;
  display: block;
}
.cc-custom-grid .cc-custom-grid__card video {
  object-fit: contain;
}
.cc-custom-grid .cc-custom-grid__card picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cc-custom-grid .cc-custom-grid__card--heading {
  margin-bottom: 20px;
}
.cc-custom-grid .cc-custom-grid__card--heading img {
  margin-left: 2px;
}
.cc-custom-grid .cc-custom-grid__card--heading h2 {
  display: inline;
}
.cc-custom-grid .cc-custom-grid__card--heading h2 span {
  width: 20px;
  display: inline-block;
}
@media screen and (width < 768px) {
  .cc-custom-grid .cc-custom-grid__card--heading {
    flex-wrap: wrap;
  }
}
.cc-custom-grid .cc-custom-grid__card--heading h2 img {
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}
@media screen and (width >= 768px) {
  .cc-custom-grid .cc-custom-grid__card:hover .cc-custom-grid__card--heading h2 img {
    transform: translateX(5px);
  }
}
.cc-custom-grid .cc-custom-grid__lines,
.cc-custom-grid .cc-custom-grid__line {
  display: flex;
  gap: 10px;
}
@media screen and (width < 768px) {
  .cc-custom-grid .cc-custom-grid__card--sqr:not(.cc-custom-grid__card--xs__full) {
    aspect-ratio: 194/232;
    max-width: calc(50% - 5px);
  }
  .cc-custom-grid .cc-custom-grid__card--sqr p {
    display: none;
  }
}
@media screen and (width >= 768px) {
  .cc-custom-grid .cc-custom-grid__card--sqr:not(.cc-custom-grid__card--lg__full) {
    aspect-ratio: 1/1;
  }
}
.cc-custom-grid .cc-custom-grid__lines {
  flex-direction: column;
}
@media screen and (width < 768px) {
  .cc-custom-grid .cc-custom-grid__line {
    flex-wrap: wrap;
  }
}
.cc-custom-grid .cc-custom-grid__line--1 .cc-custom-grid__card:first-child {
  aspect-ratio: 398/185;
}
@media screen and (width >= 768px) {
  .cc-custom-grid .cc-custom-grid__line--1 .cc-custom-grid__card:first-child {
    aspect-ratio: 295/295;
    max-width: 295px;
  }
}
@media screen and (width < 768px) {
  .cc-custom-grid .cc-custom-grid__line--1 .cc-custom-grid__card:nth-child(2) {
    aspect-ratio: 398/265;
  }
}
@media screen and (width >= 768px) {
  .cc-custom-grid .cc-custom-grid__line--1 .cc-custom-grid__card:nth-child(2) {
    width: auto;
    flex-grow: 1;
  }
  .cc-custom-grid .cc-custom-grid__line--1 .cc-custom-grid__card:nth-child(2) p {
    max-width: 560px;
  }
}
.cc-custom-grid .cc-custom-grid__line--2 .cc-custom-grid__card.bg-black {
  aspect-ratio: 398/265;
}
@media screen and (width >= 768px) {
  .cc-custom-grid .cc-custom-grid__line--2 .cc-custom-grid__card.bg-black {
    aspect-ratio: 693/398;
  }
}
.cc-custom-grid .cc-custom-grid__line--2 .cc-custom-grid__card.bg-blue-light {
  min-height: 239px;
}
@media screen and (width >= 768px) {
  .cc-custom-grid .cc-custom-grid__line--2 .cc-custom-grid__card.bg-blue-light {
    flex-shrink: 0;
    max-width: 343px;
    width: 100%;
  }
}
@media screen and (width < 768px) {
  .cc-custom-grid .cc-custom-grid__line--3 .cc-custom-grid__card:first-child {
    aspect-ratio: 398/232;
  }
}
.cc-custom-grid .cc-custom-grid__line--4, .cc-custom-grid .cc-custom-grid__line--5 {
  flex-wrap: wrap;
}
@media screen and (width >= 768px) {
  .cc-custom-grid .cc-custom-grid__line--4 .cc-custom-grid__card:not(.cc-custom-grid__card--lg__full), .cc-custom-grid .cc-custom-grid__line--5 .cc-custom-grid__card:not(.cc-custom-grid__card--lg__full) {
    width: calc(33.3333333333% - 6.7px);
  }
  .cc-custom-grid .cc-custom-grid__line--4 .cc-custom-grid__card.cc-custom-grid__card--lg__full, .cc-custom-grid .cc-custom-grid__line--5 .cc-custom-grid__card.cc-custom-grid__card--lg__full {
    width: calc(66.6666666667% - 5px);
  }
}
.cc-custom-grid .cc-custom-grid__line--4 {
  flex-wrap: wrap;
}
@media screen and (width < 768px) {
  .cc-custom-grid .cc-custom-grid__line--4 .cc-custom-grid__card--xs__full {
    aspect-ratio: 398/239;
  }
}
@media screen and (width < 768px) {
  .cc-custom-grid .cc-custom-grid__line--4 .cc-custom-grid__card:first-child {
    order: 1;
  }
  .cc-custom-grid .cc-custom-grid__line--4 .cc-custom-grid__card:nth-child(2) {
    order: 2;
  }
  .cc-custom-grid .cc-custom-grid__line--4 .cc-custom-grid__card:nth-child(3) {
    order: 3;
  }
  .cc-custom-grid .cc-custom-grid__line--4 .cc-custom-grid__card:nth-child(4) {
    order: 4;
  }
  .cc-custom-grid .cc-custom-grid__line--4 .cc-custom-grid__card:nth-child(5) {
    order: 7;
  }
  .cc-custom-grid .cc-custom-grid__line--4 .cc-custom-grid__card:nth-child(6) {
    order: 5;
  }
  .cc-custom-grid .cc-custom-grid__line--4 .cc-custom-grid__card:nth-child(7) {
    order: 6;
  }
}
.cc-custom-grid .cc-custom-grid__line--5 {
  flex-wrap: wrap;
}
@media screen and (width >= 768px) {
  .cc-custom-grid .cc-custom-grid__line--5 .cc-custom-grid__card:nth-child(3) {
    max-height: 343px;
  }
}
@media screen and (width < 768px) {
  .cc-custom-grid .cc-custom-grid__line--5 .cc-custom-grid__card:first-child {
    order: 2;
  }
  .cc-custom-grid .cc-custom-grid__line--5 .cc-custom-grid__card:nth-child(2) {
    order: 3;
  }
  .cc-custom-grid .cc-custom-grid__line--5 .cc-custom-grid__card:nth-child(3) {
    order: 1;
  }
  .cc-custom-grid .cc-custom-grid__line--5 .cc-custom-grid__card:nth-child(4) {
    order: 4;
  }
}

/*# sourceMappingURL=cc-styles.css.map */
