html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%}

body {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  color: rgb(72 97 115);
  position: relative;
  background-color: transparent}

input, input:hover, input:focus input:active,textarea, textarea:hover, textarea:focus textarea:active {
  outline: 0;
  border: 0;
  font-size: 14px;
  font-family: 'Raleway', sans-serif}

button, button:hover, button:focus button:active {
  outline: 0;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  font-family: 'Raleway', sans-serif}

a, a:hover, a:focus a:active, a:link, a:visited {
  outline: 0;
  border: 0;
  text-decoration: none}

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0}

h1, h2, h3, h4, h5 {
  font-family: 'Tenor Sans', sans-serif;
  margin: 0;
  padding: 0}

p {
  margin: 0;
  padding: 0}

/*-- ALL
--------------------------------*/

div.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  background-color: transparent;
  width: 96%}

span.subtitle {
  color: rgba(0, 0, 0, .4);
  letter-spacing: 6px;
  font-weight: 500;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  padding-bottom: 10px;
  display: block;
  text-transform: lowercase}

h2.title {
  color: #16464A;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 34px;
  line-height: 48px;
  font-weight: 500}

p.description {
  padding-top: 10px;
  color: rgba(0, 0, 0, .9);
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400}

/*-- MODAL
--------------------------------*/

#modal {
  z-index: 300;
  width: 100%;
  top: 0;
  position: fixed;
  overflow: auto;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6)}

#modal > div.closed {
  z-index: -1;
  top: 0;
  right: 0;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  font-size: 0;
  cursor: pointer;
  bottom: 0}

#modal div.wrapper {
  width: 94%;
  max-width: 780px;
  position: relative;
  padding: 24px;
  overflow: auto;
  border-radius: 6px;
  margin: 24px auto;
  box-sizing: border-box;
  background-color: #FFFFFF}

#modal div.wrapper label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: rgb(22 70 74);
  padding: 14px 0 0}

#modal div.wrapper input {
  background-color: transparent;
  border-radius: 6px;
  color: #444;
  padding: 10px;
  outline: 0;
  margin: 14px auto 0;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgb(233 237 246);
  justify-content: center;
  align-items: center;
  display: block;
  transition: 0.2s}

#modal div.wrapper input:focus {
  border: 1px solid #CD4141}

#modal div.wrapper textarea {
  background-color: transparent;
  border-radius: 6px;
  color: #444;
  box-sizing: border-box;
  padding: 10px;
  outline: 0;
  margin: 14px auto 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  border: 1px solid rgb(233 237 246);
  justify-content: center;
  align-items: center;
  display: block;
  height: 128px;
  max-height: 480px;
  transition: 0.2s}

#modal div.wrapper textarea:focus {
  border: 1px solid #CD4141}


#modal div.wrapper > button {
  border: 1px solid #BAAD7B;
	
	
  float: right;
  background-color: transparent;
  border-radius: 7px;
  color: #999;
  padding: 4px 10px;
  outline: 0;
  margin: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 34px;
  transition: 0.2s}

#modal div.wrapper > button:hover {
  color: #CD4141;
  border: 1px solid #CD4141}

#modal div.wrapper button.center {
  font-weight: 600;
  font-size: 14px;
	
	
  float: none;

background-color: #F77563;
  border-radius: 6px;
color: #FFF;
  padding: 6px 20px 4px;
  outline: 0;
  margin: 20px auto 0;
  cursor: pointer;
  border: 0px solid #BAAD7B;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 34px;
  transition: 0.2s}
  
#modal div.wrapper button.center:hover {

 background-color: #CE6253;}

#modal h1 {
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 17px;
  color: #444}

#modal div.wrapper p {
  padding: 24px 0 0;
  margin: 0;
  line-height: 24px;
  font-weight: normal;
  font-size: 15px;
  color: #666}
  
#modal div.wrapper span {
  padding: 24px 0 0;
  margin: 0;
  display: block;
  text-align: center;
  line-height: 24px;
  font-weight: normal;
  font-size: 14px;
  color: #999}

#modal form > button {
  display: block;
  margin: 0 auto;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 14px;
  font-weight: normal;
  font-size: 14px;
  background-color: #FFF;
  cursor: pointer;
  transition: all 0.2s}

#modal form > button:hover {
  outline: 0;
  color: #FFF}

#modal form div.privacy {
  padding-top: 14px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: rgb(140 144 151)}

#modal form div.privacy a {
  text-decoration: underline;
  transition: color 0.2s;
  color: rgb(140 144 151)}






#modal div.response h1, #modal div.response p {
  text-align: center}





#modal div.login.wrapper {
  max-width: 480px;
  text-align: center}

#modal div.login.wrapper input {
  width: 70%}


@media(max-width:1140px) {
  #modal > div.wrapper {
    width: 100%;
    max-width: 98%}

}

/*-- NAVIGATION
--------------------------------*/

