/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "RobotoCondensed";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "RobotoCondensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/RobotoCondensed-Light.ttf") format("truetype");
}

@font-face {
  font-family: "RobotoCondensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
}

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

::selection {
  color: #fff;
  background-color: #e5b410;
}

::-webkit-input-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

h1, h2, h3, h4, h5, h6, p, ul, button {
  margin: 0;
  padding: 0;
}

input, textarea {
  display: block;
  width: 100%;
}

textarea {
  resize: none;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style-type: none;
}

html {
  background-color: #ffffff;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  font-size: 16px;
  line-height: 1.35;
  color: #1b1b1c;
  font-family: "RobotoCondensed", sans-serif;
  font-weight: 400;
}

.container {
  max-width: 1200px;
  padding: 15px 15px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 992px;
  }
}

@media only screen and (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}

@media only screen and (max-width: 700px){
.col.btn-img {
    width: 50%;
  }
}


.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid {
  display: grid;
}

.btn {
  text-decoration: none;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .25s;
  transition: .25s;
  max-width: 400px;
  width: 100%;
  height: 50px;
  background-color: #fac412;
  color: #282828;
  border-radius: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #c39d22;
}

.btn--big {
  height: 62px;
  font-size: 20px;
}

@media only screen and (max-width: 480px) {
  .btn--big {
    font-size: 18px;
    height: 58px;
  }
}

.btn img, .btn svg {
  width: 20px;
  margin-left: 10px;
  height: auto;
}

