@font-face {
  font-family: "Open-Sans-Regular";
  font-style: normal;
  font-weight: normal;
  src: local("OpenSans"), url("../fonts/Open_Sans/OpenSans-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Open-Sans-Light";
  font-style: normal;
  font-weight: normal;
  src: local("OpenSans"), url("../fonts/Open_Sans/OpenSans-Light.ttf") format("opentype");
}
@font-face {
  font-family: "Open-Sans-Bold";
  font-style: normal;
  font-weight: normal;
  src: local("OpenSans"), url("../fonts/Open_Sans/OpenSans-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "Open-Sans-ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: local("OpenSans"), url("../fonts/Open_Sans/OpenSans-ExtraBold.ttf") format("opentype");
}
@font-face {
  font-family: "Nunito-Light";
  font-style: normal;
  font-weight: normal;
  src: local("OpenSans"), url("../fonts/Nunito/Nunito-Light.ttf") format("opentype");
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input[type=checkbox],
input [type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

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

td,
th {
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #c4c4c5;
}

.row {
  letter-spacing: -0.32em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: block;
}
.row.align-center {
  text-align: center;
}
.row.align-right {
  text-align: right;
}

[class*=col-] {
  letter-spacing: normal;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: none;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
[class*=col-].align-baseline {
  vertical-align: baseline;
}
[class*=col-] .row {
  margin: auto -10px;
  width: auto;
  max-width: initial;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-push-1 {
  margin-right: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-push-2 {
  margin-right: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-push-3 {
  margin-right: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-push-4 {
  margin-right: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-push-5 {
  margin-right: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-push-6 {
  margin-right: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-push-7 {
  margin-right: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-push-8 {
  margin-right: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-push-9 {
  margin-right: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-push-10 {
  margin-right: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-push-11 {
  margin-right: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-push-12 {
  margin-right: 100%;
}

@media (min-width: 480px) {
  .col-ss-1 {
    width: 8.3333333333%;
  }

  .col-ss-2 {
    width: 16.6666666667%;
  }

  .col-ss-3 {
    width: 25%;
  }

  .col-ss-4 {
    width: 33.3333333333%;
  }

  .col-ss-5 {
    width: 41.6666666667%;
  }

  .col-ss-6 {
    width: 50%;
  }

  .col-ss-7 {
    width: 58.3333333333%;
  }

  .col-ss-8 {
    width: 66.6666666667%;
  }

  .col-ss-9 {
    width: 75%;
  }

  .col-ss-10 {
    width: 83.3333333333%;
  }

  .col-ss-11 {
    width: 91.6666666667%;
  }

  .col-ss-12 {
    width: 100%;
  }

  .col-ss-offset-0 {
    margin-left: 0%;
  }

  .col-ss-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-ss-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-ss-offset-3 {
    margin-left: 25%;
  }

  .col-ss-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-ss-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-ss-offset-6 {
    margin-left: 50%;
  }

  .col-ss-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-ss-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-ss-offset-9 {
    margin-left: 75%;
  }

  .col-ss-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-ss-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-ss-offset-12 {
    margin-left: 100%;
  }

  .col-ss-push-0 {
    margin-right: 0%;
  }

  .col-ss-push-1 {
    margin-right: 8.3333333333%;
  }

  .col-ss-push-2 {
    margin-right: 16.6666666667%;
  }

  .col-ss-push-3 {
    margin-right: 25%;
  }

  .col-ss-push-4 {
    margin-right: 33.3333333333%;
  }

  .col-ss-push-5 {
    margin-right: 41.6666666667%;
  }

  .col-ss-push-6 {
    margin-right: 50%;
  }

  .col-ss-push-7 {
    margin-right: 58.3333333333%;
  }

  .col-ss-push-8 {
    margin-right: 66.6666666667%;
  }

  .col-ss-push-9 {
    margin-right: 75%;
  }

  .col-ss-push-10 {
    margin-right: 83.3333333333%;
  }

  .col-ss-push-11 {
    margin-right: 91.6666666667%;
  }

  .col-ss-push-12 {
    margin-right: 100%;
  }

  .hide-ss {
    display: none !important;
  }

  .show-ss {
    display: block !important;
  }

  .nospace-ss {
    padding: 0 !important;
  }
}
@media (min-width: 660px) {
  .col-s-1 {
    width: 8.3333333333%;
  }

  .col-s-2 {
    width: 16.6666666667%;
  }

  .col-s-3 {
    width: 25%;
  }

  .col-s-4 {
    width: 33.3333333333%;
  }

  .col-s-5 {
    width: 41.6666666667%;
  }

  .col-s-6 {
    width: 50%;
  }

  .col-s-7 {
    width: 58.3333333333%;
  }

  .col-s-8 {
    width: 66.6666666667%;
  }

  .col-s-9 {
    width: 75%;
  }

  .col-s-10 {
    width: 83.3333333333%;
  }

  .col-s-11 {
    width: 91.6666666667%;
  }

  .col-s-12 {
    width: 100%;
  }

  .col-s-offset-0 {
    margin-left: 0%;
  }

  .col-s-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-s-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-s-offset-3 {
    margin-left: 25%;
  }

  .col-s-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-s-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-s-offset-6 {
    margin-left: 50%;
  }

  .col-s-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-s-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-s-offset-9 {
    margin-left: 75%;
  }

  .col-s-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-s-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-s-offset-12 {
    margin-left: 100%;
  }

  .col-s-push-0 {
    margin-right: 0%;
  }

  .col-s-push-1 {
    margin-right: 8.3333333333%;
  }

  .col-s-push-2 {
    margin-right: 16.6666666667%;
  }

  .col-s-push-3 {
    margin-right: 25%;
  }

  .col-s-push-4 {
    margin-right: 33.3333333333%;
  }

  .col-s-push-5 {
    margin-right: 41.6666666667%;
  }

  .col-s-push-6 {
    margin-right: 50%;
  }

  .col-s-push-7 {
    margin-right: 58.3333333333%;
  }

  .col-s-push-8 {
    margin-right: 66.6666666667%;
  }

  .col-s-push-9 {
    margin-right: 75%;
  }

  .col-s-push-10 {
    margin-right: 83.3333333333%;
  }

  .col-s-push-11 {
    margin-right: 91.6666666667%;
  }

  .col-s-push-12 {
    margin-right: 100%;
  }

  .hide-s {
    display: none !important;
  }

  .show-s {
    display: block !important;
  }

  .nospace-s {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-push-0 {
    margin-right: 0%;
  }

  .col-sm-push-1 {
    margin-right: 8.3333333333%;
  }

  .col-sm-push-2 {
    margin-right: 16.6666666667%;
  }

  .col-sm-push-3 {
    margin-right: 25%;
  }

  .col-sm-push-4 {
    margin-right: 33.3333333333%;
  }

  .col-sm-push-5 {
    margin-right: 41.6666666667%;
  }

  .col-sm-push-6 {
    margin-right: 50%;
  }

  .col-sm-push-7 {
    margin-right: 58.3333333333%;
  }

  .col-sm-push-8 {
    margin-right: 66.6666666667%;
  }

  .col-sm-push-9 {
    margin-right: 75%;
  }

  .col-sm-push-10 {
    margin-right: 83.3333333333%;
  }

  .col-sm-push-11 {
    margin-right: 91.6666666667%;
  }

  .col-sm-push-12 {
    margin-right: 100%;
  }

  .hide-sm {
    display: none !important;
  }

  .show-sm {
    display: block !important;
  }

  .nospace-sm {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-push-0 {
    margin-right: 0%;
  }

  .col-md-push-1 {
    margin-right: 8.3333333333%;
  }

  .col-md-push-2 {
    margin-right: 16.6666666667%;
  }

  .col-md-push-3 {
    margin-right: 25%;
  }

  .col-md-push-4 {
    margin-right: 33.3333333333%;
  }

  .col-md-push-5 {
    margin-right: 41.6666666667%;
  }

  .col-md-push-6 {
    margin-right: 50%;
  }

  .col-md-push-7 {
    margin-right: 58.3333333333%;
  }

  .col-md-push-8 {
    margin-right: 66.6666666667%;
  }

  .col-md-push-9 {
    margin-right: 75%;
  }

  .col-md-push-10 {
    margin-right: 83.3333333333%;
  }

  .col-md-push-11 {
    margin-right: 91.6666666667%;
  }

  .col-md-push-12 {
    margin-right: 100%;
  }

  .hide-md {
    display: none !important;
  }

  .show-md {
    display: block !important;
  }

  .nospace-md {
    padding: 0 !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-push-0 {
    margin-right: 0%;
  }

  .col-lg-push-1 {
    margin-right: 8.3333333333%;
  }

  .col-lg-push-2 {
    margin-right: 16.6666666667%;
  }

  .col-lg-push-3 {
    margin-right: 25%;
  }

  .col-lg-push-4 {
    margin-right: 33.3333333333%;
  }

  .col-lg-push-5 {
    margin-right: 41.6666666667%;
  }

  .col-lg-push-6 {
    margin-right: 50%;
  }

  .col-lg-push-7 {
    margin-right: 58.3333333333%;
  }

  .col-lg-push-8 {
    margin-right: 66.6666666667%;
  }

  .col-lg-push-9 {
    margin-right: 75%;
  }

  .col-lg-push-10 {
    margin-right: 83.3333333333%;
  }

  .col-lg-push-11 {
    margin-right: 91.6666666667%;
  }

  .col-lg-push-12 {
    margin-right: 100%;
  }

  .hide-lg {
    display: none !important;
  }

  .show-lg {
    display: block !important;
  }

  .nospace-lg {
    padding: 0 !important;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
}

.nospace {
  padding: 0 !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

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

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

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

h1, h2, h3 {
  font-weight: 700;
}

h1 {
  font-size: 64px;
  font-family: "Open-Sans-Bold";
  line-height: 80px;
  margin: 130px 0 37px;
}

h2 {
  font-size: 50px;
  font-family: "Open-Sans-Bold";
  line-height: 70px;
  margin: 0 0 33px;
}

h3 {
  font-size: 36px;
  font-family: "Open-Sans-Bold";
  line-height: 80px;
  font-weight: 600;
  margin: 72px 0 96px;
}

h4 {
  font-family: "Open-Sans-Bold";
  font-size: 30px;
  line-height: 80px;
  font-weight: 700;
  margin: 17px 0 0;
}

p {
  font-weight: 400;
  line-height: 36px;
  color: #959595;
  margin: 0 0 35px;
}

a {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.horizontal-split span {
  display: inline-block;
  font-size: 36px;
  font-family: "Open-Sans-Regular";
  line-height: 80px;
  font-weight: 600;
}

.terms-wrapper p {
  font-size: 18px;
  line-height: 30px;
}

body {
  font-family: "Open-Sans-Regular";
  background-color: #FFFFFF;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.intro {
  padding: 114px 0 205px;
  background-color: #F4F4F4;
}
.intro p {
  font-size: 24px;
}

.horizontal-split {
  background-color: #FAD904;
  text-align: center;
  padding: 48px 0;
}
.horizontal-split img {
  margin-bottom: 27px;
}
.horizontal-split span {
  margin-left: 10px;
}

.img-text-wrapper .img-wrapper {
  height: 450px;
}
.img-text-wrapper p {
  font-size: 20px;
  padding-right: 68px;
}

.img-wrapper {
  margin-bottom: 72px;
}

.text-wrapper p {
  font-size: 30px;
  line-height: 40px;
}

.top-image .img-wrapper {
  margin: 0;
  position: absolute;
}
.top-image .current-page-title {
  position: relative;
  text-align: center;
}
.top-image .current-page-title h1 {
  margin: 0;
  color: #FFFFFF;
  line-height: 391px;
}

.terms-wrapper {
  padding: 100px 0;
}
.terms-wrapper p {
  color: #898989;
}

.our-team {
  padding: 15px 0 105px;
}

.border-bottom {
  border-bottom: 1px solid rgba(28, 28, 28, 0.4);
}

.button-wrapper {
  display: flex;
  justify-content: flex-end;
  padding: 30px 0 122px;
}

.profile {
  display: inline-block;
  margin: 8px;
  border: none;
  border-radius: 20px;
  overflow: hidden;
}
.profile .profile-details {
  background-color: #FBD20A;
  display: flex;
  flex-direction: column;
  padding: 12px 52px 21px;
}
.profile .profile-details .name {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
.profile .profile-details .job-position {
  font-size: 16px;
  line-height: 18px;
  margin-top: 8px;
}

.app-btn {
  margin-right: 9px;
}

.btn {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 5px 20px;
  margin-right: 20px;
}
.btn span {
  font-size: 18px;
  line-height: 48px;
  font-weight: 600;
}

.btn:last-of-type {
  margin-right: 0;
}

.yellow-btn {
  background-color: #FBD20A;
  border: none;
}

header {
  background-color: #FFFFFF;
}
header nav {
  font-family: "Open-Sans-Light";
  display: flex;
  justify-content: space-between;
}
header nav ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  margin: 0;
}
header .navbar {
  padding: 22px 0;
}
header .ul-wrapper {
  margin: 14px 0 13px;
}
header .ul-wrapper ul li {
  padding-left: 22px;
  line-height: 18px;
}
header .ul-wrapper ul li a {
  color: #979797;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
}
header .ul-wrapper ul li .current-page {
  color: #000000;
  font-weight: 700;
  font-family: "Open-Sans-Bold";
}

.social-network {
  margin: 8px 0;
}
.social-network ul {
  display: flex;
  justify-content: space-between;
}
.social-network ul li {
  padding-left: 54px;
}

footer {
  background-color: #F4F4F4;
  font-family: "Nunito-Light";
  font-weight: 400;
}
footer .footer-top,
footer .footer-top-right ul {
  display: flex;
  justify-content: space-between;
}
footer .footer-top {
  padding: 100px 0 26px;
}
footer .footer-top .footer-top-left span {
  font-size: 22px;
  line-height: 30px;
  color: #333748;
}
footer .footer-top .footer-top-right ul {
  margin: 0;
  padding: 0;
}
footer .footer-top .footer-top-right ul li {
  padding-left: 100px;
}
footer .footer-top .footer-top-right ul li a {
  font-size: 17px;
  line-height: 23px;
  color: #333748;
}
footer .footer-bottom {
  padding-bottom: 68px;
  display: flex;
  justify-content: space-between;
}
footer .footer-bottom .footer-bottom-left .btn-wrapper {
  display: flex;
  flex-direction: column;
}
footer .footer-bottom .footer-bottom-left .btn-wrapper a {
  margin-bottom: 10px;
}
footer .footer-bottom .footer-bottom-right {
  display: flex;
  align-items: flex-end;
  margin-bottom: 21px;
}
footer .footer-bottom .footer-bottom-right .social-network {
  margin: 0;
}
footer .footer-bottom .footer-bottom-right .social-network ul {
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
