@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #e9e9e9;
  color: #0a121c;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  height: auto;
}
figure {
  margin: 0;
  padding: 0;
  border: 0;
}
.list {
  list-style: none;
}

button,
a {
  cursor: pointer;
}

.button:hover {
  scale: 120%;
}

.i-cheader.is-open .i-cheader-background {
  left: 0;
}
.i-cheader-button-wrapper {
  margin-left: auto;
}
.i-cheader-icon {
  display: none;
}

.i-cheader-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.i-cnavigation-list.is-open {
  right: 0;
}
.i-cheader-icon-menu {
  display: block;
}

.i-cheader-icon-button.is-open .i-cheader-icon-menu {
  display: none;
}

.i-cheader-icon-button.is-open .i-cheader-icon-close {
  display: block;
}

.i-cheader {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 48px;
  background: #0a121c;
}

.i-cheader-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #0a121c;
}
.i-cheader.is-open .i-cheader-background {
  left: 0;
}
.i-cheader-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.i-cheader-icon-menu {
  display: block;
}

.i-cheader-icon-button.is-open .i-cheader-icon-menu {
  display: none;
}

.i-cheader-icon-button.is-open .i-cheader-icon-close {
  display: block;
}

.i-cnavigation {
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 12px 24px;
  position: relative;
}

.i-cnavigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;

  transition: 0.3s;
  z-index: 999;
  padding: 20px 26px 40px;

  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;

  gap: 20px;
  background: linear-gradient(180deg, #0a121c 0%, #223a5d 100%);
}

.i-cnavigation-list.is-open {
  right: 0;
}

.i-cnavigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #ffffff;
  font-family: Roboto Flex;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  border-bottom: 1px solid transparent;
  width: 240px;
  display: block;
  text-align: center;
  padding: 8px 0 7px;
}
.i-cnavigation-item-deck {
  display: flex;
  gap: 16px;
  margin-top: 58px;
}
.i-cnavigation-item-desk {
  font-family: Roboto Flex;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #ffffff;
}
.i-cnavigation-link:hover,
.i-cnavigatioт-link:focus {
  border-bottom: 1px solid #ffffff;
}

.i-cheader.is-open {
  background-color: transparent;
}

.i-cnavigation-img {
  display: none;
}
.i-cheader-terms {
  background: transparent;
  padding-top: 32px;
}
.i-cheader-terms-img {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Roboto Flex;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
  color: #0a121c;
}
@media screen and (min-width: 1200px) {
  .i-cnavigation-img {
    display: block;
  }
  .i-cnavigation-item-deck {
    display: none;
  }
  .i-cpolicy-terms-header-icon-menu {
    display: none;
  }
  .i-cheader-button-wrapper {
    display: none;
  }
  .i-cheader-terms {
    background: transparent;
    padding-top: 32px;
  }
  .i-cheader-terms-img {
    display: flex;
    align-items: center;
    padding-left: 16px;
  }
  .i-cnavigation-list-terms {
    padding: 56px 0 0 172px;
  }
  .i-cheader {
    width: 100%;
    height: 44px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .i-cheader-icon-button {
    display: none;
  }
  .i-cnavigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    padding: 0 0px;
    margin: auto;
  }

  .i-cnavigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 26px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .i-cnavigation-link {
    font-family: Roboto Flex;
    font-weight: 300;
    font-style: Light;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    width: fit-content;
    padding: 8px;
  }

  .i-cnavigation-link:hover,
  .i-cnavigation-link:focus {
  }

  .i-cnavigation-item-desk {
    display: none;
  }
}

.i-chome {
  background: #223a5d;
}
.i-chome-container {
  width: 375px;
  height: 812px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/1_home_mob.png");
  padding: 68px 24.1px 0px;
  margin: auto;
  color: #ffffff;
}

.i-chome-container-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.i-chome-title {
  font-family: Roboto Flex;
  font-weight: 300;
  font-style: Light;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 8%;
  text-align: center;
  text-transform: uppercase;
}

