@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');
@import url('https://a.rte.im/api/v1/events/4661/form/style-web-form');

.uc-rte-register {
    background: url(https://optim.tildacdn.one/tild6533-3630-4733-b537-656336666439/-/format/webp/_1.webp);
    background-attachment: scroll;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 700px;
    position: relative;
    text-align: center;
    -moz-transform: unset;
    vertical-align: middle;
    width: 100%;
    overflow: hidden
}
.uc-rte-register:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    overflow: hidden;
    background-image: -webkit-linear-gradient(top, rgb(11, 133, 0), rgba(11, 133, 0, 0));
    
}
.uc-rte-register a { 
    color: #cdff00 !important;
}
.uc-rte-register .rte-form {
    position: relative;
    z-index: 1;
}
.uc-rte-register .rte-form__button {
    color: #042e00;
    font-family: DrukTextWideTT, Arial, sans-serif, Arial, sans-serif;
    background-color: #cdff00;
    border-style: none !important;
    border-radius: 7px;
    box-shadow: none !important;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform;
    transition-timing-function: ease-in-out;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding: 9px 0;
}

.uc-rte-register .rte-form__header,
.uc-rte-register .rte-form__label-span,
.uc-rte-register .rte-form__logo
{
    display: none !important;
}


.uc-rte-register .rte-form__body {
    padding: 40px 0;
}

.uc-rte-register .rte-form__inner {
    background: transparent;
    box-shadow: unset;
    width: 560px;
}

.uc-rte-register .rte-form__input {
    border-radius: 7px !important;
    background: #ffffff !important;
    box-sizing: border-box;
    font-size: 16px !important;
    height: 56px !important;
    line-height: 1.33 !important;
    margin: 0;
    outline: none;
    padding: 0 20px !important;
    width: 100%;
}

.uc-rte-register  .rte-form__phone-select {
    border-radius: 7px !important;
    background: #ffffff !important;
    box-sizing: border-box;
    font-size: 16px !important;
    height: 56px !important;
    line-height: 1.33 !important;
    margin: 0;
    outline: none;
    padding: 0 20px !important;
    margin-top: 5px;
    margin-right: 20px;
}

.uc-rte-register .rte-form__agreement-element {
    color: #ffffff;
    font-family: Arial, Sans-Serif;
}

.uc-rte-register .rte-form__footer {
    padding: 15px 0;
}

.uc-rte-register .rte-form__agreement-element {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
    text-align: left;
    height: 36px;
    align-content: center;
    justify-content: flex-start;
    flex-direction: row;
}

.uc-rte-register .rte-form__agreement-element input {
    left: 0px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    border: 1px solid #cdff00;
}
.uc-rte-register .rte-form__agreement-element input:checked {
    background-color: #cdff00;
    outline: 2px solid #cdff00;
    accent-color: #cdff00;
}


.uc-rte-register  .rte-form__phone-select {
  font-family: Arial, "Noto Color Emoji", sans-serif;
  font-weight: 400;
  font-style: normal;
}


@media (max-width: 480px) {
  .uc-rte-register .rte-form__inner {
      padding: 0 20px;
  }
  .uc-rte-register .rte-form__agreement-element {
      display: inline-block;
        height: 65px;
  } 
}



@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');

.uc-rte-register-2 {
    background: url(https://optim.tildacdn.one/tild3232-6562-4733-a632-363031666138/-/format/webp/_2-1.webp);
    background-attachment: scroll;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 719px;
    position: relative;
    text-align: center;
    -moz-transform: unset;
    vertical-align: middle;
    width: 100%;
    overflow: hidden
}
.uc-rte-register-2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    overflow: hidden;
        background-image: -webkit-linear-gradient(top, rgb(102, 180, 0), rgba(145, 255, 0, 0.6));
    
}
.uc-rte-register-2 a { 
    color: #ffffff !important;
}
.uc-rte-register-2 .rte-form {
    position: relative;
    z-index: 1;
}
.uc-rte-register-2 .rte-form__button {
    color: #042e00;
    font-family: DrukTextWideTT, Arial, sans-serif, Arial, sans-serif;
    background-color: #cdff00;
    border-color: #66b400 !important;
    border-width: 2px;
    border-radius: 15px;
    box-shadow: none !important;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform;
    transition-timing-function: ease-in-out;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding: 9px 0;
}

.uc-rte-register-2 .rte-form__header,
.uc-rte-register-2 .rte-form__label-span,
.uc-rte-register-2 .rte-form__logo
{
    display: none !important;
}


.uc-rte-register-2 .rte-form__body {
    padding: 40px 0;
}

.uc-rte-register-2 .rte-form__inner {
    background: transparent;
    box-shadow: unset;
    width: 560px;
}

.uc-rte-register-2 .rte-form__input {
    border-radius: 7px !important;
    background: #ffffff !important;
    box-sizing: border-box;
    font-size: 16px !important;
    height: 56px !important;
    line-height: 1.33 !important;
    margin: 0;
    outline: none;
    padding: 0 20px !important;
    width: 100%;
}

.uc-rte-register-2  .rte-form__phone-select {
    border-radius: 7px !important;
    background: #ffffff !important;
    box-sizing: border-box;
    font-size: 16px !important;
    height: 56px !important;
    line-height: 1.33 !important;
    margin: 0;
    outline: none;
    padding: 0 20px !important;
    margin-top: 5px;
    margin-right: 20px;
}

.uc-rte-register-2 .rte-form__agreement-element {
    color: #042e00;
    font-family: Arial, Sans-Serif;
}

.uc-rte-register-2 .rte-form__footer {
    padding: 15px 0;
}

.uc-rte-register-2 .rte-form__agreement-element {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
    text-align: left;
    height: 36px;
    align-content: center;
    justify-content: flex-start;
    flex-direction: row;
}

.uc-rte-register-2 .rte-form__agreement-element input {
    left: 0px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    border: 1px solid #ffffff;
}
.uc-rte-register-2 .rte-form__agreement-element input:checked {
    background-color: #ffffff;
    outline: 2px solid #ffffff;
    accent-color: #ffffff;
}


.uc-rte-register-2  .rte-form__phone-select {
  font-family: Arial, "Noto Color Emoji", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 480px) {
  .uc-rte-register-2 .rte-form__inner {
      padding: 0 20px;
  }
  .uc-rte-register-2 .rte-form__agreement-element {
      display: inline-block;
        height: 65px;
  } 
}