#navigation {
  overflow: hidden;
  min-height: 104px;
  height: 104px;
  border-bottom: 1px solid #F0F0F0;
  position: relative}

#navigation button {
  background-color: transparent;
  float: right;
  display: none;
  margin-top: 38px;
  margin-right: 24px;
  border-top: 2px solid #16464A;
  border-bottom: 2px solid #16464A;
  width: 38px;
  height: 26px}

#navigation button span {
  border-top: 2px solid #16464A;
  display: block;
  font-size: 0;
  width: 38px;
  margin-left: -4px;
  margin-top: 2px;
  height: 0}

#navigation ul {
  float: right;
  background-color: transparent}

#navigation li {
  padding-left: 48px;
  display: inline-block}

#navigation li a {
  display: inline;
  height: 104px;
  line-height: 104px;
  transition: color 0.3s;
  font-weight: 500;
  font-size: 16px;
  color: #16464A}

#navigation li a:hover {
  color: #F77563}

#navigation li:last-of-type {
  color: #FFF;
  margin-left: 24px;
  border-radius: 36px;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  background-color: #F77563}

#navigation li:last-of-type:hover {
  background-color: #CE6253}

#navigation a.logo {
  font-weight: 500;
  font-size: 28px;
  display: block;
  color: #16464A;
  padding: 24px 0;
  font-family: 'Tenor Sans', sans-serif;
  text-transform: uppercase;
  padding-left: 74px;
  text-decoration: none;
  background-size: 62px;
  background-position: CENTER left;
  background-repeat: no-repeat;
  background-image: url('/image/logo.svg')}

#navigation a.logo p {
  font-weight: 500;
  font-size: 14px; padding: 6px 0 0;
  color: rgba(0, 0, 0, .3);
  text-transform: none;
  letter-spacing: 3px;
  font-style: italic;
  text-decoration: none;
  font-family: 'Raleway', sans-serif}

@media(max-width:1280px) {

  #navigation button {
    display: block}

  #navigation a.logo {
    font-size: 0;
    margin-left: 10px;
    padding: 48px 0;
    background-size: 54px}

  #navigation a.logo p {
    font-size: 0}

  #navigation ul {
    display: none}}

/*-- HOME
--------------------------------*/

#home {
  margin: 128px 0}

#home > div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center}

#home div.info h1 {
  color: #16464A;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 48px;
  font-weight: normal;
  font-family: 'Tenor Sans', sans-serif;
  padding-bottom: 10px;
  font-size: 38px}

#home div.info p {
  padding-bottom: 24px}

#home div.info button {
  color: #FFF;
  border-radius: 36px;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  transition: background-color 0.3s;
  background-color: #F77563}

#home div.info button:hover {
  background-color: #CE6253}

#home div.info {
  padding-right: 48px}

#home div.photos {
  padding-right: 54px}

#home div.photos img {
  width: 100%;
  transform: rotate(-6deg);
  transition: transform 0.3s;
  border-radius: 32px}

#home div.photos img:hover {
  transform: rotate(0deg) scale(1.2)}

@media(max-width:1280px) {

  #home {
    overflow: hidden;
    margin: 48px 0}

  #home > div {
    display: block}

  #home div.info  {
    text-align: center;
    padding-right: 0;
    padding-bottom: 48px}

  #home div.photos {
    padding-right: 0}

  #home div.photos img {
  transform: rotate(0deg)}}

/*-- PROJECTS
--------------------------------*/

#projects {
  margin: 48px 0}

#projects ol {
  counter-reset: flex-item-counter;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  list-style: none;
  margin: 48px -20px 0;
  padding: 0}

#projects ol li {
  border-radius: 32px;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  margin: 0 20px;
  overflow: hidden;
  padding: 0;
  width: calc(100% / 3 - 40px)}

#projects ol li div.info {
  overflow: hidden;
  padding: 48px}

#projects ol li div.info span {
  display: block;
  padding: 0 0 14px;
  font-size: 28px}

#projects ol li div.info h3 {
  color: #424242;
  white-space: normal;
  font-weight: 500;
  font-size: 27px;
  line-height: 1.3;
  padding: 0 0 14px}

#projects ol li div.info p {
  color: #424242;
  white-space: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  font-family: 'Raleway', sans-serif}

@media(max-width:1280px) {

  #projects {
    text-align: center}

  #projects ol {
    margin: 48px -20px -20px}

  #projects ol li {
    margin: 20px 20px 0;
    width: calc(100% / 1 - 40px)}

  #projects ol li div.info {
    padding: 24px}}

/*-- INFO
--------------------------------*/

#info {
  position: relative;
  margin: 128px 0;
  padding: 48px 0 0}

#info::before {
  position: absolute;
  height: 84%;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  display: block;
  background-color: #F2F0EB}

#info > div {
  position: relative}

#info ul {
  margin-left: 24px;
  list-style-position: inside}

#info ul li {
  list-style: square;
  padding-top: 10px;
  color: rgba(0, 0, 0, .9);
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400}

