/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==================================================
    =SASS CSS
===================================================== */
/* ==================================================
    =Styles
===================================================== */
body {
  font: 100% Helvetica, sans-serif;
  color: #333;
  -webkit-text-size-adjust: none;
}

/* ==================================================
    =Mixins
===================================================== */
/* ==================================================
    =General classes for usage
===================================================== */
.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.alignleft {
  float: left;
}

.aligncenter {
  margin: 0 auto;
}

.alignright {
  float: right;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.cf:before,
.cf:after,
.container:before,
.container:after,
.widget:before,
.widget:after,
form ol > li:before,
form ol > li:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}

.cf:after,
.clear,
.container:after,
.widget:after,
form ol > li:after {
  clear: both;
}

.cf,
.container,
.widget,
form ol > li {
  zoom: 1;
}

/* Defined in html element when using rem unit */
html {
  font: normal 62.5% Helvetica, sans-serif;
  color: #444;
  background-color: #fff;
}

/* apply a natural box layout model to all elements */
/* http://paulirish.com/2012/box-sizing-border-box-ftw/ */
/* Buggy in IE7, avoid if developing for IE7 */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* User generated  */
.user-content ul {
  list-style: disc;
  margin-left: 24px;
}

.user-content ul ul {
  margin-left: 20px;
  margin-bottom: 0;
}

.user-content ul li {
  margin-bottom: 0;
}

.user-content ol {
  margin-left: 24px;
  list-style: decimal;
}

.user-content ol ol {
  list-style: lower-latin;
  margin-bottom: 0;
}

.user-content ul ul,
.view ol ol {
  margin-bottom: 0;
}

.user-content li li {
  font-size: 1em;
}

/* Table */
table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

table td,
table th {
  vertical-align: middle;
}

/* Normal form */
.normal-form input[type=text],
.normal-form input[type=password],
.normal-form input[type=datetime],
.normal-form input[type=datetime-local],
.normal-form input[type=date],
.normal-form input[type=month],
.normal-form input[type=time],
.normal-form input[type=week],
.normal-form input[type=number],
.normal-form input[type=email],
.normal-form input[type=url],
.normal-form input[type=search],
.normal-form input[type=tel],
.normal-form input[type=color],
.normal-form textarea,
.normal-form select {
  -webkit-appearance: none;
}

.normal-form textarea {
  overflow: auto;
}

.normal-form input[type=text]:focus,
.normal-form input[type=password]:focus,
.normal-form input[type=datetime]:focus,
.normal-form input[type=datetime-local]:focus,
.normal-form input[type=date]:focus,
.normal-form input[type=month]:focus,
.normal-form input[type=time]:focus,
.normal-form input[type=week]:focus,
.normal-form input[type=number]:focus,
.normal-form input[type=email]:focus,
.normal-form input[type=url]:focus,
.normal-form input[type=search]:focus,
.normal-form input[type=tel]:focus,
.normal-form input[type=color]:focus,
.normal-form textarea:focus,
.normal-form select:focus {
  outline: none;
}

/* Button styling */
button {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 10px 0 0;
  font: bold 14px/20px Helvetica, sans-serif;
  color: #fff;
  border: none;
  text-align: center;
  overflow: visible;
  cursor: pointer;
}

/* ==================================================
    =Typography
===================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
.user-content ul,
.user-content ol,
.user-content dl {
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}

h1 {
  font: 400 32px/1.3 Helvetica, sans-serif;
}

h2 {
  font: 400 24px/1.2 Helvetica, sans-serif;
}

h3 {
  font: 400 22px/1.2 Helvetica, sans-serif;
}

h4 {
  font: 400 20px/1.2 Helvetica, sans-serif;
}

h5 {
  font: 400 16px/1.2 Helvetica, sans-serif;
}

h6 {
  font: 400 14px/1.2 Helvetica, sans-serif;
}

a {
  text-decoration: none;
}

/* Styling */
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sup {
  vertical-align: text-top;
  font-size: 75%;
}

sub {
  vertical-align: bottom;
  font-size: 75%;
}

blockquote {
  font-style: italic;
}