.btn.disabled {
  pointer-events: none;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

main {
  -webkit-transition: .25s;
  transition: .25s;
}

main.hidden {
  opacity: 0;
}

@-webkit-keyframes next {
  0% {
    opacity: 0;
    -webkit-transform: translate(200px, 0);
            transform: translate(200px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes next {
  0% {
    opacity: 0;
    -webkit-transform: translate(200px, 0);
            transform: translate(200px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes load {
  0% {
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.section-start .content-wrap {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.section-start .content-wrap .content {
  max-width: 800px;
  width: 100%;
  text-align: center;
  padding: 50px 0 100px;
  background-color: #ffffff;
}

.section-start .content-wrap .content .top-wrap {
  border-bottom: 1px solid #eaeaeb;
  padding-bottom: 10px;
}

.section-start .content-wrap .content .top-wrap .logo-wrap {
  margin-bottom: 5px;
}

.section-start .content-wrap .content .top-wrap .logo-wrap img {
  display: block;
  width: 243px;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .section-start .content-wrap .content .top-wrap .logo-wrap img {
    width: 194px;
  }
}

.section-start .content-wrap .content .top-wrap h1 {
  font-size: 56px;
  /* line-height: 1; */
  color: #0e3e52;
  /* padding: 18px 0px; */
}

@media only screen and (max-width: 480px) {
  .section-start .content-wrap .content .top-wrap h1 {
    font-size: 87px;
  }
  .title7 {
    width: 87%!important;
}
}

.section-start .content-wrap .content .top-wrap p {
  font-size: 27px;
  /* color: #505050; */
  color: #282828;
  margin-top: 13px;
}

@media only screen and (max-width: 480px) {
  .section-start .content-wrap .content .top-wrap p {
    font-size: 22px;
  }
}

.section-start .content-wrap .content .bottom-wrap {
  padding-top: 27px;
}

.section-start .content-wrap .content .bottom-wrap p {
  font-size: 24px;
  /* color: #505050; */
  color: white;
}

@media only screen and (max-width: 480px) {
  .section-start .content-wrap .content .bottom-wrap p {
    font-size: 20px;
  }
}

.section-start .content-wrap .content .btn-wrap {
  margin-top: -7px;
}

.section-start .content-wrap .content .ic-wrap {
  padding-top: 21px;
  color: #282828;
}

.section-start .content-wrap .content .ic-wrap img {
  display: block;
  width: 160px;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .section-start .content-wrap .content .ic-wrap img {
    width: 140px;
  }
}

.section-questions {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

.section-questions .header-wrap {
  /* border-bottom: 1px solid #eaeaeb; */
  /* padding: 5px 15px; */
}

.section-questions .header-wrap img {
  display: block;
  width: 66px;
  margin: 0 auto;
}

.section-questions .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0 50px;
  position: relative;
  overflow: hidden;
}

.section-questions .content-wrap .loader {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: none;
  padding: 15px;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
}

.section-questions .content-wrap .loader.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-questions .content-wrap .loader .loader-icon {
  width: 100px;
  height: 100px;
  border: 3px solid #fff;
  border-left: none;
  border-top: none;
  border-radius: 100%;
  -webkit-animation: load 1s linear infinite;
          animation: load 1s linear infinite;
  top: calc(50% - 100px / 2);
  left: calc(50% - 100px / 2);
}

.section-questions .content-wrap .loader .address {
  margin-top: 50px;
}

.section-questions .content-wrap .loader ul {
  margin-top: 20px;
}

.section-questions .content-wrap .loader ul li {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.section-questions .content-wrap .loader ul li.active {
  opacity: 1;
}

.section-questions .content-wrap .question-wrap {
  width: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-animation: next .25s;
          animation: next .25s;
}

.section-questions .content-wrap .question-wrap img.perfect {
  display: block;
  width: 378px;
  margin: 0 auto 30px;
}

.section-questions .content-wrap .question-wrap .title {
  text-align: center;
  font-size: 28px;
  color: #0b2b3c;
  padding: 0 15px;
}

@media only screen and (max-width: 480px) {
  .section-questions .content-wrap .question-wrap .title {
    font-size: 25px;
  }
}

.section-questions .content-wrap .question-wrap .items {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
}

.section-questions .content-wrap .question-wrap .items .col {
  padding: 9px;
}

.section-questions .content-wrap .question-wrap .items .col button.button {
  border: 2px solid #eaeaeb;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background: #fac412;
  color: #092B3C;
}

.section-questions .content-wrap .question-wrap .items .col button.button:hover, .section-questions .content-wrap .question-wrap .items .col button.button.active {
}

.section-questions .content-wrap .question-wrap .items .col button.button:hover p, .section-questions .content-wrap .question-wrap .items .col button.button.active p {
  color: #092B3C;
}

.section-questions .content-wrap .question-wrap .items .col button.button:hover > *, .section-questions .content-wrap .question-wrap .items .col button.button.active > * {
  pointer-events: none;
}

.section-questions .content-wrap .question-wrap .items .col button.button--img {
  width: 190px;
  border-radius: 10px;
  padding: 25px 5px;
}

@media only screen and (max-width: 768px) {
  .section-questions .content-wrap .question-wrap .items .col button.button--img {
    width: calc(33.333vw - 20px);
  }
.img-bg {
     background-image: none!important;
     padding: 0px 15px!important;
}
.section-start .content-wrap .content {
    padding: 15px 0px!important;
}

}

@media only screen and (max-width: 480px) {
  .section-questions .content-wrap .question-wrap .items .col button.button--img {
    width: calc(50vw - 30px);
  }
}

.section-questions .content-wrap .question-wrap .items .col button.button--img .img-wrap {
  padding-top: 55%;
  position: relative;
}

.section-questions .content-wrap .question-wrap .items .col button.button--img .img-wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.section-questions .content-wrap .question-wrap .items .col button.button--img p {
  margin-top: 15px;
}

.section-questions .content-wrap .question-wrap .items .col button.button--text {
  padding: 21px;
  border-radius: 8px;
}

.section-questions .content-wrap .question-wrap .items .col button.button p {
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 122%;
}

.section-questions .content-wrap .question-wrap .items .col .inputs-wrap {
  width: 90vw;
  max-width: 360px;
}

.section-questions .content-wrap .question-wrap .items .col .inputs-wrap .input {
  margin-bottom: 10px;
}

.section-questions .content-wrap .question-wrap .items .col .inputs-wrap .input > input {
  border: 2px solid #eaeaeb;
  border-radius: 4px;
  padding: 15px;
  display: block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 120%;
}

.section-questions .content-wrap .question-wrap .items .col .inputs-wrap .input > input:focus {
  border-color: #fac412;
}

.section-questions .content-wrap .question-wrap .items .col .inputs-wrap .input .error-text, .section-questions .content-wrap .question-wrap .items .col .inputs-wrap .input label.error {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

.section-questions .content-wrap .question-wrap .items .col .inputs-wrap .input .error-text {
  display: none;
}

.section-questions .content-wrap .question-wrap .items .col .inputs-wrap .input label.checkbox-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  position: relative;
}

.section-questions .content-wrap .question-wrap .items .col .inputs-wrap .input label.checkbox-wrap input {
  width: 16px;
  height: 16px;
  position: absolute;
  opacity: 0;
}

.section-questions .content-wrap .question-wrap .items .col .inputs-wrap .input label.checkbox-wrap input:checked ~ .ic {
  background-color: #ff2525;
  border-color: #ff2525;
  background-image: url("../img/ic-checkbox.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
/*---on---*/
.section-questions .content-wrap .question-wrap .items .col .inputs-wrap .input label.checkbox-wrap span {
  font-size: 16px;
  line-height: 1.2;
  color: #dadada;
  font-weight: 300;
}
/*---off---*/
.section-questions .content-wrap .question-wrap .items .col .inputs-wrap .input label.checkbox-wrap .ic {
  width: 16px;
  height: 16px;
  border: 1px solid #eaeaeb;
}

.section-questions .content-wrap .question-wrap .items .col .inputs-wrap .btn-wrap {
  margin-top: 15px;
}

.section-done {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.section-done .content {
  padding: 50px 15px 150px;
}

.section-done .content img {
  display: block;
  width: 215px;
  margin: 0 auto;
}

.section-done .content h2 {
  font-size: 26px;
  line-height: 1.2;
  margin-top: 30px;
}

.js-postal-code {
  text-align: center;
}
/*---on---*/
.security {
    font-size: 0.8em;
    font-weight: 400;
    margin: 30px 0 0;
    text-align: center;
}

.security svg {
    color: #0d2b3c;
    height: 18px;
    margin-left: 0;
    margin-right: 2px;
}

.security .security-icon {
    fill: none;
    stroke: #3e9c6c;
    stroke-miterlimit: 10;
}

.security span {
    vertical-align: top;
    color: #0d2b3c;
}

.section-done .content h2 {
  font-size: 26px;
  line-height: 1.2;
  margin-top: 30px;
  text-align: center;
}

.section-done .content h3 {
  line-height: 1.2;
  text-align: center;
  margin-top: 1em;
  font-size: 1.5em;
}


.fullname {
  text-transform: capitalize;
}
/*---off---*/

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

p.testimonial {
    /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; */
    padding: 8px 0px;
    font-size: 20px!important;
}


.section-start .content-wrap .content .top-wrap h3 {
    font-size: 19px;
    line-height: 1;
    color: #282828;
    font-weight: 500;
    margin-top: 22px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 480px){
.section-start .content-wrap .content .top-wrap h1 {
    font-size: 27px;
    /* padding: 20px 0px; */
    /*! word-spacing: unset; */
    text-transform: uppercase;
}}

.back-wrap span {
    color: #fbc411;
    font-weight: 300;
    margin-top: 18px;
    display: block;
    font-size: 18px;
    cursor: pointer;
}

p.note {
    color: #6e6c6c;
    font-weight: 300;
}

.title7 {
    width: 500px;
    margin: 0 auto;
    color: #143c52;
    font-size: 0.8em;
    padding-top: 21px;
    /* text-shadow: 2px 0px 30px black; */
}


/*.img-bg {background-image: url(/img/hero4.jpg);background-position: center;background-repeat: no-repeat;background-size: cover; height: 100vh; min-width: 100vw;overflow: hidden;position: relative;}*/
.img-bg {
     background-image: url(../img/hero41.jpg);
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     /* height: 100vh; */
     min-width: 100vw;
     /* overflow: hidden; */
     /* position: relative; */
     padding: 0px;
}

.section-questions .content-wrap .question-wrap .items .col button.button:hover, .section-questions .content-wrap .question-wrap .items .col button.button.button--img.active {
  background-color: #fac412!important;
  border-color: #fac412;
}


.section-start .content-wrap .content .top-wrap .logo-wrap2 img {
    display: block;
    width: 331px;
    margin: 0 auto;
}

@media only screen and (max-width: 480px){
.section-start .content-wrap .content .top-wrap .logo-wrap2 img {
    width: 328px;
}}





.section-2 {
    /* height: 600px; */
    display: flex;
    align-items: center;
    background-size: cover;
    color: #fff;
    background-color: #282828;
}


@media (max-width: 767.9px){
.section-2 {
    align-items: flex-start;
    /* padding-top: 30px; */
    /* height: 267px; */
}}