#info ol {
  counter-reset: flex-item-counter;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin: 48px 0 0}

#info ol li {
  padding: 48px;
  font-family: 'Tenor Sans', sans-serif;
  border-radius: 32px;
  font-size: 15px;
  font-weight: normal;
  overflow: hidden;
  min-height: 424px;
  box-sizing: border-box;
  width: calc(100% / 4)}

#info ol li:nth-child(1) {
  font-size: 30px;
  transform: rotate(-6deg);
  background: linear-gradient(144.81deg, #fff2d6, #ffe2a3)}

#info ol li:nth-child(2) {
  background: linear-gradient(104.04deg, #5ec5ce, #3ab5c0)}

#info ol li:nth-child(3) {
  transform: rotate(5deg);
  background: #FAF9F7}

#info ol li:nth-child(4) {
  transform: rotate(-2deg);
  background-size: cover;
  background-image: url('/image/info.jpg')}

#info ol li p {
  color: #16464A}

@media(max-width:1280px) {

  #info {
    text-align: center}

  #info ol {
    margin: 48px -20px -20px}

  #info ol li {
    margin: 20px 20px 0;
    width: calc(100% / 1 - 40px)}

  #info ol li div.info {
    padding: 24px}

  #info ol li:nth-child(1) {
    transform: rotate(0deg)}

  #info ol li:nth-child(3) {
    transform: rotate(0deg)}

  #info ol li:nth-child(4) {
    transform: rotate(0deg)}}

/*-- NEWS
--------------------------------*/
#news {
  margin: 48px 0}

#news ol {
  counter-reset: flex-item-counter;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  list-style: none;
  margin: 20px -20px 0}

#news ol li {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  margin: 0 20px 40px;
  overflow: hidden;
  border-radius: 32px;
  padding: 0;
  min-height: 540px;
  width: calc(100% / 3 - 40px)}

#news ul li div {
  border-radius:32px;
  background-color: #FAF9F7}

#news .card {
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  background-color: #FAF9F7;
  transition: background-color .3s;
  height: 642px}

#news .card:hover .info {
  transform: translateY(-15px);
  background-color: #D6EEF0}

#news .card:hover {
  transition:background-color .3s;
  background-color: #D6EEF0}

#news .card:hover a {
  background-color: #FFF}

#news .card .info {
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  margin-top: -40px;
  transition: transform .3s,background-color 0.3s,-webkit-transform .3s;
  padding: 28px;
  z-index: 88;
  background-color: #FAF9F7}

#news .card .info span  {
  white-space: normal;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  color: rgba(0,0,0,.4);}

#news .card img {
  margin: 0;
  padding: 0;
  width: 100%;
  object-fit: cover;
  vertical-align: top}

#news .card > a {
  border-radius: 32px;
  overflow: hidden;
  padding: 12px 48px 12px 20px ;
  white-space: normal;
  font-weight: 600;
  font-size: 17px;
  color: #34a2ac;
  transition: padding .3s;
  position: absolute;
  display: block;
  right: 28px;
  background-position: center right 14px;
  bottom: 28px;
  background-repeat: no-repeat;
  background-image: url('image/arrow.svg');
  background-color: #faf9f7}

#news .card > a:hover {
  text-decoration: none;
  padding: 16px 48px 16px 24px}

#news .card__title {
  color: #424242;
  white-space: normal;
  font-weight: 500;
  font-size: 27px;
  line-height: 1.3;
  padding: 10px 0;
  margin: 0}

@media(max-width:1280px) {
  #news {
    text-align: center}

  #news ol {
    margin: 48px -20px -20px}

  #news ol li {
    margin: 20px 20px 0;
    width: calc(100% / 1 - 40px)}}

/*-- CONTENT
--------------------------------*/

#content {
  overflow: hidden;
  background-color: #FFF}

/*-- FOOTER
--------------------------------*/

#footer {
  width: 100%;
  overflow: hidden;
  font-size: 15px;
  border-top: 1px solid #EEE}

#footer div.wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative}

#footer ul {
  width: calc(100%/3);
  list-style: none;
  margin: 48px 0}

#footer li {
  padding: 10px 0;
  box-sizing: border-box;
  line-height: 20px;
  font-size: 15px;
  overflow: hidden}

#footer li h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 19px}

#footer li a {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400;
  font-size: 15px;
  transition: color 0.2s}

#footer li a:hover {
  color: rgba(0, 0, 0, 0.4)}

#footer li p {
  font-size: 16px;
  padding-top: 4px;
  color: rgba(0, 0, 0, 0.7)}

#footer li b {
  text-transform: uppercase;
  letter-spacing: 1px;
 color: rgba(0, 0, 0, 0.9);
  font-weight: bold}

@media(max-width:1280px) {

  #footer div.wrapper {
    display: block;
    position: relative}

  #footer ul {
    width: 100%}

  #footer ul li {
    text-align: center}}