{"id":38,"date":"2022-11-21T13:03:50","date_gmt":"2022-11-21T13:03:50","guid":{"rendered":"https:\/\/brandandbuildtemplates.me\/dividemos\/?page_id=38"},"modified":"2022-11-21T13:51:16","modified_gmt":"2022-11-21T13:51:16","slug":"divi-fullwidth-team-slider","status":"publish","type":"page","link":"https:\/\/brandandbuildtemplates.me\/dividemos\/divi-fullwidth-team-slider\/","title":{"rendered":"Divi Fullwidth Team Slider"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; fullwidth=&#8221;on&#8221; admin_label=&#8221;Code&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_fullwidth_code admin_label=&#8221;JS&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<script type=\"text\/javascript\" src=\"\/\/cdnjs.cloudflare.com\/ajax\/libs\/slick-carousel\/1.9.0\/slick.min.js\"><\/script><!-- [et_pb_line_break_holder] --><link rel=\"stylesheet\" type=\"text\/css\" href=\"\/\/cdnjs.cloudflare.com\/ajax\/libs\/slick-carousel\/1.9.0\/slick.css\"\/><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->\/***Brand & Build - Advent Calendar 2021***\/<!-- [et_pb_line_break_holder] -->\/****Day 2 - Divi Fullwidth Team Slider****\/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->(function ($) {<!-- [et_pb_line_break_holder] -->    $(document).ready(function () {<!-- [et_pb_line_break_holder] -->        if ($('.ds-team-slider').length) {<!-- [et_pb_line_break_holder] -->            $('.ds-team-slider').slick({<!-- [et_pb_line_break_holder] -->                infinite: true<!-- [et_pb_line_break_holder] -->                , speed: 300<!-- [et_pb_line_break_holder] -->                , slidesToShow: 1<!-- [et_pb_line_break_holder] -->                , slidesToScroll: 1<!-- [et_pb_line_break_holder] -->                , centerMode: false<!-- [et_pb_line_break_holder] -->                , autoplay: false<!-- [et_pb_line_break_holder] -->                , swipeToSlide: true<!-- [et_pb_line_break_holder] -->                , dots: true<!-- [et_pb_line_break_holder] -->                , arrows: true<!-- [et_pb_line_break_holder] -->                , prevArrow: '<button type=\"button\" class=\"ds-team-prev\"><\/button>'<!-- [et_pb_line_break_holder] -->                , nextArrow: '<button type=\"button\" class=\"ds-team-next\"><\/button>'<!-- [et_pb_line_break_holder] -->                , responsive: [{<!-- [et_pb_line_break_holder] -->                        breakpoint: 768<!-- [et_pb_line_break_holder] -->                        , settings: {<!-- [et_pb_line_break_holder] -->                            slidesToShow: 1<!-- [et_pb_line_break_holder] -->                            , slidesToScroll: 1<!-- [et_pb_line_break_holder] -->                        }<!-- [et_pb_line_break_holder] -->\t            }<!-- [et_pb_line_break_holder] -->\t        ]<!-- [et_pb_line_break_holder] -->            });<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->})(jQuery);<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_fullwidth_code][et_pb_fullwidth_code admin_label=&#8221;CSS&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<style><!-- [et_pb_line_break_holder] -->  .bb-advent-header .header-content {<!-- [et_pb_line_break_holder] -->    display: flex;<!-- [et_pb_line_break_holder] -->    flex-direction: column;<!-- [et_pb_line_break_holder] -->    padding-right: 0;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->\/***Brand & Build - Advent Calendar 2021***\/<!-- [et_pb_line_break_holder] -->\/****Day 2 - Divi Fullwidth Team Slider****\/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/*Flex the slides*\/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-team-slider .et_pb_row {<!-- [et_pb_line_break_holder] -->    display: flex !important;<!-- [et_pb_line_break_holder] -->    flex-wrap: wrap;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/*Size the name content*\/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-team-slider .ds-slider-name .et_pb_text_inner {<!-- [et_pb_line_break_holder] -->    display: flex;<!-- [et_pb_line_break_holder] -->    align-items: center;<!-- [et_pb_line_break_holder] -->    height: 100%;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/*Rotate the name*\/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media all and (min-width: 981px) {<!-- [et_pb_line_break_holder] -->    .ds-team-slider .ds-slider-name h2 {<!-- [et_pb_line_break_holder] -->        transform: rotate(-90deg) translateX(-50%);<!-- [et_pb_line_break_holder] -->        transform-origin: top left;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/* Style dots *\/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-team-slider .slick-dots {<!-- [et_pb_line_break_holder] -->    position: absolute;<!-- [et_pb_line_break_holder] -->    top: 50%;<!-- [et_pb_line_break_holder] -->    transform: translateY(-50%);<!-- [et_pb_line_break_holder] -->    left: 10px;<!-- [et_pb_line_break_holder] -->    list-style: none;<!-- [et_pb_line_break_holder] -->    padding: 10% 0;<!-- [et_pb_line_break_holder] -->    text-align: center;<!-- [et_pb_line_break_holder] -->    height: 100%;<!-- [et_pb_line_break_holder] -->    display: flex;<!-- [et_pb_line_break_holder] -->    flex-direction: column;<!-- [et_pb_line_break_holder] -->    justify-content: center;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-team-slider .slick-dots li {<!-- [et_pb_line_break_holder] -->    cursor: pointer;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-team-slider .slick-dots li button {<!-- [et_pb_line_break_holder] -->    box-shadow: none;<!-- [et_pb_line_break_holder] -->    border: 1px solid #181818;<!-- [et_pb_line_break_holder] -->    border-radius: 50%;<!-- [et_pb_line_break_holder] -->    height: 10px;<!-- [et_pb_line_break_holder] -->    width: 10px;<!-- [et_pb_line_break_holder] -->    color: transparent;<!-- [et_pb_line_break_holder] -->    background: #181818;<!-- [et_pb_line_break_holder] -->    font-size: 0;<!-- [et_pb_line_break_holder] -->    padding: 0;<!-- [et_pb_line_break_holder] -->    display: flex;<!-- [et_pb_line_break_holder] -->    margin: 5px 0;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-team-slider .slick-dots .slick-active button {<!-- [et_pb_line_break_holder] -->    background: #ffffff;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/*Style arrows*\/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-team-prev.slick-arrow,<!-- [et_pb_line_break_holder] -->.ds-team-next.slick-arrow {<!-- [et_pb_line_break_holder] -->    position: absolute;<!-- [et_pb_line_break_holder] -->    top: auto;<!-- [et_pb_line_break_holder] -->    bottom: 0;<!-- [et_pb_line_break_holder] -->    background: #181818;<!-- [et_pb_line_break_holder] -->    border: none;<!-- [et_pb_line_break_holder] -->    padding: 0;<!-- [et_pb_line_break_holder] -->    z-index: 10;<!-- [et_pb_line_break_holder] -->    transition: all 0.3s ease;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/*Arrow icons*\/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-team-prev.slick-arrow:before {<!-- [et_pb_line_break_holder] -->    content: '\\34';<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-team-next.slick-arrow:before {<!-- [et_pb_line_break_holder] -->    content: '\\35';<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/*Style arrow icons*\/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-team-prev.slick-arrow:before,<!-- [et_pb_line_break_holder] -->.ds-team-next.slick-arrow:before {<!-- [et_pb_line_break_holder] -->    font-family: 'ETModules';<!-- [et_pb_line_break_holder] -->    font-weight: 900;<!-- [et_pb_line_break_holder] -->    color: #ffffff;<!-- [et_pb_line_break_holder] -->    cursor: pointer;<!-- [et_pb_line_break_holder] -->    width: 60px;<!-- [et_pb_line_break_holder] -->    height: 60px;<!-- [et_pb_line_break_holder] -->    font-size: 40px;<!-- [et_pb_line_break_holder] -->    line-height: 58px;<!-- [et_pb_line_break_holder] -->    display: block;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/*Arrows on hover*\/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-team-prev.slick-arrow:hover,<!-- [et_pb_line_break_holder] -->.ds-team-next.slick-arrow:hover,<!-- [et_pb_line_break_holder] -->.ds-team-prev.slick-arrow:hover:before,<!-- [et_pb_line_break_holder] -->.ds-team-next.slick-arrow:hover:before {<!-- [et_pb_line_break_holder] -->    background: #ffffff;<!-- [et_pb_line_break_holder] -->    color: #181818;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/*Position arrows*\/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-team-prev.slick-arrow {<!-- [et_pb_line_break_holder] -->    right: 50%;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-team-next.slick-arrow {<!-- [et_pb_line_break_holder] -->    left: 50%;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\/*Reposition arrows & dots*\/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media all and (max-width: 980px) {<!-- [et_pb_line_break_holder] -->    .ds-team-slider .slick-dots {<!-- [et_pb_line_break_holder] -->        transform: translateY(-25%);<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    .ds-team-prev.slick-arrow,<!-- [et_pb_line_break_holder] -->    .ds-team-next.slick-arrow {<!-- [et_pb_line_break_holder] -->        top: 480px;<!-- [et_pb_line_break_holder] -->        bottom: auto;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    .ds-team-prev.slick-arrow {<!-- [et_pb_line_break_holder] -->        right: auto;<!-- [et_pb_line_break_holder] -->        left: 0;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    .ds-team-next.slick-arrow {<!-- [et_pb_line_break_holder] -->        left: auto;<!-- [et_pb_line_break_holder] -->        right: 0;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/style>\n<p>[\/et_pb_fullwidth_code][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; fullwidth=&#8221;on&#8221; admin_label=&#8221;Code&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#262122&#8243; custom_margin=&#8221;||60px||false|false&#8221; animation_style=&#8221;fade&#8221; locked=&#8221;off&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_fullwidth_header title=&#8221;Fullwidth Team Slider&#8221; subhead=&#8221;Advent Calendar &#8211; Day 2&#8243; button_one_text=&#8221;Back to post&#8221; button_one_url=&#8221;https:\/\/brandandbuild.me\/divi-fullwidth-team-slider&#8221; module_class=&#8221;bb-advent-header&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Poppins|700|||||||&#8221; title_text_align=&#8221;center&#8221; title_text_color=&#8221;#FCFCFC&#8221; title_font_size=&#8221;50px&#8221; content_text_align=&#8221;center&#8221; content_text_color=&#8221;#FFFFFF&#8221; content_font_size=&#8221;20px&#8221; subhead_font=&#8221;Smooth Stone||||||||&#8221; subhead_text_align=&#8221;center&#8221; subhead_text_color=&#8221;#F4D582&#8243; subhead_font_size=&#8221;60px&#8221; background_color=&#8221;RGBA(0,0,0,0)&#8221; background_color_gradient_start=&#8221;#262122&#8243; background_color_gradient_end=&#8221;#ffffff&#8221; background_image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/advent-header.png&#8221; background_position=&#8221;bottom_center&#8221; custom_padding=&#8221;300px||200px||false|false&#8221; hover_enabled=&#8221;0&#8243; title_font_size_tablet=&#8221;50px&#8221; title_font_size_phone=&#8221;40px&#8221; title_font_size_last_edited=&#8221;on|phone&#8221; subhead_font_size_tablet=&#8221;60px&#8221; subhead_font_size_phone=&#8221;40px&#8221; subhead_font_size_last_edited=&#8221;on|phone&#8221; custom_css_before=&#8221;content: &#8221;;||background-image: url(data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNGRkZGRkYiPjxwYXRoIGQ9Ik02NDAgMTM5TDAgMHYxNDBoMTI4MFYwTDY0MCAxMzl6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTY0MCAxMzlMMCA0MnY5OGgxMjgwVjQybC02NDAgOTd6Ii8+PC9nPjwvc3ZnPg==);||background-size: 100% 100px;||bottom: 0;||height: 100px;||position: absolute;||width: 100%;||transform: translateZ(-10px);&#8221; custom_css_main_element=&#8221;transform-style: preserve-3d;&#8221; custom_css_title=&#8221;order: 1;||z-index: 2;&#8221; custom_css_content=&#8221;order: 2&#8243; custom_css_subtitle=&#8221;order: 0;||z-index: 3;&#8221; custom_css_button_1=&#8221;order: 2;||align-self: center;||margin-right: auto;||margin-left: auto;&#8221; custom_css_scroll_button=&#8221;content: url(\/wp-content\/uploads\/arrow.png);||width: 100px;||filter: invert(100%);||order: 1;&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; button_one_text_color__hover_enabled=&#8221;on|desktop&#8221; button_one_bg_color__hover_enabled=&#8221;on|hover&#8221; button_one_bg_color__hover=&#8221;#F9EEE8&#8243; button_one_bg_enable_color__hover=&#8221;on&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<p>Subscribe to our email list to download a Divi gift every day from 1st &#8211; 25th December.<br \/>Click the button below and you&#8217;ll find the link to subscribe in the post for this gift.<\/p>\n<p>[\/et_pb_fullwidth_header][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; module_class=&#8221;ds-team-slider&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#f6f6f6&#8243; custom_padding=&#8221;0px||0px||true|false&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;%91%93&#8243;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; admin_label=&#8221;Row&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_tablet=&#8221;flex-direction: column-reverse;&#8221; custom_css_main_element_phone=&#8221;flex-direction: column-reverse;&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;150px|5%|150px|20%|true|false&#8221; custom_padding_tablet=&#8221;100px|10%|100px|10%|true|true&#8221; custom_padding_phone=&#8221;&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Title&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_text_align=&#8221;left&#8221; header_2_font_size=&#8221;65px&#8221; header_4_font=&#8221;|600||on|||||&#8221; header_4_font_size=&#8221;26px&#8221; header_4_letter_spacing=&#8221;2px&#8221; header_5_font=&#8221;Smooth Stone||||||||&#8221; header_5_text_color=&#8221;#e32299&#8243; header_5_font_size=&#8221;50px&#8221; header_6_font=&#8221;|800|||||||&#8221; header_6_text_align=&#8221;left&#8221; header_6_font_size=&#8221;20px&#8221; header_6_line_height=&#8221;1.2em&#8221; custom_margin=&#8221;||30px||false|false&#8221; header_2_font_size_tablet=&#8221;50px&#8221; header_2_font_size_phone=&#8221;35px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;45px&#8221; header_5_font_size_phone=&#8221;35px&#8221; header_5_font_size_last_edited=&#8221;on|tablet&#8221; header_text_shadow_style=&#8221;preset5&#8243; header_text_shadow_horizontal_length=&#8221;0.05em&#8221; header_text_shadow_vertical_length=&#8221;0.05em&#8221; global_colors_info=&#8221;%91%93&#8243;]<\/p>\n<h4>Project manager<\/h4>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#595959&#8243; text_line_height=&#8221;2em&#8221; header_2_text_align=&#8221;left&#8221; header_2_font_size=&#8221;65px&#8221; header_5_font=&#8221;Smooth Stone||||||||&#8221; header_5_text_color=&#8221;#e32299&#8243; header_5_font_size=&#8221;50px&#8221; header_6_font=&#8221;|800|||||||&#8221; header_6_text_align=&#8221;left&#8221; header_6_font_size=&#8221;20px&#8221; header_6_line_height=&#8221;1.2em&#8221; custom_margin=&#8221;||30px||false|false&#8221; header_2_font_size_tablet=&#8221;50px&#8221; header_2_font_size_phone=&#8221;35px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;45px&#8221; header_5_font_size_phone=&#8221;35px&#8221; header_5_font_size_last_edited=&#8221;on|tablet&#8221; header_text_shadow_style=&#8221;preset5&#8243; header_text_shadow_horizontal_length=&#8221;0.05em&#8221; header_text_shadow_vertical_length=&#8221;0.05em&#8221; global_colors_info=&#8221;%91%93&#8243;]<\/p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur excepteur sint occaecat. <\/p>\n<p>[\/et_pb_text][et_pb_social_media_follow icon_color=&#8221;#000000&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;|||-20px|false|false&#8221; custom_css_social_icon=&#8221;margin-right: 10px;||margin-left: 10px;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_social_media_follow_network social_network=&#8221;facebook&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]facebook[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;twitter&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]twitter[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;instagram&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ea2c59&#8243; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]instagram[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;pinterest&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#cb2027&#8243; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]pinterest[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;youtube&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#a82400&#8243; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]youtube[\/et_pb_social_media_follow_network][\/et_pb_social_media_follow][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/week-228-5.jpg&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_tablet=&#8221;display: flex;||align-items: center;||flex-direction: column;&#8221; custom_css_main_element_phone=&#8221;display: flex;||align-items: center;||flex-direction: column;&#8221;][et_pb_divider show_divider=&#8221;off&#8221; disabled_on=&#8221;off|off|on&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; min_height=&#8221;100%&#8221; height_tablet=&#8221;400px&#8221; height_phone=&#8221;400px&#8221; height_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Name&#8221; module_class=&#8221;ds-slider-name&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Sintony|700||on|||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;30px&#8221; text_letter_spacing=&#8221;2px&#8221; header_2_font=&#8221;|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_2_letter_spacing=&#8221;2px&#8221; header_5_font=&#8221;Smooth Stone||||||||&#8221; header_5_text_color=&#8221;#e32299&#8243; header_5_font_size=&#8221;50px&#8221; header_6_font=&#8221;|800|||||||&#8221; header_6_text_align=&#8221;left&#8221; header_6_font_size=&#8221;20px&#8221; header_6_line_height=&#8221;1.2em&#8221; z_index=&#8221;2&#8243; text_orientation=&#8221;center&#8221; height=&#8221;100%&#8221; custom_padding=&#8221;20px|20px|40px|20px|false|true&#8221; custom_padding_tablet=&#8221;20px|20px|20px|20px|false|true&#8221; custom_padding_phone=&#8221;&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; header_2_font_size_tablet=&#8221;50px&#8221; header_2_font_size_phone=&#8221;35px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;45px&#8221; header_5_font_size_phone=&#8221;35px&#8221; header_5_font_size_last_edited=&#8221;on|tablet&#8221; header_text_shadow_style=&#8221;preset5&#8243; header_text_shadow_horizontal_length=&#8221;0.05em&#8221; header_text_shadow_vertical_length=&#8221;0.05em&#8221; global_colors_info=&#8221;%91%93&#8243;]<\/p>\n<h2>Sebastian Bach<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; admin_label=&#8221;Row&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_tablet=&#8221;flex-direction: column-reverse;&#8221; custom_css_main_element_phone=&#8221;flex-direction: column-reverse;&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;150px|5%|150px|20%|true|false&#8221; custom_padding_tablet=&#8221;100px|10%|100px|10%|true|true&#8221; custom_padding_phone=&#8221;&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Title&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_text_align=&#8221;left&#8221; header_2_font_size=&#8221;65px&#8221; header_4_font=&#8221;|600||on|||||&#8221; header_4_font_size=&#8221;26px&#8221; header_4_letter_spacing=&#8221;2px&#8221; header_5_font=&#8221;Smooth Stone||||||||&#8221; header_5_text_color=&#8221;#e32299&#8243; header_5_font_size=&#8221;50px&#8221; header_6_font=&#8221;|800|||||||&#8221; header_6_text_align=&#8221;left&#8221; header_6_font_size=&#8221;20px&#8221; header_6_line_height=&#8221;1.2em&#8221; custom_margin=&#8221;||30px||false|false&#8221; header_2_font_size_tablet=&#8221;50px&#8221; header_2_font_size_phone=&#8221;35px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;45px&#8221; header_5_font_size_phone=&#8221;35px&#8221; header_5_font_size_last_edited=&#8221;on|tablet&#8221; header_text_shadow_style=&#8221;preset5&#8243; header_text_shadow_horizontal_length=&#8221;0.05em&#8221; header_text_shadow_vertical_length=&#8221;0.05em&#8221; global_colors_info=&#8221;%91%93&#8243;]<\/p>\n<h4>Project manager<\/h4>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#595959&#8243; text_line_height=&#8221;2em&#8221; header_2_text_align=&#8221;left&#8221; header_2_font_size=&#8221;65px&#8221; header_5_font=&#8221;Smooth Stone||||||||&#8221; header_5_text_color=&#8221;#e32299&#8243; header_5_font_size=&#8221;50px&#8221; header_6_font=&#8221;|800|||||||&#8221; header_6_text_align=&#8221;left&#8221; header_6_font_size=&#8221;20px&#8221; header_6_line_height=&#8221;1.2em&#8221; custom_margin=&#8221;||30px||false|false&#8221; header_2_font_size_tablet=&#8221;50px&#8221; header_2_font_size_phone=&#8221;35px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;45px&#8221; header_5_font_size_phone=&#8221;35px&#8221; header_5_font_size_last_edited=&#8221;on|tablet&#8221; header_text_shadow_style=&#8221;preset5&#8243; header_text_shadow_horizontal_length=&#8221;0.05em&#8221; header_text_shadow_vertical_length=&#8221;0.05em&#8221; global_colors_info=&#8221;%91%93&#8243;]<\/p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur excepteur sint occaecat. <\/p>\n<p>[\/et_pb_text][et_pb_social_media_follow icon_color=&#8221;#000000&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;|||-20px|false|false&#8221; custom_css_social_icon=&#8221;margin-right: 10px;||margin-left: 10px;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_social_media_follow_network social_network=&#8221;facebook&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]facebook[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;twitter&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]twitter[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;instagram&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ea2c59&#8243; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]instagram[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;pinterest&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#cb2027&#8243; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]pinterest[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;youtube&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#a82400&#8243; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]youtube[\/et_pb_social_media_follow_network][\/et_pb_social_media_follow][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/week-228-2.jpg&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_tablet=&#8221;display: flex;||align-items: center;||flex-direction: column;&#8221; custom_css_main_element_phone=&#8221;display: flex;||align-items: center;||flex-direction: column;&#8221;][et_pb_divider show_divider=&#8221;off&#8221; disabled_on=&#8221;off|off|on&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; min_height=&#8221;100%&#8221; height_tablet=&#8221;400px&#8221; height_phone=&#8221;400px&#8221; height_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Name&#8221; module_class=&#8221;ds-slider-name&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Sintony|700||on|||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;30px&#8221; text_letter_spacing=&#8221;2px&#8221; header_2_font=&#8221;|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_2_letter_spacing=&#8221;2px&#8221; header_5_font=&#8221;Smooth Stone||||||||&#8221; header_5_text_color=&#8221;#e32299&#8243; header_5_font_size=&#8221;50px&#8221; header_6_font=&#8221;|800|||||||&#8221; header_6_text_align=&#8221;left&#8221; header_6_font_size=&#8221;20px&#8221; header_6_line_height=&#8221;1.2em&#8221; z_index=&#8221;2&#8243; text_orientation=&#8221;center&#8221; height=&#8221;100%&#8221; custom_padding=&#8221;20px|20px|40px|20px|false|true&#8221; custom_padding_tablet=&#8221;20px|20px|20px|20px|false|true&#8221; custom_padding_phone=&#8221;&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; header_2_font_size_tablet=&#8221;50px&#8221; header_2_font_size_phone=&#8221;35px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;45px&#8221; header_5_font_size_phone=&#8221;35px&#8221; header_5_font_size_last_edited=&#8221;on|tablet&#8221; header_text_shadow_style=&#8221;preset5&#8243; header_text_shadow_horizontal_length=&#8221;0.05em&#8221; header_text_shadow_vertical_length=&#8221;0.05em&#8221; global_colors_info=&#8221;%91%93&#8243;]<\/p>\n<h2>Antonio Vivaldi<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; admin_label=&#8221;Row&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_tablet=&#8221;flex-direction: column-reverse;&#8221; custom_css_main_element_phone=&#8221;flex-direction: column-reverse;&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;150px|5%|150px|20%|true|false&#8221; custom_padding_tablet=&#8221;100px|10%|100px|10%|true|true&#8221; custom_padding_phone=&#8221;&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Title&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_text_align=&#8221;left&#8221; header_2_font_size=&#8221;65px&#8221; header_4_font=&#8221;|600||on|||||&#8221; header_4_font_size=&#8221;26px&#8221; header_4_letter_spacing=&#8221;2px&#8221; header_5_font=&#8221;Smooth Stone||||||||&#8221; header_5_text_color=&#8221;#e32299&#8243; header_5_font_size=&#8221;50px&#8221; header_6_font=&#8221;|800|||||||&#8221; header_6_text_align=&#8221;left&#8221; header_6_font_size=&#8221;20px&#8221; header_6_line_height=&#8221;1.2em&#8221; custom_margin=&#8221;||30px||false|false&#8221; header_2_font_size_tablet=&#8221;50px&#8221; header_2_font_size_phone=&#8221;35px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;45px&#8221; header_5_font_size_phone=&#8221;35px&#8221; header_5_font_size_last_edited=&#8221;on|tablet&#8221; header_text_shadow_style=&#8221;preset5&#8243; header_text_shadow_horizontal_length=&#8221;0.05em&#8221; header_text_shadow_vertical_length=&#8221;0.05em&#8221; global_colors_info=&#8221;%91%93&#8243;]<\/p>\n<h4>Project manager<\/h4>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#595959&#8243; text_line_height=&#8221;2em&#8221; header_2_text_align=&#8221;left&#8221; header_2_font_size=&#8221;65px&#8221; header_5_font=&#8221;Smooth Stone||||||||&#8221; header_5_text_color=&#8221;#e32299&#8243; header_5_font_size=&#8221;50px&#8221; header_6_font=&#8221;|800|||||||&#8221; header_6_text_align=&#8221;left&#8221; header_6_font_size=&#8221;20px&#8221; header_6_line_height=&#8221;1.2em&#8221; custom_margin=&#8221;||30px||false|false&#8221; header_2_font_size_tablet=&#8221;50px&#8221; header_2_font_size_phone=&#8221;35px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;45px&#8221; header_5_font_size_phone=&#8221;35px&#8221; header_5_font_size_last_edited=&#8221;on|tablet&#8221; header_text_shadow_style=&#8221;preset5&#8243; header_text_shadow_horizontal_length=&#8221;0.05em&#8221; header_text_shadow_vertical_length=&#8221;0.05em&#8221; global_colors_info=&#8221;%91%93&#8243;]<\/p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur excepteur sint occaecat. <\/p>\n<p>[\/et_pb_text][et_pb_social_media_follow icon_color=&#8221;#000000&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;|||-20px|false|false&#8221; custom_css_social_icon=&#8221;margin-right: 10px;||margin-left: 10px;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_social_media_follow_network social_network=&#8221;facebook&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]facebook[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;twitter&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]twitter[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;instagram&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ea2c59&#8243; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]instagram[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;pinterest&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#cb2027&#8243; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]pinterest[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;youtube&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#a82400&#8243; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]youtube[\/et_pb_social_media_follow_network][\/et_pb_social_media_follow][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/week-228-3.jpg&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_tablet=&#8221;display: flex;||align-items: center;||flex-direction: column;&#8221; custom_css_main_element_phone=&#8221;display: flex;||align-items: center;||flex-direction: column;&#8221;][et_pb_divider show_divider=&#8221;off&#8221; disabled_on=&#8221;off|off|on&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; min_height=&#8221;100%&#8221; height_tablet=&#8221;400px&#8221; height_phone=&#8221;400px&#8221; height_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Name&#8221; module_class=&#8221;ds-slider-name&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Sintony|700||on|||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;30px&#8221; text_letter_spacing=&#8221;2px&#8221; header_2_font=&#8221;|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_2_letter_spacing=&#8221;2px&#8221; header_5_font=&#8221;Smooth Stone||||||||&#8221; header_5_text_color=&#8221;#e32299&#8243; header_5_font_size=&#8221;50px&#8221; header_6_font=&#8221;|800|||||||&#8221; header_6_text_align=&#8221;left&#8221; header_6_font_size=&#8221;20px&#8221; header_6_line_height=&#8221;1.2em&#8221; z_index=&#8221;2&#8243; text_orientation=&#8221;center&#8221; height=&#8221;100%&#8221; custom_padding=&#8221;20px|20px|40px|20px|false|true&#8221; custom_padding_tablet=&#8221;20px|20px|20px|20px|false|true&#8221; custom_padding_phone=&#8221;&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; header_2_font_size_tablet=&#8221;50px&#8221; header_2_font_size_phone=&#8221;35px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;45px&#8221; header_5_font_size_phone=&#8221;35px&#8221; header_5_font_size_last_edited=&#8221;on|tablet&#8221; header_text_shadow_style=&#8221;preset5&#8243; header_text_shadow_horizontal_length=&#8221;0.05em&#8221; header_text_shadow_vertical_length=&#8221;0.05em&#8221; global_colors_info=&#8221;%91%93&#8243;]<\/p>\n<h2>Johannes Brahms<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; admin_label=&#8221;Row&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_tablet=&#8221;flex-direction: column-reverse;&#8221; custom_css_main_element_phone=&#8221;flex-direction: column-reverse;&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;150px|5%|150px|20%|true|false&#8221; custom_padding_tablet=&#8221;100px|10%|100px|10%|true|true&#8221; custom_padding_phone=&#8221;&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Title&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_text_align=&#8221;left&#8221; header_2_font_size=&#8221;65px&#8221; header_4_font=&#8221;|600||on|||||&#8221; header_4_font_size=&#8221;26px&#8221; header_4_letter_spacing=&#8221;2px&#8221; header_5_font=&#8221;Smooth Stone||||||||&#8221; header_5_text_color=&#8221;#e32299&#8243; header_5_font_size=&#8221;50px&#8221; header_6_font=&#8221;|800|||||||&#8221; header_6_text_align=&#8221;left&#8221; header_6_font_size=&#8221;20px&#8221; header_6_line_height=&#8221;1.2em&#8221; custom_margin=&#8221;||30px||false|false&#8221; header_2_font_size_tablet=&#8221;50px&#8221; header_2_font_size_phone=&#8221;35px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;45px&#8221; header_5_font_size_phone=&#8221;35px&#8221; header_5_font_size_last_edited=&#8221;on|tablet&#8221; header_text_shadow_style=&#8221;preset5&#8243; header_text_shadow_horizontal_length=&#8221;0.05em&#8221; header_text_shadow_vertical_length=&#8221;0.05em&#8221; global_colors_info=&#8221;%91%93&#8243;]<\/p>\n<h4>Project manager<\/h4>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#595959&#8243; text_line_height=&#8221;2em&#8221; header_2_text_align=&#8221;left&#8221; header_2_font_size=&#8221;65px&#8221; header_5_font=&#8221;Smooth Stone||||||||&#8221; header_5_text_color=&#8221;#e32299&#8243; header_5_font_size=&#8221;50px&#8221; header_6_font=&#8221;|800|||||||&#8221; header_6_text_align=&#8221;left&#8221; header_6_font_size=&#8221;20px&#8221; header_6_line_height=&#8221;1.2em&#8221; custom_margin=&#8221;||30px||false|false&#8221; header_2_font_size_tablet=&#8221;50px&#8221; header_2_font_size_phone=&#8221;35px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;45px&#8221; header_5_font_size_phone=&#8221;35px&#8221; header_5_font_size_last_edited=&#8221;on|tablet&#8221; header_text_shadow_style=&#8221;preset5&#8243; header_text_shadow_horizontal_length=&#8221;0.05em&#8221; header_text_shadow_vertical_length=&#8221;0.05em&#8221; global_colors_info=&#8221;%91%93&#8243;]<\/p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur excepteur sint occaecat. <\/p>\n<p>[\/et_pb_text][et_pb_social_media_follow icon_color=&#8221;#000000&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;|||-20px|false|false&#8221; custom_css_social_icon=&#8221;margin-right: 10px;||margin-left: 10px;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_social_media_follow_network social_network=&#8221;facebook&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]facebook[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;twitter&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]twitter[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;instagram&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ea2c59&#8243; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]instagram[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;pinterest&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#cb2027&#8243; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]pinterest[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;youtube&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#a82400&#8243; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]youtube[\/et_pb_social_media_follow_network][\/et_pb_social_media_follow][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/week-228-4.jpg&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_tablet=&#8221;display: flex;||align-items: center;||flex-direction: column;&#8221; custom_css_main_element_phone=&#8221;display: flex;||align-items: center;||flex-direction: column;&#8221;][et_pb_divider show_divider=&#8221;off&#8221; disabled_on=&#8221;off|off|on&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; min_height=&#8221;100%&#8221; height_tablet=&#8221;400px&#8221; height_phone=&#8221;400px&#8221; height_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Name&#8221; module_class=&#8221;ds-slider-name&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Sintony|700||on|||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;30px&#8221; text_letter_spacing=&#8221;2px&#8221; header_2_font=&#8221;|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_2_letter_spacing=&#8221;2px&#8221; header_5_font=&#8221;Smooth Stone||||||||&#8221; header_5_text_color=&#8221;#e32299&#8243; header_5_font_size=&#8221;50px&#8221; header_6_font=&#8221;|800|||||||&#8221; header_6_text_align=&#8221;left&#8221; header_6_font_size=&#8221;20px&#8221; header_6_line_height=&#8221;1.2em&#8221; z_index=&#8221;2&#8243; text_orientation=&#8221;center&#8221; height=&#8221;100%&#8221; custom_padding=&#8221;20px|20px|40px|20px|false|true&#8221; custom_padding_tablet=&#8221;20px|20px|20px|20px|false|true&#8221; custom_padding_phone=&#8221;&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; header_2_font_size_tablet=&#8221;50px&#8221; header_2_font_size_phone=&#8221;35px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;45px&#8221; header_5_font_size_phone=&#8221;35px&#8221; header_5_font_size_last_edited=&#8221;on|tablet&#8221; header_text_shadow_style=&#8221;preset5&#8243; header_text_shadow_horizontal_length=&#8221;0.05em&#8221; header_text_shadow_vertical_length=&#8221;0.05em&#8221; global_colors_info=&#8221;%91%93&#8243;]<\/p>\n<h2>Richard Wagner<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; admin_label=&#8221;Row&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_tablet=&#8221;flex-direction: column-reverse;&#8221; custom_css_main_element_phone=&#8221;flex-direction: column-reverse;&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;150px|5%|150px|20%|true|false&#8221; custom_padding_tablet=&#8221;100px|10%|100px|10%|true|true&#8221; custom_padding_phone=&#8221;&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Title&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_text_align=&#8221;left&#8221; header_2_font_size=&#8221;65px&#8221; header_4_font=&#8221;|600||on|||||&#8221; header_4_font_size=&#8221;26px&#8221; header_4_letter_spacing=&#8221;2px&#8221; header_5_font=&#8221;Smooth Stone||||||||&#8221; header_5_text_color=&#8221;#e32299&#8243; header_5_font_size=&#8221;50px&#8221; header_6_font=&#8221;|800|||||||&#8221; header_6_text_align=&#8221;left&#8221; header_6_font_size=&#8221;20px&#8221; header_6_line_height=&#8221;1.2em&#8221; custom_margin=&#8221;||30px||false|false&#8221; header_2_font_size_tablet=&#8221;50px&#8221; header_2_font_size_phone=&#8221;35px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;45px&#8221; header_5_font_size_phone=&#8221;35px&#8221; header_5_font_size_last_edited=&#8221;on|tablet&#8221; header_text_shadow_style=&#8221;preset5&#8243; header_text_shadow_horizontal_length=&#8221;0.05em&#8221; header_text_shadow_vertical_length=&#8221;0.05em&#8221; global_colors_info=&#8221;%91%93&#8243;]<\/p>\n<h4>Project manager<\/h4>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#595959&#8243; text_line_height=&#8221;2em&#8221; header_2_text_align=&#8221;left&#8221; header_2_font_size=&#8221;65px&#8221; header_5_font=&#8221;Smooth Stone||||||||&#8221; header_5_text_color=&#8221;#e32299&#8243; header_5_font_size=&#8221;50px&#8221; header_6_font=&#8221;|800|||||||&#8221; header_6_text_align=&#8221;left&#8221; header_6_font_size=&#8221;20px&#8221; header_6_line_height=&#8221;1.2em&#8221; custom_margin=&#8221;||30px||false|false&#8221; header_2_font_size_tablet=&#8221;50px&#8221; header_2_font_size_phone=&#8221;35px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;45px&#8221; header_5_font_size_phone=&#8221;35px&#8221; header_5_font_size_last_edited=&#8221;on|tablet&#8221; header_text_shadow_style=&#8221;preset5&#8243; header_text_shadow_horizontal_length=&#8221;0.05em&#8221; header_text_shadow_vertical_length=&#8221;0.05em&#8221; global_colors_info=&#8221;%91%93&#8243;]<\/p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur excepteur sint occaecat. <\/p>\n<p>[\/et_pb_text][et_pb_social_media_follow icon_color=&#8221;#000000&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;|||-20px|false|false&#8221; custom_css_social_icon=&#8221;margin-right: 10px;||margin-left: 10px;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_social_media_follow_network social_network=&#8221;facebook&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]facebook[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;twitter&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]twitter[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;instagram&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ea2c59&#8243; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]instagram[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;pinterest&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#cb2027&#8243; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]pinterest[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=&#8221;youtube&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#a82400&#8243; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]youtube[\/et_pb_social_media_follow_network][\/et_pb_social_media_follow][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/brandandbuildtemplates.me\/dividemos\/wp-content\/uploads\/week-228-1.jpg&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_tablet=&#8221;display: flex;||align-items: center;||flex-direction: column;&#8221; custom_css_main_element_phone=&#8221;display: flex;||align-items: center;||flex-direction: column;&#8221;][et_pb_divider show_divider=&#8221;off&#8221; disabled_on=&#8221;off|off|on&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; min_height=&#8221;100%&#8221; height_tablet=&#8221;400px&#8221; height_phone=&#8221;400px&#8221; height_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text admin_label=&#8221;Name&#8221; module_class=&#8221;ds-slider-name&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Sintony|700||on|||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;30px&#8221; text_letter_spacing=&#8221;2px&#8221; header_2_font=&#8221;|600|||||||&#8221; header_2_text_align=&#8221;left&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_2_letter_spacing=&#8221;2px&#8221; header_5_font=&#8221;Smooth Stone||||||||&#8221; header_5_text_color=&#8221;#e32299&#8243; header_5_font_size=&#8221;50px&#8221; header_6_font=&#8221;|800|||||||&#8221; header_6_text_align=&#8221;left&#8221; header_6_font_size=&#8221;20px&#8221; header_6_line_height=&#8221;1.2em&#8221; z_index=&#8221;2&#8243; text_orientation=&#8221;center&#8221; height=&#8221;100%&#8221; custom_padding=&#8221;20px|20px|40px|20px|false|true&#8221; custom_padding_tablet=&#8221;20px|20px|20px|20px|false|true&#8221; custom_padding_phone=&#8221;&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; header_2_font_size_tablet=&#8221;50px&#8221; header_2_font_size_phone=&#8221;35px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;45px&#8221; header_5_font_size_phone=&#8221;35px&#8221; header_5_font_size_last_edited=&#8221;on|tablet&#8221; header_text_shadow_style=&#8221;preset5&#8243; header_text_shadow_horizontal_length=&#8221;0.05em&#8221; header_text_shadow_vertical_length=&#8221;0.05em&#8221; global_colors_info=&#8221;%91%93&#8243;]<\/p>\n<h2>Claude Debussy<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Subscribe to our email list to download a Divi gift every day from 1st &#8211; 25th December.Click the button below and you&#8217;ll find the link to subscribe in the post for this gift.Project managerLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-template-blank.php","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-38","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/brandandbuildtemplates.me\/dividemos\/wp-json\/wp\/v2\/pages\/38","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/brandandbuildtemplates.me\/dividemos\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/brandandbuildtemplates.me\/dividemos\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/brandandbuildtemplates.me\/dividemos\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/brandandbuildtemplates.me\/dividemos\/wp-json\/wp\/v2\/comments?post=38"}],"version-history":[{"count":6,"href":"https:\/\/brandandbuildtemplates.me\/dividemos\/wp-json\/wp\/v2\/pages\/38\/revisions"}],"predecessor-version":[{"id":246183,"href":"https:\/\/brandandbuildtemplates.me\/dividemos\/wp-json\/wp\/v2\/pages\/38\/revisions\/246183"}],"wp:attachment":[{"href":"https:\/\/brandandbuildtemplates.me\/dividemos\/wp-json\/wp\/v2\/media?parent=38"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}