.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.background {
  position: relative;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/amigo_logo_outline_bg.svg'), linear-gradient(311deg, #321fe2, #bf1fd6);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  font-family: 'Work Sans', sans-serif;
}

.background.pop-up {
  display: block;
  overflow: scroll;
  height: 100vh;
  background-position: 50% 100%, 0px 0px;
  background-size: auto, auto;
}

.background.pop-up.check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.background.pop-up.profile {
  display: block;
}

.background.pop-up.failed {
  display: block;
}

.background.pop-up.succeeded {
  display: block;
}

.background.nologo {
  background-image: linear-gradient(311deg, #321fe2, #bf1fd6);
  background-position: 0px 0px;
  background-size: auto;
}

.background.emiel {
  min-height: 100vh;
}

.background._100vh {
  display: block;
  overflow: hidden;
  height: 100vh;
  min-height: 0vh;
}

.background._100vh.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.background.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#321fe2), to(#bf1fd6));
  background-image: linear-gradient(180deg, #321fe2, #bf1fd6);
}

.background.oeteldonk {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.97)), to(hsla(0, 0%, 100%, 0.97))), url('../images/background_amigo_black-01.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.97), hsla(0, 0%, 100%, 0.97)), url('../images/background_amigo_black-01.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.background.whitebg {
  background-image: none;
}

.logo-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
}

.logo-text.big {
  position: static;
  width: auto;
  height: auto;
  background-color: transparent;
  font-size: 50px;
  line-height: 60px;
}

.logo-text.oeteldonk {
  color: #000;
}

.logo-text.black {
  background-color: transparent;
  color: #404040;
}

.text-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.slogan-text {
  margin-left: 2%;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.page-body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 87vh;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Work Sans', sans-serif;
}

