@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
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, hgroup, main, nav, section, summary {
  display: block;
}

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

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

body, p {
  font-family: "Roboto";
  font-size: 100%;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

p {
  line-height: 1.6;
}

main p {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.3px;
}

footer p {
  text-align: center;
  font-size: 0.8em;
}

footer a {
  color: #CC5803;
}

@media (max-width: 40em) {
  .container .row:first-child header {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

@media (max-width: 40em) {
  .container .row:first-child header nav {
    margin: 0 auto;
  }
}

@media (max-width: 40em) {
  .container .row:first-child header nav ul {
    flex-direction: column;
    margin: 20px 0;
  }
}

@media (max-width: 60em) {
  main {
    padding-right: 10px !important;
  }
}

@media (max-width: 40em) {
  .review, footer {
    margin: 0 10px;
  }
}

body {
  background-color: #EEEEEE;
  color: #191919;
}

.row {
  display: flex;
  flex-direction: column;
  padding: 50px 0;
}

.container .row:first-child {
  background: #dea916;
  background: linear-gradient(180deg, rgb(222, 169, 22) 0%, rgb(232, 175, 16) 35%, rgb(251, 185, 8) 50%, rgb(251, 185, 8) 65%, rgb(222, 169, 22) 100%);
  color: white;
  min-height: 480px;
  padding-bottom: 100px;
}

.container .row:first-child .content-wrapper header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.container .row:last-child {
  padding-top: 100px;
  position: relative;
  top: -200px;
}

.content-wrapper {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}

header {
  margin: 0 10px 60px 10px;
}

nav {
  padding-top: 10px;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

nav a {
  background: #CC5803;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
  border-radius: 5px;
  color: white;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

main {
  padding: 0 430px 0 10px;
}

.review {
  /* background: #1c3c9f */
  background: #102542;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-radius: 10px;
  color: white;
  min-height: 200px;
  padding: 20px;
}/*# sourceMappingURL=index.css.map */