/* User generated  */
.user-content ul {
  list-style: disc;
  margin-left: 24px;
}

.user-content ul ul {
  margin-left: 20px;
  margin-bottom: 0;
}

.user-content ul li {
  margin-bottom: 0;
}

.user-content ol {
  margin-left: 24px;
  list-style: decimal;
}

.user-content ol ol {
  list-style: lower-latin;
  margin-bottom: 0;
}

.user-content ul ul,
.view ol ol {
  margin-bottom: 0;
}

.user-content li li {
  font-size: 1em;
}

/* Table */
table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

table td,
table th {
  vertical-align: middle;
}

/* Normal form */
.normal-form input[type=text],
.normal-form input[type=password],
.normal-form input[type=datetime],
.normal-form input[type=datetime-local],
.normal-form input[type=date],
.normal-form input[type=month],
.normal-form input[type=time],
.normal-form input[type=week],
.normal-form input[type=number],
.normal-form input[type=email],
.normal-form input[type=url],
.normal-form input[type=search],
.normal-form input[type=tel],
.normal-form input[type=color],
.normal-form textarea,
.normal-form select {
  -webkit-appearance: none;
}

.normal-form input[type=text]:focus,
.normal-form input[type=password]:focus,
.normal-form input[type=datetime]:focus,
.normal-form input[type=datetime-local]:focus,
.normal-form input[type=date]:focus,
.normal-form input[type=month]:focus,
.normal-form input[type=time]:focus,
.normal-form input[type=week]:focus,
.normal-form input[type=number]:focus,
.normal-form input[type=email]:focus,
.normal-form input[type=url]:focus,
.normal-form input[type=search]:focus,
.normal-form input[type=tel]:focus,
.normal-form input[type=color]:focus,
.normal-form textarea:focus,
.normal-form select:focus {
  outline: none;
}

/* ===============================================================================
    =Site css
    for importing base.scss on top of media query doc copy this : @import 'base';
=============================================================================== */
#page-header,
#page-footer {
  display: none;
}

h1 {
  font-family: "Teko", serif;
  color: #110F13;
  font-size: 50px;
  line-height: 1.1;
}

p {
  color: #110F13;
}

.hide-form .form-wrapper {
  display: none;
}

.lang-nav {
  margin: 30px auto;
  margin-bottom: 0;
  text-align: right;
}
.lang-nav li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  opacity: 0.5;
  background: #fff;
  margin: 10px;
  text-align: center;
}
.lang-nav li a {
  font-family: "Geomanist", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #110F13;
  font-weight: 700;
  line-height: 32px;
}
.lang-nav li.current {
  opacity: 1;
}

.btn-1,
.gform_next_button.button,
.gform_previous_button.button {
  max-width: 255px;
  width: 100%;
  display: block;
  height: 50px;
  text-align: center;
  background: #C2FF3F;
  border-radius: 8px;
  font-family: "Teko", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #110F13;
  font-weight: 500;
  letter-spacing: 1px;
  padding-top: 13px;
  -webkit-box-shadow: 21px 23px 62px -13px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 21px 23px 62px -13px rgba(0, 0, 0, 0.45);
  box-shadow: 21px 23px 62px -13px rgba(0, 0, 0, 0.45);
  transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -webkit-appearance: none;
}

input[type=submit] {
  max-width: 255px;
  width: 100%;
  display: block;
  height: 50px;
  text-align: center;
  background: #C2FF3F;
  border-radius: 8px;
  font-family: "Teko", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #110F13;
  font-weight: 500;
  letter-spacing: 1px;
  padding-top: 13px;
  -webkit-box-shadow: 21px 23px 62px -13px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 21px 23px 62px -13px rgba(0, 0, 0, 0.45);
  box-shadow: 21px 23px 62px -13px rgba(0, 0, 0, 0.45);
  transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  float: right;
  border: none;
  padding: 0 90px;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
}

.gform_next_button.button,
.gform_previous_button.button {
  float: right;
  border: none;
  padding: 0 90px;
  cursor: pointer;
  outline: 0;
}

.gform_previous_button.button {
  box-shadow: none;
  background: #ffffff;
  padding: 0 60px;
  float: left;
  border: 1px solid #AAA9AC;
}