.i-chome-text {
  font-family: Roboto Flex;
  font-weight: 300;
  font-style: Light;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding: 20px 0;
}
.i-chome-text-two {
  font-family: Roboto Flex;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.i-chome-text-three {
  font-family: Roboto Flex;
  font-weight: 300;
  font-style: Light;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding: 24px 0 120px;
  margin-left: 3px;
  width: 329px;
}
.i-chome-img {
  width: 280px;
}
.i-chome-link {
  transition: all 0.3s ease-in-out;
}

.i-chome-link:hover {
  transform: scale(1.1);
  box-shadow: none;
}

@media screen and (min-width: 1200px) {
  .i-chome-container {
    width: 1440px;
    height: 746px;

    background-image: url("/img/1_home.png");
    padding: 124px 0px 0px;
    margin: auto;
  }

  .i-chome-container-top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .i-chome-title {
    font-family: Roboto Flex;
    font-weight: 300;
    font-style: Light;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 8%;
    text-align: center;
    text-transform: uppercase;
  }

  .i-chome-text {
    font-family: Roboto Flex;
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;

    padding: 32px 0;
  }
  .i-chome-text-two {
    font-family: Roboto Flex;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    width: 640px;
  }
  .i-chome-text-three {
    font-family: Roboto Flex;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    width: auto;
    padding: 32px 0 40px;
    margin-left: 0px;
  }
}

.i-cabout-container {
  width: 375px;
  padding: 48px 26px;
  margin: auto;
}
.i-cabout-title {
  font-family: Roboto Flex;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 8%;
  text-align: center;
  text-transform: uppercase;
  color: #440a10;
}
.i-cabout-text {
  font-family: Roboto Flex;
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding: 20px 0 24px;
}

.i-cabout-text-bold {
  font-family: Roboto Flex;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.i-cabout-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 20px;
}
.i-cabout-item {
  display: flex;
  width: 323px;
  height: 120px;
  align-items: center;
  justify-content: center;

  gap: 16px;

  border-radius: 12px;
  padding-top: 24px;
  padding-right: 32px;
  padding-bottom: 24px;
  padding-left: 32px;
  font-family: Roboto Flex;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(180deg, #547dbf 0%, #223a5d 100%);
}
.i-cabout-img {
  height: 80px;
}
.i-cabout-item-text {
  width: 184px;
}
@media screen and (min-width: 1200px) {
  .i-cabout-container {
    width: 1440px;
    padding: 64px;
  }
  .i-cabout-title {
    font-family: Roboto Flex;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 8%;
    text-align: center;
    text-transform: uppercase;
  }
  .i-cabout-text {
    font-family: Roboto Flex;
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;

    padding: 32px 0 24px;
  }

  .i-cabout-text-bold {
    font-family: Roboto Flex;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    width: 640px;
    margin: auto;
  }
  .i-cabout-list {
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding-top: 32px;
    justify-content: center;
  }
  .i-cabout-item {
    width: 260px;
    height: 200px;
    gap: 10px;

    border-radius: 12px;
    padding: 24px 4px;
    flex-direction: column;

    font-family: Roboto Flex;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    background: linear-gradient(180deg, #547dbf 0%, #223a5d 100%);
  }
  .i-cabout-img {
    height: 120px;
  }
  .i-cabout-item-text {
    width: fit-content;
  }
}
.i-cwhy {
  background: #bbcbe3;
}

.i-cwhy-container {
  width: 375px;
  margin: auto;
  padding: 48px 16px;
}
.i-cwhy-list {
  display: flex;
  flex-direction: column;
  gap: 16px;

  padding: 20px 10px 0;
}

.i-cwhy-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #ffffff;
  border-radius: 12px;
  padding: 24px;
  font-family: Roboto Flex;
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;

  background: linear-gradient(180deg, #547dbf 0%, #223a5d 100%);
}
.i-cwhy-img {
  width: 48px;
}

@media screen and (min-width: 1200px) {
  .i-cwhy-container {
    width: 1440px;
    padding: 64px 0;
  }
  .i-cwhy-list {
    display: flex;
    flex-direction: row;
    gap: 34px;
    justify-content: center;
    padding: 19px 0px 0;
  }

  .i-cwhy-item {
    flex-direction: column;
    width: 260px;
    height: 140px;

    gap: 16px;
    border-radius: 12px;
    padding: 24px;
  }
  .i-cwhy-img {
    width: 48px;
  }
}

.i-cuniqueness {
  background: #bbcbe3;
}
.i-cuniqueness-container {
  margin: auto;
  width: 375px;
  padding: 48px 16px;
}

.i-cuniqueness-img {
  width: 375px;
  margin: 16px 0 0 -16px;
}
.i-cuniqueness-img-two {
  display: none;
}
.i-crelaxed-img {
  margin-top: 20px;
}
.i-crelaxed-img-two {
  display: none;
}
@media screen and (min-width: 1200px) {
  .i-cuniqueness-container {
    margin: auto;
    width: 1440px;
    padding:;
  }
  .i-cuniqueness-img {
    width: 375px;
    margin: 64px 0;
  }
  .i-cuniqueness-img-two {
    display: block;
    width: 936px;
    margin: 18px auto 0;
  }
  .i-cuniqueness-img {
    width: 375px;
    margin: 16px 0 0 -16px;
    display: none;
  }
  .i-crelaxed-img {
    display: none;
  }
  .i-crelaxed-img-two {
    display: block;
    margin: 16px auto 0;
  }
}
.i-chow {
  margin: auto;
  width: 375px;
  height: px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img");
}
.i-chow-container {
  margin: auto;
  width: 375px;
  padding: 64px 16px 0;
}
.i-chow-list {
  padding-top: px;
  display: flex;
  flex-direction: column;
  gap: px;
}

.i-chow-item {
}

.i-chow-img {
  margin: auto;
}

.i-chow-text-bold {
}

.i-chow-text {
}

@media screen and (min-width: 1200px) {
  .i-chow {
    width: 1440px;
    height: px;
    background-image: url("/img");
  }
  .i-chow-container {
    margin: auto;
    width: 1440px;
    padding:;
  }
}

.i-ccharacters {
  margin: auto;
  width: 375px;
  height: 528px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/6.png");
}
.i-ccharacters-container {
  padding: 64px 15px;
  margin: auto;
  width: 375px;
}

@media screen and (min-width: 1200px) {
  .i-ccharacters {
    width: 1440px;
    height: 1074px;
    background-image: url("/img/61.png");
  }
  .i-ccharacters-container {
    padding: 64px;
    margin: auto;
    width: 1440px;
  }
  .i-ccharacters-text {
    width: 484px;
  }
}

.i-creviews {
  background: #bbcbe3;
}
.i-creviews-container {
  margin: auto;
  padding: 48px 0px;
  width: 375px;
}
.i-creviews-title {
  font-family: Roboto Flex;
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding: 32px 0 24px;
}
.i-creviews-list {
}
.i-creviews-list-two {
  display: none;
}
.i-creviews-item {
  margin: 0 8px;
  display: flex;

  align-items: center;
  background: #e9e9e9;
  width: 240px;
  height: 140px;
  gap: 12px;
  border-radius: 12px;
  border-width: 1px;
  padding: 16px;

  border: 1px solid #440a10;
}

.i-creviews-img {
  width: 48px;
}
.i-creviews-text-bold {
  font-family: Roboto Flex;
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 8px;
}

.i-creviews-text {
  font-family: Roboto Flex;
  font-weight: 300;
  font-style: Light;
  font-size: 10px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1200px) {
  .i-creviews-container {
    margin: auto;
    padding: 64px 231px;
    width: 1440px;
  }
  .i-creviews-title {
    font-family: Roboto Flex;
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;

    padding: 32px 0 24px;
  }
  .i-creviews-list {
    display: none;
  }
  .i-creviews-list-two {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
  .i-creviews-item {
    margin: 0;
    display: flex;

    align-items: center;
    width: 310px;
    height: 140px;
    gap: 16px;
    border-radius: 12px;
    border-width: 1px;
    padding: 16px;
  }
}

.i-cfaq-container {
  padding: 48px 16px;
  width: 375px;
  margin: auto;
}
.i-cfaq-title {
  font-family: Roboto Flex;
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 20px;
}
.i-cfaq-list {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.i-cfaq-item {
  padding: 12px 8px;
}

.i-cfaq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding-bottom: 8px;
  font-family: Roboto Flex;
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;

  border-bottom: 1px solid #440a10;
}

.i-cfaq-answer {
}
.i-ctoggle-button {
  background: none;
  border: none;
  cursor: pointer;
}

.i-ctoggle-button img {
  width: 26px;
  transition: transform 0.3s ease;
}
.i-cfaq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    opacity 0.4s ease;
  opacity: 0;
  font-family: Roboto Flex;
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 8px;
}

.i-cfaq-answer.open {
  max-height: 200px;
  opacity: 1;
}

.i-ctoggle-button img.rotated {
  transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .i-cfaq-container {
    padding: 64px 189px;
    width: 1440px;
  }
  .i-cfaq-title {
    font-family: Roboto Flex;
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;

    padding-top: 32px;
  }
  .i-cfaq-list {
    padding-top: 24px;

    gap: 16px;
  }

  .i-cfaq-item {
    padding: 12px 24px;
  }

  .i-cfaq-question {
    font-family: Roboto Flex;
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.i-cgallery-container {
  width: 375px;
  margin: auto;
  padding: 48px 16px;
}
.i-cgallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding-top: 20px;
}

.i-cgallery-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 162px;
  height: 180px;
  font-family: Roboto Flex;
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;

  border-radius: 12px;
  padding: 13px 11px;
  color: #ffffff;
  background: linear-gradient(180deg, #547dbf 0%, #223a5d 100%);
}
.i-cgallery-item p {
  padding: 0 13px;
}
.i-cgallery-image {
  width: 140px;
  height: 91px;

  border-radius: 4px;
}

@media screen and (min-width: 1200px) {
  .i-cgallery-container {
    width: 1440px;
    margin: auto;
    padding: 64px;
  }
  .i-cgallery-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    padding-top: 32px;
  }

  .i-cgallery-item {
    width: 220px;
    height: 220px;

    gap: 12px;
    border-radius: 12px;
    padding: 34px 30px;
  }
  .i-cgallery-item p {
    padding: 0;
  }
  .i-cgallery-image {
    width: 160px;
    height: 104px;

    border-radius: 8px;
  }
}

.i-cfeatures-container {
  background-image: url("/img/10\ \(1\).png");
  width: 375px;
  height: 596px;
  margin: auto;
  padding: 48px 26px;
}
.i-cabout-title-feat {
  font-family: Roboto Flex;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 8%;
  text-align: center;
  text-transform: uppercase;
  color: #440a10;
}

@media screen and (min-width: 1200px) {
  .i-cfeatures-container {
    background-image: url("/img/10\ \(2\).png");
    width: 1440px;
    height: 715px;
    margin: auto;
    padding: 64px 26px;
  }
  .i-cabout-title-feat {
    font-family: Roboto Flex;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 8%;
    text-align: center;
    text-transform: uppercase;
  }
}

.i-cpolicy-terms-container {
  padding: 104px 16px 40px;
  width: 375px;
  margin: auto;
}

.i-cpolicy-terms-container h1 {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Roboto Flex;
  font-weight: 500;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 4%;
  text-align: center;
  text-transform: uppercase;
  color: #440a10;
}
.i-cpolicy-terms-container h2 {
  margin-bottom: 16px;
  margin-top: 24px;
  font-family: Roboto Flex;
  font-weight: 500;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
}
.i-cpolicy-terms-container ul {
  font-family: Roboto Flex;
  font-weight: 200;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  list-style-type: disc;
  margin-left: 20px;
}
.i-cpolicy-terms-container p {
  font-family: Roboto Flex;
  font-weight: 200;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
}
.i-cemail-link {
  color: inherit;
}
@media screen and (min-width: 1200px) {
  .i-cpolicy-terms-container {
    padding: 136px 186px 48px;
    width: 1440px;
  }
  .i-cpolicy-terms-container h1 {
    font-weight: 500;
    font-style: Medium;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 4%;
  }
}

.i-cfooter-container {
  width: 375px;
  padding: 48px 16px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  color: #ffffff;
}
.i-cfooter-img {
  width: 280px;
  box-shadow: 0px 2px 4px 0px #68231e66;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

.i-cfooter-img:hover {
  transform: scale(1.1);
  box-shadow: none;
}
.i-cfooter-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  font-family: Roboto Flex;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;

  letter-spacing: 0%;
  text-align: center;
}
.i-cfooter-wrapp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.i-cfooter-wrap {
  display: flex;
  align-items: center;
  gap: 25px;
}
.i-cfooter-text {
  color: inherit;
}
.i-cfooter-copyright-two {
  display: none;
}
@media screen and (min-width: 1200px) {
  .i-cfooter-container {
    width: 1440px;
    padding: 64px 80px;
    display: flex;
  }

  .i-cfooter-wrapper {
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 216px;
    font-family: Roboto Flex;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    leading-trim: NONE;

    letter-spacing: 0%;
    text-align: center;
  }

  .i-cfooter-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .i-cfooter-copyright-one {
    display: none;
  }
  .i-cfooter-copyright-two {
    display: flex;
  }
}

.i-ccookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 48px;
  background: #223a5d;

  z-index: 1000;
  display: none;
}

.i-ccookie-popup-text-two {
  font-family: Roboto Flex;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;

  color: #ffffff;
}

.i-ccookie-button-container {
  padding: 32px 0 0;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.i-ccookie-button {
  font-family: Roboto Flex;
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 8px 10px;

  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
}

#accept-cookies {
  color: #223a5d;
  box-shadow: 0px 4px 4px 0px #00000040;
  background: #ffffff;

  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;

  border-radius: 4px;
}

.i-cclose-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .i-ccookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
  }

  .i-ccookie-popup-text-two {
    font-family: Roboto Flex;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;

    width: 722px;
  }

  .i-ccookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .i-ccookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 56px 186px;
    display: none;
  }
}
