@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
:root {
  --clr-primary: #2C8DC2;
  --clr-secondary: #4a4a4a;
  --clr-secondary-100: #686868;
  --clr-secondary-200: #666666;
  --clr-secondary-300: #f6f7fa;
  --clr-secondary-400: #333333;
  --clr-tertiary: #fff;
  --text-12: 12px;
  --text-14: 14px;
  --text-16: 16px;
  --text-19: 19px;
  --text-24: 24px;
  --text-26: 26px;
  --text-32: 32px;
  --text-36: 36px;
  --ff-primary: "Roboto", sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
object,
iframe,
pre,
code,
p,
blockquote,
form,
fieldset,
legend,
table,
th,
td,
caption,
tbody,
tfoot,
thead,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video,
canvas {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
menu {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul,
ol,
menu {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: none;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

a img,
map a {
  border: none;
}

a {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  outline: 0;
  text-decoration: none;
}

embed {
  width: 100%;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

html {
  box-sizing: border-box;
  font-family: var(--ff-primary);
  font-size: var(--text-sm);
  scrollbar-width: thin;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  position: relative;
  overflow: initial;
}

a {
  color: #337ab7;
}

.wrapper {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  overflow: clip;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 16px;
}

.HeroSection {
  position: relative;
  overflow: hidden;
}
.HeroSection .HeroBackground {
  position: absolute;
  left: 50%;
  bottom: -26px;
  transform: translateX(-50%) scale(1.55);
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}
.HeroSection .HeroContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 30px;
}
.HeroSection .HeroContentText {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 10;
}
.HeroSection .HeroContentImages {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 82px;
}
.HeroSection .HeroContentTitle {
  font-size: var(--text-24);
  color: var(--clr-secondary);
  line-height: 28px;
  font-weight: 700;
  opacity: 0;
  animation: slide-in 0.5s linear 0s forwards;
}
.HeroSection .HeroContentTitleHighlight {
  font-size: var(--text-24);
  color: var(--clr-primary);
}
.HeroSection .HeroContentSubtitle {
  display: inline-block;
  font-size: var(--text-16);
  color: var(--clr-secondary-100);
  line-height: 19px;
  max-width: 320px;
  margin-top: 24px;
  opacity: 0;
  animation: slide-in 0.5s linear 0.2s forwards;
}
.HeroSection .HeroContentRegisterButton {
  position: relative;
  font-weight: 500;
  font-size: var(--text-14);
  color: #fff;
  text-align: center;
  border: none;
  background-color: var(--clr-primary);
  border-radius: 4px;
  transition: 0.2s all;
  margin-top: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  cursor: wait;
  opacity: 0;
  animation: slide-in 0.5s linear 0.4s forwards;
  overflow: hidden;
  z-index: 10;
}
.HeroSection .HeroContentRegisterButton span {
  position: relative;
  z-index: 100;
}
.HeroSection .HeroContentRegisterButton:before, .HeroSection .HeroContentRegisterButton:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.HeroSection .HeroContentRegisterButton:after {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), var(--clr-primary);
  transform: translate3d(100%, 0, 0);
  transition: transform 300ms 0ms cubic-bezier(0.16, 0.73, 0.58, 0.62);
}
.HeroSection .HeroContentRegisterButton:hover:after {
  transform: translate3d(0, 0, 0);
}
.HeroSection .HeroContentImagesMainWrapper {
  position: relative;
}
.HeroSection .HeroContentImagesMainWrapper img {
  width: 100%;
  height: 100%;
}
.HeroSection .HeroContentClockIconWrapper {
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 1;
}
.HeroSection .HeroContentShareIconWrapper {
  position: absolute;
  left: 20;
  top: 100px;
  z-index: 1;
}
.HeroSection .HeroContentImagesLeftWrapper {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 81px;
  z-index: 1;
}
.HeroSection .HeroContentImagesLeftWrapper img {
  width: 100%;
}
.HeroSection .HeroContentImagesRightWrapper {
  position: absolute;
  bottom: -28px;
  right: 0;
  width: 101px;
  z-index: 1;
}
.HeroSection .HeroContentImagesRightWrapper img {
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .HeroSection .HeroContentRegisterButton {
    display: inline-block;
    width: fit-content;
    padding: 10px 16px;
  }
}
@media only screen and (min-width: 768px) {
  .HeroSection .HeroContent {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    height: calc(100vh - 150px);
    max-height: 1100px;
  }
  .HeroSection .HeroContentImages {
    padding-top: 0;
    align-self: flex-end;
    justify-content: flex-end;
    height: 80%;
  }
  .HeroSection .HeroContentTitle {
    font-size: var(--text-32);
    line-height: 38px;
  }
  .HeroSection .HeroContentTitleHighlight {
    font-size: var(--text-32);
    line-height: 38px;
  }
  .HeroSection .HeroContentSubtitle {
    font-size: var(--text-16);
    line-height: 18.75px;
  }
  .HeroSection .HeroBackground {
    left: unset;
    right: 0;
    bottom: -100px;
    transform: scale(1.7);
    height: 100%;
    opacity: 0;
    animation: bubble-slide-in 1s 0.4s forwards;
  }
  .HeroSection .HeroContentRegisterButton {
    margin-top: 44px;
  }
  .HeroSection .HeroContentImagesMainWrapper {
    transform: scale(1);
    right: unset;
  }
}
@media only screen and (min-width: 1700px) {
  .HeroSection .HeroContent {
    padding-top: 0px;
    grid-template-columns: auto 1fr;
    column-gap: 100px;
  }
}
@keyframes slide-in {
  from {
    transform: translateX(-10%);
    opacity: 0.5;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes bubble-slide-in {
  from {
    transform: scale(2.7) translateX(30%);
    opacity: 0;
  }
  to {
    transform: scale(1.7) translateX(0%);
    opacity: 1;
  }
}

.WhatIsSection {
  background-image: url(../../img/bg-blue.png);
  background-size: cover;
}
.WhatIsSection .WhatIsContent {
  text-align: center;
  padding-top: 31px;
  padding-bottom: 62px;
}
.WhatIsSection .WhatIsTitle {
  font-size: var(--text-24);
  color: #fff;
  font-weight: 500;
}
.WhatIsSection .WhatIsTextLead {
  margin-top: 36px;
  font-size: var(--text-16);
  line-height: 19px;
  color: #fff;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .WhatIsSection {
    background-image: url(../../img/bg-blue-desktop.png);
  }
  .WhatIsSection .WhatIsTitle {
    font-size: var(--text-36);
    line-height: 42px;
  }
  .WhatIsSection .WhatIsTextLead {
    font-size: var(--text-24);
    line-height: 28px;
  }
}

.FeatureSection {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.FeatureSection .FeatureItem {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 144px;
}
.FeatureSection .FeatureItem:last-child {
  padding-bottom: 224px;
}
.FeatureSection .FeatureItemTitle {
  color: var(--clr-secondary);
  font-size: var(--text-24);
  font-weight: 400;
}
.FeatureSection .FeatureItemTextLead {
  margin-top: 24px;
  color: var(--clr-secondary-100);
  font-size: var(--text-16);
  font-weight: 400;
  line-height: 19px;
  text-align: justify;
  text-align-last: center;
}
.FeatureSection .FeatureItemTextList {
  margin-top: 24px;
  margin-left: 24px;
  list-style: disc;
}
.FeatureSection .FeatureItemTextListItem {
  color: var(--clr-secondary-100);
  font-size: var(--text-16);
  font-weight: 400;
  line-height: 19px;
}
.FeatureSection .FeatureItemImage {
  position: relative;
}
.FeatureSection .FeatureItemImage img {
  width: 100%;
}
.FeatureSection .FeatureBubbleBgFirst {
  position: absolute;
  right: -54%;
  top: -46px;
  width: 100%;
  height: 530px;
  transform: scale(1.8);
  z-index: -1;
}
.FeatureSection .FeatureBubbleBgFirst--reveal {
  animation: bubble-feature-slide-in-first 1s cubic-bezier(0.29, 0.64, 0.44, 1.49) 0s forwards;
}
.FeatureSection .FeatureBubbleBgSecond {
  position: absolute;
  display: block;
  right: 0;
  top: -160px;
  width: 100%;
  height: 860px;
  z-index: -1;
  transform: scale(1.2);
}
.FeatureSection .FeatureBubbleBgSecondDesktop {
  position: absolute;
  display: none;
  right: 0;
  height: auto;
  top: -31%;
  left: -44%;
  width: 100%;
  z-index: -1;
  transform: scale(1.8) translateY(30%);
}
@media only screen and (min-width: 768px) {
  .FeatureSection .FeatureItem {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 107px;
  }
  .FeatureSection .FeatureItemReverse {
    flex-direction: row-reverse;
  }
  .FeatureSection .FeatureItemReverse .FeatureItemContent {
    justify-self: flex-start;
  }
  .FeatureSection .FeatureItemContent {
    justify-self: flex-end;
    text-align: left;
    width: 420px;
  }
  .FeatureSection .FeatureItemTextLead {
    text-align-last: left;
  }
  .FeatureSection .FeatureItemTitle {
    font-size: var(--text-32);
    line-height: 38px;
  }
  .FeatureSection .FeatureItemImage {
    width: 60%;
  }
  .FeatureSection .FeatureBubbleBgSecond {
    display: none;
  }
  .FeatureSection .FeatureBubbleBgSecondDesktop {
    display: block;
  }
  .FeatureSection .FeatureBubbleBgSecondDesktop--reveal {
    animation: bubble-feature-slide-in-second 1s cubic-bezier(0.29, 0.64, 0.44, 1.49) 0s forwards;
  }
  .FeatureSection .FeatureBubbleBgFirst {
    right: -44%;
    top: -32%;
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes bubble-feature-slide-in-first {
  from {
    transform: scale(2) translateX(30%);
    opacity: 1;
  }
  to {
    transform: scale(2) translateX(0%);
    opacity: 1;
  }
}
@keyframes bubble-feature-slide-in-second {
  from {
    transform: scale(1.8) translateY(30%);
    opacity: 0.5;
  }
  to {
    transform: scale(1.8) translateY(0%);
    opacity: 1;
  }
}

.FooterSection {
  position: relative;
  background-color: var(--clr-secondary-300);
  z-index: 10;
}
.FooterSection .FooterContent {
  padding-top: 32px;
  padding-bottom: 28px;
}
.FooterSection .FooterContentItemTitle {
  color: var(--clr-secondary-200);
  font-size: var(--text-24);
  font-weight: 500;
}
.FooterSection .FooterContextWrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 36px;
}
.FooterSection .FooterContextProductWrapper {
  flex-direction: row;
}
.FooterSection .FooterContextText {
  font-size: var(--text-14);
  color: var(--clr-secondary-400);
  line-height: 17px;
}
.FooterSection .FooterContextText strong {
  font-weight: 700;
}
.FooterSection .FooterContextLink {
  font-size: var(--text-14);
  color: var(--clr-secondary-400);
  line-height: 16px;
  text-decoration: none;
}
.FooterSection .FooterContactItem {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
}
.FooterSection .FooterRightContent {
  margin-top: 24px;
}
.FooterSection .FooterContentItemSupport {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.FooterSection .FooterContentItemProduct {
  margin-top: 28px;
  display: block;
}
.FooterSection .FooterCopyright {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}
.FooterSection .FooterCopyright:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  right: -20px;
  width: calc(100vw + 100px);
  height: 1px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transform: translate(-50%);
}
.FooterSection .FooterCopyrightTitle {
  font-size: var(--text-14);
  font-weight: 400;
  color: var(--clr-secondary-400);
  line-height: 16px;
}
.FooterSection .FooterCopyrightTitleHighlight {
  font-size: var(--text-24);
  font-weight: 700;
  color: var(--clr-primary);
}
.FooterSection .FooterCopyrightSubtitle {
  color: var(--clr-secondary-400);
  font-size: var(--text-14);
  font-weight: 400;
  line-height: 16px;
  margin-top: 18px;
}
.FooterSection .FooterVerifyImageWrapper {
  width: 135px;
  margin-top: 10px;
}
.FooterSection .FooterVerifyImageWrapper img {
  width: 100%;
}
.FooterSection .FooterContentLastItem {
  display: none;
}
@media only screen and (min-width: 768px) {
  .FooterSection .FooterContent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
  .FooterSection .FooterRightContent {
    display: flex;
    flex-direction: row;
    margin-top: 0;
    justify-content: center;
    width: 100%;
  }
  .FooterSection .FooterContentItemSupport {
    flex-direction: row;
    width: 100%;
    gap: 30px;
    justify-content: space-between;
  }
  .FooterSection .FooterContentItemProduct {
    margin-top: 0;
    display: none;
  }
  .FooterSection .FooterContactItem {
    align-items: center;
  }
  .FooterSection .FooterContextProductWrapper {
    display: flex;
    flex-direction: column;
  }
  .FooterSection .FooterContentLastItem {
    display: block;
  }
}

.nav {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 16px 24px;
  z-index: 30;
}
.nav__left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.nav__logo-name {
  color: var(--clr-primary);
  font-size: var(--text-19);
  font-weight: 600;
}
.nav__list-item {
  display: none;
  cursor: pointer;
}
.nav__list-item--link {
  color: var(--clr-secondary);
  font-size: var(--text-14);
  text-decoration: none;
  font-weight: 400;
  margin-right: 36px;
}
.nav__list-item--link:hover {
  color: rgba(74, 74, 74, 0.8117647059);
}
.nav__list-item--register {
  position: relative;
  background-color: #fff;
  border: 1px solid var(--clr-primary);
  border-radius: 4px;
  color: var(--clr-primary);
  text-decoration: none;
  text-align: center;
  padding: 10px 22px;
  transition: all 0.4s;
  cursor: pointer;
}
.nav__list-item--register:hover {
  background-color: var(--clr-primary);
  color: var(--clr-tertiary);
}
.nav__list-item--register:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 3px solid var(--clr-primary);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nav__list-item--login {
  background-color: var(--clr-primary);
  border: 1px solid var(--clr-primary);
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px 22px;
  margin-left: 16px;
  transition: all 0.4s;
  cursor: pointer;
}
.nav__list-item--login:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), var(--clr-primary);
}
.nav__list-item--policy {
  position: relative;
}
.nav__list-item--policy::before {
  position: absolute;
  bottom: -20px;
  content: "";
  background-color: transparent;
  height: 20px;
  width: 100%;
}
.nav__list-item--policy:hover .nav__list-item--popover {
  display: flex;
}
.nav__list-item--popover {
  position: absolute;
  display: none;
  left: -120px;
  top: 30px;
  flex-direction: column;
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.25);
  width: 200px;
  border-radius: 4px;
}
.nav__list-item--popover-item {
  padding: 14px 18px;
  color: var(--clr-secondary-200);
  font-size: var(--text-18);
}
.nav__list-item--popover-item:hover {
  background-color: var(--clr-secondary-300);
}
.nav__hamburger {
  display: flex;
  align-items: center;
  height: 28px;
  width: 32px;
  cursor: pointer;
  color: var(--clr-secondary);
}
.nav__hamburger span {
  position: relative;
  display: block;
  height: 2px;
  width: 100%;
  background-color: var(--clr-secondary);
}
.nav__hamburger span:before, .nav__hamburger span:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 2px;
  display: inline-block;
  background-color: var(--clr-secondary);
  left: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.nav__hamburger span:before {
  top: -8px;
}
.nav__hamburger span:after {
  bottom: -8px;
}
.nav__hamburger--open span {
  background-color: transparent;
}
.nav__hamburger--open span:before {
  transform: rotate(45deg);
  top: 0;
}
.nav__hamburger--open span:after {
  transform: rotate(-45deg);
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .nav__hamburger-wrapper {
    display: none;
  }
  .nav__list-item {
    display: inline-block;
  }
}

.NavMenuMobile {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 73px;
  right: -100%;
  width: 100%;
  height: calc(100vh - 71.33px);
  background-color: #fff;
  z-index: 30;
  transition: all 0.3s;
}
.NavMenuMobileActive {
  right: 0;
}

.NavMenuMobileAction {
  display: flex;
  flex-direction: column;
  padding: 18px 24px;
  gap: 8px;
  box-shadow: rgba(27, 31, 35, 0.04) 0px -1px 0px, rgba(255, 255, 255, 0.25) 0px -1px 0px inset;
}

.NavMenuRegisterButton {
  background-color: #fff;
  border: 1px solid var(--clr-primary);
  border-radius: 4px;
  color: var(--clr-primary);
  text-decoration: none;
  text-align: center;
  padding: 16px 24px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .NavMenuRegisterButton {
    width: fit-content;
    padding: 10px 22px;
    margin-right: 16px;
  }
}

.NavMenuLoginButton {
  background-color: var(--clr-primary);
  border: 1px solid var(--clr-primary);
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 16px 24px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .NavMenuLoginButton {
    width: fit-content;
    padding: 10px 22px;
  }
}

.NavMenuMobileItem {
  cursor: pointer;
}
.NavMenuMobileItem:hover {
  background-color: var(--clr-secondary-300);
}

.NavMenuMobileLink {
  display: block;
  color: var(--clr-secondary-200);
  font-size: var(--text-16);
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  padding: 18px 24px;
}

@keyframes ring {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  50%, 100% {
    width: 120%;
    height: 150%;
    opacity: 0;
  }
}
.PolicyPostWrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.Breadcrumb {
  display: none;
  background-color: var(--clr-secondary-300);
}
.Breadcrumb .BreadcrumbNav {
  display: flex;
  flex-direction: row;
  padding-top: 20px;
  padding-bottom: 20px;
}
.Breadcrumb .BreadcrumbRootItem {
  padding-right: 10px;
  color: var(--clr-secondary);
}
.Breadcrumb .BreadcrumbItem {
  cursor: pointer;
  color: var(--clr-secondary);
}
.Breadcrumb .BreadcrumbItem::before {
  padding-right: 10px;
  content: ">";
  color: var(--clr-secondary);
}
@media only screen and (min-width: 768px) {
  .Breadcrumb {
    display: block;
  }
}

.PolicyPost {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: unset;
  padding-top: 30px;
  padding-top: 0;
  padding-bottom: 68px;
}
.PolicyPost .PolicyNav {
  display: none;
  justify-content: center;
  flex-direction: row;
  gap: 28px;
  padding-right: 0;
  border-right: none;
  background-color: var(--clr-secondary-300);
}
.PolicyPost .PolicyNavItem {
  width: 100%;
  text-align: center;
  color: var(--clr-secondary);
  font-size: var(--text-18);
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.PolicyPost .PolicyNavActiveItem {
  border-bottom: 2px solid var(--clr-primary);
  color: var(--clr-primary);
}
.PolicyPost .PolicyContent {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .PolicyPost {
    padding-top: 30px;
    grid-template-columns: auto 1fr;
    grid-template-rows: unset;
  }
  .PolicyPost .PolicyNav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-right: 1px solid var(--clr-secondary);
    padding-right: 67px;
    padding-left: 20px;
    background-color: #fff;
  }
  .PolicyPost .PolicyNavItem {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .PolicyPost .PolicyContent {
    padding-left: 32px;
    padding-top: 0;
  }
}

.TermOfPrivacyWrapper .Title {
  color: var(--clr-primary);
  font-size: var(--text-24);
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}
.TermOfPrivacyWrapper .SubTitle {
  color: var(--clr-primary);
  font-size: var(--text-18);
  line-height: 21px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 15px;
}
.TermOfPrivacyWrapper .SubTitleLight {
  color: var(--clr-primary);
  font-size: var(--text-16);
  line-height: 21px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 15px;
}
.TermOfPrivacyWrapper .TextLead {
  color: var(--clr-secondary);
  font-size: var(--text-16);
  font-weight: 400;
  line-height: 21px;
  margin-top: 15px;
  text-align: justify;
}
.TermOfPrivacyWrapper .StepLv1 {
  color: #000000;
  font-size: var(--text-16);
  font-weight: 700;
  line-height: 21px;
  margin-top: 15px;
  padding-left: 15px;
}
.TermOfPrivacyWrapper .StepLv2 {
  color: var(--clr--secondary);
  font-size: var(--text-16);
  font-weight: 500;
  line-height: 21px;
  margin-top: 15px;
  padding-left: 25px;
}
.TermOfPrivacyWrapper .TextLeadStepList {
  margin-top: 15px;
  padding-left: 30px;
}
.TermOfPrivacyWrapper .TextLeadStepItem {
  margin-top: 8px;
  color: var(--clr--secondary);
  font-size: var(--text-16);
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  word-break: break-word;
}
.TermOfPrivacyWrapper .TextLeadStepItem a {
  color: var(--clr-primary);
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .TermOfPrivacyWrapper .Title {
    font-size: var(--text-36);
    line-height: 42px;
  }
}

.contact__content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: var(--clr-secondary-300);
  padding-top: 30px;
}
.contact__bubble-illustration {
  position: absolute;
  display: none;
  left: 0;
  bottom: 10%;
  transform: scale(1.3);
}
.contact__form {
  padding: 24px 20px;
  background-color: #fff;
}
.contact__form-title {
  color: var(--clr-secondary);
  font-size: var(--text-24);
  font-weight: 500;
}
.contact__form-group {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}
.contact__form-input-wrapper {
  position: relative;
  width: 100%;
}
.contact__form-input-icon {
  width: 20px;
}
.contact__form-input-icon img {
  width: 100%;
}
.contact__form-input {
  position: relative;
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid var(--clr-primary);
  padding-bottom: 10px;
  color: var(--clr-secondary-400);
  font-size: var(--text-16);
  z-index: 10;
}
.contact__form-input::placeholder {
  padding-left: 3px;
}
.contact__form-input:focus ~ .contact__form-label, .contact__form-input:not(:focus):valid ~ .contact__form-label {
  top: -20px;
  font-size: var(--text-12);
  color: var(--clr-primary);
}
.contact__form-input:placeholder-shown {
  top: -16px;
  font-size: var(--text-12);
  color: var(--clr-primary);
}
.contact__form-textarea {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 700px;
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid var(--clr-primary);
  padding-bottom: 10px;
  color: var(--clr-secondary-400);
  font-size: var(--text-16);
  overflow: hidden;
  z-index: 10;
}
.contact__form-textarea::placeholder {
  color: var(--clr-secondary-100);
  font-size: var(--text-16);
  font-weight: 400;
}
.contact__form-textarea:placeholder-shown {
  top: 0;
}
.contact__form-label {
  position: absolute;
  left: 3px;
  color: var(--clr-secondary-100);
  font-size: var(--text-16);
  font-weight: 400;
  z-index: 1;
  transition: all 0.3s;
}
.contact__form-submit-btn {
  text-align: center;
  color: #fff;
  background-color: var(--clr-primary);
  width: 100%;
  padding: 10px 30px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: var(--text-14);
  font-weight: 500;
  border-radius: 4px;
}
.contact__form-submit-btn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), var(--clr-primary);
}
.contact__support {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 24px;
  padding-bottom: 58px;
  margin-top: 30px;
  background-color: #fff;
}
.contact__support-title {
  color: var(--clr-secondary);
  font-size: var(--text-24);
  font-weight: 500;
}
.contact__support-row {
  display: flex;
  flex-direction: row;
  gap: 14px;
  margin-top: 27px;
}
.contact__support-row:first-of-type {
  margin-top: 32px;
}
.contact__support-row:last-of-type {
  margin-top: 40px;
}
.contact__support-sub-title {
  font-size: var(--text-16);
  color: var(--clr-secondary);
  font-weight: 400;
}
.contact__support-text {
  font-size: var(--text-16);
  color: var(--clr-secondary-400);
  font-weight: 400;
}
.contact__support-text strong {
  font-weight: 500;
}
.contact__support-row--image {
  margin-left: auto;
  margin-right: auto;
  width: 239px;
}
.contact .container {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .contact__content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 385px;
    grid-auto-rows: 1fr;
    gap: 32px;
    background-color: #fff;
    min-height: calc(100vh - 71.2px);
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 200px;
    z-index: 10;
  }
  .contact__bubble-illustration {
    display: block;
  }
  .contact__form {
    display: flex;
    flex-direction: column;
    background-color: unset;
    padding: unset;
    flex-grow: 0.8;
    z-index: 10;
  }
  .contact__form-submit-btn {
    width: fit-content;
    justify-self: flex-end;
    padding: 10px 53px;
  }
  .contact__form-group-wrapper {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 32px;
    padding-bottom: 32px;
    margin-top: 16px;
    height: 100%;
  }
  .contact__support {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    background-color: unset;
    padding: unset;
    z-index: 10;
  }
  .contact__support-row-wrapper {
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 32px;
    padding-bottom: 0;
    margin-top: 16px;
    height: 100%;
  }
  .contact__form-group:last-of-type {
    justify-content: flex-end;
  }
  .contact__form-group--span {
    flex-grow: 1;
  }
}

.how-to-use__img {
  text-align: center;
}

<<<<<<< HEAD
.nav__logo-wrapper img {
  height: 44px;
=======
.nav__logo-wrapper {
  display: flex;
  align-items: center;
  padding: 8px 0;
  transition: all 0.3s ease;
}

.nav__logo-wrapper img {
  height: 40px;
  width: auto;
  object-fit: contain;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.nav__logo-wrapper:hover img {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
>>>>>>> 3ab5b19 (Cập nhật logo và thay đổi đường dẫn cho các nút đăng ký, đăng nhập. Cải thiện giao diện và thêm hướng dẫn sử dụng cho ứng dụng Ninetick.)
}

/*# sourceMappingURL=style.css.map */
