/* screen - privacy-all-breakpoints */

.privacy-all-breakpoints {
  background-color: var(--background);
  border: 1px none;
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 8793px;
  min-width: 1440px;
  width: 100%;
}

.privacy-all-breakpoints .rectangle-1 {
  background-color: var(--boxes);
  height: 68px;
  left: calc(50.00% - 720px);
  position: fixed;
  top: 0;
  width: 1440px;
  z-index: 3;
}

.privacy-all-breakpoints .tradingtip-logo {
  cursor: pointer;
  height: 32px;
  left: 605px;
  position: fixed;
  top: 18px;
  width: 230px;
  z-index: 4;
}

.privacy-all-breakpoints .title {
  height: 61px;
  letter-spacing: 0.05px;
  line-height: normal;
  margin-left: 565px;
  margin-top: 119px;
  text-align: center;
  width: 309px;
  z-index: 1;
}

.privacy-all-breakpoints .marketing66-limited {
  height: 8338px;
  letter-spacing: 0.05px;
  line-height: normal;
  margin-left: 18px;
  margin-top: 63px;
  width: 1391px;
  z-index: 2;
}
/* screen - privacy-mob */

.privacy-mob {
  background-color: var(--background);
  border: 1px none;
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 16628px;
  min-width: 375px;
  overflow: hidden;
  width: 100%;
}

.privacy-mob .rectangle-1-2 {
  background-color: var(--boxes);
  height: 68px;
  left: calc(50.00% - 384px);
  position: fixed;
  top: 0;
  width: 768px;
  z-index: 3;
}

.privacy-mob .tradingtip-logo-2 {
  cursor: pointer;
  height: 32px;
  left: 73px;
  position: fixed;
  top: 18px;
  width: 230px;
  z-index: 4;
}

.privacy-mob .title-2 {
  height: 61px;
  letter-spacing: 0.05px;
  line-height: normal;
  margin-left: 25px;
  margin-top: 85px;
  text-align: center;
  width: 309px;
  z-index: 1;
}

.privacy-mob .marketing66-limited-2 {
  height: 21032px;
  letter-spacing: 0.05px;
  line-height: normal;
  margin-left: 18px;
  margin-top: 17px;
  width: 343px;
  z-index: 2;
}
/* screen - privacy-tab */

.privacy-tab {
  background-color: var(--background);
  border: 1px none;
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 12297px;
  min-width: 768px;
  width: 100%;
}

.privacy-tab .rectangle-1-1 {
  background-color: var(--boxes);
  height: 68px;
  left: calc(50.00% - 384px);
  position: fixed;
  top: 0;
  width: 768px;
  z-index: 3;
}

.privacy-tab .tradingtip-logo-1 {
  cursor: pointer;
  height: 32px;
  left: 269px;
  position: fixed;
  top: 18px;
  width: 230px;
  z-index: 4;
}

.privacy-tab .title-1 {
  height: 61px;
  letter-spacing: 0.05px;
  line-height: normal;
  margin-left: 230px;
  margin-top: 83px;
  text-align: center;
  width: 309px;
  z-index: 1;
}

.privacy-tab .marketing66-limited-1 {
  height: 11836px;
  letter-spacing: 0.05px;
  line-height: normal;
  margin-left: 16px;
  margin-top: 15px;
  width: 733px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .screen.privacy-all-breakpoints { 
    display: none;
   }
  .screen.privacy-tab { 
    display: none;
   }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .screen.privacy-all-breakpoints { 
    display: none;
   }
  .screen.privacy-mob { 
    display: none;
   }
}
@media screen and (min-width: 1440px) {
  .screen.privacy-tab { 
    display: none;
   }
  .screen.privacy-mob { 
    display: none;
   }
}