@font-face {
    font-family: "TTNorms-Bold";
    src: url("./Fonts/Original/TTNorms-Bold.otf")
}

@font-face {
    font-family: "TTNorms-Regular";
    src: url("./Fonts/Original/TTNorms-Regular.otf")
}

body {
  font-size:16px;
  background-color: rgba(70,20,95,1);
  font-family: "TTNorms-Regular" !important;
  color: rgb(255,255,255);
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: no-common-ligatures;
}

ul, ol {
  line-height: 22px;
}

p {
  line-height: 22px;

}

a {
  color: rgb(255,255,255);
}

.link {
  text-decoration: none;
}

.wrapper {
  position: absolute;
  left: 7vw;
  top: 5vw;
  right: 7vw;
}

.privacy {
  line-height: 28px;
  text-align: left;
  font-family: "TTNorms-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.2px;
  /*border: 1px solid red;*/
}

.section1 {
  margin-bottom: 30px;
}

.section2, .section3, .section4, .section5, .section6
    , .section7, .section8, .section8, .section9, .section10
    , .section11, .section12, .section13 {
  margin-bottom: 20px;
}

.heading, .main-heading {
  line-height: 28px;
  text-align: left;
  font-family: "TTNorms-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.2px;
}

.contact {
  margin-bottom: 20px;
}

.contact p{
  margin-top: 0;
  margin-bottom: 0;
  line-height: 22px;
}

.underline {
  width:auto;
  border-bottom: 1px solid white;
}

.bold {
  font-family: "TTNorms-Bold";
  font-style: normal;
  font-weight: bold;
}

ul{
  margin-top: 0;
  line-height: 22px;
}

.first {
  margin: 0;
  padding: 0;
}

.logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: auto;
}

.logo img {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 480px) and (max-width: 720px) {
  .logo {
    right: 0;
    top: 0;
  }
  .logo img {
    position: absolute;
    right: 5vw;
    width: 90px;
  }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .logo {
    right: 0;
    top: 8px;
  }
  .logo img {
    position: absolute;
    right: 1vw;
    width: 70px;
  }
  body {
    font-size: 12px;
  }
}

@media screen and (min-width: 721px) and (max-width: 2000px) {
  .logo {
    right: 0;
    top: 0;
  }
  .logo img {
    position: absolute;
    right: 5vw;
    width: 110px;
  }
}