.btn-1:hover,
.gform_next_button.button:hover,
input[type=submit]:hover {
  box-shadow: none;
  transform: scale(0.99);
}

.main-content {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
}

.left-side {
  position: relative;
  float: left;
  width: 50%;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background-image: url(../img/bg-3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.right-side {
  float: left;
  width: 50%;
  position: relative;
  min-height: 700px;
}

.title-small {
  margin-left: 40px;
  margin-top: 75px;
}
.title-small p {
  font-size: 30px;
  font-family: "bignoodle", sans-serif;
  color: #464646;
}

.gf_page_steps .gf_step_label {
  display: none;
}

.intro-text {
  max-width: 510px;
  position: absolute;
  bottom: 100px;
  left: 50px;
  padding-right: 30px;
}
.intro-text p {
  font-family: "Geomanist", sans-serif;
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 45px;
}

.user-content .main-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.user-content .main-content .logo-box {
  float: none;
  margin: auto;
  margin-top: 75px;
}

.logo-box {
  margin-top: 50px;
  margin-right: 50px;
  max-width: 170px;
  text-align: center;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.logo-box a {
  display: block;
}
.logo-box img {
  max-width: 105px;
  display: inline-block;
  width: 100%;
}

.left-colm {
  width: 227px;
  float: left;
  background: #110F13;
}

.right-colm {
  width: calc(100% - 227px);
  float: left;
  position: relative;
  padding-bottom: 60px;
}
.right-colm .inner-wrapper {
  padding: 15px 15% 60px 15%;
}
.right-colm .title-small {
  position: absolute;
}

.gform_save_link {
  font-family: "Teko", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #110F13;
  outline: 0;
  display: inline-block;
  margin: auto;
  margin-top: 20px;
  float: none;
}

.gf_page_steps {
  position: absolute;
  left: -18px;
  padding: 10px 10px 0 10px;
  background: #fff;
  top: 12%;
}
.gf_page_steps .gf_step {
  margin-bottom: 5px;
}
.gf_page_steps span {
  font-family: "bignoodle", sans-serif;
  font-size: 25px;
  color: #110F13;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  padding-top: 0px;
  line-height: 40px;
}
.gf_page_steps .gf_step_previous .gf_step_number,
.gf_page_steps .gf_step_completed .gf_step_number {
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  padding-top: 0px;
  background: #dfdfdf;
  color: #110F13;
  border-radius: 35px;
  line-height: 40px;
}
.gf_page_steps .gf_step_active .gf_step_number {
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  padding-top: 0px;
  background: #C2FF3F;
  color: #110F13;
  border-radius: 35px;
  line-height: 40px;
}

.gf_page_steps:before {
  content: "";
  background: url(../img/photo/pag-before.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -48px;
  left: -16px;
  display: block;
}

.gf_page_steps:after {
  content: "";
  background: url(../img/photo/pag-after.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -50px;
  left: -17px;
  display: block;
}

.gf_page_steps .gf_step_last {
  margin-bottom: 0;
}

.gform_heading {
  width: 80%;
  margin-bottom: 55px;
}
.gform_heading span {
  font-size: 18px;
  font-family: "Geomanist", sans-serif;
  line-height: 1.9;
}

.gform_next_button.button {
  float: right;
  border: none;
  padding: 0 65px;
  cursor: pointer;
  outline: 0;
}

.gform_title,
.gfield_html h2 {
  font-family: "Teko", serif;
  font-size: 50px;
}

.gfield_html p {
  font-size: 18px;
  font-family: "Geomanist", sans-serif;
  line-height: 1.9;
}

.gfield_description {
  font-family: "Geomanist", sans-serif;
  font-style: italic;
  font-size: 14px;
  font-weight: 300;
  color: #78717F;
  margin-bottom: 10px;
  letter-spacing: 0.015em;
}

.field_sublabel_below {
  margin-bottom: 50px;
}

.ginput_container_radio [type=radio]:not(:checked) + label,
.ginput_container_checkbox [type=checkbox]:not(:checked) + label {
  opacity: 1;
}

.ginput_container_radio [type=radio]:checked + label,
.ginput_container_checkbox [type=checkbox]:checked + label {
  opacity: 1;
}

.ginput_container textarea {
  height: 125px;
  width: 100%;
  border: none;
  background: #ffffff;
  resize: none;
  outline: 0;
  padding: 10px;
  font-family: "Geomanist", sans-serif;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #AAA9AC;
  color: #110F13;
}
.ginput_container input {
  height: 125px;
  border: none;
  background: #ffffff;
  resize: none;
  outline: 0;
  padding: 10px;
  font-family: "Geomanist", sans-serif;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #AAA9AC;
  color: #110F13;
}
.ginput_container input[type=text],
.ginput_container input[type=email],
.ginput_container input[type=tel] {
  height: 50px;
  width: 100%;
}
.ginput_container input[type=number] {
  height: 50px;
  width: 70px;
}
.ginput_container input[type=file] {
  background: none;
  height: 100%;
}

.gfield_label {
  font-family: "Geomanist", sans-serif;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.gform_body li {
  list-style-type: none;
}

.medium.gfield_select {
  position: relative;
  height: 50px;
  max-width: 200px;
  width: 100%;
  border: none;
  background: #ececec;
  resize: none;
  outline: 0;
  padding: 10px;
  font-family: "Geomanist", sans-serif;
  -webkit-appearance: none;
}

.ginput_container_select {
  position: relative;
}

.ginput_container_select:after {
  content: "";
  position: absolute;
  left: 182px;
  top: 22px;
  display: block;
  width: 10px;
  height: 10px;
  background: transparent;
  background-image: url(../img/photo/small-triangle.png);
  background-size: 10px;
  background-repeat: no-repeat;
}

.gform_fields {
  margin-left: 0;
}

.gform_page_fields .field_sublabel_above {
  margin-bottom: 60px;
}

.gfield input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  padding: 0;
}
.gfield input[type=file] + label {
  font-size: 1.25em;
  font-weight: 700;
  color: #C2FF3F;
  background-color: #0c0303;
  display: inline-block;
}
.gfield input[type=file] + label,
.gfield input[type=file] + label:hover {
  background-color: red;
}

#field_2_42 label {
  max-width: 200px;
  width: 100%;
  height: 50px;
  background-color: #C2FF3F;
  color: #fff;
  text-transform: uppercase;
  font-family: "Geomanist", sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding-top: 15px;
  padding-left: 10px;
  cursor: pointer;
}

.ginput_container_checkbox {
  /* Hide the checkbox */
  /* Prepare the label */
  /* Checkboxes aspect */
  /* :before is for the box */
  /* Check symbol aspect */
  /* if "not checked" */
  /* If "checked" */
}
.ginput_container_checkbox li {
  margin-bottom: 20px;
}
.ginput_container_checkbox label {
  font-family: "Geomanist", sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
}
.ginput_container_checkbox [type=checkbox]:not(:checked),
.ginput_container_checkbox [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.ginput_container_checkbox [type=checkbox]:not(:checked) + label,
.ginput_container_checkbox [type=checkbox]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.ginput_container_checkbox [type=checkbox]:not(:checked) + label:before,
.ginput_container_checkbox [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid #aaa;
  background: #0c0303;
  border-radius: 3px;
}
.ginput_container_checkbox [type=checkbox]:not(:checked) + label:after,
.ginput_container_checkbox [type=checkbox]:checked + label:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../img/photo/mark-black.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 4px;
  font-size: 18px;
  color: #C2FF3F;
  transition: all 0.2s;
  -webkit-appearance: none;
}
.ginput_container_checkbox [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  /* invisible */
  transform: scale(0);
}
.ginput_container_checkbox [type=checkbox]:checked + label:after {
  opacity: 1;
  /* visible */
  transform: scale(1);
}

.hidden_label .gfield_label {
  display: none;
}

.ginput_container_radio {
  /* Hide the checkbox */
  /* Prepare the label */
  /* radioes aspect */
  /* :before is for the box */
  /* Check symbol aspect */
  /* if "not checked" */
  /* If "checked" */
}
.ginput_container_radio .gfield_radio,
.ginput_container_checkbox .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  zoom: 1;
}
.ginput_container_checkbox .gfield_checkbox {
  flex-direction: column;
}
.ginput_container_radio .gfield_radio:after,
.ginput_container_checkbox .gfield_checkbox:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.ginput_container_radio li,
.ginput_container_checkbox li {
  float: left;
  padding-right: 20px;
  min-width: 120px;
}
.ginput_container_checkbox li {
  margin-bottom: 0;
}
.ginput_container_radio li label,
.ginput_container_checkbox li label {
  font-family: "Geomanist", sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
}
.ginput_container_radio input,
.ginput_container_checkbox input {
  float: left;
}
.ginput_container_radio label,
.ginput_container_checkbox label {
  float: left;
  padding-left: 5px;
  padding-top: 8px;
}
.ginput_container_radio [type=radio]:not(:checked),
.ginput_container_radio [type=radio]:checked,
.ginput_container_checkbox [type=checkbox]:not(:checked),
.ginput_container_checkbox [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.ginput_container_radio [type=radio]:not(:checked) + label,
.ginput_container_radio [type=radio]:checked + label,
.ginput_container_checkbox [type=checkbox]:not(:checked) + label,
.ginput_container_checkbox [type=checkbox]:checked + label {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
}
.ginput_container_radio [type=radio]:not(:checked) + label:before,
.ginput_container_radio [type=radio]:checked + label:before,
.ginput_container_checkbox [type=checkbox]:not(:checked) + label:before,
.ginput_container_checkbox [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 28px;
  height: 28px;
  border: none;
  background: #ffffff;
  border: 1px solid #AAA9AC;
  border-radius: 30px;
}
.ginput_container_radio [type=radio]:checked + label:before,
.ginput_container_checkbox [type=checkbox]:checked + label:before {
  background: #C2FF3F;
}
.ginput_container_radio [type=radio]:not(:checked) + label:after,
.ginput_container_radio [type=radio]:checked + label:after,
.ginput_container_checkbox [type=checkbox]:not(:checked) + label:after,
.ginput_container_checkbox [type=checkbox]:checked + label:after {
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  background: url(../img/photo/black-dot.png);
  position: absolute;
  top: 10px;
  left: 8px;
  font-size: 84px;
  color: #C2FF3F;
  transition: all 0.2s;
  background-size: 100%;
}
.ginput_container_radio [type=radio]:not(:checked) + label:after,
.ginput_container_checkbox [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  /* invisible */
  transform: scale(0);
}
.ginput_container_radio [type=radio]:checked + label:after,
.ginput_container_checkbox [type=checkbox]:checked + label:after {
  opacity: 1;
  /* visible */
  transform: scale(1);
}

.gform_page_footer {
  margin-top: 80px;
  text-align: center;
}
.gform_page_footer a {
  color: #110F13;
  position: relative;
}
.gform_page_footer a:after {
  -moz-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;
  -webkit-transition: all 0.24s ease;
  -ms-transition: all 0.24s ease;
  transition: all 0.24s ease;
  content: "";
  height: 1px;
  background: #110F13;
  opacity: 1;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0;
  z-index: -1;
}
.gform_page_footer a:hover:after,
.gform_page_footer a:focus:after,
.gform_page_footer a:active:after {
  width: 100%;
}

.gform_confirmation_message {
  margin-top: 40%;
  font-family: "Geomanist", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.gform_confirmation_message p {
  font-family: "Geomanist", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.form_saved_message,
.form_saved_message_sent {
  margin-top: 35%;
  font-family: "Geomanist", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.form_saved_message a,
.form_saved_message_sent a {
  color: #110F13;
  text-decoration: underline;
  word-wrap: break-word;
}
.form_saved_message span,
.form_saved_message_sent span {
  font-family: "Geomanist", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.form_saved_message input[type=email],
.form_saved_message_sent input[type=email] {
  width: 100%;
  max-width: 300px;
  height: 50px;
  border: none;
  background: #ffffff;
  resize: none;
  outline: 0;
  padding: 10px;
  font-family: "Geomanist", sans-serif;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #AAA9AC;
  color: #110F13;
}
.form_saved_message input[type=submit],
.form_saved_message_sent input[type=submit] {
  margin-top: 120px;
}

.form_saved_message_emailform {
  margin-top: 20px;
}

.validation_error {
  font-size: 16px;
  font-family: "Geomanist", sans-serif;
  line-height: 1.9;
  text-align: center;
  margin-bottom: 30px;
  color: #b30000;
  padding-bottom: 20px;
  border-bottom: 1px solid #b30000;
}

.validation_message {
  color: #b30000;
}

.gfield_error input,
.gfield_error textarea {
  border: 1px solid #b30000;
}

.gfield_required {
  color: #f00;
  font-size: 18px;
  margin-left: 5px;
  font-weight: 700;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.gfield {
  float: left;
  width: 100%;
}

@media screen and (-webkit-max-device-pixel-ratio: 1) and (min-color-index: 0) {
  .gf_page_steps span {
    line-height: 37px;
  }
  .gf_page_steps .gf_step_previous .gf_step_number,
  .gf_step_completed .gf_step_number {
    line-height: 37px;
  }
  .gf_page_steps .gf_step_active .gf_step_number {
    line-height: 37px;
  }
}
@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 40px;
  }
  .gform_title {
    font-size: 40px;
  }
  .intro-text {
    max-width: 400px;
  }
  .right-colm .inner-wrapper {
    padding: 160px 15% 60px 15%;
  }
}
@media only screen and (max-width: 980px) {
  .gform_next_button.button, .gform_previous_button.button {
    float: none;
    margin: auto;
  }
  .gform_previous_button.button {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 900px) {
  h1 {
    font-size: 30px;
  }
  .intro-text {
    max-width: 300px;
  }
  .intro-text p {
    font-size: 16px;
  }
  .right-colm .inner-wrapper {
    padding: 160px 20px 60px 50px;
  }
  .btn-1 {
    max-width: 200px;
    height: 50px;
    padding-top: 13px;
  }
  .logo-box img {
    width: 100%;
    margin: auto;
    display: block;
  }
  .title-small {
    margin-top: 96px;
  }
  .title-small p {
    font-size: 24px;
  }
  .gform_title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 720px) {
  .ginput_container_radio li {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .left-side {
    width: 30%;
  }
  .right-side,
  .right-colm {
    width: 70%;
    max-width: 420px;
  }
  .title-small p {
    font-size: 20px;
  }
  .user-content .main-content .logo-box {
    margin-top: 20px;
  }
  .title-small {
    margin-top: 50px;
  }
  .logo-box {
    margin-right: 0;
    float: none;
    margin: auto;
    margin-top: 20px;
    max-width: 120px;
  }
  .right-colm .inner-wrapper {
    padding: 110px 20px 60px 50px;
  }
  .intro-text p {
    line-height: 1.5;
  }
  .gform_title {
    font-size: 22px;
  }
  .ginput_container_radio li {
    width: 100%;
  }
  .right-side {
    min-height: auto;
  }
  .form_saved_message,
  .form_saved_message_sent {
    margin-top: 0px;
  }
  .form_saved_message input[type=submit],
  .form_saved_message_sent input[type=submit] {
    margin-top: 50px;
  }
  .right-colm {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .left-colm {
    width: 100%;
    padding: 0;
  }
  .right-colm {
    width: 100%;
  }
  .logo-box,
  .user-content .main-content .logo-box {
    float: left;
    padding: 0;
    margin-bottom: 40px;
  }
  .logo-box img {
    width: 60%;
  }
  .gf_page_steps {
    left: 50%;
    top: -18px;
    transform: translateX(-50%);
    height: 61px;
    width: 220px;
  }
  .gf_page_steps:before {
    top: -16px;
    right: -45px;
    left: auto;
    transform: rotate(90deg);
  }
  .gf_page_steps:after {
    bottom: 28px;
    left: -48px;
    display: block;
    transform: rotate(90deg);
  }
  .main-content {
    width: 100%;
    height: 100vh;
    display: block;
  }
  .left-side {
    width: 100%;
  }
  .right-side {
    width: 100%;
  }
  .right-side .intro-text {
    position: static;
    width: 100%;
    max-width: 100%;
    padding: 60px 20px 0 20px;
  }
  .title-small {
    margin-left: 20px;
  }
  .right-colm .inner-wrapper {
    padding: 110px 20px 60px 20px;
  }
  .gf_page_steps .gf_step {
    float: left;
    margin-right: 5px;
  }
  .intro-text {
    left: 20px;
  }
  h1 {
    font-size: 26px;
  }
  .gform_page_fields .gform_fields,
  .ginput_container_checkbox .gfield_checkbox {
    margin-left: 0;
  }
  .gform_heading {
    width: 100%;
  }
  .gform_heading span {
    font-size: 12px;
  }
  .gform_save_link {
    font-size: 14px;
  }
  .logo-box {
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
  input[type=submit] {
    margin: auto;
    float: none;
  }
  .gfield_html p {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 380px) {
  .right-side .intro-text {
    padding: 60px 20px 0 20px;
  }
}
@media only screen and (max-width: 340px) {
  .right-side .intro-text {
    padding: 40px 20px 0 20px;
  }
}
@font-face {
  font-family: "brigmore";
  font-display: auto;
  src: url("fonts/brigmore_bold-webfont.woff2") format("woff2"), url("fonts/brigmore_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bignoodle";
  font-display: auto;
  src: url("fonts/big_noodle_titling-webfont.woff2") format("woff2"), url("fonts/big_noodle_titling-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Geomanist";
  font-weight: 300;
  src: url("../fonts/GeomanistRegular.eot");
  /* IE9+ Compat Modes */
  src: url("../fonts/GeomanistRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/GeomanistRegular.woff") format("woff"), url("../fonts/GeomanistRegular.ttf") format("truetype"), url("../fonts/GeomanistRegular.svg#Futura") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Geomanist";
  font-weight: 500;
  src: url("../fonts/GeomanistMedium.eot");
  /* IE9+ Compat Modes */
  src: url("../fonts/GeomanistMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/GeomanistMedium.woff") format("woff"), url("../fonts/GeomanistMedium.ttf") format("truetype"), url("../fonts/GeomanistMedium.svg#Futura") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Geomanist";
  font-weight: 900;
  src: url("../fonts/GeomanistBold.eot");
  /* IE9+ Compat Modes */
  src: url("../fonts/GeomanistBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GeomanistBold.woff") format("woff"), url("../fonts/GeomanistBold.ttf") format("truetype"), url("../fonts/GeomanistBold.svg#Futura") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Teko";
  font-style: normal;
  font-weight: 300;
  src: local("Teko Light"), local("Teko-Light"), url(https://fonts.gstatic.com/s/teko/v7/LYjCdG7kmE0gdQhfsCVgqGIu.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Teko";
  font-style: normal;
  font-weight: 300;
  src: local("Teko Light"), local("Teko-Light"), url(https://fonts.gstatic.com/s/teko/v7/LYjCdG7kmE0gdQhfsCpgqGIu.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Teko";
  font-style: normal;
  font-weight: 300;
  src: local("Teko Light"), local("Teko-Light"), url(https://fonts.gstatic.com/s/teko/v7/LYjCdG7kmE0gdQhfsCRgqA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Teko";
  font-style: normal;
  font-weight: 500;
  src: local("Teko Medium"), local("Teko-Medium"), url(https://fonts.gstatic.com/s/teko/v7/LYjCdG7kmE0gdVBesCVgqGIu.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Teko";
  font-style: normal;
  font-weight: 500;
  src: local("Teko Medium"), local("Teko-Medium"), url(https://fonts.gstatic.com/s/teko/v7/LYjCdG7kmE0gdVBesCpgqGIu.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Teko";
  font-style: normal;
  font-weight: 500;
  src: local("Teko Medium"), local("Teko-Medium"), url(https://fonts.gstatic.com/s/teko/v7/LYjCdG7kmE0gdVBesCRgqA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* ==================================================
    =Media Queries
===================================================== */
/* ==================================================
    =High def devices
===================================================== */

.gf_step_hidden {
  display: none;
}