@media only screen and (max-width: 768px) {
  /* line 4, styles.scss */
  #co0 {
    display: inline-block;
    transform: scale(0.82);
    transform-origin: 0 0; }

  /* line 11, styles.scss */
  .co4 input, .co4 textarea {
    width: 100%; } }
@media only screen and (min-width: 768px) {
  /* line 18, styles.scss */
  #co0 {
    display: inline-block;
    transform: scale(1);
    transform-origin: 0 0; } }
@media only screen and (min-width: 1024px) {
  /* line 32, styles.scss */
  #co0 {
    display: inline-block;
    transform: scale(1);
    transform-origin: 0 0; }

  /* line 39, styles.scss */
  .co4 input, .co4 textarea, .co4 hr {
    width: 400px; } }
@media only screen and (min-width: 1250px) {
  /* line 46, styles.scss */
  #co0 {
    display: inline-block;
    transform: scale(1);
    transform-origin: 0 0; }

  /* line 53, styles.scss */
  .co4 input, .co4 textarea, .co4 hr {
    width: 400px; } }
@media only screen and (min-width: 1400px) {
  /* line 60, styles.scss */
  #co0 {
    display: inline-block;
    transform: scale(1);
    transform-origin: 0 0; }

  /* line 67, styles.scss */
  .co4 input, .co4 textarea, .co4 hr {
    width: 400px; } }
/* line 73, styles.scss */
h1, h2, h3, h4 {
  color: #0d3f69; }

/* line 77, styles.scss */
.ba_skype, .ba_fb_round, .ba_envelope, .ba_phone_new {
  font-size: 26px; }

/* line 81, styles.scss */
.ba_fb_round {
  color: #4267bc; }

/* line 85, styles.scss */
.ba_skype {
  color: #00aff0; }

/* line 89, styles.scss */
#co0 {
  display: inline-block; }

/* line 93, styles.scss */
#co1 {
  transition: 200ms;
  background-color: #f5821f;
  border: none;
  cursor: pointer;
  color: #fff;
  width: 100%; }
  /* line 100, styles.scss */
  #co1:hover {
    background-color: #f89b4c; }

/* line 105, styles.scss */
#co2 {
  z-index: 0; }
  /* line 108, styles.scss */
  #co2 iframe {
    width: 100%;
    height: 400px; }

/* line 114, styles.scss */
#co3 {
  border: 1px solid #000;
  width: 100%;
  height: 400px; }

/* line 120, styles.scss */
.co4 {
  position: relative; }
  /* line 122, styles.scss */
  .co4 input, .co4 textarea {
    border: 1px solid #dce2e9;
    border-bottom: 1px solid #DDD;
    font-size: 120%;
    outline: none;
    cursor: text;
    resize: vertical;
    width: 100%; }
    /* line 130, styles.scss */
    .co4 input:focus::-webkit-input-placeholder, .co4 textarea:focus::-webkit-input-placeholder {
      color: #f5821f; }
  /* line 136, styles.scss */
  .co4 input::-webkit-input-placeholder {
    transition: color 300ms ease;
    color: transparent; }
  /* line 141, styles.scss */
  .co4 input:not(:focus)::-webkit-input-placeholder, .co4 input:not(:focus)::-moz-placeholder {
    color: transparent; }

/* line 148, styles.scss */
textarea::-webkit-input-placeholder {
  transition: color 300ms ease;
  color: transparent; }
/* line 153, styles.scss */
textarea:not(:focus)::-webkit-input-placeholder, textarea:not(:focus)::-moz-placeholder {
  color: transparent; }

/* line 161, styles.scss */
input:not(:focus)::-moz-placeholder, textarea:not(:focus)::-moz-placeholder, input:not(:focus):-ms-input-placeholder, textarea:not(:focus):-ms-input-placeholder {
  color: transparent; }

/* line 166, styles.scss */
.co4 label {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 120%;
  color: #607D8B;
  transform-origin: 0 -150%;
  transition: transform 300ms ease;
  pointer-events: none; }
/* line 178, styles.scss */
.co4 input:focus ~ label, .co4 input:valid ~ label {
  transform: scale(0.6);
  top: 7px;
  background-color: #fff;
  color: #f5821f; }
/* line 187, styles.scss */
.co4 textarea:focus ~ label, .co4 textarea:valid ~ label {
  transform: scale(0.6);
  top: 7px;
  background-color: #fff;
  color: #f5821f; }
/* line 195, styles.scss */
.co4 #co5 {
  display: none; }
/* line 199, styles.scss */
.co4 .co6 {
  text-align: center; }
/* line 204, styles.scss */
.co4 .swal-button {
  margin: auto; }
/* line 208, styles.scss */
.co4 .swal-footer {
  text-align: center; }

/* line 213, styles.scss */
.co7 {
  display: flex;
  align-items: center; }
  /* line 217, styles.scss */
  .co7 a:hover {
    text-decoration: none; }

/* line 223, styles.scss */
a.co8 {
  color: #f5821f;
  text-decoration: underline; }

/* line 228, styles.scss */
.co9 {
  display: flex;
  align-items: center; }

/* line 233, styles.scss */
.fo8 {
  padding-top: 0; }
