@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  src: url("https://assets.armadalogics.com/fonts/inter/Inter-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-bold";
  font-style: normal;
  font-weight: normal;
  src: url("https://assets.armadalogics.com/fonts/inter/Inter-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-light";
  font-style: normal;
  font-weight: normal;
  src: url("https://assets.armadalogics.com/fonts/inter/Inter-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-medium";
  font-style: normal;
  font-weight: normal;
  src: url("https://assets.armadalogics.com/fonts/inter/Inter-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "RedHat";
  font-style: normal;
  font-weight: normal;
  src: url("https://assets.armadalogics.com/fonts/red_hat_display/RedHatDisplay-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "RedHat-bold";
  font-style: normal;
  font-weight: normal;
  src: url("https://assets.armadalogics.com/fonts/red_hat_display/RedHatDisplay-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "RedHat-semibold";
  font-style: normal;
  font-weight: normal;
  src: url("https://assets.armadalogics.com/fonts/red_hat_display/RedHatDisplay-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "RedHat-medium";
  font-style: normal;
  font-weight: normal;
  src: url("https://assets.armadalogics.com/fonts/red_hat_display/RedHatDisplay-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "RedHat-black";
  font-style: normal;
  font-weight: normal;
  src: url("https://assets.armadalogics.com/fonts/red_hat_display/RedHatDisplay-Black.ttf") format("truetype");
}
/* FONTS */
/* COLORS */
/* TEXT COLORS */
/* BG COLORS */
.text-xs {
  font-size: 0.75rem;
  /* 12px */
  line-height: 1rem;
  /* 16px */
}
.text-sm {
  font-size: 0.875rem;
  /* 14px */
  line-height: 1.25rem;
  /* 20px */
}
.text-base {
  font-size: 1rem;
  /* 16px */
  line-height: 1.5rem;
  /* 24px */
}
.text-lg {
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.75rem;
  /* 28px */
}
.text-xl {
  font-size: 1.25rem;
  /* 20px */
  line-height: 1.75rem;
  /* 28px */
}
.text-2xl {
  font-size: 1.5rem;
  /* 24px */
  line-height: 2rem;
  /* 32px */
}
.text-3xl {
  font-size: 1.875rem;
  /* 30px */
  line-height: 2.25rem;
  /* 36px */
}
.text-4xl {
  font-size: 2.25rem;
  /* 36px */
  line-height: 2.5rem;
  /* 40px */
}
.text-5xl {
  font-size: 3rem;
  /* 48px */
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  /* 60px */
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  /* 72px */
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  /* 96px */
  line-height: 1;
}
.text-9xl {
  font-size: 8rem;
  /* 128px */
  line-height: 1;
}
body {
  position: relative;
}
#wrapper.privacy_policy_wrapper .container {
  color: #EBF5F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1431px;
  padding: 0px 110px;
}
#wrapper.privacy_policy_wrapper .container .left_container {
  border-right: 1px solid #1C212D;
  height: 100vh;
  padding-right: 32px;
  padding-top: 32px;
  position: fixed;
  top: 0;
  width: 375px;
}
#wrapper.privacy_policy_wrapper .container .left_container h1 {
  font-family: "RedHat-bold";
  margin-bottom: 12px;
}
#wrapper.privacy_policy_wrapper .container .left_container > a {
  display: inline-block;
  margin-bottom: 32px;
}
#wrapper.privacy_policy_wrapper .container .left_container > a img {
  width: 133px;
}
#wrapper.privacy_policy_wrapper .container .left_container #privacy_policy_list a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0D1220;
  border-radius: 10px;
  color: #EBF5F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "RedHat";
  margin-bottom: 4px;
  opacity: 0.65;
  outline: none;
  padding: 8px 12px;
  position: relative;
}
#wrapper.privacy_policy_wrapper .container .left_container #privacy_policy_list a:hover {
  opacity: 1;
}
#wrapper.privacy_policy_wrapper .container .left_container #privacy_policy_list a.active {
  background: #1B2C32;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  font-family: "RedHat-medium";
  opacity: 1;
}
#wrapper.privacy_policy_wrapper .container .left_container #privacy_policy_list a.active::after {
  background: #426E63;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0px;
  width: 4px;
}
#wrapper.privacy_policy_wrapper .container .right_container {
  padding: 80px 0px 160px 407px;
}
#wrapper.privacy_policy_wrapper .container .right_container p {
  color: #929A9F;
  font-family: "RedHat";
  margin-bottom: 40px;
}
#wrapper.privacy_policy_wrapper .container .right_container p span {
  color: #EBF5F4;
}
#wrapper.privacy_policy_wrapper .container .right_container p a {
  color: #00D1FF;
}
#wrapper.privacy_policy_wrapper .container .right_container p + p {
  margin-top: -20px;
}
#wrapper.privacy_policy_wrapper .container .right_container h4 {
  color: #EBF5F4;
  margin-bottom: 11px;
  opacity: 0.65;
}
#wrapper.privacy_policy_wrapper .container .right_container ul {
  opacity: 0.65;
}
#wrapper.privacy_policy_wrapper .container .right_container .sublist {
  padding-left: 24px;
}
#wrapper.privacy_policy_wrapper .container .right_container .sublist h5 {
  opacity: 0.65;
}
#wrapper.privacy_policy_wrapper .container .right_container .active h4,
#wrapper.privacy_policy_wrapper .container .right_container .active p,
#wrapper.privacy_policy_wrapper .container .right_container .active h5,
#wrapper.privacy_policy_wrapper .container .right_container .active ul {
  color: white;
  opacity: 1;
}
#wrapper.privacy_policy_wrapper .container .right_container ul {
  padding-left: 32px;
  list-style-type: disc;
  margin-bottom: 32px;
}
#wrapper.privacy_policy_wrapper .container .right_container ul li {
  margin-bottom: 10px;
}
@media screen and (max-width: 1445px) {
  #wrapper.privacy_policy_wrapper .container {
    max-width: none;
    min-width: 803px;
    padding: 0px 110px;
    width: 100%;
  }
}
@media screen and (max-width: 1365px) {
  #wrapper.privacy_policy_wrapper .container {
    max-width: 100%;
    padding: 0px 110px;
  }
  #wrapper.privacy_policy_wrapper .container .left_container {
    padding-top: 26px;
    width: 266px;
  }
  #wrapper.privacy_policy_wrapper .container .right_container {
    padding: 80px 0px 160px 285px;
  }
}
@media screen and (max-width: 1023px) {
  #wrapper.privacy_policy_wrapper .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 688px;
    padding: 0px 40px;
  }
  #wrapper.privacy_policy_wrapper .container .left_container {
    height: unset;
    position: relative;
    border-right: none;
  }
  #wrapper.privacy_policy_wrapper .container .left_container h1 {
    margin-bottom: 31px;
  }
  #wrapper.privacy_policy_wrapper .container .left_container #privacy_policy_list {
    display: none;
  }
  #wrapper.privacy_policy_wrapper .container .right_container {
    padding: 0px;
  }
  #wrapper.privacy_policy_wrapper .container .right_container p {
    margin-bottom: 37px;
  }
  #wrapper.privacy_policy_wrapper .container .right_container .active h4,
  #wrapper.privacy_policy_wrapper .container .right_container .active p,
  #wrapper.privacy_policy_wrapper .container .right_container .active h5 {
    opacity: 0.65;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.privacy_policy_wrapper .container {
    min-width: 200px;
    padding: 0px 16px;
  }
  #wrapper.privacy_policy_wrapper .container .right_container p {
    margin-bottom: 37px;
  }
  #wrapper.privacy_policy_wrapper .container .right_container p + p {
    margin-top: -25px;
  }
}
