/* line 35, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
html {
  scroll-behavior: smooth; }

/* line 36, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #161616; }

/* line 40, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
.ctr {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto; }

/* line 45, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
a {
  transition: .3s; }

/* line 46, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
a:hover {
  opacity: 0.8; }

/* line 47, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
.d-ib {
  display: inline-block; }

/* line 48, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

/* line 53, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
.sp {
  display: none; }

@media screen and (max-width: 959px) {
  /* line 55, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  .pc {
    display: none; }
  /* line 56, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  .sp {
    display: inline-block; }
  /* line 57, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  .row {
    gap: 24px 0; }
  /* line 58, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  .col {
    width: 100% !important; } }

/* line 90, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99; }
  /* line 96, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  header.bg {
    background-color: #161616; }
  /* line 97, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  header .ctr {
    max-width: 1800px;
    width: 96%; }
  /* line 101, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  header .row {
    align-items: center;
    height: 80px; }
  /* line 105, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  header a.logo img {
    height: 71px; }
    @media screen and (max-width: 959px) {
      /* line 105, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      header a.logo img {
        height: 48px; } }
  /* line 110, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  header a.btn {
    background-color: #ffffff;
    display: inline-block;
    width: 190px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    border-radius: 60px;
    font-weight: 500;
    padding-right: 3px;
    position: relative;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 959px) {
      /* line 110, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      header a.btn {
        font-size: 15px;
        width: 164px;
        height: 40px;
        line-height: 38px; } }
    /* line 128, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    header a.btn img {
      position: absolute;
      top: 50%;
      right: 3px;
      transform: translateY(-50%);
      height: 28px; }
      @media screen and (max-width: 959px) {
        /* line 128, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
        header a.btn img {
          height: 20px; } }

/* line 141, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
#top2 {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px; }
  /* line 145, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #top2 .bgc {
    background-image: linear-gradient(90deg, #3f3f3f, #0b0b0b);
    width: 8000px;
    height: 8000px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    z-index: -1;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      /* line 145, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 .bgc {
        width: 2000px;
        height: 2000px; } }
  /* line 161, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #top2 img.food {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(97%) translateY(160px);
    z-index: -1;
    width: 1400px; }
    @media screen and (max-width: 1700px) {
      /* line 161, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 img.food {
        width: 1200px;
        transform: translateX(97%) translateY(110px); } }
    @media screen and (max-width: 1600px) {
      /* line 161, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 img.food {
        width: 1000px;
        transform: translateX(92%) translateY(30px); } }
    @media screen and (max-width: 1400px) {
      /* line 161, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 img.food {
        width: 1000px;
        transform: translateX(92%) translateY(30px); } }
    @media screen and (max-width: 1200px) {
      /* line 161, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 img.food {
        width: 800px;
        transform: translateX(88%) translateY(10px); } }
    @media screen and (max-width: 959px) {
      /* line 161, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 img.food {
        width: 560px;
        transform: translateX(96%) translateY(-120px); } }
    @media screen and (max-width: 767px) {
      /* line 161, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 img.food {
        width: 230px;
        transform: translateX(117%) translateY(-280px); } }
  /* line 193, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #top2 .ctr {
    padding: 100px 0 127px 0;
    max-width: 1260px; }
    @media screen and (max-width: 959px) {
      /* line 193, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 .ctr {
        padding: 80px 0 0px 0; } }
  /* line 199, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #top2 .hdg {
    font-size: 30px;
    letter-spacing: 1.5;
    line-height: 1.46;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px; }
    @media screen and (max-width: 1600px) {
      /* line 199, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 .hdg {
        margin-bottom: 10px; } }
    @media screen and (max-width: 1200px) {
      /* line 199, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 .hdg {
        font-size: 26px; } }
    @media screen and (max-width: 959px) {
      /* line 199, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 .hdg {
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 10px; } }
    /* line 217, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #top2 .hdg span.clr {
      color: #FFDA12; }
  /* line 219, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #top2 h1 {
    font-size: 85px;
    letter-spacing: 4.25px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px; }
    @media screen and (max-width: 1600px) {
      /* line 219, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 h1 {
        font-size: 60px;
        margin-bottom: 12px; } }
    @media screen and (max-width: 1400px) {
      /* line 219, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 h1 {
        font-size: 60px; } }
    @media screen and (max-width: 1200px) {
      /* line 219, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 h1 {
        font-size: 54px; } }
    @media screen and (max-width: 959px) {
      /* line 219, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 h1 {
        font-size: 23px;
        letter-spacing: 0.5px;
        margin-bottom: 14px; } }
  /* line 241, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #top2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 40px; }
    /* line 246, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #top2 ul.sp {
      display: none; }
    @media screen and (max-width: 1600px) {
      /* line 241, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 ul {
        margin-bottom: 20px; } }
    @media screen and (max-width: 959px) {
      /* line 241, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 ul {
        gap: 5px 6px;
        justify-content: flex-start; }
        /* line 251, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
        #top2 ul.pc {
          display: none; }
        /* line 252, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
        #top2 ul.sp {
          display: flex; } }
    @media screen and (max-width: 959px) {
      /* line 256, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 ul li {
        width: 86px; } }
    /* line 260, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #top2 ul li img.pit {
      width: 100%;
      max-width: 142px; }
      @media screen and (max-width: 1600px) {
        /* line 260, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
        #top2 ul li img.pit {
          max-width: 120px; } }
      @media screen and (max-width: 1200px) {
        /* line 260, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
        #top2 ul li img.pit {
          max-width: 120px; } }
      @media screen and (max-width: 959px) {
        /* line 260, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
        #top2 ul li img.pit {
          width: 100%;
          max-width: 90px; } }
  /* line 276, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #top2 .txt {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.75;
    max-width: 730px;
    margin-bottom: 36px; }
    @media screen and (max-width: 1600px) {
      /* line 276, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 .txt {
        margin-bottom: 20px; } }
    @media screen and (max-width: 959px) {
      /* line 276, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 .txt {
        font-size: 14px;
        letter-spacing: 0;
        margin-bottom: 16px;
        max-width: 372px; } }
  /* line 294, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #top2 .ylw {
    position: relative;
    display: inline-block;
    margin-bottom: 45px; }
    @media screen and (max-width: 1600px) {
      /* line 294, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 .ylw {
        margin-bottom: 25px; } }
    @media screen and (max-width: 959px) {
      /* line 294, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 .ylw {
        margin-bottom: 14px; } }
  /* line 303, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #top2 .info {
    position: relative;
    font-size: 25px;
    letter-spacing: 1.25px;
    font-weight: 700;
    z-index: 2;
    line-height: 65px; }
    @media screen and (max-width: 1600px) {
      /* line 303, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 .info {
        font-size: 22px;
        line-height: 48px; } }
    @media screen and (max-width: 959px) {
      /* line 303, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 .info {
        font-size: 14px;
        line-height: 17px;
        padding: 4px 0; } }
  /* line 320, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #top2 .line {
    background-color: #FFDA12;
    border-top: solid 1px #707070;
    border-bottom: solid 1px #707070;
    position: absolute;
    top: 0;
    right: -90px;
    width: 10000px;
    height: 70px;
    z-index: 1;
    clip-path: polygon(0 0, 99.6% 0, 100% 100%, 0 100%); }
    @media screen and (max-width: 1600px) {
      /* line 320, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 .line {
        height: 52px; } }
    @media screen and (max-width: 959px) {
      /* line 320, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 .line {
        height: 45px;
        right: -30px;
        clip-path: polygon(0 0, 99.8% 0, 100% 100%, 0 100%); } }
  /* line 340, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #top2 .btninr {
    display: inline-block; }
    @media screen and (max-width: 959px) {
      /* line 340, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 .btninr {
        width: 50%;
        margin-bottom: 18px; } }
    @media screen and (max-width: 767px) {
      /* line 340, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 .btninr {
        width: 80%;
        margin-bottom: 18px; } }
  /* line 351, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #top2 .bln {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.45;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700; }
    @media screen and (max-width: 959px) {
      /* line 351, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 .bln {
        font-size: 15px;
        margin-bottom: 7px; } }
  /* line 364, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #top2 img.cta_btn {
    max-width: 580px;
    width: 100%; }
    @media screen and (max-width: 1600px) {
      /* line 364, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top2 img.cta_btn {
        max-width: 480px; } }

/* line 371, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
#top2_sp {
  position: relative;
  margin-bottom: 10px; }
  /* line 374, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #top2_sp a.btn {
    position: absolute;
    bottom: 45%;
    left: 0;
    transform: translateY(100%);
    width: 100%; }
    /* line 380, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #top2_sp a.btn img {
      width: 60.5%;
      margin-left: 7.7%; }

/* line 387, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
#top {
  background-image: url("../images/img21.jpg");
  background-size: cover;
  background-position: center;
  position: relative; }
  @media screen and (max-width: 959px) {
    /* line 387, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #top {
      background-image: url("../images/img22.jpg");
      background-size: cover;
      background-position: center bottom; } }
  /* line 397, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #top:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #161616;
    opacity: 0.5;
    mix-blend-mode: multiply; }
  /* line 408, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #top .ctr {
    height: 100vh;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 959px) {
      /* line 408, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top .ctr {
        max-height: 640px; } }
  /* line 414, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #top .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 959px) {
      /* line 414, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top .box {
        top: 42%; } }
  /* line 425, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #top p.sub {
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 10px; }
    @media screen and (max-width: 959px) {
      /* line 425, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top p.sub {
        font-size: 17px; } }
  /* line 435, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #top h1 {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    margin-bottom: 16px; }
    @media screen and (max-width: 959px) {
      /* line 435, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top h1 {
        font-size: 26px; } }
  /* line 447, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #top p.hdg {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.3px;
    background-color: #161616;
    display: inline-block;
    padding: 4px 16px 6px;
    margin-bottom: 24px; }
    @media screen and (max-width: 959px) {
      /* line 447, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #top p.hdg {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 16px; } }
  /* line 463, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #top a.btn {
    background-color: #ffffff;
    display: inline-block;
    width: 310px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    border-radius: 60px;
    font-size: 20px;
    font-weight: 500;
    padding-right: 3px;
    position: relative; }
    /* line 475, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #top a.btn img {
      position: absolute;
      top: 50%;
      right: 4px;
      transform: translateY(-50%);
      height: 34px; }

/* line 485, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
#s1 {
  background-color: #F8F8F8;
  padding: 60px 0; }
  /* line 488, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s1 p.hdg {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    text-align: center;
    font-size: 24px;
    color: #989898;
    margin-bottom: 7px; }
  /* line 489, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s1 h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px; }
    @media screen and (max-width: 959px) {
      /* line 489, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s1 h2 {
        font-size: 24px;
        margin-bottom: 28px; } }
  /* line 492, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s1 .row {
    justify-content: center;
    gap: 0 3%; }
    @media screen and (max-width: 959px) {
      /* line 492, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s1 .row {
        gap: 20px 0; } }
  /* line 497, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s1 .col {
    width: 22%;
    text-align: center; }
  /* line 501, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s1 .ccl {
    background-color: #ffffff;
    border-radius: 100%;
    border: solid 1px #989898;
    width: 100%;
    aspect-ratio: 3 / 3;
    position: relative;
    margin-bottom: 10px; }
    @media screen and (max-width: 959px) {
      /* line 501, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s1 .ccl {
        width: 40%;
        margin: 0 auto 7px; } }
    /* line 513, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #s1 .ccl img {
      width: 43%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
  /* line 521, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s1 p.txt {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4; }
    @media screen and (max-width: 959px) {
      /* line 521, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s1 p.txt {
        font-size: 16px; } }

/* line 529, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
#s2 {
  background-color: #F8F8F8; }
  /* line 531, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s2 .bln {
    background-color: #161616;
    text-align: center;
    padding: 24px 0;
    position: relative; }
    /* line 536, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #s2 .bln img.logo {
      margin-bottom: 8px;
      width: 190px; }
      @media screen and (max-width: 959px) {
        /* line 536, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
        #s2 .bln img.logo {
          width: 120px; } }
    /* line 541, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #s2 .bln span.bg {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: 0.3px;
      background-color: #ffffff;
      display: inline-block;
      padding: 3px 16px 5px; }
      @media screen and (max-width: 959px) {
        /* line 541, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
        #s2 .bln span.bg {
          font-size: 20px; } }
      /* line 549, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s2 .bln span.bg span.sm {
        font-size: 24px; }
        @media screen and (max-width: 959px) {
          /* line 549, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
          #s2 .bln span.bg span.sm {
            font-size: 18px; } }
    /* line 554, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #s2 .bln:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -20px;
      border: 20px solid transparent;
      border-top: 20px solid #161616; }
  /* line 564, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s2 .ctr {
    padding: 70px 0 60px; }
  /* line 567, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s2 p.hdg {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    text-align: center;
    font-size: 24px;
    color: #989898;
    margin-bottom: 7px;
    color: #c7bfb5; }
  /* line 571, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s2 h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px; }
    @media screen and (max-width: 959px) {
      /* line 571, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s2 h2 {
        font-size: 24px;
        margin-bottom: 28px; } }
    /* line 573, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #s2 h2 span.lg {
      font-size: 40px;
      display: inline-block;
      margin-top: 6px; }
  /* line 579, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s2 p.lead {
    text-align: center;
    line-height: 1.7;
    margin-bottom: 60px; }
    @media screen and (max-width: 959px) {
      /* line 579, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s2 p.lead {
        margin-bottom: 40px; } }
  /* line 587, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s2 .box {
    position: relative;
    margin-bottom: 48px; }
    @media screen and (max-width: 959px) {
      /* line 587, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s2 .box {
        margin-bottom: 30px; } }
    /* line 591, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #s2 .box.img1 {
      background-image: url("../images/img1.jpg");
      background-size: cover;
      background-position: center; }
    /* line 596, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #s2 .box.img2 {
      background-image: url("../images/img2.jpg");
      background-size: cover;
      background-position: center; }
    /* line 601, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #s2 .box.img3 {
      background-image: url("../images/img3.jpg");
      background-size: cover;
      background-position: center; }
    /* line 606, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #s2 .box.img4 {
      background-image: url("../images/img4.jpg");
      background-size: cover;
      background-position: center; }
    /* line 611, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #s2 .box.img5 {
      background-image: url("../images/img5.jpg");
      background-size: cover;
      background-position: center; }
    /* line 616, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #s2 .box:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #161616;
      opacity: 0.6;
      mix-blend-mode: multiply; }
  /* line 628, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s2 .inr {
    position: relative;
    z-index: 2;
    color: #ffffff;
    padding: 60px 40px; }
    @media screen and (max-width: 959px) {
      /* line 628, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s2 .inr {
        padding: 24px 20px; } }
  /* line 635, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s2 .row2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  /* line 639, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s2 .col2:first-child {
    width: 60%; }
    @media screen and (max-width: 959px) {
      /* line 639, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s2 .col2:first-child {
        width: 100%; } }
  /* line 643, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s2 .col2:last-child {
    width: 37%; }
    @media screen and (max-width: 959px) {
      /* line 643, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s2 .col2:last-child {
        width: 100%; } }
  /* line 648, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s2 .pit {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    text-align: center;
    font-size: 24px;
    color: #989898;
    margin-bottom: 7px;
    font-size: 32px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 4px; }
    @media screen and (max-width: 959px) {
      /* line 648, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s2 .pit {
        font-size: 24px;
        margin-bottom: 8px; } }
    /* line 658, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #s2 .pit span.lg {
      font-size: 40px; }
      @media screen and (max-width: 959px) {
        /* line 658, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
        #s2 .pit span.lg {
          font-size: 30px; } }
  /* line 663, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s2 h3 {
    font-size: 30px;
    font-weight: 700;
    background-color: #161616;
    display: inline-block;
    padding: 3px 10px 5px;
    margin-bottom: 16px; }
    @media screen and (max-width: 959px) {
      /* line 663, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s2 h3 {
        font-size: 20px;
        line-height: 1.3; } }
  /* line 675, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s2 p.txt {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 30px; }
    @media screen and (max-width: 959px) {
      /* line 675, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s2 p.txt {
        font-size: 15px; } }
  @media screen and (max-width: 959px) {
    /* line 681, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #s2 .row {
      gap: 16px 0; } }
  /* line 684, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s2 .col {
    width: 32%;
    border: solid 1px #ffffff; }
    /* line 687, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #s2 .col.w1 {
      width: 100%; }
    /* line 690, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #s2 .col.w2 {
      width: 48.7%; }

/* line 696, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
.cta {
  background-image: url("../images/img21.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  padding: 70px 0; }
  @media screen and (max-width: 959px) {
    /* line 696, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    .cta {
      padding: 48px 0; } }
  /* line 704, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  .cta:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #161616;
    opacity: 0.5;
    mix-blend-mode: multiply; }
  /* line 715, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  .cta .ctr {
    position: relative;
    z-index: 2; }
  /* line 719, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  .cta h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.4;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    margin-bottom: 16px; }
    @media screen and (max-width: 959px) {
      /* line 719, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      .cta h2 {
        font-size: 24px; } }
  /* line 730, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  .cta p.hdg {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.3px;
    background-color: #161616;
    display: inline-block;
    padding: 4px 16px 6px;
    margin-bottom: 24px; }
    @media screen and (max-width: 959px) {
      /* line 730, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      .cta p.hdg {
        font-size: 18px; } }
  /* line 743, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  .cta a.btn {
    background-color: #ffffff;
    display: inline-block;
    width: 310px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    border-radius: 60px;
    font-size: 20px;
    font-weight: 500;
    padding-right: 3px;
    position: relative; }
    /* line 755, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    .cta a.btn img {
      position: absolute;
      top: 50%;
      right: 4px;
      transform: translateY(-50%);
      height: 34px; }

/* line 765, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
#s3 {
  background-color: #FBF8F5;
  padding: 60px 0;
  text-align: center; }
  /* line 769, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s3 p.hdg {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    text-align: center;
    font-size: 24px;
    color: #989898;
    margin-bottom: 7px;
    color: #c7bfb5; }
  /* line 773, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s3 h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px; }
    @media screen and (max-width: 959px) {
      /* line 773, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s3 h2 {
        font-size: 24px;
        margin-bottom: 28px; } }
  /* line 776, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s3 .imgbox {
    text-align: center;
    margin-bottom: 16px; }
    /* line 779, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #s3 .imgbox img {
      max-width: 190px; }
  /* line 783, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s3 p.lead {
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    border: solid 1px #161616;
    padding: 30px 40px 34px;
    display: inline-block;
    background-color: #ffffff;
    margin-bottom: 30px; }
    @media screen and (max-width: 959px) {
      /* line 783, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s3 p.lead {
        font-size: 15px;
        padding: 24px 20px 26px;
        line-height: 1.6; } }
  /* line 799, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s3 .col {
    width: 32%;
    border: solid 1px #161616;
    background-color: #ffffff;
    padding: 24px; }
    /* line 804, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #s3 .col img {
      width: 30%;
      margin-bottom: 20px; }
  /* line 809, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s3 h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.6px;
    background-color: #161616;
    color: #ffffff;
    display: inline-block;
    border-radius: 30px;
    padding: 3px 14px 5px;
    margin-bottom: 10px; }
  /* line 820, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s3 p.txt {
    text-align: left;
    line-height: 1.4; }
    @media screen and (max-width: 959px) {
      /* line 820, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s3 p.txt {
        font-size: 15px;
        line-height: 1.6; } }
  /* line 828, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s3 .row2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px; }
    @media screen and (max-width: 959px) {
      /* line 828, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s3 .row2 {
        gap: 20px 0; } }
  /* line 833, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s3 .col2 {
    width: 24%;
    border: solid 1px #161616;
    background-color: #ffffff; }
    @media screen and (max-width: 959px) {
      /* line 833, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s3 .col2 {
        width: 100%; } }
    /* line 840, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #s3 .col2 img {
      width: 100%;
      margin-bottom: 20px;
      padding: 2px; }
  /* line 846, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s3 h4 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-align: left;
    border-radius: 30px;
    padding: 0 24px 0;
    margin-bottom: 10px; }
    /* line 854, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #s3 h4 span.sm {
      display: inline-block;
      font-size: 14px;
      margin-left: 8px; }
  /* line 860, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s3 p.info {
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    padding: 0 24px 24px; }
    @media screen and (max-width: 959px) {
      /* line 860, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s3 p.info {
        font-size: 15px;
        line-height: 1.6; } }

/* line 872, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
#s4 {
  background-color: #161616;
  padding: 60px 0;
  text-align: center; }
  /* line 876, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s4 .ctr {
    max-width: 690px; }
  /* line 879, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s4 p.hdg {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    text-align: center;
    font-size: 24px;
    color: #989898;
    margin-bottom: 7px;
    color: #c7bfb5; }
  /* line 883, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s4 h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #ffffff; }
    @media screen and (max-width: 959px) {
      /* line 883, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s4 h2 {
        font-size: 24px;
        margin-bottom: 28px; } }
  /* line 887, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s4 .row {
    gap: 0; }
  /* line 890, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s4 .col {
    width: 50%; }
    @media screen and (max-width: 959px) {
      /* line 890, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s4 .col {
        width: 50% !important; } }
  /* line 894, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s4 h3 {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    text-align: left;
    margin: 24px 0 20px; }
    @media screen and (max-width: 959px) {
      /* line 894, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s4 h3 {
        line-height: 1.4;
        font-size: 20px; } }
  /* line 905, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s4 p.txt {
    color: #ffffff;
    text-align: left;
    line-height: 1.8; }
    @media screen and (max-width: 959px) {
      /* line 905, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s4 p.txt {
        font-size: 15px; } }

/* line 915, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
#s5 {
  background-color: #FBF8F5;
  padding: 60px 0;
  text-align: center; }
  /* line 919, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s5 .ctr {
    max-width: 690px; }
  /* line 922, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s5 p.hdg {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    text-align: center;
    font-size: 24px;
    color: #989898;
    margin-bottom: 7px;
    color: #c7bfb5; }
  /* line 923, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s5 h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px; }
    @media screen and (max-width: 959px) {
      /* line 923, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s5 h2 {
        font-size: 24px;
        margin-bottom: 28px; } }
  /* line 926, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s5 dl {
    text-align: left;
    background-color: #ffffff;
    border: solid 1px #161616;
    padding: 40px 30px; }
    @media screen and (max-width: 959px) {
      /* line 926, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s5 dl {
        padding: 24px 20px; } }
  /* line 933, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s5 dt {
    font-size: 20px;
    padding-bottom: 20px; }
    @media screen and (max-width: 959px) {
      /* line 933, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s5 dt {
        padding-bottom: 10px;
        font-size: 18px; } }
    /* line 940, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #s5 dt span.stp {
      background-color: #161616;
      font-size: 16px;
      color: #ffffff;
      margin-right: 6px;
      display: inline-block;
      font-weight: 500;
      padding: 3px 10px 4px;
      border-radius: 30px; }
      @media screen and (max-width: 959px) {
        /* line 940, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
        #s5 dt span.stp {
          margin-bottom: 10px;
          font-size: 15px; } }
  /* line 955, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s5 dd {
    line-height: 1.7; }
    @media screen and (max-width: 959px) {
      /* line 955, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s5 dd {
        font-size: 15px; } }
  /* line 961, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s5 .arw {
    margin: -10px 0; }
    /* line 963, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #s5 .arw img {
      width: 60px; }

/* line 969, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
#s6 {
  background-color: #ffffff;
  padding: 60px 0;
  text-align: center; }
  /* line 973, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s6 .ctr {
    max-width: 690px; }
  /* line 976, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s6 p.hdg {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    text-align: center;
    font-size: 24px;
    color: #989898;
    margin-bottom: 7px; }
  /* line 977, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s6 h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px; }
    @media screen and (max-width: 959px) {
      /* line 977, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s6 h2 {
        font-size: 24px;
        margin-bottom: 28px; } }
  /* line 980, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s6 dl {
    text-align: left;
    margin-bottom: 30px; }
    @media screen and (max-width: 959px) {
      /* line 980, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s6 dl {
        margin-bottom: 24px; } }
  /* line 985, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s6 dt {
    font-size: 20px;
    background-color: #F8F8F8;
    padding: 20px 30px; }
    @media screen and (max-width: 959px) {
      /* line 985, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s6 dt {
        font-size: 17px;
        line-height: 1.4;
        padding: 16px 30px;
        position: relative; } }
    /* line 995, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #s6 dt span.qicn {
      font-size: 24px;
      margin-right: 6px;
      display: inline-block;
      font-weight: 500;
      padding: 3px 10px 4px; }
      @media screen and (max-width: 959px) {
        /* line 995, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
        #s6 dt span.qicn {
          position: absolute;
          top: 10px;
          left: -4px;
          font-size: 20px; } }
  /* line 1009, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s6 dd {
    line-height: 1.7;
    padding: 20px 30px; }
    @media screen and (max-width: 959px) {
      /* line 1009, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s6 dd {
        font-size: 15px;
        padding: 16px 30px; } }

/* line 1019, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
#form {
  background-image: url("../images/hero.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 70px 0; }
  /* line 1025, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #form:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #161616;
    opacity: 0.5;
    mix-blend-mode: multiply; }
  /* line 1036, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #form .ctr {
    max-width: 690px;
    position: relative;
    z-index: 2; }
  /* line 1041, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #form p.hdg {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    text-align: center;
    font-size: 24px;
    color: #989898;
    margin-bottom: 7px;
    color: #ffffff; }
  /* line 1042, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #form h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #ffffff; }
    @media screen and (max-width: 959px) {
      /* line 1042, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #form h2 {
        font-size: 24px;
        margin-bottom: 28px; } }
  /* line 1046, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #form form {
    background-color: #ffffff;
    padding: 50px 50px; }
    @media screen and (max-width: 959px) {
      /* line 1046, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #form form {
        padding: 40px 30px; } }
  /* line 1053, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #form .ctl {
    margin-bottom: 20px; }
    @media screen and (max-width: 959px) {
      /* line 1053, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #form .ctl {
        margin-bottom: 16px; } }
  /* line 1057, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #form label {
    font-weight: 500;
    font-size: 18px;
    display: block;
    margin-bottom: 10px; }
  /* line 1063, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #form input {
    border: solid 1px #161616;
    width: 100%;
    display: block;
    padding: 14px;
    background-color: #F8F8F8; }
  /* line 1070, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #form .sbtbox {
    text-align: center;
    margin-top: 30px; }
    @media screen and (max-width: 959px) {
      /* line 1070, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #form .sbtbox {
        margin-top: 24px; } }
    /* line 1074, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #form .sbtbox button {
      background-color: #161616;
      color: #ffffff;
      display: inline-block;
      width: 310px;
      height: 60px;
      line-height: 56px;
      padding-bottom: 3px;
      text-align: center;
      border-radius: 60px;
      font-size: 20px;
      font-weight: 500;
      padding-right: 3px;
      position: relative; }
      @media screen and (max-width: 959px) {
        /* line 1074, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
        #form .sbtbox button {
          width: 100%;
          font-size: 18px; } }
      /* line 1092, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #form .sbtbox button img {
        position: absolute;
        top: 50%;
        right: 4px;
        transform: translateY(-50%);
        height: 34px; }

/* line 1103, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
#s7 {
  background-color: #F8F8F8;
  padding: 60px 0; }
  /* line 1106, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s7 .ctr {
    max-width: 690px; }
  /* line 1109, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s7 p.hdg {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    text-align: center;
    font-size: 24px;
    color: #989898;
    margin-bottom: 7px; }
  /* line 1110, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s7 h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px; }
    @media screen and (max-width: 959px) {
      /* line 1110, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s7 h2 {
        font-size: 24px;
        margin-bottom: 28px; } }
  /* line 1113, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s7 .box {
    background-color: #ffffff;
    border: solid 1px #161616;
    padding: 36px 40px 38px; }
    @media screen and (max-width: 959px) {
      /* line 1113, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s7 .box {
        font-size: 15px;
        padding: 24px 20px 26px; } }
  /* line 1122, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s7 dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 14px 10px; }
    /* line 1125, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #s7 dl:not(:last-child) {
      border-bottom: solid 1px #F8F8F8; }
  /* line 1127, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s7 dt {
    width: 20%; }
  /* line 1130, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s7 dd {
    width: 76%; }

/* line 1135, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
#s8 {
  background-color: #F8F8F8;
  padding: 60px 0;
  text-align: center; }
  /* line 1139, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s8 p.hdg {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    text-align: center;
    font-size: 24px;
    color: #989898;
    margin-bottom: 7px;
    color: #c7bfb5; }
  /* line 1143, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s8 h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.4; }
    @media screen and (max-width: 959px) {
      /* line 1143, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s8 h2 {
        font-size: 24px;
        margin-bottom: 28px; } }
  /* line 1147, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s8 p.lead {
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    border: solid 1px #161616;
    padding: 30px 40px 34px;
    display: inline-block;
    background-color: #ffffff;
    margin-bottom: 30px; }
    @media screen and (max-width: 959px) {
      /* line 1147, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #s8 p.lead {
        font-size: 15px;
        text-align: left;
        padding: 24px 20px 26px; } }
  /* line 1162, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s8 .col {
    width: 32%;
    border: solid 1px #161616;
    background-color: #ffffff;
    padding: 24px; }
    /* line 1167, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #s8 .col img {
      width: 40%; }
  /* line 1171, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s8 h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.6px;
    background-color: #161616;
    color: #ffffff;
    display: inline-block;
    border-radius: 30px;
    padding: 3px 14px 5px;
    margin-bottom: 10px; }
  /* line 1182, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #s8 p.txt {
    text-align: left;
    line-height: 1.4; }

/* line 1188, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
footer {
  text-align: center;
  padding: 20px;
  background-color: #161616;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0.6px; }

/* line 1197, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
#tks {
  background-color: #F8F8F8;
  padding: 260px 0;
  text-align: center; }
  /* line 1201, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #tks p.hdg {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    text-align: center;
    font-size: 24px;
    color: #989898;
    margin-bottom: 7px;
    color: #c7bfb5; }
  /* line 1205, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #tks h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.4; }
    @media screen and (max-width: 959px) {
      /* line 1205, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #tks h2 {
        font-size: 24px;
        margin-bottom: 28px; } }
  /* line 1209, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #tks p.lead {
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    border: solid 1px #161616;
    padding: 30px 40px 34px;
    display: inline-block;
    background-color: #ffffff;
    margin-bottom: 30px; }
    @media screen and (max-width: 959px) {
      /* line 1209, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #tks p.lead {
        font-size: 15px;
        text-align: left;
        padding: 24px 20px 26px; } }
  /* line 1224, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #tks .col {
    width: 32%;
    border: solid 1px #161616;
    background-color: #ffffff;
    padding: 24px; }
    /* line 1229, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
    #tks .col img {
      width: 40%; }
  /* line 1233, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #tks h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.6px;
    background-color: #161616;
    color: #ffffff;
    display: inline-block;
    border-radius: 30px;
    padding: 3px 14px 5px;
    margin-bottom: 10px; }
  /* line 1244, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #tks p.txt {
    text-align: left;
    line-height: 1.4; }
  /* line 1248, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #tks a.btn {
    background-color: #161616;
    color: #ffffff;
    display: inline-block;
    width: 330px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    border-radius: 60px;
    font-size: 20px;
    font-weight: 500;
    position: relative; }
    @media screen and (max-width: 959px) {
      /* line 1248, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
      #tks a.btn {
        font-size: 18px;
        width: 100%;
        max-width: 330px; } }
  /* line 1267, /Users/mair/Desktop/web_desk/murray-cod_fl/murray-cod/css/style.scss */
  #tks a.dl_btn img {
    max-width: 330px; }

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