

/* Start:/local/components/startups/unicorn.events.partners/templates/.default/style.css?16521096888853*/
/*header*/
.header-container {
  width:100%;
  margin: 80px 0 0 0;
}
.header-container-inner {
  position: relative;
  height: 0;
  padding-top: 35%;
  background:url(/local/components/startups/unicorn.events.partners/templates/.default/images/people.jpg) center top no-repeat;
  background-size: cover;
}
.header-container-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;

  background:url(/local/components/startups/unicorn.events.partners/templates/.default/images/mask-unicorn.svg) center top no-repeat;
  background-size: cover;
}
.header-container-logo {
  position: absolute;
  top: 10%;
  left: 15%;
  width:55%;
  height:75%;
  display:flex;
  align-items: center;
  justify-content: flex-start;
}
.header-container-logo-img {
  min-width:250px;
  height:100%;
  background:url(/local/components/startups/unicorn.events.partners/templates/.default/images/logo.svg) center center no-repeat;
  background-size: 220%;
}
.header-container-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 5px 50px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  margin:0;
  width:auto;
}
@media (max-width: 390px) {
  .header-container {
    margin-top: 70px;
  }
}
@media (max-width: 1700px) {
  .header-container-logo {
    left: 10%;
    width:65%;
  }
  .header-container-title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 1400px) {
  .header-container-logo {
    left: 5%;
  }
  .header-container-logo-img {
    background-size: 150%;
  }
  .header-container-title {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (max-width: 1280px) {
  .header-container-logo {
    left:0;
    width:70%;
  }
  .header-container-title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 1024px) {
  .header-container-inner {
    min-height:350px;
  }
  .header-container-logo {
    width:80%;
  }
  .header-container-logo-img {
    min-width:200px;
  }
  .header-container-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .header-container-inner {
    min-height:850px;
  }
  .header-container-mask {
    background:url(/local/components/startups/unicorn.events.partners/templates/.default/images/mask-unicorn-a.svg) center top no-repeat;
  }
  .header-container-logo {
    position:static;
    width:100%;
    flex-direction: column;
  }
  .header-container-logo-img {
    min-width:380px;
  }
  .header-container-title {
    width:75%;
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 425px) {
  .header-container-logo-img {
    min-width:280px;
  }
}
/* become */
.container-become {
  position:relative;
  z-index: 90;
  overflow: hidden;
  display:flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Roboto';
  font-style: normal;
  margin-top:-20px;
}
.container-become-title {
  width:40%;
  font-weight: 900;
  font-size: 45px;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
}
.container-become-desc {
  width:40%;
  font-weight: 700;
  font-size: 32px;
  line-height: 55px;
  text-align: center;
  margin-top:24px;
}
.container-become-button {
  height:55px;
  min-height:55px;
  padding:0 64px;
  margin-top:32px;
  line-height:55px;
  background: #FF0000;
  color:white;
  font-weight: 900;
  font-size: 22px;
  text-align: center;
  transition: .3s all ease-in-out;
}
.container-become-button:hover {
  background: #fff;
  color: #FF0000;
  border: 1px solid #FF0000;
}
.container-become-list {
  margin:32px 0 0 0;
  background-color:white;
  width:100%;
}
.container-become-items {
  width:1120px;
  margin:0 auto;
  display:flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.container-become-item {
  width:180px;
  height:140px;
  overflow:hidden;
  margin:0 3px 12px 3px;
}
.container-become-item img {
  object-fit: contain;
  object-position: top;
  width: 100%;
  height: 100%;
}
@media (max-width: 1280px) {
  .container-become-title,
  .container-become-desc {
    width:60%;
  }
  .container-become-items {
    margin:0 32px;
    width:auto;
  }
}
@media (max-width: 1024px) {
  .container-become-title,
  .container-become-desc {
    width:80%;
  }
}
@media (max-width: 470px) {
  .container-become-items {
    margin:0;
  }
  .container-become-item {
    width:171px;
    height:135px;
    margin:0 1px 12px 1px;
  }
  .container-become-title,
  .container-become-desc {
    width:auto;
    margin-left:16px;
    margin-right:16px;
  }
}
@media (max-width: 350px) {
  .container-become-item {
    width:152px;
    height:120px;
  }
  .container-become-title {
    font-size: 36px;
    line-height: 48px;
  }
  .container-become-desc {
    line-height: 44px;
  }
  .container-become-button {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/*do it*/
.battle {
  margin-top: -495px;
  width: 100%;
  height: 495px;
  transition: 1.5s all ease-in-out;
  position:relative;

  background: url(/local/components/startups/unicorn.events.partners/templates/.default/images/team-meeting-a.png) center 1px no-repeat;

  font-family: Roboto;
  font-style: normal;
}
.battle::before {
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 115px;
  content: '';
  background: url(/local/components/startups/unicorn.events.partners/templates/.default/images/team-meeting-mask.png) center top no-repeat;
  background-size: contain;
  z-index: 85;
}
.battle-logo {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(0, 136, 223, 0.7) url(/local/components/startups/unicorn.events.partners/templates/.default/images/corn.svg) center center no-repeat;
  background-size: contain;
}
.battle-text {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.battle__shown {
  margin-top: 0;
  opacity: 1;
}
.battle__title {
  margin-top: 150px;
  text-align: center;
  padding:0 32px;

  font-weight: 900;
  font-size: 45px;
  line-height: 53px;
  text-transform: uppercase;

  color: #FFFFFF;
}
.battle__btn {
  margin-top:60px;
  width: auto;
  height: 60px;
  padding:0 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;

  font-family: 'Roboto';
  font-weight: 900;
  margin-top:32px;
  line-height:55px;
  text-transform:uppercase;
  text-align: center;
  transition: .3s all ease-in-out;

  color: #FFFFFF;
  background: #FF0000;
}
.battle__btn:hover {
  background: #fff;
  color: #FF0000;
  border: 1px solid #FF0000;
}

.battle__btn.inhelp {
  margin-top:60px;
}
@media (min-width: 1440px) {
  .battle {
    background-image: url(/local/components/startups/unicorn.events.partners/templates/.default/images/team-meeting-b.png);
  }
}
@media (min-width: 1920px) {
  .battle {
    background-image: url(/local/components/startups/unicorn.events.partners/templates/.default/images/team-meeting-c.png);
  }
}
@media (min-width: 2365px) {
  .battle::before {
    background-size: cover;
  }
}
/*help*/
.section__help {
  padding-top: 64px;
  padding-bottom: 44px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F5F5F5;
}
.section__help h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 45px;
  line-height: 45px;
  margin:0 5%;

  text-align: center;
  text-transform: uppercase;

  color: #333333;
}
.section__help__img {
  position: relative;
  width: 80%;
  height: 142px;
  margin:61px auto 0 auto;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section__help__img .arrowLeft,
.section__help__img .arrowRight {
  width: 50px;
  height: 50px;
  background-color:#0088DF;
  color:white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 95;
  outline: none !important;
  position: absolute;
}
.section__help__img .arrowLeft {
  top: calc(50% - 25px);
  left: -25px;
}
.section__help__img .arrowRight {
  top: calc(50% - 25px);
  right:-25px;
}
@media (min-width: 425px) {
  .section__help__img {
    width: 80%;
    height: 220px;
  }
}
@media (min-width: 768px) {
  .section__help__img {
    width: 70%;
    height: 360px;
  }
  .section__help__img .arrowLeft {
    left: -65px;
  }
  .section__help__img .arrowRight {
    right:-65px;
  }
}
@media (min-width: 1124px) {
  .section__help__img {
    width:940px;
    height: 415px;
  }
}

section.map {
  width:1120px;
  display:flex;
  align-items: center;
  justify-content: center;
  margin:48px auto 0 auto;
}
section.map img {
  width:100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1120px) {
  section.map {
    width:100%;
  }
}
/* End */


/* Start:/local/modules/startupnetwork.form/style.css?176649800913545*/
/*popup styles*/

.popup__apply__block {
  width: 598px;
  height: auto;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 4px;
}
.popup__apply__block.popup-window.popup-window-with-titlebar {
  margin:0;
  padding:0;
}
.popup__apply__block .popup-window-titlebar {
  width: 100%;
  background: white;
  height: 80px;
  display: flex;
  padding: 0 36px;
  justify-content: space-between;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
  color: #333333;
  border-bottom:1px solid #DCDCDC;
}
.popup__apply__block .popup-window-titlebar-text {
  line-height:80px;
}
.popup__apply__block .popup-window-titlebar-text,
.popup__apply__block .popup-window-titlebar-text-version {
  color: #333333;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  padding:0;
}
.popup__apply__block .popup-window-close-icon.popup-window-titlebar-close-icon {
  top:24px;
  right:32px;
  text-align:center;
  width:34px;
  height:34px;
}
.popup__apply__block .popup-window-close-icon:after {
  position: static;
  font-family: 'Material Icons';
  color: #333333;
  font-size: 34px;
  line-height: 34px;
  content: 'close';
  cursor: pointer;
  background-image:none;
  transform: unset;
}
.popup__apply__block .popup-window-buttons {
  padding: 0 36px;
  margin:30px 0 30px 0;
}
.popup__apply__block .popup-window-content {
  background:transparent;
  padding:0;
  margin:0;
}
.popup__apply__block__shortInfo {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 149.19%;
  /* identical to box height, or 21px */

  margin-bottom: 31px;
  color: #919191;
}
.popup__apply__block__shortInfo.warningMessage {
  color:red;
  margin-bottom: 0;
}

.popup__apply__block__inputs
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding:0 36px;
  width:100%;
  box-sizing: border-box;
}

.just_a_line
{
  width: 100%;
  height: 1px;
  background-color: #DFDFDF;
  margin-top: 10px;
  margin-bottom:32px;
}
.popup__apply__block__inputs__item {
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #474747;
  margin-bottom: 26px;
  position: relative;
}
.popup__apply__block__inputs__item span
{
  margin-left: 3px;
}
.popup__apply__block__inputs__item input
{
  margin-top: 10px;
  margin-bottom: 8px;
  width: 250px;
  box-sizing: border-box;
  height: 45px;
  border-radius: 4px;
  padding: 0 20px;

  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;

  border: 2px solid #F2F2F2;
  color: #23262D;
  background: #FDFDFD none repeat scroll 0% 0%;
}
.popup__apply__block__inputs__item input[type='radio'] {
  width:auto;
  height:auto;
}
.popup__apply__block__inputs__inputs {
  width: 260px;
  height: 45px;
  display:flex;
  justify-content: flex-start;
  align-items: center;
}
.popup__apply__block__inputs__item.freenotify {
  margin-bottom:0;
}
.popup__apply__block__inputs__image {
  width: 260px;
}
.popup__apply__block__inputs__image_place {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 80px;
  cursor: pointer;
  text-align: center;
  color: #919191;
  background: #FAFAFA;
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  border-radius: 4px;
  margin:10px 0 0 0;
}
.popup__apply__block__inputs__image_place.emptyImage::after {
  font-family: 'Material Icons';
  font-size:40px;
  font-weight: normal;
  content:'add_circle_outline';
}
.popup__apply__block__inputs__image_place.emptyImage:hover {
  color: #6AC179;
}
.popup__apply__block__inputs__image_place.showImage {
  background-size: contain;
  background-repeat:no-repeat;
  background-position: center center;
}
label.popup__apply__block__inputs__image input {
  opacity:0;
  width:50px;
  height:5px;
  margin:0;
  padding:0;
}

.popup__apply__block__inputs__item .noticeWarning {
  color:red;
  font-size:13px;
  position: absolute;
  top: 100%;
  line-height: 1;
}
.popup__apply__block__inputs__item .noticeWarning.notnode {
  top: 70%;
}
.popup__apply__dropdown {
  position: relative;
  display: block;
  overflow: hidden;
  width: 250px;
  max-width: 250px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #919191;
  height: 45px;
  margin-top: 10px;
  margin-bottom: 8px;
}
.popup__apply__dropdown:after {
  content: "keyboard_arrow_down";
  font-family: 'Material Icons';
  font-size: 20px;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 12px;
  z-index: 1;
  pointer-events: none;
}
.popup__apply__dropdown select {
  color: #23262D;
  background: #FDFDFD none repeat scroll 0% 0%;
  border: none;
  font-size: 1em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  outline: none;
  padding: 12px 30px 12px 15px;
  line-height: 21px;
  width: 100%;
  min-width: auto;
}
.popup__apply__block__inputs__item textarea {
  width:526px;
  height:60px;
  resize: none;
  box-sizing: border-box;
  border: 2px solid #F2F2F2;
  color: #23262D;
  background: #FDFDFD none repeat scroll 0% 0%;
  margin-top: 10px;
  margin-bottom: 8px;
  padding: 12px 20px;
}
.popup__apply_btn {
  background-color: grey;
  border-radius: 4px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  padding:17px 70px;
  height:auto;
  text-transform: unset;
}
.popup__apply_btn.active {
  background-color: #C7A780;
}
.flatTitleWhite .popup__apply_btn.active {
  background-color: #0094F8;
}
.flatTitleWhite .popup__apply_btn:hover {
  color:white;
}
.popup__apply_btn:hover {
  background-color: grey;
  color: #FFFFFF;
}

.leadForm {
  cursor:pointer;
}
.popup__apply__answer {
  padding: 0 36px;
  margin:0 0 40px 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
}

.leadForm__formWrapper {
  width:100%;
  margin:0;
  padding: 0 36px;
  box-sizing: border-box;
}
.leadForm__formWrapper .before-text{
  color: #474747;
  font-size: 16px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom:1.5rem;
}
.leadForm__formWrapper form {
  width:100%;
  margin:0;
  text-align:center;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}
.leadForm__inputBox {
  width:250px;
  color: #474747;
  font-size: 14px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  display:inline-block;
  text-align:left;
  margin:10px 0 0 0;
  vertical-align: top;
}
.leadForm__inputBox span {
  color:#e74c3c;
}
.leadForm__inputBox input {
  padding: 16px 17px;
  box-sizing: border-box;
  border: 2px solid #F2F2F2;
  background-color:#FDFDFD;
  width: 100%;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  margin:5px 0 0 0;
}
.leadForm__inputBox select {
  width: 100%;
  padding: 16px 17px;
  box-sizing: border-box;
  border: 2px solid #F2F2F2;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  margin:5px 0 0 0;
}
.leadForm__inputBox input.errorInp,
.leadForm__inputBox select.errorInp {
  border-color:red;
}
.leadForm__checkFieldBox {
  margin:10px 0;
  display:flex;
  align-items: center;
}
.leadForm__checkFieldBox a {
  color:#4033DB;
}
.leadForm__checkerBox {
  width:32px;
  height:32px;
  margin:0 22px 0 7px;
  cursor:pointer;
}
.leadForm__checkerBox::after {
  content:'check_box_outline_blank';
  font-family: 'Material Icons';
  font-size:32px;
  line-height: 1;
  color:#CFCFCF;
}
.leadForm__checkerBox.checked::after {
  content:'check_box';
  color: #4033DB;
}
.leadForm__labelBox {
  color: #333;
  text-align:left;
}
.leadForm__errorFieldBox {
  color: red;
  font-size: 12px;
  line-height: 16px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
}
.leadForm__errorCommonBox {
  text-align:left;

  color: red;
  font-size: 12px;
  line-height: 16px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
}
.leadForm__radioFieldBox {
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
  display:flex;
  justify-content:flex-start;
  align-items: center;
}
.leadForm__radioFieldBox .leadForm__errorFieldBox {
}
.leadForm__radioBox {
  width:24px;
  height:24px;
  margin:0 5px 0 22px;
  cursor:pointer;
}
.leadForm__radioBox::after {
  content:'radio_button_unchecked';
  font-family: 'Material Icons';
  font-size:24px;
  line-height: 1;
  color:#CFCFCF;
}
.leadForm__radioBox.selected::after {
  content:'radio_button_checked';
  color: #4033DB;
}

@media (max-width: 600px) {
  .popup__apply__block {
    width:320px;
  }
  .popup__apply__block .popup-window-titlebar {
    margin-bottom:10px;
  }
  .popup__apply__block__shortInfo {
    margin-bottom:10px;
  }
  .leadForm__inputBox input,
  .popup__apply__block__inputs__item input {
    margin:4px 0;
    height:32px;
    width:100%;
  }
  .popup__apply__container {
    margin:0;
  }
  .popup__apply__block .popup-window-titlebar {
    height:40px;
    padding:0 16px;
  }
  .popup__apply__block .popup-window-titlebar-text,
  .popup__apply__block .popup-window-titlebar-text-version {
    font-size:18px;
  }
  .popup__apply__block .popup-window-close-icon.popup-window-titlebar-close-icon {
    top: 8px;
    right: 12px;
    text-align: center;
    width: 20px;
    height: 20px;
  }
  .popup__apply__block .popup-window-close-icon:after {
    font-size: 24px;
    line-height: 24px;
  }
  .popup__apply__block__inputs {
    padding:0 16px;
  }
  .popup__apply__block__inputs__item {
    margin-bottom:12px;
    width: 100%;
  }
  .just_a_line {
    margin-bottom: 12px;
  }
  .popup__apply__dropdown {
    height:32px;
    width:100%;
    max-width:400px;
  }
  .popup__apply__dropdown select {
    padding-top:5px;
    padding-bottom:5px;
  }
  .popup__apply__dropdown:after {
    top: 8px;
  }
  .popup__apply__block__inputs__item textarea {
    width:100%;
  }
  .popup__apply_btn {
    width:100%;
  }
  .popup__apply__answer {
    margin:40px 0;
  }
}
@media (max-width: 425px) {
  .leadForm__authButton {
    width:100%;
  }
  .leadForm__inputBox {
    width:100%;
    max-width:100%;
    margin-left:0;
    margin-right:0;
  }
  .leadForm__radioBox {
    margin-left:8px;
  }
}

/* для синдикатів філії */
.flatOneCols {
}
.flatOneCols.popup__apply__block {
  border-radius:unset;
}
.flatOneCols.popup__apply__block .popup-window-titlebar {
  display: flex;
  align-items: center;
  padding: 0 15px;
  border-bottom: 1px solid #C5C5C5;
  background-color:white;
  margin:0;
  min-height: 50px;
}
.flatOneCols.popup__apply__block .popup-window-titlebar-text {
  color:#333333;
  font-size: 20px;
  line-height: 24px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
}
.flatOneCols.popup__apply__block .popup-window-close-icon.popup-window-titlebar-close-icon {
  top:13px;
  right:17px;
}
.flatOneCols.popup__apply__block .popup-window-close-icon.popup-window-titlebar-close-icon::after {
  color:#333333;
}
.flatOneCols .leadForm__formWrapper {
  padding:0;
}
.flatOneCols.popup__apply__block .popup-window-buttons {
  border-top:none;
}
.flatOneCols.popup__apply__block .popup-window-buttons {
  padding:0 22px;
}
.flatOneCols .popup__apply_btn,
.flatOneCols .popup__apply_btn.active {
  background-color: #4033DB;
}
.flatOneCols .popup__apply__answer {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 31px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  color:#676767;
  box-sizing: border-box;
  margin:0;
}

@media (min-width: 425px) {
  .flatOneCols .leadForm__inputBox {
    width:100%;
  }
  .flatOneCols.popup__apply__block .popup-window-content {
    padding: 26px 54px;
  }
  .flatOneCols.popup__apply__block .popup-window-buttons {
    padding:0 54px;
  }
  .flatOneCols.popup__apply__block {
    width:90vw;
  }
}
@media (min-width: 520px) {
  .flatOneCols.popup__apply__block {
    width:500px;
  }
  .flatOneCols.popup__apply__block .popup-window-titlebar {
    min-height: 83px;
  }
  .flatOneCols.popup__apply__block .popup-window-close-icon.popup-window-titlebar-close-icon {
    top:29px;
    right:35px;
  }
  .flatOneCols .leadForm__inputBox input,
  .flatOneCols .popup__apply__block__inputs__item input {
    height:52px;
  }
  .flatOneCols .popup__apply_btn {
    width:100%;
  }
}
/* End */
/* /local/components/startups/unicorn.events.partners/templates/.default/style.css?16521096888853 */
/* /local/modules/startupnetwork.form/style.css?176649800913545 */
