* {
  font-family: Syne, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  box-sizing: border-box;
}

*:not(input):not(textarea){
  user-select: none;
  -webkit-user-select: none; /* Chrome, Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE/Edge */
}

body {
  margin: 0;
}

section {
  padding : 50px;
}

h2{
  margin : 0;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 20px;
}

h3 {
  text-align: center;
  margin : 0;
  padding : 20px;
  font-size: 24px;
  font-weight: 900;
  padding: 50px 35px 15px 35px;
}

p{
  color : rgb(93, 81, 108);
}

a.unset {
  all: unset;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.grecaptcha-badge{
  z-index: 2;
}

.div-left,
.div-right {
  width: 50%;
}

@media (max-width: 768px) {

  
  h2{
    font-size: 6vw;
  }

  .left,
  .right {
    width: 100%;
  }
}

@font-face {
  font-family: 'Segoe Script Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe Script Regular'), url('fonts/SegoeScript.woff') format('woff');
}

@font-face {
  font-family: 'Syne';
  src: url('fonts/Syne/Syne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Syne';
  src: url('fonts/Syne/Syne-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Syne';
  src: url('fonts/Syne/Syne-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Syne';
  src: url('fonts/Syne/Syne-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Syne';
  src: url('fonts/Syne/Syne-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}