.page-body.add-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  min-height: 0vh;
  padding-top: 2%;
  padding-bottom: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-body.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0vh;
  padding-top: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-body.center.contacts {
  height: 100%;
  max-height: 93vh;
  min-height: 0vh;
  padding-bottom: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-body._80vh {
  height: 80vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-body.oeteldonk {
  min-height: 0vh;
}

.transp-body {
  position: absolute;
  left: 0%;
  top: 11%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.transp-body.data-fillin {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding: 5% 5% 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.transp-body.data-fillin.oeteldonk {
  height: auto;
  padding-bottom: 5%;
}

.img-and-social {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 0vh;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.img-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.body {
  font-family: 'Work Sans', sans-serif;
}



.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-right: 15%;
  padding-left: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.text-block.pop-up {
  position: static;
  width: auto;
  height: auto;
  margin-top: 16px;
  padding-right: 0%;
  padding-left: 0%;
  background-color: transparent;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 30px;
  line-height: 36px;
  text-transform: capitalize;
}

.heading-4.white {
  overflow: visible;
  height: auto;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  text-transform: none;
}

.heading-4.white.center {
  overflow: visible;
  width: auto;
  line-height: 30px;
  text-align: center;
}

.heading-4.white.center.smaller {
  font-size: 25px;
}

.heading-4.white.left {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 25px;
}

.heading-4.black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #000;
  line-height: 30px;
  text-align: center;
}

.txt-bio {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 100;
  text-align: center;
}

.txt-bio.small {
  margin-left: 5px;
  color: #fff;
}

.social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-block.no-marge {
  height: 77.74637%;
  margin-bottom: 0vh;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 9px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0.4);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.button:hover {
  background-color: hsla(0, 0%, 100%, 0.6);
}

.button.delete {
  width: 250px;
  margin-right: 5%;
  border-style: solid;
  border-width: 5px;
  border-color: red;
  border-radius: 8px;
  background-color: red;
  font-size: 16px;
  font-weight: 700;
}

.button.delete.cancel {
  margin-right: 0%;
  margin-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-width: 3px;
  background-color: #fff;
  color: red;
}

.button.small {
  width: auto;
}

.button-block {
  display: none;
  width: 36.8%;
  margin-bottom: 0%;
}

.button-block.desktop-small {
  position: absolute;
  left: 5%;
  top: 10%;
  right: auto;
  bottom: auto;
  display: block;
  width: auto;
}

.button-block.logout {
  display: block;
}

.grid-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.linkedin {
  background-color: #0f80b2;
}

.tile {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  min-width: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 6px;
  border-color: #fff;
  border-radius: 15px;
  box-shadow: 5px 5px 10px 12px rgba(95, 95, 95, 0.14);
}

.tile.linkedin {
  background-image: url('../images/LinkedIn.svg');
}

.tile.empty {
  border-color: transparent;
  background-image: url('../images/Empty.svg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: none;
}

.tile.small {
  width: 70px;
  height: 70px;
  min-height: 0px;
  min-width: 0px;
  border-width: 3px;
  border-radius: 15px;
  box-shadow: 6px 6px 10px -2px rgba(43, 20, 160, 0.35);
}

.tile.auto {
  position: relative;
  width: 80px;
  height: 80px;
  min-height: 0px;
  min-width: 0px;
  box-shadow: 6px 6px 10px -2px rgba(43, 20, 160, 0.35);
}

.tile.auto.empty {
  width: auto;
  background-image: url('../images/Empty.svg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: none;
}

.tile.company {
  background-image: url('../images/Company.svg');
}

.tile-img {
  width: 40px;
  height: 40px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.tile-img.linkedin {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url('../images/LinkedIn.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.tile-img.empty {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #fff;
  background-image: none;
}

.add-connect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.add-connect.redirect {
  position: absolute;
  left: 3%;
  top: 3%;
  right: auto;
  width: 20vw;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.add-connect.remember {
  position: absolute;
  left: auto;
  top: 10%;
  right: 5%;
  bottom: auto;
  height: auto;
}

.txt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 20px;
  line-height: 17px;
  text-align: center;
}

.txt.small {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
}

.txt.small.left {
  text-align: left;
}

.txt.small.marge-bottom {
  margin-bottom: 10px;
}

.score {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.logo-img {
  width: 45px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2%;
  margin-bottom: 2%;
}

.pop-up {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: #bf1fd6;
}

.logo-header-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vh;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-header-2.long {
  height: 30vh;
}

.logo-header-2.oeteldonk {
  height: auto;
  padding-top: 2%;
  padding-bottom: 1%;
}

.logo-pop-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 45px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-pop-up.border {
  border: 1px solid #000;
  border-radius: 100%;
}

.amigo-logo {
  width: 60px;
}

.amigo-logo.big {
  width: 120px;
}

.page-body-2 {
  padding-top: 5%;
}

.page-body-2.without-footer {
  display: block;
  overflow: visible;
  height: 80vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-body-2.without-footer.account {
  display: block;
  height: auto;
  padding-top: 0%;
  padding-right: 10%;
  padding-left: 10%;
}

.page-body-2.without-footer.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-body-2.long {
  height: auto;
}

.page-body-2.small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-body-2.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-body-2.full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-up-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-up-block.width-cap {
  max-width: 500px;
}

.paragraph {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.paragraph.bold {
  font-weight: 700;
}

.paragraph.bold.marge {
  padding-left: 10px;
}

.paragraph.left {
  text-align: left;
}

.paragraph.left.black {
  color: #404040;
}

.paragraph.left.oeteldonk {
  color: grey;
}

.paragraph.left.oeteldonk.yellow {
  color: #fc0;
}

.paragraph.left.oeteldonk.red {
  color: #e60000;
}

.paragraph.left.marge-down {
  margin-bottom: 5px;
}

.paragraph.marge-up {
  margin-top: 5%;
}

.paragraph.marge-up.emiel {
  margin-top: 2vh;
  font-size: 25px;
  line-height: 40px;
}

.paragraph.marge-up.oeteldonk {
  font-family: 'Work Sans', sans-serif;
  color: grey;
  font-weight: 500;
}

.paragraph.link {
  text-decoration: underline;
}

.paragraph.bttm-marge {
  margin-bottom: 5px;
}

.paragraph.black {
  background-color: transparent;
  color: #404040;
}

.heading1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
  text-align: center;
}

.heading1.left {
  text-align: left;
}

.heading1.bold {
  line-height: 35px;
}

.form-block {
  width: auto;
  height: auto;
  margin-top: 5%;
  margin-bottom: 0px;
}

.form-block.no-margin {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
}

.form-block.marge {
  margin-top: 10%;
  margin-bottom: 10%;
}

.text-field {
  height: 50px;
  margin-right: 0%;
  margin-bottom: 0px;
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #cecece;
  border-radius: 8px;
  background-color: #fff;
  color: grey;
}

.text-field:focus {
  border-style: solid;
  border-width: 2px;
  border-color: #00c9aa;
}

.text-field::-webkit-input-placeholder {
  font-size: 14px;
}

.text-field:-ms-input-placeholder {
  font-size: 14px;
}

.text-field::-ms-input-placeholder {
  font-size: 14px;
}

.text-field::placeholder {
  font-size: 14px;
}

.text-field.nofocusborder {
  border: 5px solid transparent;
}

.text-field.nofocusborder:focus {
  border-style: solid;
  border-color: #00c9aa;
}

.text-field.nofocusborder.left {
  width: 100px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: none;
  border-width: 4px;
  border-color: red;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  color: grey;
}

.text-field.nofocusborder.left::-webkit-input-placeholder {
  color: #404040;
  font-size: 15px;
}

.text-field.nofocusborder.left:-ms-input-placeholder {
  color: #404040;
  font-size: 15px;
}

.text-field.nofocusborder.left::-ms-input-placeholder {
  color: #404040;
  font-size: 15px;
}

.text-field.nofocusborder.left::placeholder {
  color: #404040;
  font-size: 15px;
}

.text-field.nofocusborder.left._150px {
  width: 150px;
}

.text-field.nofocusborder.right {
  border: 4px solid transparent;
  border-radius: 0px 8px 8px 0px;
}

.text-field.delete:focus {
  border-color: red;
}

.text-field.url {
  color: #404040;
}

.text-field.marge-between {
  height: 50px;
  margin-bottom: 10px;
  border: 4px solid transparent;
}

.text-field.marge-between.oeteldonk {
  border-width: 2px;
  border-color: #fc0;
}

.text-field.marge-between.oeteldonk.red {
  border-color: #e60000;
}

.text-field.copy-link {
  width: 450px;
  max-width: 100%;
  margin-right: 10%;
  background-color: #fff;
  color: #404040;
}

.text-field.copy-link::-webkit-input-placeholder {
  color: #404040;
}

.text-field.copy-link:-ms-input-placeholder {
  color: #404040;
}

.text-field.copy-link::-ms-input-placeholder {
  color: #404040;
}

.text-field.copy-link::placeholder {
  color: #404040;
}

.text-field.transparant {
  width: 250px;
  height: auto;
  padding: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  border-radius: 0px 0px 2px 2px;
  background-color: transparent;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.text-field.transparant::-webkit-input-placeholder {
  color: #fff;
  font-size: 30px;
}

.text-field.transparant:-ms-input-placeholder {
  color: #fff;
  font-size: 30px;
}

.text-field.transparant::-ms-input-placeholder {
  color: #fff;
  font-size: 30px;
}

.text-field.transparant::placeholder {
  color: #fff;
  font-size: 30px;
}

.text-field.transparant.desc {
  width: 400px;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.text-field.transparant.desc::-webkit-input-placeholder {
  font-size: 21px;
}

.text-field.transparant.desc:-ms-input-placeholder {
  font-size: 21px;
}

.text-field.transparant.desc::-ms-input-placeholder {
  font-size: 21px;
}

.text-field.transparant.desc::placeholder {
  font-size: 21px;
}

.checkbox {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background-color: #fff;
}

.checkbox.w--redirected-checked {
  border-style: none;
  border-color: #fff;
  background-color: #fff;
  background-image: url('../images/checkmark.png');
  color: #00c9aa;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.text-link {
  color: #fff;
  text-decoration: none;
}

.text-link.bold {
  font-size: 21px;
  font-weight: 300;
}

.rightalign-div {
  text-align: right;
}

.submit-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 5px;
  border-color: #00c9aa;
  border-radius: 8px;
  background-color: #00c9aa;
  box-shadow: 0 -20px 25px -14px rgba(0, 201, 170, 0.2);
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.submit-button.orange {
  border-color: #feab29;
  background-color: #feab29;
  box-shadow: 0 -20px 25px -14px rgba(254, 171, 41, 0.3);
  text-align: center;
}

.submit-button.small {
  width: 30vw;
}

.submit-button._2 {
  border-style: solid;
  border-width: 5px;
  border-color: #dbffe9;
  background-color: transparent;
  color: #dbffe9;
}

.submit-button.delete {
  border-color: red;
  background-color: red;
  box-shadow: 0 -20px 25px -14px rgba(255, 0, 0, 0.3);
}

.submit-button.copy {
  width: 100px;
}

.submit-button.oeteldonk {
  border-style: solid;
  border-width: 3px;
  border-color: grey;
  background-color: #fff;
  box-shadow: none;
  color: grey;
}

.form-div {
  width: 100%;
  margin-bottom: 0%;
}

.form-div.step1 {
  max-width: 50vw;
}

.form-div.step1.margin-top {
  margin-top: 5%;
}

.form-div.marge-up {
  width: 100%;
  max-width: 500px;
}

.form-div.addsocial {
  max-width: none;
}

.form-div.url {
  width: 640px;
  max-width: none;
}

.form-div.top-marge {
  margin-top: 3%;
}

.form-div.width-cap {
  max-width: 500px;
}

.footer-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text {
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.text.black-up {
  margin-top: -20%;
  background-color: transparent;
  color: #404040;
}

.error-message {
  display: block;
  margin-top: 1%;
  color: red;
  text-align: center;
}

.header-logout {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 5%;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.remember-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.title-block {
  width: 100%;
  padding-right: 2%;
  padding-left: 2%;
}

.text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
  padding-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-div.right {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-div.center-text {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-div.center-text.adjust-marge {
  width: auto;
  height: auto;
  margin-top: 0%;
  padding-left: 0%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-div.center {
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-div.center.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.text-div._1 {
  margin-top: 0%;
  padding-left: 30%;
}

.text-div.contacts {
  padding-left: 0%;
}

.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.register-step-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.register-pp-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3%;
  margin-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.upload-pp-field {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 15vh;
  height: 15vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.upload-pp-field.large {
  width: 200px;
  height: 200px;
  border-width: 4px;
  border-radius: 100%;
}

.upload-pp-field.oeteldonk {
  width: 300px;
  height: 300px;
  border-color: grey;
}

.birth-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hyphen-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1vw;
  margin-left: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.setimage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-image: none;
  background-size: auto;
  cursor: pointer;
}

.bottommarge-div {
  margin-bottom: 5%;
}

.start_screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 2% 15% 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-slides {
  margin-bottom: 3vh;
}

.image-4 {
  margin-bottom: 10px;
  opacity: 1;
}

.slider-footer {
  width: 100%;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.arrow_slide_1 {
  width: 36px;
  cursor: pointer;
}

.error-message-2 {
  width: 0px;
  height: 0px;
  background-color: transparent;
}

.success-message {
  width: 0px;
  height: 0px;
  background-color: transparent;
}

.settings-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.settings-div.right {
  margin-right: 15%;
}

.right-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-col.max-height {
  padding-right: 10%;
}

.right-col.max-height.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-col.max-height.align-center.right-padding {
  padding-right: 10%;
  padding-left: 0px;
}

.right-col.middle {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-col.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.right-col.close-add-tile {
  position: relative;
}

.header-column {
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 80px;
  padding-top: 2%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.settings-image {
  width: 100%;
}

.link-block {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.button-div {
  width: 100%;
  max-width: 60vw;
  margin-top: 5%;
}

.text-block-6 {
  padding-left: 1%;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
}

.text-block-8 {
  margin-top: 1%;
  font-size: 18px;
  text-align: center;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-span {
  color: red;
}

.form-block-2 {
  width: 100%;
  margin-top: 5%;
}

.image-9 {
  width: 200px;
}

.image-10 {
  width: 8vw;
}

.white-div {
  position: relative;
  display: block;
  width: 50vw;
  height: auto;
  margin-right: 2%;
  margin-left: 2%;
  padding: 2% 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  color: #404040;
}

.white-div.emiel {
  width: 11vw;
  height: 70px;
  min-width: 70px;
}

.white-div.large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 70vw;
  height: 80vh;
  padding-top: 0%;
  padding-bottom: 3%;
}

.white-div.mobile {
  z-index: 99;
  display: block;
  overflow: hidden;
  padding: 0%;
}

.gridsocials {
  padding: 5%;
  grid-row-gap: 5px;
  -ms-grid-columns: minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr);
  grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr);
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.tile_newsocial {
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vh;
  height: 16vh;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #404040;
  text-decoration: none;
}

.tile_newsocial:hover {
  border-color: #bf1fd6;
}

.tile_newsocial._11vh {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.tile_newsocial._11vh:hover {
  border-color: rgba(76, 31, 224, 0.4);
}

.tile_newsocial._11vh.buttonactive {
  border-color: rgba(76, 31, 224, 0.4);
}

.tile_newsocial.customize {
  position: relative;
  z-index: auto;
  width: auto;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: -webkit-grab;
  cursor: grab;
}

.tile_newsocial.customize:hover {
  border-color: transparent;
}

.tile_newsocial.customize.click {
  z-index: 0;
  width: 102px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

.tile_newsocial.customize.transparant {
  padding: 5%;
  cursor: default;
}

.tile_newsocial.customize.opacity-low {
  opacity: 0.1;
}

.clockdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.days {
  font-size: 30px;
  line-height: 35px;
}

.image-11 {
  width: 40vw;
  margin-top: 5%;
  border-radius: 20px;
}

.hours {
  font-size: 30px;
  line-height: 35px;
}

.minutes {
  font-size: 30px;
  line-height: 35px;
}

.allsocials {
  overflow: scroll;
  width: 100%;
  height: 63vh;
  margin-bottom: 3%;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  box-shadow: inset 0 0 20px 0 #dbdbdb;
}

.close-add-tile {
  position: absolute;
  left: auto;
  top: 5%;
  right: 5%;
  bottom: auto;
  cursor: pointer;
}

.close-add-tile.rightmarge {
  left: auto;
  top: 5%;
  right: 5%;
  bottom: auto;
}

.close-add-tile.inheader {
  left: auto;
  top: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-12 {
  width: 28px;
}

.open-app-txt {
  margin-bottom: 0px;
  color: #5d5d5d;
  font-size: 18px;
  font-weight: 500;
}

.open-app-txt:hover {
  color: #979494;
}

.open-app-txt.marge {
  margin-top: 0%;
  margin-bottom: 0%;
  padding-right: 10px;
  padding-left: 5px;
}

.open-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 2% 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.open-app-icon {
  width: 20px;
  padding-left: 0%;
}

.add-your-profile {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.error-div {
  margin-top: 2%;
}

.public-pf {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2 Area-3"
    "Area-4 Area-5 Area-6"
    "Area-7 Area-8 Area-9";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
}

.white {
  overflow: hidden;
  height: 20px;
  max-width: 100px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.white.big {
  width: 100%;
  font-size: 18px;
  text-align: left;
}

.white.big.center {
  width: 100%;
  min-width: 0px;
  color: #404040;
}

.white.big.center.fullwidth {
  max-width: none;
}

.delete-tile-div {
  position: absolute;
  left: auto;
  top: -15%;
  right: -15%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  cursor: pointer;
}

.div-block-23 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(76, 31, 224, 0.47);
}

.header-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed {
  margin-top: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: transparent;
}

.direct-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130%;
  height: 100%;
  margin-left: -15%;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 6px;
  background-color: rgba(243, 242, 242, 0.95);
}

.text-block-10 {
  padding-bottom: 21px;
  color: #404040;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.saved-contacts-div {
  position: static;
  width: 80vw;
  height: 100%;
  padding: 5%;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 6px;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
}

.title-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-div.contacts {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 8vh;
  margin-bottom: 1%;
  border-radius: 6px;
  background-color: #fff;
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.options-img {
  width: 25px;
  margin-top: -2%;
  background-image: linear-gradient(162deg, #bf1fd6 22%, #321fe2);
}

.scroll-div {
  overflow: scroll;
  min-height: 45vh;
}

.scroll-div.contacts {
  height: 100%;
  min-height: 0vh;
}

.purple {
  margin-left: 5%;
  color: #4c1fe0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.purple.name {
  overflow: hidden;
  width: 150px;
}

.link-block-6 {
  cursor: -webkit-grab;
  cursor: grab;
}

.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center._80vh {
  height: 80vh;
}

.center.qr {
  height: 50vh;
}

.close-img {
  background-image: linear-gradient(125deg, #bf1fd6, #321fe2);
}

.close-img.small {
  width: 20px;
  border-style: none;
  border-width: 3px;
  border-color: #fff;
}

.body-3 {
  height: 100vh;
}

.last-div-form {
  margin-bottom: 30px;
}

.div-block-30 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/pf.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.success-message {
  width: auto;
  height: auto;
  margin-top: 1%;
  color: #00c9aa;
  text-align: center;
}

.div-block-31 {
  margin-bottom: 10%;
}

.form-2 {
  margin-top: 5%;
  margin-bottom: 10%;
}

.icon-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(0, 201, 170, 0.77);
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.icon-hover:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.icon-hover.draggable {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  cursor: -webkit-grab;
  cursor: grab;
}

.addsocial-info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 375px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

._15x15 {
  width: 15px;
  height: 15px;
}

.socialname-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.edit-link-block {
  width: 30px;
  padding-left: 9px;
}

.tile-title-txt {
  width: 150px;
  height: 25px;
  margin-bottom: 0px;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #404040;
  background-color: transparent;
  line-height: 20px;
}

.tile-title-txt:active {
  border-width: 2px;
  border-color: #00c9aa;
}

.tile-title-txt:focus {
  padding-left: 5px;
  border-width: 2px;
  border-color: #00c9aa;
  border-radius: 8px;
}

.image-16 {
  height: 17px;
  margin-right: 5px;
}

.image-17 {
  height: 20px;
}

.image-17._2 {
  height: 20px;
}

.button-txt {
  padding-left: 13px;
}

.image-18 {
  height: 20px;
}

.instruction {
  padding-left: 10px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.instruction.right {
  padding-right: 10px;
  padding-left: 0px;
  font-weight: 600;
}

.dot {
  width: 10px;
  height: 10px;
  margin-left: 10%;
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.dot.clicked {
  background-color: #fff;
}

.dot-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.account-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.image-20 {
  width: 30px;
}

.arrow-txt {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.arrow-txt.adjustm {
  margin-right: 5px;
  font-size: 16px;
  font-weight: 500;
}

.arrow-txt.left {
  margin-left: 5px;
}

.div-block-44 {
  width: 30vw;
}

.div-block-45 {
  width: 100%;
  margin-top: 5%;
}

.image-22 {
  width: 100px;
}

.addsocial_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-type {
  width: 50%;
  height: 50px;
  margin-right: 5%;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(64, 64, 64, 0.14);
  border-radius: 8px;
  color: rgba(64, 64, 64, 0.81);
}

.link-type:focus {
  border-width: 2px;
  border-color: #00c9aa;
}

.left-column.max-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-column.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-col.max-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-col.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 5%;
}

.form-nomarge {
  margin-bottom: 0px;
}

.max-height {
  height: 100%;
}

.name-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: transparent;
  text-decoration: none;
  cursor: pointer;
}

.name-link:hover {
  border-radius: 20px;
  background-color: rgba(76, 31, 224, 0.1);
}

.name-link.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.max-size {
  width: 37px;
  height: 37px;
  border-radius: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-24 {
  width: 26px;
  margin-right: 2%;
  margin-left: -26px;
}

.txt-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt-div.large {
  max-width: 100%;
}

.txt-div.fullwidth {
  width: 100%;
}

.mobile-div {
  display: none;
}

.header-card {
  margin-top: 5%;
  margin-bottom: 10%;
}

._100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f3f3f3;
}

._100.nobg {
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: #fff;
}

._100.nobg.setapp {
  padding-top: 2%;
  padding-bottom: 2%;
}

._100.nobg.appfieldinput {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._100.space {
  width: 100%;
  margin-bottom: 10%;
  background-color: transparent;
}

.order-link {
  text-decoration: underline;
}

.column-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-div {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  margin-top: 2%;
}

.account-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.account-column.up {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-account-column {
  display: block;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.right-account-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.marge {
  margin-top: 10%;
  margin-bottom: 10%;
}

.marge.up {
  margin-top: 15%;
}

.content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 8px;
}

.menu-upper {
  margin-top: 2%;
  margin-right: 5%;
  margin-left: 5%;
}

.menu-icon {
  width: 35px;
  margin-right: 3%;
}

.menu-icon.small {
  width: 30px;
  margin-left: 5px;
  padding-left: 5px;
}

.menu-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.heading6 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}

.heading6.white.left {
  height: auto;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

.menu-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.menu-items.coming {
  display: none;
}

.menu-items._2 {
  margin-bottom: 10px;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.typewriter-input {
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.typewriter-div {
  position: relative;
  width: 100%;
  cursor: text;
}

.typewriter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: grey;
  cursor: text;
}

.link-block-8 {
  cursor: pointer;
}

.url {
  max-width: 80%;
}

.bottom-margin-div {
  margin-bottom: 5%;
}

.conf1-txt {
  height: 40px;
  margin-top: 5px;
  text-align: center;
}

.arrow {
  width: 20px;
}

.column-25 {
  padding-left: 0px;
}

.columns-13 {
  margin-bottom: 10px;
}

.column-26 {
  padding-right: 0px;
}

.column-27 {
  padding-right: 0px;
  padding-left: 0px;
}

.url-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.field-collection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-collection.nomarge {
  padding-top: 0%;
  padding-bottom: 0%;
}

.field-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.field-div.vertical {
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.field-div.vertical.left-marge {
  margin-left: 5px;
}

.field-div.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.field-div.horizontal {
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sub-div {
  position: relative;
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.div-block-56 {
  width: 70vh;
  height: 70vh;
}

.logo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-details {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: grey;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
}

.app-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}

.form-block-5 {
  width: 100%;
  margin-bottom: 0px;
}

.form-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-title {
  margin-right: 5px;
  color: #404040;
}

.icon-title.marge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-title.delete {
  color: red;
  cursor: pointer;
}

.change {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #19baea;
}

.edit-img {
  width: 15px;
}

.delete-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.group-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-59 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 5%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.message {
  padding-left: 5px;
  color: #fff;
}

.message.oeteldonk {
  color: grey;
}

.message.oeteldonk.red {
  color: #e60000;
}

.message.oeteldonk.yellow {
  color: #fc0;
}

.image-26 {
  width: 20px;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.banner-div {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 20px;
  color: #404040;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.banner-div.default {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
  padding: 2%;
}

.div-block-63 {
  width: 50px;
  height: 50px;
  margin-right: 50px;
  border-radius: 8px;
  background-image: url('../images/256x256-amigo-logo.png');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

.heading-5.black {
  background-color: transparent;
  color: #404040;
}

.paragraph-3 {
  margin-bottom: 5px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  line-height: 15px;
  font-weight: 200;
}

.paragraph-3.black {
  background-color: transparent;
  color: #404040;
}

.heading-6 {
  width: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  color: #404040;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.heading-6.rating {
  width: 140px;
  color: #404040;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-button {
  margin-left: 15%;
  padding: 8px 25px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.2);
  font-family: 'Work Sans', sans-serif;
  color: #404040;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}

.text-banner-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #404040;
}

.image-29 {
  width: 25px;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15px;
  margin-right: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-30 {
  height: 10px;
  margin-right: 5px;
}

.div-block-67 {
  width: 250px;
}

.popup-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.popup-bg.center {
  z-index: 999;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.26);
}

.popup-txt {
  margin-top: 0%;
  color: grey;
  text-align: center;
}

.popup-block {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  background-color: #fff;
}

.arrow-div {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  padding-right: 1%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-div.right {
  z-index: 20;
}

.arrow-div.left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 20;
  padding-right: 0%;
  padding-left: 1%;
}

.arrow-img {
  width: 100%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.arrow-img.left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.link-block-9 {
  cursor: pointer;
}

.image-31 {
  max-width: 400px;
}

.contact-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vcard-chrome {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 28px;
  background-color: #fff;
}

.div-block-70 {
  margin-bottom: 10%;
}

.div-block-71 {
  margin-bottom: 10%;
}

.login-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: #1c2448;
}

.slide-nav-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.left-arrow-2 {
  display: none;
}

.banner-slider {
  width: 100%;
  max-height: 125px;
  min-height: 13vh;
  margin-top: 2%;
  margin-bottom: 2%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.bheading {
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
}

.bheading.large {
  font-size: 20px;
  line-height: 25px;
}

.banner-linkblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 124px;
  max-height: 125px;
  min-height: 12vh;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: linear-gradient(126deg, #fff 42%, hsla(0, 0%, 100%, 0.6));
  text-decoration: none;
}

.bparagraph {
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.black {
  background-color: #404040;
}

.banner_image {
  max-height: 80px;
  max-width: 220px;
  margin-right: 5%;
  border-radius: 20px;
  background-color: #fff;
}

.bannerbody {
  padding-right: 10%;
  padding-left: 10%;
}

.text-block-15 {
  margin-right: 10px;
  font-size: 30px;
  font-weight: 700;
}

.text-block-15.x {
  font-weight: 300;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-74 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.body-4 {
  background-color: #cfcfcf;
}

.title-block-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-back-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.configapp-div {
  overflow: auto;
  height: 86%;
  padding-right: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
}

.body-5 {
  background-color: #d3d3d3;
}

.tile-div-empty-block {
  cursor: pointer;
}

.marge-down {
  margin-bottom: 10%;
}

.lottie-animation {
  height: 300px;
}

.div-block-75 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-75._2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-76 {
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
}

.colors {
  width: 200%;
  height: 200%;
  border: 0px none #000;
  -webkit-transform: translate(-25%, -25%);
  -ms-transform: translate(-25%, -25%);
  transform: translate(-25%, -25%);
  cursor: pointer;
}

.div-block-77 {
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 12px;
}

.div-block-78 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 0.75fr 0.25fr;
  grid-template-columns: 0.25fr 0.75fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-32 {
  width: 20px;
  height: 20px;
}

.link-block-10 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.div-block-79 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1280px) {
  .background.pop-up {
    display: block;
  }

  .img-and-social {
    min-height: 0vh;
  }

  .title-block-div {
    padding-left: 10%;
  }
}

@media screen and (min-width: 1440px) {
  .img-and-social {
    min-height: 0vh;
  }
}

@media screen and (min-width: 1920px) {
  .transp-body {
    height: auto;
  }

  .img-and-social {
    min-height: 0vh;
  }

  .banner-slider {
    padding-bottom: 0%;
  }
}

@media screen and (max-width: 991px) {
  .background {
    background-position: 50% 50%, 0px 0px;
  }

  .page-body.center.contacts {
    padding-top: 8%;
    padding-right: 10%;
    padding-left: 10%;
  }

  .transp-body {
    top: 11%;
  }

  .text-block {
    top: 27%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .heading-4 {
    font-size: 25px;
  }

  .txt-bio {
    width: 80%;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 18px;
  }

  .txt-bio.small {
    width: auto;
    font-size: 20px;
    line-height: 20px;
  }

  .social-block.no-marge {
    top: 39%;
  }

  .button {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .button-block {
    width: 60%;
    margin-bottom: 3%;
  }

  .button-block.desktop-small {
    top: 6%;
  }

  .tile {
    height: auto;
    min-height: 90px;
    min-width: 90px;
  }

  .add-connect {
    right: 17%;
    height: 25px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .add-connect.remember {
    top: 6%;
    right: 6%;
    height: auto;
  }

  .txt {
    display: block;
    font-size: 20px;
    line-height: 17px;
  }

  .txt.small {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .score {
    margin-left: 0%;
  }

  .logo-img {
    width: 40px;
  }

  .page-body-2 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .heading1 {
    line-height: 35px;
  }

  .heading1.left {
    font-weight: 700;
  }

  .text-field.transparant {
    width: 250px;
    font-size: 25px;
    line-height: 25px;
  }

  .text-field.transparant.desc {
    width: 400px;
  }

  .text-link.bold {
    font-size: 20px;
    line-height: 24px;
  }

  .submit-button.small {
    width: 50vw;
  }

  .form-div.step1 {
    max-width: 60vw;
  }

  .form-div.marge-up {
    max-width: 60vw;
  }

  .form-div.url {
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
  }

  .text-div._1 {
    padding-left: 30%;
  }

  .register-step-div {
    margin-bottom: 3%;
  }

  .upload-pp-field.large {
    width: 175px;
    height: 175px;
    border-width: 4px;
  }

  .right-col.max-height {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .right-col.max-height.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-column {
    padding-top: 3%;
  }

  .image-9 {
    width: 150px;
  }

  .white-div {
    width: 70vw;
  }

  .white-div.large {
    padding-bottom: 5%;
  }

  .image-12 {
    width: 25px;
  }

  .public-pf {
    grid-column-gap: 10px;
  }

  .white {
    font-size: 13px;
  }

  .delete-tile-div {
    width: 35px;
    height: 35px;
    padding: 0%;
    background-color: transparent;
  }

  .direct-link {
    width: 120%;
    margin-left: -10%;
  }

  .saved-contacts-div {
    height: 90%;
  }

  .title-div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .title-div.contacts {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin-bottom: 5%;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 3.25fr 1fr;
    grid-template-columns: 1fr 3.25fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .purple.name {
    width: auto;
    max-width: 90px;
  }

  .center {
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon-hover.draggable {
    border-radius: 15px;
  }

  .tile-title-txt {
    width: 150px;
  }

  .image-16 {
    width: auto;
    margin-right: 5px;
    margin-bottom: 0px;
  }

  .image-17 {
    height: 20px;
  }

  .instruction.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-44 {
    width: 40vw;
  }

  ._100.nobg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-upper {
    margin-top: 5%;
  }

  .menu-icon {
    width: 30px;
  }

  .menu-icon.small {
    margin-left: 0px;
  }

  .heading6 {
    margin-top: 0px;
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
  }

  .div-block-63 {
    margin-right: 5%;
  }

  .heading-5 {
    font-size: 20px;
  }

  .paragraph-3 {
    font-size: 13px;
  }

  .banner-button {
    font-size: 14px;
    font-weight: 500;
  }

  .banner_image {
    max-width: 220px;
  }

  .title-block-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-back-block {
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .slogan-text {
    display: none;
    padding-top: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 15px;
  }

  .page-body.add-social {
    padding-right: 5%;
    padding-left: 5%;
  }

  .page-body.center.contacts {
    padding-top: 10%;
  }

  .transp-body {
    top: 10%;
    height: 100%;
    min-height: 110vh;
  }

  .transp-body.data-fillin {
    min-height: 0vh;
  }

  .transp-body.data-fillin.account {
    height: 100%;
  }

  .text-block {
    margin-bottom: 10px;
  }

  .heading-4 {
    font-size: 25px;
    line-height: 25px;
    text-align: center;
  }

  .heading-4.white.left {
    height: auto;
  }

  .heading-4.left.white {
    font-size: 20px;
  }

  .heading-4.black {
    width: auto;
  }

  .txt-bio {
    font-size: 16px;
    line-height: 15px;
  }

  .txt-bio.small {
    width: auto;
    line-height: 15px;
    text-align: left;
  }

  .social-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button {
    border-radius: 25px;
    font-size: 13px;
  }

  .button.delete {
    width: auto;
    min-width: 164px;
  }

  .button.small {
    padding: 5px 15px;
  }

  .button-block {
    display: block;
    width: 100%;
    max-width: 326px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .button-block.desktop-small {
    display: none;
  }

  .button-block.logout {
    width: auto;
  }

  .grid-block {
    width: 326px;
    margin-bottom: 0%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .tile {
    min-height: 80px;
    min-width: 80px;
  }

  .add-connect {
    right: 15%;
    height: 15px;
    margin-top: 2%;
    margin-bottom: 4%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .add-connect.redirect {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .add-connect.remember {
    right: 9%;
  }

  .txt {
    font-size: 18px;
    line-height: 17px;
  }

  .txt.small {
    z-index: 5;
    line-height: 15px;
  }

  .score {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-img {
    width: 30px;
  }

  .page-body-2 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .page-body-2.center {
    padding-right: 5%;
    padding-left: 5%;
  }

  .pop-up-block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading1 {
    font-size: 25px;
  }

  .heading1.left {
    font-size: 25px;
    line-height: 30px;
  }

  .text-field.url {
    width: 100%;
  }

  .text-field.transparant {
    width: 220px;
    font-size: 22px;
    line-height: 22px;
  }

  .text-field.transparant::-webkit-input-placeholder {
    font-size: 22px;
    line-height: 22px;
  }

  .text-field.transparant:-ms-input-placeholder {
    font-size: 22px;
    line-height: 22px;
  }

  .text-field.transparant::-ms-input-placeholder {
    font-size: 22px;
    line-height: 22px;
  }

  .text-field.transparant::placeholder {
    font-size: 22px;
    line-height: 22px;
  }

  .text-field.transparant.desc {
    width: 300px;
    font-size: 18px;
    line-height: 24px;
  }

  .text-field.transparant.desc::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 24px;
  }

  .text-field.transparant.desc:-ms-input-placeholder {
    font-size: 18px;
    line-height: 24px;
  }

  .text-field.transparant.desc::-ms-input-placeholder {
    font-size: 18px;
    line-height: 24px;
  }

  .text-field.transparant.desc::placeholder {
    font-size: 18px;
    line-height: 24px;
  }

  .text-link.bold {
    font-size: 18px;
    line-height: 24px;
  }

  .form-div {
    max-width: 100%;
  }

  .form-div.marge-up {
    max-width: 60vw;
  }

  .form-div.addsocial {
    max-width: 100%;
  }

  .form-div.url {
    width: 100%;
    max-width: none;
    padding-right: 10%;
    padding-left: 10%;
  }

  .columns-2 {
    margin-top: 5%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .remember-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-div {
    width: auto;
  }

  .text-div._1 {
    margin-top: 0%;
    padding-left: 0%;
  }

  .upload-pp-field.large {
    width: 150px;
    height: 150px;
  }

  .button-div {
    margin-top: 5%;
  }

  .div-block-15 {
    max-width: 80vw;
    margin-right: 5%;
    margin-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .white-div {
    width: 100%;
    padding: 5%;
  }

  .white-div.large {
    padding-right: 6%;
    padding-left: 6%;
  }

  .tile_newsocial {
    width: 10vh;
    height: 13vh;
  }

  .allsocials {
    height: 55vh;
  }

  .image-12 {
    width: 25px;
  }

  .open-app-txt.marge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .add-your-profile {
    width: 100%;
  }

  .white {
    font-size: 12px;
  }

  .direct-link {
    width: 110%;
    margin-left: -5%;
  }

  .title-div.contacts {
    margin-bottom: 5%;
  }

  .center.non-mobile {
    display: none;
  }

  .form-2 {
    margin-top: 10%;
  }

  .addsocial-info-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-16 {
    width: auto;
    height: 17px;
    margin-right: 5px;
  }

  .button-txt {
    font-weight: 500;
  }

  .button-txt.non-mobile {
    display: none;
  }

  .instruction {
    font-weight: 600;
  }

  .account-button {
    width: 100%;
  }

  .div-block-44 {
    width: 50vw;
  }

  .left-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .name-link {
    width: 200px;
  }

  .profile-div {
    top: 28%;
  }

  .account-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-24 {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .left-account-column {
    margin-bottom: 5%;
    padding-right: 0px;
  }

  .right-account-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-icon {
    width: 25px;
  }

  .menu-icon.small {
    width: 20px;
    margin-left: 5px;
    padding-left: 0px;
  }

  .heading6 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 22px;
  }

  .menu-items {
    margin-bottom: 3%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .typewriter-para {
    line-height: 15px;
  }

  .column-25 {
    padding-right: 0px;
  }

  .column-26 {
    padding-left: 0px;
  }

  .column-27 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .field-div {
    margin-bottom: 15px;
  }

  .icon-title.marge {
    margin-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner-div {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-63 {
    margin-right: 3%;
  }

  .heading-5 {
    font-size: 15px;
    line-height: 17px;
  }

  .paragraph-3 {
    font-size: 10px;
    line-height: 12px;
  }

  .heading-6 {
    font-size: 12px;
    line-height: 15px;
  }

  .banner-button {
    margin-left: 2%;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 10px;
  }

  .arrow-div {
    margin-top: -20%;
  }

  .image-31 {
    max-width: 300px;
  }

  .banner-slider {
    height: auto;
    max-height: 160px;
  }

  .bheading.large {
    font-size: 20px;
    line-height: 25px;
  }

  .banner-linkblock {
    height: auto;
    max-height: 150px;
  }

  .banner_image {
    max-width: 150px;
  }

  .title-block-div {
    padding-left: 0%;
  }

  .div-block-75._2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .background {
    display: block;
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: repeat, repeat;
    background-attachment: fixed, scroll;
  }

  .background.pop-up {
    display: block;
  }

  .background.pop-up.profile {
    display: block;
  }

  .background.emiel {
    overflow: hidden;
    height: 100vh;
  }

  .background.menu {
    overflow: hidden;
    min-height: 100vh;
  }

  .logo-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    line-height: 25px;
  }

  .text-header {
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 10px;
  }

  .slogan-text {
    display: none;
    margin-left: 30%;
    padding-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 12px;
    line-height: 15px;
    white-space: nowrap;
  }

  .page-body {
    padding-right: 3%;
    padding-left: 3%;
  }

  .page-body.add-social {
    height: 90vh;
    min-height: auto;
    padding-right: 3%;
    padding-bottom: 20%;
    padding-left: 3%;
  }

  .page-body.center.footer {
    height: 85vh;
    padding-bottom: 5%;
  }

  .page-body.center.contacts {
    max-height: 90vh;
    padding-top: 15%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .transp-body {
    top: 10%;
  }

  .transp-body.data-fillin {
    padding-right: 5%;
    padding-left: 5%;
  }

  .img-and-social {
    height: auto;
    min-height: 100%;
  }

  .text-block {
    padding-right: 0%;
    padding-left: 0%;
  }

  .heading-4 {
    width: 60vw;
    font-size: 25px;
    line-height: 25px;
  }

  .heading-4.left {
    width: 100%;
    text-align: left;
  }

  .heading-4.left.white {
    white-space: nowrap;
  }

  .heading-4.black {
    width: 200px;
  }

  .txt-bio {
    width: 90%;
    margin-top: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .txt-bio.small {
    width: auto;
    line-height: 17px;
  }

  .social-block {
    height: auto;
    margin-bottom: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button {
    border-radius: 23px;
    font-size: 14px;
    font-weight: 700;
  }

  .button.delete {
    min-width: auto;
    font-size: 12px;
    line-height: 15px;
  }

  .button._2 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-block.desktop-small {
    display: none;
  }

  .grid-block {
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .tile {
    height: 100%;
    max-height: 10vh;
    max-width: 20vw;
    min-height: 80px;
    min-width: 80px;
    margin-right: 5%;
    margin-left: 5%;
  }

  .tile.small {
    width: 60px;
    height: 60px;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    margin-top: 0%;
    border-radius: 20px;
    box-shadow: 1px 1px 20px -10px #4c1fe0;
  }

  .tile.auto {
    min-height: 70px;
    min-width: 70px;
    margin-top: 0%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .tile.company {
    background-image: url('../images/Company.svg');
  }

  .tile-img {
    background-position: 50% 50%;
    background-size: 30px 30px;
  }

  .add-connect {
    position: static;
    top: -9%;
    right: 10%;
    width: auto;
    height: 20px;
    margin-top: 0%;
    margin-bottom: 2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .add-connect.redirect {
    position: absolute;
    left: 0%;
    top: 2%;
    width: 30vw;
    margin-left: 4%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .add-connect.remember {
    top: 3%;
    right: 6%;
  }

  .txt {
    padding-right: 4%;
    font-size: 18px;
    line-height: 17px;
  }

  .txt.small {
    width: 100%;
    max-width: none;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
  }

  .txt.small.marge-bottom {
    margin-bottom: 10px;
    text-align: center;
  }

  .score {
    height: 25px;
    margin-right: 0px;
    margin-bottom: 0%;
    margin-left: 0%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .page-body-2.without-footer {
    height: auto;
    padding-right: 5%;
    padding-left: 5%;
  }

  .page-body-2.without-footer.account {
    padding-right: 5%;
    padding-left: 5%;
  }

  .page-body-2.long {
    height: 85vh;
  }

  .page-body-2.center {
    min-height: 60vh;
    margin-bottom: 5%;
  }

  .paragraph.marge-up.emiel {
    margin-top: 5%;
  }

  .paragraph.small {
    font-size: 12px;
    font-weight: 300;
  }

  .heading1 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
  }

  .heading1.bold {
    line-height: 20px;
    font-weight: 700;
  }

  .form-block.marge.extra-up {
    margin-top: 20%;
  }

  .text-field.nofocusborder.left {
    padding-left: 8px;
  }

  .text-field.url {
    max-width: none;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
  }

  .text-field.url:focus {
    border-width: 2px;
    border-color: #00c9aa;
  }

  .text-field.copy-link {
    margin-right: 0%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #fff;
  }

  .text-field.transparant {
    width: 130px;
    padding: 0px;
    font-size: 18px;
    line-height: 22px;
  }

  .text-field.transparant::-webkit-input-placeholder {
    font-size: 18px;
  }

  .text-field.transparant:-ms-input-placeholder {
    font-size: 18px;
  }

  .text-field.transparant::-ms-input-placeholder {
    font-size: 18px;
  }

  .text-field.transparant::placeholder {
    font-size: 18px;
  }

  .text-field.transparant.desc {
    width: 220px;
    font-size: 18px;
    line-height: 22px;
  }

  .text-field.transparant.desc::-webkit-input-placeholder {
    font-size: 18px;
  }

  .text-field.transparant.desc:-ms-input-placeholder {
    font-size: 18px;
  }

  .text-field.transparant.desc::-ms-input-placeholder {
    font-size: 18px;
  }

  .text-field.transparant.desc::placeholder {
    font-size: 18px;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .submit-button {
    font-size: 15px;
  }

  .submit-button.small {
    width: 70vw;
  }

  .submit-button.copy {
    margin-top: 0%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .form-div {
    max-width: 100%;
  }

  .form-div.step1 {
    max-width: none;
  }

  .form-div.marge-up {
    max-width: 90vw;
  }

  .form-div.addsocial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-div.url {
    padding-right: 0%;
    padding-left: 0%;
  }

  .text {
    margin-bottom: 0px;
    font-size: 26px;
  }

  .header-logout {
    display: block;
    margin-top: 5%;
  }

  .columns-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-div.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-div.center-text.adjust-marge {
    width: 100%;
    padding-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-div.center {
    padding-right: 5%;
  }

  .text-div.center.left {
    padding-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-div._1 {
    margin-top: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-div.left {
    padding-left: 0%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-3 {
    margin-bottom: 5%;
  }

  .left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .register-step-div {
    margin-bottom: 10%;
  }

  .upload-pp-field.large {
    width: 120px;
    height: 120px;
    border-width: 3px;
  }

  .start_screen {
    padding-right: 5%;
    padding-left: 5%;
  }

  .settings-div {
    width: 25px;
  }

  .right-col {
    padding-right: 0px;
    padding-left: 10px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .header-column {
    z-index: 99;
    max-height: 10vh;
    padding-top: 5%;
  }

  .button-div {
    max-width: 80vw;
  }

  .div-block-15 {
    width: 100%;
    max-width: none;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .image-9 {
    width: 100px;
  }

  .white-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
  }

  .white-div.large {
    width: 90vw;
    padding-right: 2%;
    padding-left: 2%;
  }

  .gridsocials {
    padding-left: 5%;
    justify-items: center;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr);
    grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr);
  }

  .tile_newsocial.customize {
    width: auto;
    max-width: 25vw;
  }

  .tile_newsocial.customize.click {
    max-width: none;
  }

  .clockdiv {
    margin-top: 15%;
  }

  .image-11 {
    width: auto;
  }

  .body-2 {
    height: 90vh;
  }

  .image-12 {
    width: 25px;
  }

  .open-app-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .open-app-txt.marge {
    padding-left: 10px;
  }

  .open-app {
    margin-bottom: 10%;
    padding: 2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
  }

  .open-app:hover {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(184, 163, 255, 0.34);
    color: #4c1fe0;
  }

  .add-your-profile {
    height: 12%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .public-pf {
    margin-bottom: 5px;
    grid-column-gap: 0px;
  }

  .white {
    max-width: none;
    white-space: normal;
  }

  .header-div {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .html-embed {
    margin-left: 5%;
  }

  .direct-link {
    width: 95%;
    margin-left: 2.5%;
  }

  .direct-link.hide-account {
    width: 110%;
    margin-left: -5%;
  }

  .saved-contacts-div {
    width: 100%;
  }

  .title-div {
    width: 100%;
    margin-bottom: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title-div.contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .list-item {
    margin-bottom: 3%;
  }

  .options-img {
    width: 26px;
  }

  .scroll-div {
    height: 70vh;
  }

  .close-img.small {
    width: 17px;
  }

  .icon-hover.draggable {
    border-radius: 15px;
  }

  ._15x15 {
    margin-left: 7px;
  }

  .socialname-div {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .edit-link-block {
    padding-bottom: 5px;
    padding-left: 0px;
    cursor: default;
  }

  .tile-title-txt {
    width: 100px;
    height: auto;
    padding-left: 0%;
    border-bottom-color: #404040;
    border-radius: 6px 6px 0px 0px;
    background-color: transparent;
    line-height: 20px;
  }

  .tile-title-txt:focus {
    border-width: 2px;
    border-color: #00c9aa;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .image-16 {
    width: 25px;
    height: 17px;
    margin-right: 0px;
  }

  .image-17 {
    height: 20px;
    border-radius: 50px;
  }

  .button-txt {
    font-weight: 400;
  }

  .instruction {
    padding-bottom: 5px;
  }

  .instruction.right {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
  }

  .account-button {
    margin-top: 10%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-20 {
    width: 20px;
  }

  .arrow-txt {
    font-size: 18px;
    line-height: 18px;
  }

  .arrow-txt.adjustm {
    text-align: center;
  }

  .div-block-44 {
    width: 100%;
    margin-top: 10%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .div-block-45 {
    width: 100%;
  }

  .image-22 {
    width: 60px;
  }

  .addsocial_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-type {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 5%;
    border-style: solid;
    border-color: #ccc;
    background-color: hsla(0, 0%, 95.3%, 0.63);
  }

  .link-type:focus {
    background-color: #fff;
  }

  .left-column.max-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left-col {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .left-col.max-height {
    padding-left: 5%;
  }

  .left-col.direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .name-link {
    width: 150px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .header-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10%;
    padding: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #f3f3f3;
    box-shadow: inset 1px 1px 7px 0 #dbdbdb;
  }

  ._100.nobg {
    margin-bottom: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
    border-style: solid;
    border-width: 1px;
    border-color: #dbdbdb;
    background-color: transparent;
    box-shadow: none;
  }

  ._100.nobg.setapp {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .profile-div {
    margin-top: 5px;
  }

  .profile-div.redirect {
    margin-top: 5%;
  }

  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-icon {
    margin-right: 5%;
  }

  .heading6 {
    font-size: 18px;
    font-weight: 600;
  }

  .menu-items {
    margin-bottom: 5%;
  }

  .conf1-txt {
    text-align: center;
  }

  .column-27 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .field-div.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner-div {
    position: static;
    margin-bottom: 5%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .banner-div.default {
    border-radius: 8px;
  }

  .div-block-63 {
    width: 50px;
    height: 40px;
  }

  .heading-5 {
    font-size: 12px;
    line-height: 15px;
  }

  .paragraph-3 {
    width: 143.765625px;
    font-size: 12px;
    line-height: 12px;
  }

  .heading-6 {
    font-size: 10px;
    line-height: 8px;
  }

  .heading-6.rating {
    width: 60px;
  }

  .banner-button {
    display: none;
    padding: 2% 5%;
    font-size: 8px;
    line-height: 10px;
    font-weight: 600;
  }

  .text-banner-div {
    width: auto;
  }

  .div-block-66 {
    height: 8px;
  }

  .image-30 {
    height: 8px;
    margin-right: 5px;
  }

  .popup-txt {
    font-size: 25px;
    line-height: 35px;
  }

  .popup-block {
    z-index: 999;
  }

  .arrow-div {
    margin-top: -50%;
  }

  .arrow-div.right {
    padding-left: 3%;
  }

  .arrow-div.left {
    padding-right: 3%;
    padding-left: 0%;
  }

  .image-31 {
    max-width: 200px;
  }

  .banner-slider {
    width: 100%;
    height: auto;
    max-height: 180px;
  }

  .bheading.large {
    font-size: 16px;
    line-height: 20px;
  }

  .banner-linkblock {
    height: auto;
    max-height: 160px;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .bparagraph {
    font-size: 12px;
    line-height: 15px;
  }

  .banner_image {
    max-width: 100px;
  }

  .button-back-block {
    width: 100%;
    margin-top: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .configapp-div {
    height: 88%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-75._2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-78 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 0.25fr 0.75fr 2fr;
    grid-template-columns: 0.25fr 0.75fr 2fr;
  }
}

#twitter.w-node-eafaedd1-dfa1-7407-6983-ee8052597a12-300bfdac {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area;
}

#instagram.w-node-_60bd7275-8c88-39d9-4663-96599745ebc8-300bfdac {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area-2;
}

#linkedin.w-node-_60bd7275-8c88-39d9-4663-96599745ebce-300bfdac {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area-3;
}

#behance.w-node-_60bd7275-8c88-39d9-4663-96599745ebd4-300bfdac {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area-4;
}

#tiktok.w-node-_60bd7275-8c88-39d9-4663-96599745ebda-300bfdac {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area-5;
}

#snapchat.w-node-_60bd7275-8c88-39d9-4663-96599745ebe0-300bfdac {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area-6;
}

#facebook.w-node-_60bd7275-8c88-39d9-4663-96599745ebe6-300bfdac {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area-7;
}

#whatsapp.w-node-_60bd7275-8c88-39d9-4663-96599745ebec-300bfdac {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area-8;
}

#youtube.w-node-_60bd7275-8c88-39d9-4663-96599745ebf2-300bfdac {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-area: Area-9;
}

#twitter.w-node-d6cdd19a-572f-5d8a-0e70-0b4a6f510944-e7218343 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#instagram.w-node-f7e08bd0-e1d7-f9e8-cea1-e9f8d0db529a-e7218343 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#linkedin.w-node-d35e3fdb-4b32-4d54-9276-0833934a57b5-e7218343 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#behance.w-node-ecd91240-0819-a042-4e1b-5e4d2eacd7ea-e7218343 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#tiktok.w-node-e813ca62-1754-6b38-8439-74b305ac9e0b-e7218343 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#snapchat.w-node-e0608c39-55a0-5258-ed83-1f49b3cee969-e7218343 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#facebook.w-node-_63000513-05ce-597a-0c09-af185fd0442b-e7218343 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#whatsapp.w-node-d90ea52b-8b2d-8285-0490-89f5c65d3959-e7218343 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#youtube.w-node-_6d6bc007-c7c3-1107-55f3-4a619f7a00f3-e7218343 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#GitHub.w-node-_0f3bfa38-e1fd-9c17-3a93-bc789a5d0cb1-e7218343 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#tikkie.w-node-_56e32d3c-5f7d-ecb9-6eda-682be4d76d21-e7218343 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#spotify.w-node-e98c0dca-1574-c216-9dea-9489dc248075-e7218343 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@font-face {
  font-family: 'Traffolight';
  src: url('../fonts/Traffolight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}